summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-11-07 20:09:42 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-11-07 20:09:42 +0000
commit6c22ab1b705ee1e990ef3436ffbbbf18dc4c52d6 (patch)
tree8453856643c82bdea214511549d2d9b6ea806e69 /ChangeLog
parent8f587b822fa7bc9943ea37e113710a2dd3298237 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- 2005-11-07 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_unix/pam_unix_passwd.c (_unix_verify_shadow): Use correct variable names. And adjust .cvsignore files for libtool generated files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 578e8ab6..438e67bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-07 Thorsten Kukuk <kukuk@thkukuk.de>
+
+ * modules/pam_unix/pam_unix_passwd.c (_unix_verify_shadow): Use
+ correct variable names.
+
2005-11-06 Steve Langasek <vorlon@debian.org>
* modules/pam_env/pam_env.c: don't treat a missing
@@ -9,7 +14,7 @@
* modules/pam_unix/support.c (_unix_getpwnam): Fix typo [#1224807]
by ohyajapn.
-
+
* modules/pam_unix/pam_unix_passwd.c (_unix_verify_shadow): Change the
logic when comparing dates to handle corner cases better [#1245888].