diff options
author | kukuk <kukuk@thkukuk.de> | 2011-05-04 17:26:16 +0200 |
---|---|---|
committer | kukuk <kukuk@thkukuk.de> | 2011-05-04 17:26:16 +0200 |
commit | 6ee536baa197e2d78019e6eab3990c0b9d367fb8 (patch) | |
tree | 6712359f4c186e8f6da7a079b3e8f97a474bd589 /ChangeLog | |
parent | 7698a76cf4983fe69944a810305183f1fe6cc031 (diff) | |
download | pam-6ee536baa197e2d78019e6eab3990c0b9d367fb8.tar.gz pam-6ee536baa197e2d78019e6eab3990c0b9d367fb8.tar.bz2 pam-6ee536baa197e2d78019e6eab3990c0b9d367fb8.zip |
2011-05-04 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_lastlog/pam_lastlog.c (last_login_failed): Don't
abort with error if btmp file does not exist.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ +2011-05-04 Thorsten Kukuk <kukuk@thkukuk.de> + + * modules/pam_lastlog/pam_lastlog.c (last_login_failed): Don't + abort with error if btmp file does not exist. + 2011-03-21 Tomas Mraz <tm@t8m.info> + * modules/pam_unix/md5.c (MD5Final): Clear the whole ctx. 2011-03-18 Tomas Mraz <tm@t8m.info> |