summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw.c
Commit message (Expand)AuthorAgeFilesLines
* Teach pw(8) about how to use pw/gr API to reduce code duplicationbapt2012-10-301-4/+0
* Add the groupmod '-d' option to pw to allow the deletion of existing usersscf2008-02-231-1/+2
* style(9) (verified no object changes)scf2008-02-231-1/+1
* Add home directory creation mode to pw.conf(5) and be a bitle2007-03-301-0/+1
* Add -M argument to usage() output.le2007-03-301-0/+2
* Introduce the new option -M to allow to set the permissions ofle2007-03-261-3/+2
* o Fix groupadd getopt line and make 'pw groupadd -o' work.maxim2006-09-181-1/+1
* Add a `-H <fd>' option that is like `-h <fd>', but accepts an alreadyiedowse2004-01-111-4/+6
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Fix a harmless format string bogon and mark a function as __printflike().kris2001-07-051-1/+1
* Document the lock and unlock commands. This fixes a segmentation fault.dd2001-03-141-0/+10
* Convert to use the <sys/queue.h> macros rather than fiddling with the queueben2000-12-291-2/+2
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+1
* Localize ctype too.ache2000-06-241-1/+1
* Localize time/date.ache2000-06-221-0/+3
* Be a little more strict about handling command line args. This allows user anddavidn2000-06-181-4/+6
* Portability fixes for other bsd4.4 derivatives.davidn2000-01-151-1/+4
* Add new functionality "lock" and "unlock" to provide a simple passworddavidn1999-10-261-4/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add the ability to print user records in unix version 7 (old) format.davidn1999-03-021-3/+4
* Fix minor nit with command line parsing for pw -V DIR action.davidn1999-02-231-2/+2
* Fix tpyo (sic) and missing 'else' (bad cut n' paste).davidn1999-02-231-13/+13
* 1) Do not blindly ignore file update errors which may occur due to concurrentdavidn1999-02-231-16/+96
* Remove bogus file locking in main().davidn1999-01-081-13/+1
* - On second thought, attempt to get the read-only lock, but don'tnate1998-08-041-1/+16
* - Removed read-only lock from 'pw'. This removes portions of the FIXnate1998-08-041-22/+1
* Fix race condition in pw caused by multiple instances of pwd_mkdb beingnate1998-07-161-2/+23
* Use err(3) instead of local redefinition. Add rcsid string.charnier1997-10-101-52/+26
* getuid() -> geteuid().davidn1997-07-171-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Fix useage of MAXLOGNAME to include terminating NUL, by usingdavidn1997-02-071-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Adds optional NIS passwd file updating and optionally rebuildingdavidn1997-01-051-10/+46
* Copyright update by the author, to be more in line with our samplejoerg1996-12-101-12/+6
* Upgrade from the author, reflecting all my wishes resulting out of thejoerg1996-12-091-36/+54
* pw(8) -- a backend utility to manage the user and group databases.joerg1996-12-091-0/+321
OpenPOWER on IntegriCloud