]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Fri, 10 Oct 2008 06:53:45 +0000 (06:53 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Fri, 10 Oct 2008 06:53:45 +0000 (06:53 +0000)
commitdad5bd7c146a842e11da19c5715db117d62f5677
treea3277beddc06762a8d826d162f19787b09614a35
parent6f78c8845614136df2f96f33ef918ed9bfb8e9f8
Relevant BUGIDs:

Purpose of commit: new feature

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

2008-10-10  Thorsten Kukuk  <kukuk@thkukuk.de>

        * configure.in: add modules/pam_pwhistory/Makefile.
        * doc/sag/Linux-PAM_SAG.xml: Include pam_pwhistory.xml.
        * doc/sag/pam_pwhistory.xml: New.
        * libpam/pam_static_modules.h: Add pam_pwhistory data.
        * modules/Makefile.am: Add pam_pwhistory directory.
        * modules/pam_pwhistory/Makefile.am: New.
        * modules/pam_pwhistory/README.xml: New.
        * modules/pam_pwhistory/opasswd.c: New.
        * modules/pam_pwhistory/opasswd.h: New.
        * modules/pam_pwhistory/pam_pwhistory.8.xml: New.
        * modules/pam_pwhistory/pam_pwhistory.c: New.
        * modules/pam_pwhistory/tst-pam_pwhistory: New.
        * xtests/Makefile.am: New.
        * xtests/run-xtests.sh: New.
        * xtests/tst-pam_pwhistory1.c: New.
        * xtests/tst-pam_pwhistory1.pamd: New.
        * xtests/tst-pam_pwhistory1.sh: New.
        * po/POTFILES.in: Add modules/pam_pwhistory/.
        * po/de.po: Update translations.
60 files changed:
ChangeLog
NEWS
configure.in
doc/sag/Linux-PAM_SAG.xml
doc/sag/pam_pwhistory.xml [new file with mode: 0644]
libpam/pam_static_modules.h
modules/Makefile.am
modules/pam_pwhistory/.cvsignore [new file with mode: 0644]
modules/pam_pwhistory/Makefile.am [new file with mode: 0644]
modules/pam_pwhistory/README.xml [new file with mode: 0644]
modules/pam_pwhistory/opasswd.c [new file with mode: 0644]
modules/pam_pwhistory/opasswd.h [new file with mode: 0644]
modules/pam_pwhistory/pam_pwhistory.8.xml [new file with mode: 0644]
modules/pam_pwhistory/pam_pwhistory.c [new file with mode: 0644]
modules/pam_pwhistory/tst-pam_pwhistory [new file with mode: 0755]
po/Linux-PAM.pot
po/POTFILES.in
po/ar.po
po/as.po
po/bn_IN.po
po/ca.po
po/cs.po
po/da.po
po/de.po
po/es.po
po/fi.po
po/fr.po
po/gu.po
po/hi.po
po/hu.po
po/it.po
po/ja.po
po/km.po
po/kn.po
po/ko.po
po/ml.po
po/nb.po
po/nl.po
po/or.po
po/pa.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ru.po
po/si.po
po/sr.po
po/sr@latin.po
po/sv.po
po/ta.po
po/tr.po
po/uk.po
po/zh_CN.po
po/zh_TW.po
po/zu.po
xtests/.cvsignore
xtests/Makefile.am
xtests/run-xtests.sh
xtests/tst-pam_pwhistory1.c [new file with mode: 0644]
xtests/tst-pam_pwhistory1.pamd [new file with mode: 0644]
xtests/tst-pam_pwhistory1.sh [new file with mode: 0644]