diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 11:22:19 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 11:22:19 +0000 |
commit | 9b4ed6689660825a5edb3153c8608a7d15b6ee1e (patch) | |
tree | 6c9292e9a016cce8cc6ef3676d00051b73dba66b /CHANGELOG | |
parent | 41646d56c2d9f73da79b9b2c2d415e747e13d9ca (diff) | |
download | pam-9b4ed6689660825a5edb3153c8608a7d15b6ee1e.tar.gz pam-9b4ed6689660825a5edb3153c8608a7d15b6ee1e.tar.bz2 pam-9b4ed6689660825a5edb3153c8608a7d15b6ee1e.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Be fail-close on user lookups, always log failures, not just with "debug".
Based on patch for Linux-PAM-0.75 from Solar Designer.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,8 @@ BerliOS Bugs are marked with (BerliOS #XXXX). * pam_userdb: Fix regression - crash when crypt param not specified (t8m) * libpam: Remove pam_authenticate_secondary stub (kukuk) * Use autoconf/automake/libtool (kukuk) +* pam_securetty: Be fail-close on user lookups, always log failures, + not just with "debug" (Solar Designer) 0.80: Wed Jul 13 13:23:20 CEST 2005 * pam_tally: test for NULL data before dereferencing them (t8m) |