freebsd-dev/usr.sbin/pw
David E. O'Brien 90e655ea4e Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
..
bitmap.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
bitmap.h $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
cpdir.c Support propogation of file flags when building a homedir from the 2000-07-13 23:52:49 +00:00
edgroup.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
fileupd.c Clean up error handling in fileupdate(), which now returns 0 on success 1999-10-26 04:27:14 +00:00
grupd.c Clean up error handling in fileupdate(), which now returns 0 on success 1999-10-26 04:27:14 +00:00
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
psdate.c Localize time/date. 2000-06-22 16:48:41 +00:00
psdate.h $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
pw_conf.c Make the comment generated in /etc/pw.conf match reality 2000-12-18 01:35:56 +00:00
pw_group.c Localize time/date. 2000-06-22 16:48:41 +00:00
pw_log.c Localize time/date. 2000-06-22 16:48:41 +00:00
pw_nis.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
pw_user.c Use %c for expire/change dates 2001-03-21 13:46:09 +00:00
pw_vpw.c Portability fixes for other bsd4.4 derivatives. 2000-01-15 00:20:22 +00:00
pw.8 Remove whitespace at EOL. 2001-07-15 08:06:20 +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 Don't dereference NULL in the userdel case. 2000-06-26 01:11:44 +00:00
pwupd.h Portability fixes for other bsd4.4 derivatives. 2000-01-15 00:20:22 +00:00
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$