summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:22:19 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:22:19 +0000
commit9b4ed6689660825a5edb3153c8608a7d15b6ee1e (patch)
tree6c9292e9a016cce8cc6ef3676d00051b73dba66b /CHANGELOG
parent41646d56c2d9f73da79b9b2c2d415e747e13d9ca (diff)
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--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 25663bfc..62e26283 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)