summaryrefslogtreecommitdiff
path: root/libpam
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2008-10-17 11:29:55 +0000
committerTomas Mraz <tm@t8m.info>2008-10-17 11:29:55 +0000
commit114ed318bea9b5859ab89144261946716776e2ed (patch)
tree2fda76ee01feeece41b805203bdc52701a539fce /libpam
parent955caa5f8c4840931ce49bcd8f59c8803c8f0266 (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- 2008-10-17 Tomas Mraz <t8m@centrum.cz> * configure.in: Add modules/pam_tally2/Makefile. * doc/sag/Linux-PAM_SAG.xml: Include pam_tally2.xml. * doc/sag/pam_tally2.xml: New. * libpam/pam_static_modules.h: Add pam_tally2 static struct. * modules/Makefile.am: Add pam_tally2 directory. * modules/pam_tally2/Makefile.am: New. * modules/pam_tally2/README.xml: New. * modules/pam_tally2/tallylog.h: New. * modules/pam_tally2/pam_tally2.8.xml: New. * modules/pam_tally2/pam_tally2.c: New. * modules/pam_tally2/pam_tally2_app.c: New. * modules/pam_tally2/tst-pam_tally2: New. * po/POTFILES.in: Add pam_tally2 sources.
Diffstat (limited to 'libpam')
-rw-r--r--libpam/pam_static_modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpam/pam_static_modules.h b/libpam/pam_static_modules.h
index d45f2977..2d80cecb 100644
--- a/libpam/pam_static_modules.h
+++ b/libpam/pam_static_modules.h
@@ -74,6 +74,7 @@ extern struct pam_module _pam_shells_modstruct;
extern struct pam_module _pam_stress_modstruct;
extern struct pam_module _pam_succeed_if_modstruct;
extern struct pam_module _pam_tally_modstruct;
+extern struct pam_module _pam_tally2_modstruct;
extern struct pam_module _pam_time_modstruct;
#ifdef HAVE_AUDIT_TTY_STATUS
extern struct pam_module _pam_tty_audit_modstruct;
@@ -133,6 +134,7 @@ static struct pam_module *static_modules[] = {
&_pam_stress_modstruct,
&_pam_succeed_if_modstruct,
&_pam_tally_modstruct,
+ &_pam_tally2_modstruct,
&_pam_time_modstruct,
#ifdef HAVE_AUDIT_TTY_STATUS
&_pam_tty_audit_modstruct,