OpenPAM is an open source PAM library that focuses on simplicity, correctness, and cleanliness. https://openpam.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Dag-Erling Smørgrav cc0d61260e
Remove unnecessary log messages.
1 year ago
bin
doc
freebsd Drop mkpkgng in favor of a generated port Makefile. 1 year ago
include
lib Remove unnecessary log messages. 1 year ago
m4 Switch to clang code coverage. 1 year ago
misc Replace the coverage script with a Makefile target. 1 year ago
modules
t Add unit tests for openpam_straddch(3). 1 year ago
.gitignore Switch to clang code coverage. 1 year ago
CREDITS
HISTORY
INSTALL
LICENSE
Makefile.am Replace the coverage script with a Makefile target. 1 year ago
README
RELNOTES
TODO
autogen.des Switch to clang code coverage. 1 year ago
autogen.sh
configure.ac Replace the coverage script with a Makefile target. 1 year ago

README

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.

Please direct bug reports and inquiries to <des@des.no>.