Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/man/ | H | - | - | 4,455 | 4,401 | |
include/security/ | H | - | - | 1,058 | 626 | |
lib/libpam/ | H | - | - | 7,464 | 2,994 | |
CREDITS | H A D | 20-Jul-2021 | 2 KiB | 55 | 48 | |
HISTORY | H A D | 20-Jul-2021 | 18.6 KiB | 497 | 339 | |
LICENSE | H A D | 20-Jul-2021 | 1.7 KiB | 34 | 29 | |
README | H A D | 07-Jul-2018 | 427 | 11 | 8 | |
README.DELETED | H A D | 20-Jul-2021 | 1.2 KiB | 60 | 59 | |
README.DRAGONFLY | H A D | 07-Jul-2018 | 259 | 5 | 3 | |
RELNOTES | H A D | 20-Jul-2021 | 705 | 22 | 13 |
README
1OpenPAM is an open source PAM library that focuses on simplicity, 2correctness, and cleanliness. 3 4OpenPAM aims to gather the best features of Solaris PAM, XSSO and 5Linux-PAM, plus some innovations of its own. In areas where these 6implementations disagree, OpenPAM tries to remain compatible with 7Solaris, at the expense of XSSO conformance and Linux-PAM 8compatibility. 9 10Please direct bug reports and inquiries to <des@des.no>. 11
README.DELETED
1INSTALL 2Makefile.am 3Makefile.in 4TODO 5aclocal.m4 6autogen.sh 7bin/ 8compile 9config.guess 10config.h.in 11config.sub 12configure 13configure.ac 14depcomp 15doc/Makefile.am 16doc/Makefile.in 17doc/man/Makefile.am 18doc/man/Makefile.in 19doc/man/openpam.man 20doc/man/pam.man 21include/Makefile.am 22include/Makefile.in 23include/security/Makefile.am 24include/security/Makefile.in 25install-sh 26lib/Makefile.am 27lib/Makefile.in 28lib/libpam/Makefile.am 29lib/libpam/Makefile.in 30lib/libpam/openpam_asprintf.c 31lib/libpam/openpam_strlcat.c 32lib/libpam/openpam_strlcmp.h 33lib/libpam/openpam_strlcpy.c 34lib/libpam/openpam_vasprintf.c 35lib/libpam/openpam_vasprintf.h 36lib/libpam/pam_authenticate_secondary.c 37lib/libpam/pam_get_mapped_authtok.c 38lib/libpam/pam_get_mapped_username.c 39lib/libpam/pam_set_mapped_authtok.c 40lib/libpam/pam_set_mapped_username.c 41lib/libpam/pam_sm_acct_mgmt.c 42lib/libpam/pam_sm_authenticate.c 43lib/libpam/pam_sm_authenticate_secondary.c 44lib/libpam/pam_sm_chauthtok.c 45lib/libpam/pam_sm_close_session.c 46lib/libpam/pam_sm_get_mapped_authtok.c 47lib/libpam/pam_sm_get_mapped_username.c 48lib/libpam/pam_sm_open_session.c 49lib/libpam/pam_sm_set_mapped_authtok.c 50lib/libpam/pam_sm_set_mapped_username.c 51lib/libpam/pam_sm_setcred.c 52ltmain.sh 53m4/ 54misc/ 55missing 56mkpkgng.in 57modules/ 58t/ 59test-driver 60
README.DRAGONFLY
1* env CFLAGS='-I/usr/include/priv' LDFLAGS='-rpath /lib/priv -L/usr/lib/priv' ./configure --with-modules-dir=/usr/lib/security --with-pam-unix --with-su 2 3* Change back the OPENPAM_MODULES_DIR definition in config.h and move it 4 to lib/libpam/libpam/config.h 5