summaryrefslogtreecommitdiff
path: root/session.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Support usrinfo() on AIX. Based on patch from Gert DoeringDamien Miller2001-03-171-0/+21
* - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.cBen Lindstrom2001-03-051-1/+1
* - deraadt@cvs.openbsd.org 2001/03/02 18:54:31Ben Lindstrom2001-03-051-2/+2
* - (djm) Fully revert PAM session patch. All PAM session init is now doneDamien Miller2001-02-281-10/+2
* - (djm) Fix PAM fixDamien Miller2001-02-271-1/+1
* - (djm) Move PAM init to after fork for non-Solaris derived PAMsDamien Miller2001-02-271-3/+10
* - markus@cvs.openbsd.org 2001/02/23 15:37:45Ben Lindstrom2001-02-261-4/+10
* - (bal) Generalize lack of UNIX sockets since this also effects CrayBen Lindstrom2001-02-241-4/+4
* - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>Ben Lindstrom2001-02-211-6/+6
* - (stevesk) session.c: back out to where we were before:Kevin Steves2001-02-211-5/+9
* - (bal) Reverted out of 2001/02/15 patch by djm below because itBen Lindstrom2001-02-211-4/+5
* - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] andBen Lindstrom2001-02-181-2/+2
* - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzieDamien Miller2001-02-181-4/+7
* - markus@cvs.openbsd.org 2001/02/16 14:03:43Ben Lindstrom2001-02-161-4/+10
* - (djm) Set "login ID" on systems with setluid. Only enabled for SCODamien Miller2001-02-161-1/+6
* - (djm) Clean up PAM namespace. Suggested by Darren MoffatDamien Miller2001-02-151-2/+2
* - (djm) Move PAM session setup back to before setuid to user. FixesDamien Miller2001-02-151-5/+4
* - (stevesk) fix for SIA patch, misplaced session_setup_sia()Kevin Steves2001-02-131-1/+1
* - (djm) Split out and improve OSF SIA auth code. Patch from Chris AdamsDamien Miller2001-02-141-19/+1
* - (djm) Move PAM session initialisation until after fork in sshd. PatchDamien Miller2001-02-141-9/+5
* - (stevesk) session.c: remove debugging code.Kevin Steves2001-02-121-2/+0
* missed session.c part of:Kevin Steves2001-02-111-3/+2
* - itojun@cvs.openbsd.org 2001/02/08 19:30:52Ben Lindstrom2001-02-091-1/+2
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27Kevin Steves2001-02-051-8/+8
* NB: big update - may break stuff. Please test!Damien Miller2001-02-041-3/+3
* Hopefully things did not get mixed around too much. It compiles underBen Lindstrom2001-01-221-13/+18
* - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>Ben Lindstrom2001-01-191-1/+0
* Please grep through the source and look for 'ISSUE' comments and verifyBen Lindstrom2001-01-191-7/+4
* NOTE: This update changes the RSA key generation. *NEW RSA KEYSBen Lindstrom2001-01-181-5/+4
* 20010107Ben Lindstrom2001-01-061-3/+3
* One way to massive patch. <sigh> It compiles and works under Linux..Ben Lindstrom2000-12-221-11/+11
* - (djm) Make sure we reset the SIGPIPE disposition after we fork. ReportDamien Miller2000-12-131-2/+4
* - (djm) Back out all the serverloop.c hacks. sshd will now hang againDamien Miller2000-11-291-3/+0
* - (djm) Fix(?) the ssh hang-on-logout/data-from-child raceDamien Miller2000-11-291-3/+2
* 20001123Ben Lindstrom2000-11-211-1/+5
* - (stevek) Reworked progname support.Ben Lindstrom2000-11-171-7/+12
* - (djm) Merge OpenBSD changes:Damien Miller2000-11-131-1/+16
* 20001112Ben Lindstrom2000-11-121-3/+24
* - (djm) Sync with OpenBSD:Damien Miller2000-10-281-7/+10
* - (djm) Sync with OpenBSD:Damien Miller2000-10-161-2/+6
* - (djm) Fix ssh2 hang on background processes at logout.Damien Miller2000-10-151-0/+4
* comparing against buf and not hostname; openbsd tree has thisKevin Steves2000-10-141-1/+1
* get_last_login_time() called twice.Kevin Steves2000-10-141-4/+0
* - (stevesk) ~/.hushlogin shouldn't cause required password change toKevin Steves2000-10-141-3/+13
* - (djm) Big OpenBSD sync:Damien Miller2000-10-141-2/+1
* - (djm) Revert SSH2 serverloop hack, will find a better way.Damien Miller2000-10-141-10/+1
* - (stevesk) Fix detection of pw_class struct member in configure;Kevin Steves2000-10-071-2/+2
* - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>Damien Miller2000-10-011-0/+4
* - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes withDamien Miller2000-09-301-0/+2
* - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,Damien Miller2000-09-291-29/+37