From: Thorsten Kukuk Date: Mon, 9 Aug 2010 15:36:48 +0000 (+0000) Subject: Relevant BUGIDs: X-Git-Tag: Linux-PAM-1_1_2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=660464aa88967f55ab3ec7d54cba20757d884634;p=linux-pam Relevant BUGIDs: Purpose of commit: bugfix/cleanup Commit summary: --------------- 2010-08-09 Thorsten Kukuk * modules/pam_tally/pam_tally.8.xml: Document that pam_tally is deprecated. * modules/pam_tty_audit/Makefile.am (EXTRA_DIST): Fix make dist. --- diff --git a/ChangeLog b/ChangeLog index 68388c87..86e3ae13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-08-09 Thorsten Kukuk + * modules/pam_tally/pam_tally.8.xml: Document that pam_tally is + deprecated. + + * modules/pam_tty_audit/Makefile.am (EXTRA_DIST): Fix make dist. + * modules/pam_unix/passverify.c (check_shadow_expiry): Correct check for expired date. diff --git a/modules/pam_tally/pam_tally.8.xml b/modules/pam_tally/pam_tally.8.xml index 91925688..354d06ff 100644 --- a/modules/pam_tally/pam_tally.8.xml +++ b/modules/pam_tally/pam_tally.8.xml @@ -81,7 +81,13 @@ This module maintains a count of attempted accesses, can - reset count on success, can deny access if too many attempts fail. + reset count on success, can deny access if too many attempts + fail. + + + pam_tally has several limitations, which are solved with + pam_tally2. For this reason pam_tally is deprecated and + will be removed in a future release. pam_tally comes in two parts: diff --git a/modules/pam_tty_audit/Makefile.am b/modules/pam_tty_audit/Makefile.am index 2e2cbb66..38c13c03 100644 --- a/modules/pam_tty_audit/Makefile.am +++ b/modules/pam_tty_audit/Makefile.am @@ -1,11 +1,11 @@ # -# Copyright (c) 2005, 2006, 2009 Thorsten Kukuk +# Copyright (c) 2005, 2006, 2009, 2010 Thorsten Kukuk # CLEANFILES = *~ MAINTAINERCLEANFILES = $(MANS) README -EXTRA_DIST = README pam_tty_audit.8 $(XMLS) +EXTRA_DIST = README pam_tty_audit.8 $(XMLS) tst-pam_tty_audit if HAVE_AUDIT_TTY_STATUS TESTS = tst-pam_tty_audit