diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2000-11-25 03:27:39 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2000-11-25 03:27:39 +0000 |
commit | 4ea47216da66274357b14d5d7488ccbde27d75c4 (patch) | |
tree | 5b73492bf55a8a46c8a68e09c4e6a55479ed9028 /CHANGELOG | |
parent | ae282c2b26cfacb4e850d1258b851f125eca221a (diff) | |
download | pam-4ea47216da66274357b14d5d7488ccbde27d75c4.tar.gz pam-4ea47216da66274357b14d5d7488ccbde27d75c4.tar.bz2 pam-4ea47216da66274357b14d5d7488ccbde27d75c4.zip |
Relevant BUGIDs: 115055
Purpose of commit: bugfix
Commit summary:
---------------
fixed the bogus logic in 'similiar' (renamed it to similar) and
documented the new override argument: difignore.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Where you should replace XXXXX with a bug-id. 0.73: please submit patches for this section with actual code/doc patches! +* replaced bogus logic in the pam_cracklib module for determining if + the replacement is too similar to the old password (Bug 115055 - + agmorgan) * added accessconf=<filename> feature to pam_access - request from Aldrin Martoq and Meelis Roos (Bugs 111927,117240 - agmorgan) * fix for pam_limit module not dealing with all limits Adam J. Richter |