diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sshd.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -28,6 +28,7 @@ | |||
28 | - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread" | 28 | - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread" |
29 | is terminated if the privsep slave exits during keyboard-interactive | 29 | is terminated if the privsep slave exits during keyboard-interactive |
30 | authentication. ok djm@ | 30 | authentication. ok djm@ |
31 | - (dtucker) [sshd.c] Fix typo in comment. | ||
31 | 32 | ||
32 | 20040523 | 33 | 20040523 |
33 | - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in | 34 | - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in |
@@ -1157,4 +1158,4 @@ | |||
1157 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1158 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1158 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1159 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1159 | 1160 | ||
1160 | $Id: ChangeLog,v 1.3366 2004/05/24 01:55:36 dtucker Exp $ | 1161 | $Id: ChangeLog,v 1.3367 2004/05/24 03:37:13 dtucker Exp $ |
@@ -935,7 +935,7 @@ main(int ac, char **av) | |||
935 | unsetenv("KRB5CCNAME"); | 935 | unsetenv("KRB5CCNAME"); |
936 | #endif /* _AIX */ | 936 | #endif /* _AIX */ |
937 | #ifdef _UNICOS | 937 | #ifdef _UNICOS |
938 | /* Cray can define user privs drop all prives now! | 938 | /* Cray can define user privs drop all privs now! |
939 | * Not needed on PRIV_SU systems! | 939 | * Not needed on PRIV_SU systems! |
940 | */ | 940 | */ |
941 | drop_cray_privs(); | 941 | drop_cray_privs(); |