summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-11-12 05:04:52 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-11-12 05:04:52 +0000
commit0c1e9795ad93a2f801db37d8e71a1b9d7d074ce8 (patch)
tree267c3643557763e37f2c53a2225160f9dc218ed1 /CHANGELOG
parent568e5f97b27b1c9f8f87ed2c61a59cf15a2c0694 (diff)
Relevant BUGIDs: 460717
Purpose of commit: bugfix Commit summary: --------------- it seems there was a slight problem with md5 compatibility with respect to bigendian non-md5 hash support.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d84253e5..413c56c1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,9 @@ bug report - outstanding bugs are listed here:
0.76: please submit patches for this section with actual code/doc
patches!
+* pam_pwdb: Solar Designer pointed out that there was a problem with
+ the compatibility support for md5 password hashing. (Bug 460717 -
+ agmorgan)
* pam_issue: Nalin found segfaulting problems if the PAM_USER_PROMPT
is unset, found some similar problems with assumptions about
realloc. (Bug 476983 - agmorgan)