summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/session.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts.des2003-04-231-14/+43
* Back out a lastlog-related change which is no longer relevant.des2002-12-141-1/+1
* Resolve conflicts.des2002-10-291-27/+82
* sshd didn't handle actual size of struct sockaddr correctly,ume2002-09-091-4/+4
* Do login cap calls _before_ descriptors are hardly closed because close mayache2002-08-051-1/+8
* Problems addressed:ache2002-07-261-2/+21
* Resolve conflicts.des2002-06-291-14/+27
* Make sure the environment variables set by setusercontext() are passed ondes2002-06-291-9/+23
* Forcibly revert to mainline.des2002-06-271-260/+222
* Correctly export the environment variables set by setusercontext().des2002-06-231-7/+5
* Resolve conflicts. Known issues:des2002-06-231-113/+192
* 1) Proberly conditionalize PAM "last login" printout.ache2002-04-231-14/+11
* Don't report last login time in PAM case. (perforce change 10057)des2002-04-221-4/+6
* Move LOGIN_CAP calls before all file descriptors are closed hard, since someache2002-04-211-2/+15
* Fix TZ & TERM handling for use_login case of rev. 1.24ache2002-04-201-4/+6
* 1) Surprisingly, "CheckMail" handling code completely removed from thisache2002-04-201-2/+23
* 1) Fix overlook in my prev. commit - forget HAVE_ prefix in one place in oldache2002-04-201-4/+11
* Please repeat after me: setusercontext() modifies _current_ environment, butache2002-04-201-24/+58
* Fix some warnings. Don't record logins twice in USE_PAM case. Stripdes2002-04-141-4/+22
* Align for const poisoning in -lutil.ru2002-04-081-1/+1
* Fix conflicts.des2002-03-181-737/+618
* Use login_getpwclass() instead of login_getclass() so that defaultgreen2002-02-271-1/+1
* Do not pass user-defined environmental variables to /usr/bin/login.nectar2001-12-031-0/+2
* In the "UseLogin yes" case we need env to be NULL to make sure itdwmalone2001-11-191-1/+1
* Switch to the user's uid before attempting to unlink the auth forwardinggreen2001-06-081-15/+29
* Fix conflicts for OpenSSH 2.9.green2001-05-041-258/+281
* Reenable the SIGPIPE signal handler default in all cases for spawnedgreen2001-03-111-2/+6
* Actually propagate back to the rest of the application that a commandgreen2001-01-211-1/+1
* Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-051-14/+86
* Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-101-280/+399
* ttyname was not being passed into do_login(), so we were erroneously pickingkris2000-09-041-3/+3
* Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobodykris2000-09-021-1/+0
* Fix syntax error in previous commit.kris2000-06-111-2/+3
* Fix security botch in "UseLogin Yes" case: commands are executed withkris2000-06-101-0/+4
* Bring vendor patches onto the main branch, and resolve conflicts.kris2000-06-031-13/+31
* Unbreak Kerberos5 compilation. This still remains untested.kris2000-05-171-0/+4
* Resolve conflicts and update for FreeBSD.kris2000-05-151-8/+242
* Initial import of OpenSSH v2.1.kris2000-05-151-0/+1516
OpenPOWER on IntegriCloud