diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-02 08:46:23 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-02 08:46:23 +0000 |
commit | 44e952f399551aba882a9676ea10243b896a214c (patch) | |
tree | f63698a1ebe78f6ef205394e539eb9986520ddb9 /CHANGELOG | |
parent | 8d8cd5b8922db1bbc30cb726916076d2879a4ed2 (diff) | |
download | pam-44e952f399551aba882a9676ea10243b896a214c.tar.gz pam-44e952f399551aba882a9676ea10243b896a214c.tar.bz2 pam-44e952f399551aba882a9676ea10243b896a214c.zip |
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
pam_cracklib:
- Make cracklib dict path an option
- Don't compile a hard path to cracklib dict, libcrack knows it better
- Use pam_prompt().
With this, pam_cracklib should work again after moving to automake.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ BerliOS Bugs are marked with (BerliOS #XXXX). * libpam: Cache pam_get_user() failures * libpam: Add pam_prompt,pam_vprompt,pam_error,pam_verror,pam_info and pam_vinfo functions for use by modules as extension (kukuk). +* pam_cracklib: Make path to cracklib dicts an option (kukuk). 0.80: Wed Jul 13 13:23:20 CEST 2005 * pam_tally: test for NULL data before dereferencing them (t8m) |