aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw
Commit message (Expand)AuthorAgeFilesLines
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-222-3/+22
* Move test for -w flag outside of the code dealing with -D (defaults).David Nugent2000-07-201-2/+2
* Allow -g with an empty argument in the -D case. This allows -g "" to setDavid Nugent2000-07-201-5/+8
* Fix another missed case where usermod would not set the "modified" flag:David Nugent2000-07-201-3/+6
* Catch up to the fact that we now have tcsh in the tree.David Nugent2000-07-161-1/+2
* Support propogation of file flags when building a homedir from theDavid Nugent2000-07-131-6/+17
* Fix breakage introduced by bypassing update for additional 'mod'David Nugent2000-07-031-0/+1
* Don't dereference NULL in the userdel case.David Nugent2000-06-261-1/+1
* Localize ctype too.Andrey A. Chernov2000-06-242-3/+3
* Localize time/date.Andrey A. Chernov2000-06-225-23/+27
* Fix obvious braino in assignment statement. usermod -g should work again.David Nugent2000-06-181-1/+1
* Be a little more strict about handling command line args. This allows user andDavid Nugent2000-06-181-4/+6
* Fix a long-standing bug in the rename case previously masked by another bugDavid Nugent2000-06-181-2/+10
* Second and hopefully final fix to .db sync when renaming a user; we must runDavid Nugent2000-06-181-4/+12
* Fix db syncronization when username is changed with -l under usermod.David Nugent2000-06-061-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-3/+6
* Portability fixes for other bsd4.4 derivatives.David Nugent2000-01-156-20/+33
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+2
* Don't try updating the passwd file if no data has changed. This allows thingsDavid Nugent1999-10-261-39/+102
* Add new functionality "lock" and "unlock" to provide a simple passwordDavid Nugent1999-10-264-8/+47
* Missed statement in password update relating to the previous changeDavid Nugent1999-10-261-1/+1
* Clean up error handling in fileupdate(), which now returns 0 on successDavid Nugent1999-10-265-62/+117
* Only do a full pwd_mkdb for deletions; other operations may use the -uSheldon Hearn1999-08-301-2/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2823-23/+23
* Remove some more warnings.David Nugent1999-07-282-4/+6
* Fix date parsing to allow '0' (none) date value.David Nugent1999-03-151-3/+2
* Add the ability to print user records in unix version 7 (old) format.David Nugent1999-03-022-11/+19
* Fix minor nit with command line parsing for pw -V DIR action.David Nugent1999-02-231-2/+2
* Fix tpyo (sic) and missing 'else' (bad cut n' paste).David Nugent1999-02-231-13/+13
* 1) Do not blindly ignore file update errors which may occur due to concurrentDavid Nugent1999-02-2314-155/+725
* Don't assume a_name is a number just because the first characterDag-Erling Smørgrav1999-02-081-2/+4
* Remove bogus file locking in main().David Nugent1999-01-081-13/+1
* -Clarification of last commit-Bill Fumerola1999-01-041-1/+1
* Let's make sure we're at the end of the password string before we apply a \0Bill Fumerola1999-01-021-2/+2
* Fix the spelling of `FreeBSD'.Joerg Wunsch1998-12-271-2/+2
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Fix inappropriate use of .Ql macro.Joseph Koshy1998-09-181-2/+2
* The `group{del,mod,show}' take require a '[group|gid]' argument.Joseph Koshy1998-08-311-1/+4
* - On second thought, attempt to get the read-only lock, but don'tNate Williams1998-08-041-1/+16
* - Removed read-only lock from 'pw'. This removes portions of the FIXNate Williams1998-08-041-22/+1
* Fix race condition in pw caused by multiple instances of pwd_mkdb beingNate Williams1998-07-163-7/+39
* .Nm pw -> .Nm.Philippe Charnier1998-03-231-2/+2
* Overhaul this manpage - removing typos, awkward phrasing, and addressingSteve Price1998-02-141-111/+123
* pwd_mkdb option '-c' was renamed to -C some weeks ago.Wolfram Schneider1998-02-111-4/+4
* Use consistent spelling,Tim Vanderhoek1997-12-251-2/+2
* Use err(3) instead of local redefinition. Add rcsid string.Philippe Charnier1997-10-1017-216/+228