diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-11-07 20:09:42 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-11-07 20:09:42 +0000 |
commit | 6c22ab1b705ee1e990ef3436ffbbbf18dc4c52d6 (patch) | |
tree | 8453856643c82bdea214511549d2d9b6ea806e69 /ChangeLog | |
parent | 8f587b822fa7bc9943ea37e113710a2dd3298237 (diff) | |
download | pam-6c22ab1b705ee1e990ef3436ffbbbf18dc4c52d6.tar.gz pam-6c22ab1b705ee1e990ef3436ffbbbf18dc4c52d6.tar.bz2 pam-6c22ab1b705ee1e990ef3436ffbbbf18dc4c52d6.zip |
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-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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]. |