OpenPAM is an open source PAM library that focuses on simplicity, correctness, and cleanliness. https://openpam.org/
Go to file
Dag-Erling Smørgrav d4aad88c97 Add a table-driven test which leverages the pam_return module to test
various code paths in openpam_dispatch().


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@874 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2015-12-01 19:40:01 +00:00
bin Increase the TOTP window to ±2 timesteps. 2015-10-23 10:22:35 +00:00
doc
include Add a feature flag to control whether to fall back to the "other" policy 2015-07-30 23:42:38 +00:00
lib Add missing third clause. 2015-12-01 19:25:07 +00:00
misc
modules For testing purposes, add a pam_return module which can be configured to 2015-12-01 19:38:01 +00:00
t Add a table-driven test which leverages the pam_return module to test 2015-12-01 19:40:01 +00:00
CREDITS
HISTORY
INSTALL
LICENSE
Makefile.am
README
RELNOTES
TODO
autogen.des
autogen.sh
configure.ac
mkpkgng.in

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