freebsd-dev/usr.sbin/pw
David Malone 9836536581 Print a long with %ld not %d. (We possibly should be using %j here, but
that can be fixed when the many other warnings here are being fixed.)

PR:		39741
Submitted by:	Dan Lukes <dan@obluda.cz>
MFC after:	1 week
2002-06-24 11:33:17 +00:00
..
bitmap.c
bitmap.h
cpdir.c
edgroup.c
fileupd.c
grupd.c Unbreak group operations by reverting previous delta which removed the 2001-08-30 06:32:17 +00:00
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
psdate.c
psdate.h
pw_conf.c Handle snprintf() returning < 0 (not just -1) 2001-08-20 15:09:34 +00:00
pw_group.c
pw_log.c
pw_nis.c
pw_user.c Print a long with %ld not %d. (We possibly should be using %j here, but 2002-06-24 11:33:17 +00:00
pw_vpw.c
pw.8 In the words of the submitter: 2002-04-05 08:39:31 +00:00
pw.c Fix the type of the NULL arg to execl() 2001-07-09 09:24:06 +00:00
pw.conf.5 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
pw.h Fix a harmless format string bogon and mark a function as __printflike(). 2001-07-05 08:01:15 +00:00
pwupd.c Use correct mode for temporary file. 2001-12-20 16:03:04 +00:00
pwupd.h
README
rm_r.c Include missing header files which define functions for which gcc has 2001-06-24 20:25:23 +00:00

pw is a command-line driven passwd/group editor utility that provides
an easy and safe means of modifying of any/all fields in the system
password files, and has an add, modify and delete mode for user and
group records. Command line options have been fashioned to be similar
to those used by the Sun/shadow commands: useradd, usermod, userdel,
groupadd, groupmod, groupdel, but combines all operations within the
single command `pw'.

User add mode also provides a means of easily setting system useradd
defaults (see pw.conf.5), so that adding a user is as easy as issuing
the command "pw useradd <loginid>". Creation of a unique primary
group for each user and automatic membership in secondary groups
is fully supported.

This program may be FreeBSD specific, but should be trivial to port to
other bsd4.4 variants.

Author and maintainer: David L. Nugent, <davidn@blaze.net.au>

$FreeBSD$