Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-09 | [NOTE: File split is was not done in Portabl Tree] | Ben Lindstrom | |
- markus@cvs.openbsd.org 2001/05/30 12:55:13 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c ssh1.h] channel layer cleanup: merge header files and split .c files | |||
2001-06-05 | - djm@cvs.openbsd.org 2001/05/19 00:36:40 | Ben Lindstrom | |
[session.c] Disable X11 forwarding if xauth binary is not found. Patch from Nalin Dahyabhai <nalin@redhat.com>; ok markus@ | |||
2001-05-08 | - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison | Ben Lindstrom | |
<wayne@blorf.net> | |||
2001-05-06 | - (bal) White Space and #ifdef sync with OpenBSD | Ben Lindstrom | |
2001-05-03 | - markus@cvs.openbsd.org 2001/05/03 15:45:15 | Ben Lindstrom | |
[session.c] exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au | |||
2001-04-18 | - markus@cvs.openbsd.org 2001/04/17 19:34:25 | Ben Lindstrom | |
[session.c] move auth_approval to do_authenticated(). do_child(): nuke hostkeys from memory don't source .ssh/rc for subsystems. | |||
2001-04-16 | - Fix OSF SIA support displaying too much information for quiet | Damien Miller | |
logins and logins where access was denied by SIA. Patch from Chris Adams <cmadams@hiwaay.net> | |||
2001-04-16 | - djm@cvs.openbsd.org 2001/04/16 08:19:31 | Damien Miller | |
[session.c] Split motd and hushlogin checks into seperate functions, helps for portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@ | |||
2001-04-14 | - stevesk@cvs.openbsd.org 2001/04/14 16:33:20 | Ben Lindstrom | |
[clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h] protocol 2 tty modes support; ok markus@ | |||
2001-04-08 | - markus@cvs.openbsd.org 2001/04/06 21:00:17 | Ben Lindstrom | |
[auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h] do gid/groups-swap in addition to uid-swap, should help if /home/group is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks to olar@openwall.com is comments. we had many requests for this. | |||
2001-04-05 | - stevesk@cvs.openbsd.org 2001/04/05 15:48:18 | Ben Lindstrom | |
[canohost.c canohost.h session.c] move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@ | |||
2001-03-27 | - (djm) Reestablish PAM credentials (which can be supplemental group | Damien Miller | |
memberships) after initgroups() blows them away. Report and suggested fix from Nalin Dahyabhai <nalin@redhat.com> | |||
2001-03-26 | - stevesk@cvs.openbsd.org 2001/03/25 13:16:11 | Ben Lindstrom | |
[servconf.c servconf.h session.c sshd.8 sshd_config] PrintLastLog option; from chip@valinux.com with some minor changes by me. ok markus@ | |||
2001-03-26 | - djm@cvs.openbsd.org 2001/03/25 00:01:34 | Ben Lindstrom | |
[session.c] shorten; ok markus@ | |||
2001-03-24 | - (djm) Pull out our own SIGPIPE hacks | Damien Miller | |
2001-03-24 | - markus@cvs.openbsd.org 2001/03/23 14:28:32 | Ben Lindstrom | |
[session.c sshd.c] ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@ | |||
2001-03-22 | - markus@cvs.openbsd.org 2001/03/21 21:06:30 | Ben Lindstrom | |
[session.c] missing init; from mib@unimelb.edu.au | |||
2001-03-22 | - markus@cvs.openbsd.org 2001/03/21 11:43:45 | Ben Lindstrom | |
[auth1.c auth2.c session.c session.h] merge common ssh v1/2 code | |||
2001-03-22 | - markus@cvs.openbsd.org 2001/03/20 19:21:21 | Ben Lindstrom | |
[session.c] remove unused arg | |||
2001-03-22 | - markus@cvs.openbsd.org 2001/03/20 19:21:21 | Ben Lindstrom | |
[session.c] remove unused arg | |||
2001-03-22 | - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID | Ben Lindstrom | |
resync | |||
2001-03-22 | - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de> | Damien Miller | |
2001-03-21 | - (djm) Correctly handle SIA and AIX when no tty present. Spotted and | Damien Miller | |
suggested fix from Mike Battersby <mib@unimelb.edu.au> | |||
2001-03-21 | - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve | Damien Miller | |
VanDevender <stevev@darkwing.uoregon.edu> | |||
2001-03-17 | - markus@cvs.openbsd.org 2001/03/16 19:06:30 | Ben Lindstrom | |
[auth-options.c channels.c channels.h serverloop.c session.c] implement "permitopen" key option, restricts -L style forwarding to to specified host:port pairs. based on work by harlan@genua.de | |||
2001-03-17 | - markus@cvs.openbsd.org 2001/03/15 22:07:08 | Ben Lindstrom | |
[session.c] pass Session to do_child + KNF | |||
2001-03-17 | - Support usrinfo() on AIX. Based on patch from Gert Doering | Damien Miller | |
<gert@greenie.muc.de> | |||
2001-03-05 | - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c | Ben Lindstrom | |
2001-03-05 | - deraadt@cvs.openbsd.org 2001/03/02 18:54:31 | Ben Lindstrom | |
[atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8] make copyright lines the same format | |||
2001-02-28 | - (djm) Fully revert PAM session patch. All PAM session init is now done | Damien Miller | |
before the final fork(). | |||
2001-02-27 | - (djm) Fix PAM fix | Damien Miller | |
2001-02-27 | - (djm) Move PAM init to after fork for non-Solaris derived PAMs | Damien Miller | |
2001-02-26 | - markus@cvs.openbsd.org 2001/02/23 15:37:45 | Ben Lindstrom | |
[session.c] handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients | |||
2001-02-24 | - (bal) Generalize lack of UNIX sockets since this also effects Cray | Ben Lindstrom | |
not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com> | |||
2001-02-21 | - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com> | Ben Lindstrom | |
2001-02-21 | - (stevesk) session.c: back out to where we were before: | Kevin Steves | |
- (djm) Move PAM session initialisation until after fork in sshd. Patch from Nalin Dahyabhai <nalin@redhat.com> | |||
2001-02-21 | - (bal) Reverted out of 2001/02/15 patch by djm below because it | Ben Lindstrom | |
breaks Solaris. - (djm) Move PAM session setup back to before setuid to user. fixes problems on Solaris-drived PAMs. | |||
2001-02-18 | - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and | Ben Lindstrom | |
pty.[ch] -> sshpty.[ch] | |||
2001-02-18 | - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie | Damien Miller | |
enable with --with-bsd-auth. | |||
2001-02-16 | - markus@cvs.openbsd.org 2001/02/16 14:03:43 | Ben Lindstrom | |
[session.c] proper payload-length check for x11 w/o screen-number | |||
2001-02-16 | - (djm) Set "login ID" on systems with setluid. Only enabled for SCO | Damien Miller | |
OpenServer for now. Based on patch from svaughan <svaughan@asterion.com> | |||
2001-02-15 | - (djm) Clean up PAM namespace. Suggested by Darren Moffat | Damien Miller | |
<Darren.Moffat@eng.sun.com> | |||
2001-02-15 | - (djm) Move PAM session setup back to before setuid to user. Fixes | Damien Miller | |
problems on Solaris-derived PAMs. | |||
2001-02-13 | - (stevesk) fix for SIA patch, misplaced session_setup_sia() | Kevin Steves | |
2001-02-14 | - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams | Damien Miller | |
<cmadams@hiwaay.net> with a little modification and KNF. | |||
2001-02-14 | - (djm) Move PAM session initialisation until after fork in sshd. Patch | Damien Miller | |
from Nalin Dahyabhai <nalin@redhat.com> | |||
2001-02-12 | - (stevesk) session.c: remove debugging code. | Kevin Steves | |
2001-02-11 | missed session.c part of: | Kevin Steves | |
- stevesk@cvs.openbsd.org 2001/02/08 10:11:23 [session.c sftp-client.c] %i -> %d | |||
2001-02-09 | - itojun@cvs.openbsd.org 2001/02/08 19:30:52 | Ben Lindstrom | |
sync with netbsd tree changes. - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long | |||
2001-02-05 | - stevesk@cvs.openbsd.org 2001/02/04 08:32:27 | Kevin Steves | |
[many files; did this manually to our top-level source dir] unexpand and remove end-of-line whitespace; ok markus@ |