OpenPAM is an open source PAM library that focuses on simplicity, correctness, and cleanliness. https://openpam.org/
Go to file
Dag-Erling Smørgrav d61017e615 Prepare to release Ximenia tomorrow. 2023-06-26 20:49:39 +02:00
bin Gitify. 2021-10-20 15:44:03 +02:00
doc Gitify. 2021-10-20 15:44:03 +02:00
freebsd Drop mkpkgng in favor of a generated port Makefile. 2021-10-20 18:47:00 +02:00
include Prepare to release Ximenia tomorrow. 2023-06-26 20:49:39 +02:00
lib In openpam_subst(3), avoid incrementing past the end of the template. 2023-06-26 20:49:27 +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-22 17:21:48 +02:00
modules Gitify. 2021-10-20 15:44:03 +02:00
t In openpam_subst(3), avoid incrementing past the end of the template. 2023-06-26 20:49:27 +02:00
.gitignore Switch to clang code coverage. 2021-10-20 18:47:01 +02:00
CREDITS Decrement optc when removing an option. 2023-06-26 20:24:42 +02:00
HISTORY Prepare to release Ximenia tomorrow. 2023-06-26 20:49:39 +02:00
INSTALL
LICENSE Decrement optc when removing an option. 2023-06-26 20:24:42 +02:00
Makefile.am Replace the coverage script with a Makefile target. 2021-10-22 17:21:48 +02:00
README Remove obsolete text. 2014-10-24 10:58:21 +00:00
RELNOTES Prepare to release Ximenia tomorrow. 2023-06-26 20:49:39 +02:00
TODO Update. 2017-02-19 18:10:30 +00:00
autogen.des Switch to clang code coverage. 2021-10-20 18:47:01 +02:00
autogen.sh Gitify. 2021-10-20 15:44:03 +02:00
configure.ac Replace the coverage script with a Makefile target. 2021-10-22 17:21:48 +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>.