diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-30 22:04:56 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-30 22:04:56 +1000 |
commit | e061b1598a99c7c978f2e05f6d7aa86b6dba9d73 (patch) | |
tree | e627bbeaeec5602ef7e53f37ba34333ddc6edffa /ChangeLog | |
parent | 450a158d7ef01e44723802e28a65348375718a2c (diff) |
- (dtucker) [auth-pam.c] Use an invalid password for root if
PermitRootLogin != yes or the login is invalid, to prevent leaking
information. Based on Openwall's owl-always-auth patch. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ | |||
1 | 20040530 | 1 | 20040530 |
2 | - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM | 2 | - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c] Bug #874: Re-add PAM |
3 | support for PasswordAuthentication=yes. ok djm@ | 3 | support for PasswordAuthentication=yes. ok djm@ |
4 | - (dtucker) [auth-pam.c] Use an invalid password for root if | ||
5 | PermitRootLogin != yes or the login is invalid, to prevent leaking | ||
6 | information. Based on Openwall's owl-always-auth patch. ok djm@ | ||
4 | 7 | ||
5 | 20040527 | 8 | 20040527 |
6 | - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec | 9 | - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec |
@@ -1167,4 +1170,4 @@ | |||
1167 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1170 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1168 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1171 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1169 | 1172 | ||
1170 | $Id: ChangeLog,v 1.3369 2004/05/30 10:43:59 dtucker Exp $ | 1173 | $Id: ChangeLog,v 1.3370 2004/05/30 12:04:56 dtucker Exp $ |