summaryrefslogtreecommitdiff
path: root/session.c
AgeCommit message (Collapse)Author
2001-06-12 - markus@cvs.openbsd.org 2001/06/11 10:18:24Ben Lindstrom
[session.c] reset pointer to NULL after xfree(); report from solar@openwall.com
2001-06-09 - markus@cvs.openbsd.org 2001/06/07 22:25:02Ben Lindstrom
[session.c] don't overwrite errno delay deletion of the xauth cookie
2001-06-09 - markus@cvs.openbsd.org 2001/06/05 16:46:19Ben Lindstrom
[session.c] let session_close() delete the pty. deny x11fwd if xauthfile is set.
2001-06-09 - markus@cvs.openbsd.org 2001/06/04 23:16:16Ben Lindstrom
[session.c] merge ssh1/2 x11-fwd setup, create listener after tmp-dir
2001-06-09 - markus@cvs.openbsd.org 2001/06/04 21:59:43Ben Lindstrom
[channels.c channels.h session.c] switch uid when cleaning up tmp files and sockets; reported by zen-parse@gmx.net on bugtraq
2001-06-09 - markus@cvs.openbsd.org 2001/06/03 14:55:39Ben Lindstrom
[channels.c channels.h session.c] use fatal_register_cleanup instead of atexit, sync with x11 authdir handling
2001-06-09[NOTE: Next patch will sync nchan.c, channels.c and channels.h and all thisBen Lindstrom
pain will be over.] - markus@cvs.openbsd.org 2001/05/31 10:30:17 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c] undo the .c file split, just merge the header and keep the cvs history
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:40Ben 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 DavisonBen Lindstrom
<wayne@blorf.net>
2001-05-06 - (bal) White Space and #ifdef sync with OpenBSDBen Lindstrom
2001-05-03 - markus@cvs.openbsd.org 2001/05/03 15:45:15Ben 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:25Ben 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 quietDamien 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:31Damien 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:20Ben 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:17Ben 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:18Ben 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 groupDamien 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:11Ben 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:34Ben Lindstrom
[session.c] shorten; ok markus@
2001-03-24 - (djm) Pull out our own SIGPIPE hacksDamien Miller
2001-03-24 - markus@cvs.openbsd.org 2001/03/23 14:28:32Ben 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:30Ben Lindstrom
[session.c] missing init; from mib@unimelb.edu.au
2001-03-22 - markus@cvs.openbsd.org 2001/03/21 11:43:45Ben 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:21Ben Lindstrom
[session.c] remove unused arg
2001-03-22 - markus@cvs.openbsd.org 2001/03/20 19:21:21Ben 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 IDBen 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 andDamien Miller
suggested fix from Mike Battersby <mib@unimelb.edu.au>
2001-03-21 - (djm) Fix ttyname breakage for AIX and Tru64. Patch from SteveDamien Miller
VanDevender <stevev@darkwing.uoregon.edu>
2001-03-17 - markus@cvs.openbsd.org 2001/03/16 19:06:30Ben 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:08Ben Lindstrom
[session.c] pass Session to do_child + KNF
2001-03-17 - Support usrinfo() on AIX. Based on patch from Gert DoeringDamien Miller
<gert@greenie.muc.de>
2001-03-05 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.cBen Lindstrom
2001-03-05 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31Ben 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 doneDamien Miller
before the final fork().
2001-02-27 - (djm) Fix PAM fixDamien Miller
2001-02-27 - (djm) Move PAM init to after fork for non-Solaris derived PAMsDamien Miller
2001-02-26 - markus@cvs.openbsd.org 2001/02/23 15:37:45Ben Lindstrom
[session.c] handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
2001-02-24 - (bal) Generalize lack of UNIX sockets since this also effects CrayBen 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 itBen 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] andBen Lindstrom
pty.[ch] -> sshpty.[ch]
2001-02-18 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzieDamien Miller
enable with --with-bsd-auth.
2001-02-16 - markus@cvs.openbsd.org 2001/02/16 14:03:43Ben 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 SCODamien Miller
OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
2001-02-15 - (djm) Clean up PAM namespace. Suggested by Darren MoffatDamien Miller
<Darren.Moffat@eng.sun.com>
2001-02-15 - (djm) Move PAM session setup back to before setuid to user. FixesDamien Miller
problems on Solaris-derived PAMs.