Date: Fri, 7 May 1999 18:59:29 -0700 (PDT) From: John Polstra <jdp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpam/modules/pam_deny Makefile README pam_deny.c src/contrib/libpam/modules/pam_permit Makefile README pam_permit.c src/lib/libpam/libpam Makefile src/lib/libpam/modules Makefile src/lib/libpam/modules/pam_deny Makefile ... Message-ID: <199905080159.SAA10122@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1999/05/07 18:59:28 PDT Modified files: lib/libpam/libpam Makefile lib/libpam/modules Makefile lib/libpam/modules/pam_unix Makefile pam_unix.c Added files: contrib/libpam/modules/pam_deny Makefile README pam_deny.c contrib/libpam/modules/pam_permit Makefile README pam_permit.c lib/libpam/modules/pam_deny Makefile lib/libpam/modules/pam_permit Makefile Log: Revive the pam_deny and pam_permit modules from Linux-PAM. They are simple enough to be trusted. Add account management functionality to the pam_unix module. These changes should make it possible to use PAM in some ports. Submitted by: Max Khon <fjoe@iclub.nsu.ru> Revision Changes Path 1.6 +3 -1 src/lib/libpam/libpam/Makefile 1.2 +3 -1 src/lib/libpam/modules/Makefile 1.3 +3 -3 src/lib/libpam/modules/pam_unix/Makefile 1.4 +75 -1 src/lib/libpam/modules/pam_unix/pam_unix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905080159.SAA10122>