diff options
author | Tomas Mraz <tm@t8m.info> | 2008-09-30 14:40:39 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2008-09-30 14:40:39 +0000 |
commit | c6e6da3915c87e210c24d3c24b7303c59004e98c (patch) | |
tree | b83aabf34f64356ede04c8e454856e6c87cbd041 /NEWS | |
parent | 85dcbd2d2b9d1cd57e628599703dd28326478720 (diff) | |
download | pam-c6e6da3915c87e210c24d3c24b7303c59004e98c.tar.gz pam-c6e6da3915c87e210c24d3c24b7303c59004e98c.tar.bz2 pam-c6e6da3915c87e210c24d3c24b7303c59004e98c.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2008-09-30 Tomas Mraz <t8m@centrum.cz>
* modules/pam_lastlog/pam_lastlog.8.xml: Document new options
noupdate and showfailed.
* modules/pam_lastlog/pam_lastlog.c(pam_parse): Recognize the new
options.
(last_login_read): New output parameter lltime. Do not display
the last login message if it would be empty.
(last_login_date): New output parameter lltime. Do not write the
last login info when LASTLOG_UPDATE is not set.
(last_login_failed): New function to display the last bad login
attempt from btmp.
(pam_sm_open_session): Obtain lltime from last_login_date() and
call last_login_failed() when appropriate.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,11 +7,13 @@ Release 1.0.90 * Make pam_namespace to work safe on child directories of parent directories owned by users * Redefine LOCAL keyword of pam_access configuration file -* Add support fro try_first_pass and use_first_pass to pam_cracklib +* Add support for 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 +* New options for pam_lastlog to show last failed login attempt and + to disable lastlog update Release 1.0.1 |