diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-12 10:26:29 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-12 10:26:29 +0000 |
commit | d1623a3eec7265ad6be1b13292d19718d7816478 (patch) | |
tree | 1acbe1be4282038d84ae9611d34fb255d5d3e2b8 /tests/Makefile.am | |
parent | 993d5e30fa9085a05cc8231c49750e8bcc03170e (diff) | |
download | pam-d1623a3eec7265ad6be1b13292d19718d7816478.tar.gz pam-d1623a3eec7265ad6be1b13292d19718d7816478.tar.bz2 pam-d1623a3eec7265ad6be1b13292d19718d7816478.zip |
Relevant BUGIDs:
Purpose of commit: bugfix/new feature
Commit summary:
---------------
2006-03-12 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/pam_item.c (pam_get_user): Check for valid pamh before
using it.
* tests/tst-pam_get_user.c: New.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 035a9cec..4f0d6a56 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,7 +10,7 @@ CLEANFILES = *~ TESTS = tst-pam_start tst-pam_end tst-pam_fail_delay tst-pam_open_session \ tst-pam_close_session tst-pam_acct_mgmt tst-pam_authenticate \ tst-pam_chauthtok tst-pam_setcred tst-pam_get_item tst-pam_set_item \ - tst-pam_getenvlist + tst-pam_getenvlist tst-pam_get_user check_PROGRAMS = ${TESTS} tst-dlopen |