summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-11-02 12:41:34 +0000
committerTomas Mraz <tm@t8m.info>2005-11-02 12:41:34 +0000
commitff4104776bb51ff936fd1b62ec76d6e03db88d23 (patch)
treed033a1e2814fae771473346722fd78d8078edb00 /ChangeLog
parent1f36364bf4be1aec03df54b67444b5c3eab18a0d (diff)
Relevant BUGIDs: 1245888
Purpose of commit: bugfix Commit summary: --------------- * modules/pam_unix/pam_unix_passwd.c (_unix_verify_shadow): Change the logic when comparing dates to handle corner cases better [#1245888].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 43c91c0c..bc7b16f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2005-11-02 Tomas Mraz <t8m@centrum.cz>
- * modules/pam_unix/support.c (_unix_getpwnam): Fix typo [#1224807].
+ * 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].
2005-10-31 Thorsten Kukuk <kukuk@suse.de>