diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-08-04 13:54:02 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-08-04 13:54:02 +0000 |
commit | aab76bad2fa0f6bb7dafff402b6dae0ceb9dc48c (patch) | |
tree | 63ab25e63c4d85152f5f1e3dd2043872d6db3564 /ChangeLog | |
parent | 0e73991710adce250f8cc56040528ae25e68bad0 (diff) | |
download | pam-aab76bad2fa0f6bb7dafff402b6dae0ceb9dc48c.tar.gz pam-aab76bad2fa0f6bb7dafff402b6dae0ceb9dc48c.tar.bz2 pam-aab76bad2fa0f6bb7dafff402b6dae0ceb9dc48c.zip |
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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |