Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Wed, 31 Jan 2007 19:19:44 +0000 (19:19 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Wed, 31 Jan 2007 19:19:44 +0000 (19:19 +0000)
commitb12b648d8357e5baa5c607ca6703380b1e77b013
tree2748fe8509c02c3567543bc665bb2e3edf72cdbf
parent7cbfa335c57d068d59508c844f3957165cccfb9b
Relevant BUGIDs:

Purpose of commit: new feature

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

2007-01-31  Thorsten Kukuk  <kukuk@thkukuk.de>

        * xtests/Makefile.am: Add new pam_unix.so tests
        * xtests/run-xtests.sh: Prefer shell scripts (wrapper)
        over binaries.
        * xtests/tst-pam_cracklib1.c: Fix typo.
        * xtests/tst-pam_unix1.c: New, for sucurity fix.
        * xtests/tst-pam_unix1.pamd: New.
        * xtests/tst-pam_unix1.sh: New.
        * xtests/tst-pam_unix2.c: New, for crypt checks.
        * xtests/tst-pam_unix2.pamd: New.
        * xtests/tst-pam_unix2.sh: New.
        * xtests/tst-pam_unix3.c: New, for bigcrypt checks.
        * xtests/tst-pam_unix3.pamd: New.
        * xtests/tst-pam_unix3.sh: New.
13 files changed:
ChangeLog
xtests/Makefile.am
xtests/run-xtests.sh
xtests/tst-pam_cracklib1.c
xtests/tst-pam_unix1.c [new file with mode: 0644]
xtests/tst-pam_unix1.pamd [new file with mode: 0644]
xtests/tst-pam_unix1.sh [new file with mode: 0755]
xtests/tst-pam_unix2.c [new file with mode: 0644]
xtests/tst-pam_unix2.pamd [new file with mode: 0644]
xtests/tst-pam_unix2.sh [new file with mode: 0755]
xtests/tst-pam_unix3.c [new file with mode: 0644]
xtests/tst-pam_unix3.pamd [new file with mode: 0644]
xtests/tst-pam_unix3.sh [new file with mode: 0755]