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/.cvsignore | |
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/.cvsignore')
-rw-r--r-- | tests/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.cvsignore b/tests/.cvsignore index 0ab179e8..9833ca68 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -11,6 +11,7 @@ tst-pam_close_session tst-pam_end tst-pam_fail_delay tst-pam_get_item +tst-pam_get_user tst-pam_getenvlist tst-pam_open_session tst-pam_set_item |