]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Mon, 9 Aug 2010 15:36:48 +0000 (15:36 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Mon, 9 Aug 2010 15:36:48 +0000 (15:36 +0000)
Purpose of commit: bugfix/cleanup

Commit summary:
---------------

2010-08-09  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_tally/pam_tally.8.xml: Document that pam_tally is
        deprecated.

        * modules/pam_tty_audit/Makefile.am (EXTRA_DIST): Fix make dist.

ChangeLog
modules/pam_tally/pam_tally.8.xml
modules/pam_tty_audit/Makefile.am

index 68388c87d7726f2c2e08d8bc188af7715000ab68..86e3ae1342bdbd030e96f5a5055f1332bca2793e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-08-09  Thorsten Kukuk  <kukuk@thkukuk.de>
 
+       * 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.
 
index 91925688a547886d9bd464ab5707005a41d98183..354d06ffb91e970236b5f3e883a3bb024fc49545 100644 (file)
 
     <para>
       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.
+    </para>
+    <para>
+      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.
     </para>
     <para>
       pam_tally comes in two parts:
index 2e2cbb66d0fb4a1d58f5b0e12379162d8c13060f..38c13c030475561f641d5b2e4da9e0f2390dcbf4 100644 (file)
@@ -1,11 +1,11 @@
 #
-# Copyright (c) 2005, 2006, 2009 Thorsten Kukuk <kukuk@suse.de>
+# Copyright (c) 2005, 2006, 2009, 2010 Thorsten Kukuk <kukuk@suse.de>
 #
 
 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