summaryrefslogtreecommitdiffstats
path: root/pw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unquote default group in pw.conf.David Nugent1997-09-011-1/+2
* Fix -p switch.David Nugent1997-08-011-2/+2
* getuid() -> geteuid().David Nugent1997-07-171-2/+2
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-5/+7
* Fixes skeleton directory test-it-is-a-directory logic.David Nugent1997-05-241-2/+2
* Initialize RNG only onceAndrey A. Chernov1997-03-241-23/+18
* Fix srandom arg according to Lite2Andrey A. Chernov1997-03-111-3/+3
* Typo fix 'and' -> 'an'.Daniel O'Callaghan1997-03-041-2/+2
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULAndrey A. Chernov1997-03-031-2/+2
* Fix MAXLOGNAME usage, the code has wrong assumption thatAndrey A. Chernov1997-03-021-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2222-22/+22
* Yet another formatting consistency check.David Nugent1997-02-071-1/+1
* Fix useage of MAXLOGNAME to include terminating NUL, by usingDavid Nugent1997-02-072-3/+12
* Sort cross references.Wolfram Schneider1997-01-202-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1422-22/+22
* Adds optional NIS passwd file updating and optionally rebuildingDavid Nugent1997-01-058-22/+202
* Remove duplicated #include.David Nugent1997-01-051-2/+1