summaryrefslogtreecommitdiffstats
path: root/session.c
AgeCommit message (Expand)Author
2001-03-27 - (djm) Reestablish PAM credentials (which can be supplemental groupDamien Miller
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
2001-03-21Merge changes on HEAD to 2.5.2 branchDamien Miller
2001-03-17 - markus@cvs.openbsd.org 2001/03/16 19:06:30Ben Lindstrom
2001-03-17 - markus@cvs.openbsd.org 2001/03/15 22:07:08Ben Lindstrom
2001-03-17 - Support usrinfo() on AIX. Based on patch from Gert DoeringDamien Miller
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
2001-02-28 - (djm) Fully revert PAM session patch. All PAM session init is now doneDamien Miller
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
2001-02-24 - (bal) Generalize lack of UNIX sockets since this also effects CrayBen Lindstrom
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
2001-02-21 - (bal) Reverted out of 2001/02/15 patch by djm below because itBen Lindstrom
2001-02-18 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] andBen Lindstrom
2001-02-18 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzieDamien Miller
2001-02-16 - markus@cvs.openbsd.org 2001/02/16 14:03:43Ben Lindstrom
2001-02-16 - (djm) Set "login ID" on systems with setluid. Only enabled for SCODamien Miller
2001-02-15 - (djm) Clean up PAM namespace. Suggested by Darren MoffatDamien Miller
2001-02-15 - (djm) Move PAM session setup back to before setuid to user. FixesDamien Miller
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 AdamsDamien Miller
2001-02-14 - (djm) Move PAM session initialisation until after fork in sshd. PatchDamien Miller
2001-02-12 - (stevesk) session.c: remove debugging code.Kevin Steves
2001-02-11missed session.c part of:Kevin Steves
2001-02-09 - itojun@cvs.openbsd.org 2001/02/08 19:30:52Ben Lindstrom
2001-02-05 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27Kevin Steves
2001-02-04NB: big update - may break stuff. Please test!Damien Miller
2001-01-22Hopefully things did not get mixed around too much. It compiles underBen Lindstrom
2001-01-19 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>Ben Lindstrom
2001-01-19Please grep through the source and look for 'ISSUE' comments and verifyBen Lindstrom
2001-01-18NOTE: This update changes the RSA key generation. *NEW RSA KEYSBen Lindstrom
2001-01-0620010107Ben Lindstrom
2000-12-22One way to massive patch. <sigh> It compiles and works under Linux..Ben Lindstrom
2000-12-13 - (djm) Make sure we reset the SIGPIPE disposition after we fork. ReportDamien Miller
2000-11-29 - (djm) Back out all the serverloop.c hacks. sshd will now hang againDamien Miller
2000-11-29 - (djm) Fix(?) the ssh hang-on-logout/data-from-child raceDamien Miller
2000-11-2120001123Ben Lindstrom
2000-11-17 - (stevek) Reworked progname support.Ben Lindstrom
2000-11-13 - (djm) Merge OpenBSD changes:Damien Miller
2000-11-1220001112Ben Lindstrom
2000-10-28 - (djm) Sync with OpenBSD:Damien Miller
2000-10-16 - (djm) Sync with OpenBSD:Damien Miller
2000-10-15 - (djm) Fix ssh2 hang on background processes at logout.Damien Miller
2000-10-14comparing against buf and not hostname; openbsd tree has thisKevin Steves
2000-10-14get_last_login_time() called twice.Kevin Steves
2000-10-14 - (stevesk) ~/.hushlogin shouldn't cause required password change toKevin Steves