diff options
author | Tomas Mraz <tm@t8m.info> | 2008-09-19 13:38:32 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2008-09-19 13:38:32 +0000 |
commit | e15dee8abc38058cae9259a3aa3b625ea8febbfd (patch) | |
tree | 8377c78395629744b73b455364618444f0f1b88c /NEWS | |
parent | 742a6386465fb4290c3a5f86505f9a3e5e48fad3 (diff) | |
download | pam-e15dee8abc38058cae9259a3aa3b625ea8febbfd.tar.gz pam-e15dee8abc38058cae9259a3aa3b625ea8febbfd.tar.bz2 pam-e15dee8abc38058cae9259a3aa3b625ea8febbfd.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2008-09-19 Tomas Mraz <t8m@centrum.cz>
* modules/pam_cracklib/pam_cracklib.8.xml: Fix description
of the palindrome test. Document new options maxrepeat and
reject_username.
* modules/pam_cracklib/pam_cracklib.c(_pam_parse): Parse
the maxrepeat and reject_username options.
(password_check): Call the new tests usercheck() and
consecutive().
(_pam_unix_approve_pass): Pass user name to the password_check().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,11 +6,12 @@ Release 1.0.90 * Supply hostname of the machine to netgroup match call in pam_access * Make pam_namespace to work safe on child directories of parent directories owned by users -* Redifine LOCAL keyword of pam_access configuration file +* Redefine LOCAL keyword of pam_access configuration file * Add support fro try_first_pass and use_first_pass to pam_cracklib * Print informative messages for rejected login and add silent and no_log_info options to pam_tally - +* Add support for passing PAM_AUTHTOK to stdin of helpers from pam_exec +* New password quality tests in pam_cracklib Release 1.0.1 |