Version 2 (modified by 7 years ago) (diff) | ,
---|
OpenPAM Centaury
OpenPAM Centaury was released on 2002-03-14.
- BUGFIX Add missing
#include <string.h>
toopenpam_log.c
.
- BUGFIX
s/PAM_REINITIALISE_CRED/PAM_REINITIALIZE_CRED/
. XSSO uses the former, but Solaris and Linux-PAM use the latter.
- BUGFIX The dynamic loader and the module cache contained a number of bugs which would cause a segmentation fault if
pam_start(3)
was called again afterpam_end(3)
, as happens inlogin(1)
,xdm(1)
etc. after a failed login.
- BUGFIX Refer to a module by the name used in the policy file, even if the module that was actually loaded was versioned.
- ENHANCE Suppress debugging logs, unless compiled with
-DDEBUG
.