summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2008-09-30 14:40:39 +0000
committerTomas Mraz <tm@t8m.info>2008-09-30 14:40:39 +0000
commitc6e6da3915c87e210c24d3c24b7303c59004e98c (patch)
treeb83aabf34f64356ede04c8e454856e6c87cbd041 /NEWS
parent85dcbd2d2b9d1cd57e628599703dd28326478720 (diff)
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--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5d9927b7..d3e18f77 100644
--- a/NEWS
+++ b/NEWS
@@ -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