freebsd-dev/usr.sbin/pw
Dima Dorfman 466c257c1f In the words of the submitter:
This patch explains -F for usershow and groupshow.  Because "groupmod
 ... -F" doesn't do anything, the patch also drops that from groupmod's
 command line args.

PR:		35955
Submitted by:	Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
2002-04-05 08:39:31 +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 Change rmskey() to rmopie() - we don't have skey anymore 2001-10-19 10:45:14 +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 Fix typo: s/memberhip/membership/ 2001-01-02 04:01:59 +00:00
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$