Path to this page:
Subject: CVS commit: pkgsrc/security/openpam
From: Johnny C. Lam
Date: 2008-02-18 17:48:12
Message id: 20080218164812.3731D175BF@cvs.netbsd.org
Log Message:
Update security/openpam to openpam-20071221 (Hydrangea). Changes from
version 20050616 (Figwort) include:
- ENHANCE: API function arguments are now const where appropriate, to
match corresponding changes in the Solaris PAM and Linux-PAM APIs.
- ENHANCE: corrected a number of C namespace violations.
- ENHANCE: the module cache has been removed, allowing long-lived
applications to pick up module changes. This also allows multiple
threads to use PAM simultaneously (as long as they use separate PAM
contexts), since the module cache was the only part of OpenPAM that
was not thread-safe.
Files: