Table of Contents
OpenPAM Resedacea
OpenPAM Resedacea was released on 2017-04-30.
-
BUGFIX Reinstore the
NULL
check inpam_end(3)
which was removed in OpenPAM Radula, as it breaks common error-handling constructs. -
BUGFIX Return
PAM_SYMBOL_ERR
instead ofPAM_SYSTEM_ERR
from the dispatcher when the required service function could not be found. -
ENHANCE Introduce the
PAM_BAD_HANDLE
error code for when pamh isNULL
in API functions that have aNULL
check. -
ENHANCE Introduce the
PAM_BAD_ITEM
,PAM_BAD_FEATURE
andPAM_BAD_CONSTANT
error codes for situations where we previously incorrectly usedPAM_SYMBOL_ERR
to denote that an invalid constant had been passed to an API function. -
ENHANCE Improve the
RETURN VALUES
section in API man pages, especially for functions that cannot fail, which were incorrectly documented as returning -1 on failure.
Download from here or Sourceforge