./security/openpam, Open-source PAM library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 20071221nb1, Package name: openpam-20071221nb1, Maintainer: joerg

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.


Required to build:
[devel/libtool-base]

Master sites:

SHA1: 43d41fa4a86199077c4fe193c52c59365f4c317e
RMD160: cd8f7e94984693b0f892f226bfed6a3f9b24ec72
Filesize: 387.629 KB

Version history: (Expand)


CVS history: (Expand)


   2011-12-14 03:42:40 by Steven Drake | Files touched by this commit (3)
Log message:
Pullup ticket #3630 - requested by spz
security/openpam security patch

Revisions pulled up:
- security/openpam/Makefile                                     1.16
- security/openpam/distinfo                                     1.8
- security/openpam/patches/patch-ab                             1.4

---
   Module Name:	pkgsrc
   Committed By:	spz
   Date:		Tue Dec 13 15:57:08 UTC 2011

   Modified Files:
   	pkgsrc/security/openpam: Makefile distinfo
   	pkgsrc/security/openpam/patches: patch-ab

   Log message:
   added prevention of CVE-2011-4122 taken from NetBSD src