From e6364f057ddd81b7eb06487047b20a04f29022af Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 24 Nov 2008 13:56:29 +0000 Subject: Relevant BUGIDs: rhbz#471762 Purpose of commit: new feature Commit summary: --------------- 2008-11-24 Tomas Mraz * libpam/pam_handlers.c (_pam_parse_conf_file): '-' at beginning of type token marks silent module. (_pam_load_module): Add handler_type parameter. Do not log module load error if module is silent. (_pam_add_handler): Pass handler_type to _pam_load_module(). * libpam/pam_private.h: Add PAM_HT_SILENT_MODULE. * doc/man/pam.conf-syntax.xml: Document the '-' at beginning of type. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c406472f..932d90c8 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,7 @@ Release 1.0.90 * New pam_pwhistory module to store last used passwords * New pam_tally2 module similar to pam_tally with wordsize independent tally data format +* Make libpam not log missing module if its type is prepended with '-' Release 1.0.2 -- cgit v1.2.3