diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-07-09 12:23:23 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-07-09 12:23:23 +0000 |
commit | 72fae03ec85016c4c443eb1c0195ed54b4423544 (patch) | |
tree | cb905058a80076edd7daf022cd3e1fdb05f59860 /NEWS | |
parent | a56a27d91b53f6029760d6a0e38b44b46f086f87 (diff) | |
download | pam-72fae03ec85016c4c443eb1c0195ed54b4423544.tar.gz pam-72fae03ec85016c4c443eb1c0195ed54b4423544.tar.bz2 pam-72fae03ec85016c4c443eb1c0195ed54b4423544.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2008-07-09 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_tally/pam_tally.c: Add support for silent and
no_log_info options.
* modules/pam_tally/pam_tally.8.xml: Document silent and
no_log_info options.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,11 +3,13 @@ Linux-PAM NEWS -- history of user-visible changes. Release 1.0.90 -* Supply hostname of the machine to netgroup match call in pam_access. +* 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. + owned by users * Redifine 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 Release 1.0.1 |