Use libutil and libypclnt in chpass for passwd manipulations.
authorPeter Avalos <pavalos@theshell.com>
Sun, 28 Dec 2008 17:40:34 +0000 (12:40 -0500)
committerPeter Avalos <pavalos@theshell.com>
Sat, 3 Jan 2009 16:47:24 +0000 (11:47 -0500)
commitf7e3064f83c9a8e68c1f1782081e09631fb49a67
treebb2c7d090617ac1bd9f68296dab62063a0a83af9
parente2c2a761d6e40bf840217d306eeb67829a794b2e
Use libutil and libypclnt in chpass for passwd manipulations.

While I'm here, WARNS and style cleanups.

Obtained-from: FreeBSD
16 files changed:
lib/libutil/Makefile
lib/libutil/libutil.h
lib/libutil/pw_scan.c [deleted file]
usr.bin/chpass/Makefile
usr.bin/chpass/chpass.1
usr.bin/chpass/chpass.c
usr.bin/chpass/chpass.h
usr.bin/chpass/edit.c
usr.bin/chpass/field.c
usr.bin/chpass/pathnames.h [deleted file]
usr.bin/chpass/pw_copy.c [deleted file]
usr.bin/chpass/pw_copy.h [deleted file]
usr.bin/chpass/pw_yp.c [deleted file]
usr.bin/chpass/pw_yp.h [deleted file]
usr.bin/chpass/table.c
usr.bin/chpass/util.c