Date: Tue, 7 May 2002 17:54:29 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> 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 Message-ID: <200205080054.g480sTZ85734@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205080054.g480sTZ85734>
