Name Date Size #Lines LOC

..04-May-2024-

tests/H08-May-2024-1,6141,206

MakefileH A D17-Aug-2023312 1912

Makefile.dependH A D17-Aug-2023277 1811

READMEH A D17-Aug-2023870 2115

bitmap.cH A D26-Sep-20232.9 KiB12983

bitmap.hH A D17-Aug-20231.8 KiB5118

cpdir.cH A D26-Sep-20233.3 KiB12174

grupd.cH A D26-Sep-20232.5 KiB10764

psdate.cH A D26-Sep-20235.8 KiB255185

psdate.hH A D17-Aug-20231.6 KiB4210

pw.8H A D03-Jun-202427.7 KiB1,0951,094

pw.cH A D08-May-202411.8 KiB389319

pw.conf.5H A D17-Aug-20238.5 KiB317316

pw.hH A D08-May-20243.7 KiB11973

pw_conf.cH A D26-Sep-202313 KiB549479

pw_group.cH A D08-May-202415 KiB729583

pw_log.cH A D26-Sep-20233.3 KiB11667

pw_nis.cH A D26-Sep-20232.5 KiB9757

pw_user.cH A D03-Jun-202443.5 KiB1,8481,524

pw_utils.cH A D17-Aug-20232.6 KiB9558

pw_vpw.cH A D26-Sep-20234.3 KiB212153

pwupd.cH A D26-Sep-20233.3 KiB15095

pwupd.hH A D03-Jun-20244.6 KiB14699

rm_r.cH A D03-Jun-20244.5 KiB169110

strtounum.cH A D17-Aug-20232 KiB6737

README

1
2pw is a command-line driven passwd/group editor utility that provides
3an easy and safe means of modifying of any/all fields in the system
4password files, and has an add, modify and delete mode for user and
5group records. Command line options have been fashioned to be similar
6to those used by the Sun/shadow commands: useradd, usermod, userdel,
7groupadd, groupmod, groupdel, but combines all operations within the
8single command `pw'.
9
10User add mode also provides a means of easily setting system useradd
11defaults (see pw.conf.5), so that adding a user is as easy as issuing
12the command "pw useradd <loginid>". Creation of a unique primary
13group for each user and automatic membership in secondary groups
14is fully supported.
15
16This program may be FreeBSD specific, but should be trivial to port to
17other bsd4.4 variants.
18
19Author: David L. Nugent, <davidn@blaze.net.au>
20
21