diff options
author | Tomas Mraz <tm@t8m.info> | 2008-11-24 13:56:29 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2008-11-24 13:56:29 +0000 |
commit | e6364f057ddd81b7eb06487047b20a04f29022af (patch) | |
tree | 42e58be4648d06fb5d27e30d5989a4487b8d91fa /NEWS | |
parent | bc32e648b76cb6eef5a3dd4720a7384d918ca6fb (diff) | |
download | pam-e6364f057ddd81b7eb06487047b20a04f29022af.tar.gz pam-e6364f057ddd81b7eb06487047b20a04f29022af.tar.bz2 pam-e6364f057ddd81b7eb06487047b20a04f29022af.zip |
Relevant BUGIDs: rhbz#471762
Purpose of commit: new feature
Commit summary:
---------------
2008-11-24 Tomas Mraz <t8m@centrum.cz>
* 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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |