aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/session.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts.Dag-Erling Smørgrav2006-11-101-1/+1
* Merge conflicts.Dag-Erling Smørgrav2006-09-301-33/+74
* Merge conflicts.Dag-Erling Smørgrav2006-03-221-28/+30
* Resolve conflicts.Dag-Erling Smørgrav2005-09-031-12/+121
* Resolve conflicts.Dag-Erling Smørgrav2005-06-051-10/+61
* Resolve conflictsDag-Erling Smørgrav2004-10-281-36/+82
* Resolve conflicts.Dag-Erling Smørgrav2004-04-201-2/+10
* Resolve conflicts.Dag-Erling Smørgrav2004-02-261-100/+191
* Resolve conflicts and remove obsolete files.Dag-Erling Smørgrav2004-01-071-117/+153
* Correct more cases of allocation size bookkeeping being updated beforeJacques Vidrine2003-09-171-7/+9
* Resolve conflicts.Dag-Erling Smørgrav2003-04-231-14/+43
* Back out a lastlog-related change which is no longer relevant.Dag-Erling Smørgrav2002-12-141-1/+1
* Resolve conflicts.Dag-Erling Smørgrav2002-10-291-27/+82
* sshd didn't handle actual size of struct sockaddr correctly,Hajimu UMEMOTO2002-09-091-4/+4
* Do login cap calls _before_ descriptors are hardly closed because close mayAndrey A. Chernov2002-08-051-1/+8
* Problems addressed:Andrey A. Chernov2002-07-261-2/+21
* Resolve conflicts.Dag-Erling Smørgrav2002-06-291-14/+27
* Make sure the environment variables set by setusercontext() are passed onDag-Erling Smørgrav2002-06-291-9/+23
* Forcibly revert to mainline.Dag-Erling Smørgrav2002-06-271-260/+222
* Correctly export the environment variables set by setusercontext().Dag-Erling Smørgrav2002-06-231-7/+5
* Resolve conflicts. Known issues:Dag-Erling Smørgrav2002-06-231-113/+192
* 1) Proberly conditionalize PAM "last login" printout.Andrey A. Chernov2002-04-231-14/+11
* Don't report last login time in PAM case. (perforce change 10057)Dag-Erling Smørgrav2002-04-221-4/+6
* Move LOGIN_CAP calls before all file descriptors are closed hard, since someAndrey A. Chernov2002-04-211-2/+15
* Fix TZ & TERM handling for use_login case of rev. 1.24Andrey A. Chernov2002-04-201-4/+6
* 1) Surprisingly, "CheckMail" handling code completely removed from thisAndrey A. Chernov2002-04-201-2/+23
* 1) Fix overlook in my prev. commit - forget HAVE_ prefix in one place in oldAndrey A. Chernov2002-04-201-4/+11
* Please repeat after me: setusercontext() modifies _current_ environment, butAndrey A. Chernov2002-04-201-24/+58
* Fix some warnings. Don't record logins twice in USE_PAM case. StripDag-Erling Smørgrav2002-04-141-4/+22
* Align for const poisoning in -lutil.Ruslan Ermilov2002-04-081-1/+1
* Fix conflicts.Dag-Erling Smørgrav2002-03-181-736/+617
* Use login_getpwclass() instead of login_getclass() so that defaultBrian Feldman2002-02-271-1/+1
* Do not pass user-defined environmental variables to /usr/bin/login.Jacques Vidrine2001-12-031-0/+2
* In the "UseLogin yes" case we need env to be NULL to make sure itDavid Malone2001-11-191-1/+1
* Switch to the user's uid before attempting to unlink the auth forwardingBrian Feldman2001-06-081-15/+29
* Fix conflicts for OpenSSH 2.9.Brian Feldman2001-05-041-258/+281
* Reenable the SIGPIPE signal handler default in all cases for spawnedBrian Feldman2001-03-111-2/+6
* Actually propagate back to the rest of the application that a commandBrian Feldman2001-01-211-1/+1
* Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0Brian Feldman2000-12-051-14/+86
* Resolve conflicts and update for OpenSSH 2.2.0Kris Kennaway2000-09-101-280/+399
* ttyname was not being passed into do_login(), so we were erroneously pickingKris Kennaway2000-09-041-3/+3
* Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobodyKris Kennaway2000-09-021-1/+0
* Fix syntax error in previous commit.Kris Kennaway2000-06-111-2/+3
* Fix security botch in "UseLogin Yes" case: commands are executed withKris Kennaway2000-06-101-0/+4
* Bring vendor patches onto the main branch, and resolve conflicts.Kris Kennaway2000-06-031-13/+31
* Unbreak Kerberos5 compilation. This still remains untested.Kris Kennaway2000-05-171-0/+4
* Resolve conflicts and update for FreeBSD.Kris Kennaway2000-05-151-8/+242
* Initial import of OpenSSH v2.1.vendor/openssh/2.1Kris Kennaway2000-05-151-0/+1516