diff options
author | Damien Miller <djm@mindrot.org> | 2003-08-25 13:08:49 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-08-25 13:08:49 +1000 |
commit | 1f499fd3688d034daf787859044ede73767b6141 (patch) | |
tree | 0fec594fff3ac5fb6cc4faab19924e047db10207 /ChangeLog | |
parent | e41bba584737f028579961ddf6669b6a768e47e7 (diff) |
- (djm) Bug #564: Perform PAM account checks for all authentications when
UsePAM=yes; ok dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,6 +8,8 @@ | |||
8 | be our 'mysignal' by default. OK djm@ | 8 | be our 'mysignal' by default. OK djm@ |
9 | - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny | 9 | - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny |
10 | any access to locked accounts. ok djm@ | 10 | any access to locked accounts. ok djm@ |
11 | - (djm) Bug #564: Perform PAM account checks for all authentications when | ||
12 | UsePAM=yes; ok dtucker | ||
11 | 13 | ||
12 | 20030822 | 14 | 20030822 |
13 | - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal | 15 | - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal |
@@ -862,4 +864,4 @@ | |||
862 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 864 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
863 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 865 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
864 | 866 | ||
865 | $Id: ChangeLog,v 1.2902 2003/08/25 01:51:19 dtucker Exp $ | 867 | $Id: ChangeLog,v 1.2903 2003/08/25 03:08:49 djm Exp $ |