summaryrefslogtreecommitdiffstats
path: root/pw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix reference /etc/acct/pw.conf -> /etc/pw.conf.David Nugent1997-01-051-2/+2
* Implemented /home -> /usr/home symlink kludge.David Nugent1997-01-031-11/+28
* 1) Base home directory is created if it does not already exist ifDavid Nugent1996-12-301-35/+65
* Correct file modes on updated /etc/skeykeys.David Nugent1996-12-231-2/+2
* 1) 200 users per group limitation removed and pwDavid Nugent1996-12-219-290/+472
* Bugfix (cosmetic) for output of generated passwords.David Nugent1996-12-201-3/+3
* Allow 8-bit characters in the passwd gecos field, and adds a paragraphDavid Nugent1996-12-194-16/+37
* Changes to password generator: fallback to MD5 generator disabledDavid Nugent1996-12-172-35/+70
* Submitted by: proff@iq.orgDavid Nugent1996-12-171-2/+2