diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-05 13:00:28 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-05 13:00:28 +0000 |
commit | 7308b7954b02c4fd7e34c7b01a1099ec59751b9a (patch) | |
tree | 74df321db215613ce03137129fe4661bd42634dc /ChangeLog | |
parent | e4cbefcdd253ae67503268014ef39e849cb31b7b (diff) | |
download | pam-7308b7954b02c4fd7e34c7b01a1099ec59751b9a.tar.gz pam-7308b7954b02c4fd7e34c7b01a1099ec59751b9a.tar.bz2 pam-7308b7954b02c4fd7e34c7b01a1099ec59751b9a.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
item of pam_get_item() is allowed to be NULL and the behavior is
documented, so we have to allow it.
2006-01-05 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/include/security/_pam_types.h: Remove nonnull attribute
from third paramter (item) of pam_get_item.
* libpam/Makefile.am: Bump version number of shared library.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-01-05 Thorsten Kukuk <kukuk@thkukuk.de> + + * libpam/include/security/_pam_types.h: Remove nonnull attribute + from third paramter (item) of pam_get_item. + * libpam/Makefile.am: Bump version number of shared library. + 2005-12-21 Tomas Mraz <t8m@centrum.cz> * modules/pam_succeed_if/pam_succeed_if.c (evaluate_ingroup), |