From owner-cvs-all Tue May 7 17:54:35 2002 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 9B90C37B400; Tue, 7 May 2002 17:54:29 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g480sTZ85734; Tue, 7 May 2002 17:54:29 -0700 (PDT) (envelope-from des) Message-Id: <200205080054.g480sTZ85734@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 7 May 2002 17:54:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chpass Makefile chpass.c chpass.h edit.c field.c pathnames.h pw_copy.c pw_copy.h pw_yp.c pw_yp.h util.c src/usr.sbin/vipw Makefile pw_util.c pw_util.h vipw.c src/lib/libpam/modules/pam_unix Makefile pam_unix.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/07 17:54:29 PDT Modified files: usr.bin/chpass Makefile chpass.c chpass.h edit.c field.c util.c usr.sbin/vipw Makefile vipw.c lib/libpam/modules/pam_unix Makefile pam_unix.c Removed files: usr.bin/chpass pathnames.h pw_copy.c pw_copy.h pw_yp.c pw_yp.h usr.sbin/vipw pw_util.c pw_util.h Log: Use libutil and libypclnt for all passwd manipulation and NIS needs. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.17 +12 -9 src/lib/libpam/modules/pam_unix/Makefile 1.39 +29 -13 src/lib/libpam/modules/pam_unix/pam_unix.c 1.26 +8 -40 src/usr.bin/chpass/Makefile 1.23 +127 -124 src/usr.bin/chpass/chpass.c 1.6 +11 -5 src/usr.bin/chpass/chpass.h 1.22 +133 -113 src/usr.bin/chpass/edit.c 1.7 +31 -24 src/usr.bin/chpass/field.c 1.2 +0 -39 src/usr.bin/chpass/pathnames.h (dead) 1.13 +0 -177 src/usr.bin/chpass/pw_copy.c (dead) 1.5 +0 -37 src/usr.bin/chpass/pw_copy.h (dead) 1.23 +0 -530 src/usr.bin/chpass/pw_yp.c (dead) 1.9 +0 -126 src/usr.bin/chpass/pw_yp.h (dead) 1.11 +7 -1 src/usr.bin/chpass/util.c 1.7 +2 -1 src/usr.sbin/vipw/Makefile 1.24 +0 -258 src/usr.sbin/vipw/pw_util.c (dead) 1.4 +0 -44 src/usr.sbin/vipw/pw_util.h (dead) 1.13 +45 -50 src/usr.sbin/vipw/vipw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message