From e15dee8abc38058cae9259a3aa3b625ea8febbfd Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 19 Sep 2008 13:38:32 +0000 Subject: Relevant BUGIDs: Purpose of commit: new feature Commit summary: --------------- 2008-09-19 Tomas Mraz * 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(). --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e4e2b743..5d9927b7 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3