diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-11-27 06:09:48 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-11-27 06:09:48 +0000 |
commit | 4b0e4887849aeab9add48f653c29b60183d52869 (patch) | |
tree | eeb9eeeb7d5cce0f26abd0bb170a4125d223b8ad /CHANGELOG | |
parent | b2250f2d27d22455ae87a61ff50f419aa8e77cd8 (diff) | |
download | pam-4b0e4887849aeab9add48f653c29b60183d52869.tar.gz pam-4b0e4887849aeab9add48f653c29b60183d52869.tar.bz2 pam-4b0e4887849aeab9add48f653c29b60183d52869.zip |
Relevant BUGIDs: 476957, 436053
Purpose of commit: improved feature
Commit summary:
---------------
Replace the 'similar' function with a real distance algorithm. (From Harald
Welte and Nalin).
Also fix a typo that somehow slipped through an earlier checkin. [Bug 476947].
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_cracklib: another try at implementing similar() from Harald + Welte and Nalin (Bugs 436053, 476957 - agmorgan) * documentation: random typo fixes from Nalin (Bug 476949 - agmorgan) * pam_access: default access.conf file contained a type (console instead of LOCAL) fix from Nalin (Bug 476934 - agmorgan) |