summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2010-08-04 13:54:02 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2010-08-04 13:54:02 +0000
commitaab76bad2fa0f6bb7dafff402b6dae0ceb9dc48c (patch)
tree63ab25e63c4d85152f5f1e3dd2043872d6db3564 /ChangeLog
parent0e73991710adce250f8cc56040528ae25e68bad0 (diff)
Relevant BUGIDs: 2730965
Purpose of commit: workaround Commit summary: --------------- 2010-08-04 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_unix/passverify.c (PAMH_ARG_DECL): Don't request password change if time is not yet set (1.1.1970). Bug #2730965.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74259ab8..dcaf92c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2010-08-04 Thorsten Kukuk <kukuk@thkukuk.de>
+ * modules/pam_unix/passverify.c (PAMH_ARG_DECL): Don't request
+ password change if time is not yet set (1.1.1970). Bug #2730965.
+
* modules/pam_access/pam_access.c (user_match): Make sure
that user@host will not match @@netgroup. Bug #3035919.