freebsd-dev/usr.sbin/pw
Dima Dorfman 2be196f14c For new users, create the home directory before sending the welcome
mail, if configured to do so.  Some sites have setups where the user's
mail is delivered to their home directory, so sending mail before is
exists didn't work.

PR:		29892
2001-09-03 14:12:42 +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 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 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 Handle snprintf() returning < 0 (not just -1) 2001-08-20 15:09:34 +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 For new users, create the home directory before sending the welcome 2001-09-03 14:12:42 +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 Handle snprintf() returning < 0 (not just -1) 2001-08-20 15:09:34 +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$