diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-11-17 08:48:46 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-11-17 08:48:46 +0000 |
commit | 781bbbc5dbe056f8fd9af6072a0eb30c7d073ef0 (patch) | |
tree | b867845e5b9da92542b37ea0d89972b76dc565ee /ChangeLog | |
parent | 2d243af6b8ebe579f19ad27d3ab3907ebfe6a77e (diff) | |
download | pam-781bbbc5dbe056f8fd9af6072a0eb30c7d073ef0.tar.gz pam-781bbbc5dbe056f8fd9af6072a0eb30c7d073ef0.tar.bz2 pam-781bbbc5dbe056f8fd9af6072a0eb30c7d073ef0.zip |
Relevant BUGIDs: 604380
Purpose of commit: bugfix
Commit summary:
---------------
Fix compatibility with Solaris if compiled on Solaris:
2005-11-17 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/include/security/_pam_compat.h: Fix wrong #ifdef nesting.
Redefine PAM_CHANGE_EXPIRED_AUTHTOK [#604380]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-11-17 Thorsten Kukuk <kukuk@thkukuk.de> + + * libpam/include/security/_pam_compat.h: Fix wrong #ifdef nesting. + Redefine PAM_CHANGE_EXPIRED_AUTHTOK [#604380] + 2005-11-09 Tomas Mraz <t8m@centrum.cz> * modules/pam_access/pam_access.c (pam_sm_acct_mgmt): Parse correctly @@ -11,7 +16,7 @@ * libpam_misc/misc_conv.c (read_string): Read only up to EOL if stdin is not terminal. - + 2005-11-07 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_unix/pam_unix_passwd.c (_unix_verify_shadow): Use |