freebsd-dev/usr.sbin/pw
Ian Dowse 87d6b5caf6 Add a -H <fd>' option that is like -h <fd>', but accepts an already
encrypted password on the specified file descriptor.

PR:		bin/22033
MFC after:	2 weeks
2004-01-11 18:28:08 +00:00
..
bitmap.c
bitmap.h de-__P() 2002-07-11 19:07:35 +00:00
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 style.Makefile(5) 2003-04-04 17:49:21 +00:00
psdate.c
psdate.h de-__P() 2002-07-11 19:07:35 +00:00
pw_conf.c Handle snprintf() returning < 0 (not just -1) 2001-08-20 15:09:34 +00:00
pw_group.c Add a -H <fd>' option that is like -h <fd>', but accepts an already 2004-01-11 18:28:08 +00:00
pw_log.c
pw_nis.c
pw_user.c Add a -H <fd>' option that is like -h <fd>', but accepts an already 2004-01-11 18:28:08 +00:00
pw_vpw.c
pw.8 Add a -H <fd>' option that is like -h <fd>', but accepts an already 2004-01-11 18:28:08 +00:00
pw.c Add a -H <fd>' option that is like -h <fd>', but accepts an already 2004-01-11 18:28:08 +00:00
pw.conf.5 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +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 Do not expose password if it is empty and PWF_STANDARD format is requested 2003-01-23 19:51:48 +00:00
pwupd.h de-__P() 2002-07-11 19:07:35 +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$