diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-13 21:51:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-13 21:51:45 +0000 |
commit | 63b036585bd362e8e8b67407190c2ac8a0a3162a (patch) | |
tree | c54bdacd6ca1b4df660c888332978b69bad365c1 | |
parent | 55c825b56d765be414291afe9d21115828b461d4 (diff) | |
download | pkgsrc-63b036585bd362e8e8b67407190c2ac8a0a3162a.tar.gz |
Initial import of openpam-20040210 as security/openpam.
OpenPAM is an open source PAM library that focuses on simplicity,
correctness, and cleanliness.
OpenPAM aims to gather the best features of Solaris PAM, XSSO and
Linux-PAM, plus some innovations of its own. In areas where these
implementations disagree, OpenPAM tries to remain compatible with
Solaris, at the expense of XSSO conformance and Linux-PAM
compatibility.
These are some of OpenPAM's features:
- Implements the complete PAM API as described in the original PAM
paper and in OSF-RFC 86.0; this corresponds to the full XSSO API
except for mappings and secondary authentication. Also
implements some extensions found in Solaris 9.
- Extends the API with several useful and time-saving functions.
- Performs strict checking of return values from service modules.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 3d733c3ea08..ea516e56470 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8739 2005/01/13 21:49:45 jmmv Exp $ +$NetBSD: CHANGES,v 1.8740 2005/01/13 21:51:45 jlam Exp $ Changes to the packages collection and infrastructure in 2005: @@ -288,3 +288,4 @@ Changes to the packages collection and infrastructure in 2005: Updated squid to 2.5.7nb5 [taca 2005-01-13] Updated gtk2-engines to 2.6.0nb1 [jmmv 2005-01-13] Updated pkg_notify to 0.4.1nb1 [jmmv 2005-01-13] + Added openpam-20040210 [jlam 2005-01-13] |