]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Tue, 29 Aug 2006 16:21:31 +0000 (16:21 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Tue, 29 Aug 2006 16:21:31 +0000 (16:21 +0000)
commit338f579d2d3a27de21f4d4ca32d031ff513a5d3c
tree564a8181c5064c76eae7b6e340a1da48017291b1
parent02bb68f7d71b19461087a51f872a21cf682bd608
Relevant BUGIDs:

Purpose of commit: new feature

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

As discussed with Tomas I'm adding the pam_loginuid module from RH
to make the SELinux/Audit stack complete:

2006-08-29  Thorsten Kukuk  <kukuk@thkukuk.de>

        * doc/sag/pam_loginuid.xml: New.
        * doc/sag/Linux-PAM_SAG.xml: Include pam_loginuid.xml.

        * configure.in: Add modules/pam_loginuid/Makefile.
        * modules/Makefile.am: Add pam_loginuid sub directory.

        * libpam/pam_static_modules.h: Add pam_loginuid.

        * modules/pam_loginuid/Makefile.am: New.
        * modules/pam_loginuid/tst-pam_loginuid: New.
        * modules/pam_loginuid/pam_loginuid.8.xml: New.
        * modules/pam_loginuid/pam_loginuid.8: New, generated from XML source.
        * modules/pam_loginuid/pam_loginuid.c: New.
        * modules/pam_loginuid/README.xml: New.
        * modules/pam_loginuid/README: New, generated from XML source.
15 files changed:
ChangeLog
NEWS
configure.in
doc/sag/Linux-PAM_SAG.xml
doc/sag/pam_loginuid.xml [new file with mode: 0644]
libpam/pam_static_modules.h
modules/Makefile.am
modules/pam_loginuid/.cvsignore [new file with mode: 0644]
modules/pam_loginuid/Makefile.am [new file with mode: 0644]
modules/pam_loginuid/README [new file with mode: 0644]
modules/pam_loginuid/README.xml [new file with mode: 0644]
modules/pam_loginuid/pam_loginuid.8 [new file with mode: 0644]
modules/pam_loginuid/pam_loginuid.8.xml [new file with mode: 0644]
modules/pam_loginuid/pam_loginuid.c [new file with mode: 0644]
modules/pam_loginuid/tst-pam_loginuid [new file with mode: 0755]