aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-01-05 16:15:26 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-01-05 16:15:26 +0000
commit6a117d5418f224a668a0a58d6299c212357a1972 (patch)
tree4e814153e8c52c09ac43ecead94efbbe524fb5ff /CHANGELOG
parentc012723f3aaa312500c22a7243db20bc5ebc4b38 (diff)
downloadpam-6a117d5418f224a668a0a58d6299c212357a1972.tar.gz
pam-6a117d5418f224a668a0a58d6299c212357a1972.tar.bz2
pam-6a117d5418f224a668a0a58d6299c212357a1972.zip
Relevant BUGIDs: 872945
Purpose of commit: bugfix Commit summary: --------------- Calling pam_chauthtok of pam_unix and entering the correct old password, but abort on typing the new one, PAM_AUTHTOK_RECOVER_ERR is returned. Since we got the old token, PAM_AUTHTOK_ERR needs to be returned. Found by LSB PAM testsuite.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 873fa13e..3c689f8c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -65,7 +65,9 @@ BerliOS Bugs are marked with (BerliOS #XXXX).
* pam_unix: don't log user unknown failure when he can be properly
authenticated by another module (t8m)
* configure: don't abort if no cracklib dictinaries were found, but
- warn user that pam_cracklib will not be built.
+ warn user that pam_cracklib will not be built (kukuk)
+* modules/pam_unix/support.c: Fix return value, if user aborts while
+ changes the password (Bug 872945 - kukuk)
0.78: Do Nov 18 14:48:36 CET 2004