diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-07-09 04:44:18 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-07-09 04:44:18 +0000 |
commit | 067affee9267fa0d1c21835182ba639ba33e820f (patch) | |
tree | 71f8a6dc2703f7d650d0e2880ec931e86f1b7ca3 /CHANGELOG | |
parent | cda1a99dcb3ef18f21bc5cb2b3994e160ec51118 (diff) | |
download | pam-067affee9267fa0d1c21835182ba639ba33e820f.tar.gz pam-067affee9267fa0d1c21835182ba639ba33e820f.tar.bz2 pam-067affee9267fa0d1c21835182ba639ba33e820f.zip |
Relevant BUGIDs: 521314
Purpose of commit: bugfix
Commit summary:
---------------
bigcrypt does not match crypt when password length is too long.
This led to a pam_unix problem when the module had not set the
password in bigcrypt mode, but was trying to compare with bigcrypt
output. The fix is to use the stored password as a guide to how much
of the encrypted password to compare against.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_unix: fix for legacy crypt() support when the password entered + was long. (Bug 521314 - agmorgan). * pam_access no longer include gethostname() prototype complained from David Lee (Bug 415423 - agmorgan). * make pam_nologin more secure by default, added two new module |