]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Sun, 12 Mar 2006 08:36:42 +0000 (08:36 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Sun, 12 Mar 2006 08:36:42 +0000 (08:36 +0000)
commit993d5e30fa9085a05cc8231c49750e8bcc03170e
tree79d64253dd6290815a8a769267c0d34e7012a018
parentbd940ba3beea685e297144705bc3d7547e81b837
Relevant BUGIDs:

Purpose of commit: new feature

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

Add lot of tests for make check
89 files changed:
ChangeLog
Makefile.am
NEWS
configure.in
modules/pam_access/Makefile.am
modules/pam_access/tst-pam_access [new file with mode: 0755]
modules/pam_cracklib/Makefile.am
modules/pam_cracklib/tst-pam_cracklib [new file with mode: 0755]
modules/pam_debug/Makefile.am
modules/pam_debug/tst-pam_debug [new file with mode: 0755]
modules/pam_deny/Makefile.am
modules/pam_deny/tst-pam_deny [new file with mode: 0755]
modules/pam_echo/Makefile.am
modules/pam_echo/tst-pam_echo [new file with mode: 0755]
modules/pam_env/Makefile.am
modules/pam_env/tst-pam_env [new file with mode: 0755]
modules/pam_exec/Makefile.am
modules/pam_exec/tst-pam_exec [new file with mode: 0755]
modules/pam_filter/Makefile.am
modules/pam_filter/tst-pam_filter [new file with mode: 0755]
modules/pam_ftp/Makefile.am
modules/pam_ftp/tst-pam_ftp [new file with mode: 0755]
modules/pam_group/Makefile.am
modules/pam_group/tst-pam_group [new file with mode: 0755]
modules/pam_issue/Makefile.am
modules/pam_issue/tst-pam_issue [new file with mode: 0755]
modules/pam_lastlog/Makefile.am
modules/pam_lastlog/tst-pam_lastlog [new file with mode: 0755]
modules/pam_limits/Makefile.am
modules/pam_limits/tst-pam_limits [new file with mode: 0755]
modules/pam_listfile/Makefile.am
modules/pam_listfile/tst-pam_listfile [new file with mode: 0755]
modules/pam_localuser/Makefile.am
modules/pam_localuser/tst-pam_localuser [new file with mode: 0755]
modules/pam_mail/Makefile.am
modules/pam_mail/tst-pam_mail [new file with mode: 0755]
modules/pam_mkhomedir/Makefile.am
modules/pam_mkhomedir/tst-pam_mkhomedir [new file with mode: 0755]
modules/pam_motd/Makefile.am
modules/pam_motd/tst-pam_motd [new file with mode: 0755]
modules/pam_nologin/Makefile.am
modules/pam_nologin/tst-pam_nologin [new file with mode: 0755]
modules/pam_permit/Makefile.am
modules/pam_permit/tst-pam_permit [new file with mode: 0755]
modules/pam_rhosts/Makefile.am
modules/pam_rhosts/tst-pam_rhosts [new file with mode: 0755]
modules/pam_rootok/Makefile.am
modules/pam_rootok/tst-pam_rootok [new file with mode: 0755]
modules/pam_securetty/Makefile.am
modules/pam_securetty/tst-pam_securetty [new file with mode: 0755]
modules/pam_selinux/Makefile.am
modules/pam_selinux/tst-pam_selinux [new file with mode: 0755]
modules/pam_shells/Makefile.am
modules/pam_shells/tst-pam_shells [new file with mode: 0755]
modules/pam_stress/Makefile.am
modules/pam_stress/tst-pam_stress [new file with mode: 0755]
modules/pam_succeed_if/Makefile.am
modules/pam_succeed_if/tst-pam_succeed_if [new file with mode: 0755]
modules/pam_tally/Makefile.am
modules/pam_tally/tst-pam_tally [new file with mode: 0755]
modules/pam_time/Makefile.am
modules/pam_time/tst-pam_time [new file with mode: 0755]
modules/pam_umask/Makefile.am
modules/pam_umask/tst-pam_umask [new file with mode: 0755]
modules/pam_unix/Makefile.am
modules/pam_unix/tst-pam_unix [new file with mode: 0755]
modules/pam_userdb/Makefile.am
modules/pam_userdb/tst-pam_userdb [new file with mode: 0755]
modules/pam_warn/Makefile.am
modules/pam_warn/tst-pam_warn [new file with mode: 0755]
modules/pam_wheel/Makefile.am
modules/pam_wheel/tst-pam_wheel [new file with mode: 0755]
modules/pam_xauth/Makefile.am
modules/pam_xauth/tst-pam_xauth [new file with mode: 0755]
tests/.cvsignore [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/tst-dlopen.c [new file with mode: 0644]
tests/tst-pam_acct_mgmt.c [new file with mode: 0644]
tests/tst-pam_authenticate.c [new file with mode: 0644]
tests/tst-pam_chauthtok.c [new file with mode: 0644]
tests/tst-pam_close_session.c [new file with mode: 0644]
tests/tst-pam_end.c [new file with mode: 0644]
tests/tst-pam_fail_delay.c [new file with mode: 0644]
tests/tst-pam_get_item.c [new file with mode: 0644]
tests/tst-pam_getenvlist.c [new file with mode: 0644]
tests/tst-pam_open_session.c [new file with mode: 0644]
tests/tst-pam_set_item.c [new file with mode: 0644]
tests/tst-pam_setcred.c [new file with mode: 0644]
tests/tst-pam_start.c [new file with mode: 0644]