diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-02-16 16:47:37 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-02-16 16:47:37 +1100 |
commit | c97b01af62fa73b31a5b0c86c21c3347cdd0874d (patch) | |
tree | 493951e8c22275b3c504ff4e5f63e8b204304703 /ChangeLog | |
parent | ca6e7a7e8b6cc828f5df96b180d03e7ca1179fca (diff) |
- (dtucker) [session.c] Bug #918: store credentials from gssapi-with-mic
authentication early enough to be available to PAM session modules when
privsep=yes. Patch from deengert at anl.gov, ok'ed in principle by Sam
Hartman and similar to Debian's ssh-krb5 package.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,6 +8,10 @@ | |||
8 | - (dtucker) [configure.ac] Bug #893: check for libresolv early on Reliant | 8 | - (dtucker) [configure.ac] Bug #893: check for libresolv early on Reliant |
9 | Unix; prevents problems relating to the location of -lresolv in the | 9 | Unix; prevents problems relating to the location of -lresolv in the |
10 | link order. | 10 | link order. |
11 | - (dtucker) [session.c] Bug #918: store credentials from gssapi-with-mic | ||
12 | authentication early enough to be available to PAM session modules when | ||
13 | privsep=yes. Patch from deengert at anl.gov, ok'ed in principle by Sam | ||
14 | Hartman and similar to Debian's ssh-krb5 package. | ||
11 | 15 | ||
12 | 20050215 | 16 | 20050215 |
13 | - (dtucker) [config.sh.in] Collect oslevel -r too. | 17 | - (dtucker) [config.sh.in] Collect oslevel -r too. |
@@ -2142,4 +2146,4 @@ | |||
2142 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2146 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2143 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2147 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2144 | 2148 | ||
2145 | $Id: ChangeLog,v 1.3657 2005/02/16 05:19:17 dtucker Exp $ | 2149 | $Id: ChangeLog,v 1.3658 2005/02/16 05:47:37 dtucker Exp $ |