summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-03-12 10:26:29 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-03-12 10:26:29 +0000
commitd1623a3eec7265ad6be1b13292d19718d7816478 (patch)
tree1acbe1be4282038d84ae9611d34fb255d5d3e2b8 /ChangeLog
parent993d5e30fa9085a05cc8231c49750e8bcc03170e (diff)
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 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 18 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index fcb091c2..f8a99c46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,25 @@
2006-03-12 Thorsten Kukuk <kukuk@thkukuk.de>
+ * libpam/pam_item.c (pam_get_user): Check for valid pamh before
+ using it.
+
* configure.in: create tests/Makefile
* Makefile.am (SUBDIRS): Add tests
- * tests/Makefile.am: New
- * tests/tst-dlopen.c
- * tests/tst-pam_acct_mgmt.c
- * tests/tst-pam_authenticate.c
- * tests/tst-pam_chauthtok.c
- * tests/tst-pam_close_session.c
- * tests/tst-pam_end.c
- * tests/tst-pam_fail_delay.c
- * tests/tst-pam_getenvlist.c
- * tests/tst-pam_get_item.c
- * tests/tst-pam_open_session.c
- * tests/tst-pam_setcred.c
- * tests/tst-pam_set_item.c
- * tests/tst-pam_start.c
+ * tests/Makefile.am: New.
+ * tests/tst-dlopen.c: New.
+ * tests/tst-pam_acct_mgmt.c: New.
+ * tests/tst-pam_authenticate.c: New.
+ * tests/tst-pam_chauthtok.c: New.
+ * tests/tst-pam_close_session.c: New.
+ * tests/tst-pam_end.c: New.
+ * tests/tst-pam_fail_delay.c: New.
+ * tests/tst-pam_getenvlist.c: New.
+ * tests/tst-pam_get_item.c: New.
+ * tests/tst-pam_open_session.c: New.
+ * tests/tst-pam_setcred.c: New.
+ * tests/tst-pam_set_item.c: New.
+ * tests/tst-pam_start.c: New.
+ * tests/tst-pam_get_user.c: New.
* modules/pam_access/Makefile.am: Add rules for make check
* modules/pam_access/tst-pam_access: New