diff options
author | Tomas Mraz <tm@t8m.info> | 2010-11-16 09:51:50 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2010-11-16 09:51:50 +0000 |
commit | 7aba472d5255f0e64a5ea42221c0d5f225f3b42d (patch) | |
tree | 278ebdf4c3496b99c52bcd649ce97e0f23304551 /ChangeLog | |
parent | 5c58f28cb4fa9965d5755b0eb1d0fcbd593b51ca (diff) | |
download | pam-7aba472d5255f0e64a5ea42221c0d5f225f3b42d.tar.gz pam-7aba472d5255f0e64a5ea42221c0d5f225f3b42d.tar.bz2 pam-7aba472d5255f0e64a5ea42221c0d5f225f3b42d.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2010-11-16 Tomas Mraz <tm@t8m.info>
* modules/pam_pwhistory/pam_pwhistory.c (pam_sm_chauthtok): Remove
dead and duplicate code. Return PAM_INCOMPLETE instead of
PAM_CONV_AGAIN.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-11-16 Tomas Mraz <tm@t8m.info> + + * modules/pam_pwhistory/pam_pwhistory.c (pam_sm_chauthtok): Remove + dead and duplicate code. Return PAM_INCOMPLETE instead of + PAM_CONV_AGAIN. + 2010-11-11 Tomas Mraz <tm@t8m.info> * modules/pam_selinux/pam_selinux.c (pam_sm_open_session): Fix |