OpenPAM is an open source PAM library that focuses on simplicity, correctness, and cleanliness. https://openpam.org/
Go to file
Dag-Erling Smørgrav 93aea417c0 Remove unnecessary log messages. 2021-10-21 15:51:06 +02:00
bin
doc
freebsd
include
lib Remove unnecessary log messages. 2021-10-21 15:51:06 +02:00
m4 Switch to clang code coverage. 2021-10-20 18:47:01 +02:00
misc Replace the coverage script with a Makefile target. 2021-10-21 15:51:06 +02:00
modules
t Add unit tests for openpam_straddch(3). 2021-10-21 15:51:06 +02:00
.gitignore Switch to clang code coverage. 2021-10-20 18:47:01 +02:00
CREDITS
HISTORY
INSTALL
LICENSE
Makefile.am Replace the coverage script with a Makefile target. 2021-10-21 15:51:06 +02:00
README
RELNOTES
TODO
autogen.des Switch to clang code coverage. 2021-10-20 18:47:01 +02:00
autogen.sh
configure.ac Replace the coverage script with a Makefile target. 2021-10-21 15:51:06 +02:00

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>.