From owner-cvs-all Tue Mar 27 11:40:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2A8837B71A; Tue, 27 Mar 2001 11:40:51 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RJepd25883; Tue, 27 Mar 2001 11:40:51 -0800 (PST) (envelope-from markm) Message-Id: <200103271940.f2RJepd25883@freefall.freebsd.org> From: Mark Murray Date: Tue, 27 Mar 2001 11:40:51 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 cvs-all" in the body of the message