From owner-freebsd-audit Tue Mar 27 11:56: 5 2001 Delivered-To: freebsd-audit@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id CE2BE37B719 for ; Tue, 27 Mar 2001 11:55:55 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id f2RJtth95329 for ; Tue, 27 Mar 2001 14:55:55 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 27 Mar 2001 14:55:55 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.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: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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" 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