Date: Tue, 27 Mar 2001 14:55:55 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> To: freebsd-audit@FreeBSD.org Subject: audit of PAM changes (cvs commit: src/etc pam.conf src/libexec/rshd Makefile rshd.8 rshd.c src/libexec/ftpd Makefile ftpd.c src/usr.bin/login Makefile login.1 login.c src/usr.bin/su Makefile su.1 su.c (fwd)) Message-ID: <Pine.NEB.3.96L.1010327145513.81313b-100000@fledge.watson.org>
next in thread | raw e-mail | index | archive | help
I didn't see an audit request go by for these PAM changes (at least, not recently :-), so it might be a good idea, for those with a bit of time on their hands, to go peruse this to verify correctness as much as possible. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services ---------- Forwarded message ---------- Date: Tue, 27 Mar 2001 11:40:51 -0800 (PST) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pam.conf src/libexec/rshd Makefile rshd.8 rshd.c src/libexec/ftpd Makefile ftpd.c src/usr.bin/login Makefile login.1 login.c src/usr.bin/su Makefile su.1 su.c markm 2001/03/27 11:40:51 PST Modified files: etc pam.conf libexec/rshd Makefile rshd.8 rshd.c libexec/ftpd Makefile ftpd.c usr.bin/login Makefile login.1 login.c usr.bin/su Makefile su.1 su.c Log: Add full PAM support for account management and sessions. The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux package's PAM patches to the BSD login.c Submitted by: "David J. MacKenzie" <djm@web.us.uu.net> Revision Changes Path 1.11 +75 -22 src/etc/pam.conf 1.19 +8 -3 src/libexec/rshd/Makefile 1.23 +11 -1 src/libexec/rshd/rshd.8 1.36 +211 -53 src/libexec/rshd/rshd.c 1.40 +3 -4 src/libexec/ftpd/Makefile 1.75 +51 -10 src/libexec/ftpd/ftpd.c 1.33 +3 -4 src/usr.bin/login/Makefile 1.18 +8 -1 src/usr.bin/login/login.1 1.57 +94 -30 src/usr.bin/login/login.c 1.30 +13 -4 src/usr.bin/su/Makefile 1.20 +8 -1 src/usr.bin/su/su.1 1.36 +212 -62 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1010327145513.81313b-100000>