diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-11-18 08:57:01 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-11-18 08:57:01 +0000 |
commit | 2c8f29d463d8184a0a1538088de4380d3b2bcfc2 (patch) | |
tree | a838f8cf9841e97dcbaf49b2073d051166c8bb7c /ChangeLog | |
parent | 781bbbc5dbe056f8fd9af6072a0eb30c7d073ef0 (diff) | |
download | pam-2c8f29d463d8184a0a1538088de4380d3b2bcfc2.tar.gz pam-2c8f29d463d8184a0a1538088de4380d3b2bcfc2.tar.bz2 pam-2c8f29d463d8184a0a1538088de4380d3b2bcfc2.zip |
Relevant BUGIDs: 534205
Purpose of commit: new feature
Commit summary:
---------------
2005-11-16 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/pam_handlers.c: Replace code for all dlopen variants with
a generic wrapper.
* libpam/pam_dynamic.c: Implement generic wrapper for dlopen.
* libpam/pam_dynamic.h: Provide prototypes.
For Mac OS X support [#534205]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ * libpam/include/security/_pam_compat.h: Fix wrong #ifdef nesting. Redefine PAM_CHANGE_EXPIRED_AUTHTOK [#604380] +2005-11-16 Thorsten Kukuk <kukuk@thkukuk.de> + + * libpam/pam_handlers.c: Replace code for all dlopen variants with + a generic wrapper. + * libpam/pam_dynamic.c: Implement generic wrapper for dlopen. + * libpam/pam_dynamic.h: Provide prototypes. + For Mac OS X support [#534205] + 2005-11-09 Tomas Mraz <t8m@centrum.cz> * modules/pam_access/pam_access.c (pam_sm_acct_mgmt): Parse correctly |