summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix inappropriate use of .Ql macro.Joseph Koshy1998-09-181-2/+2
* Bump up the E_SHELL constant after an extra field was added, thus makingMark Murray1998-09-031-1/+1
* The `group{del,mod,show}' take require a '[group|gid]' argument.Joseph Koshy1998-08-311-1/+4
* Removing -batch option from adduser. Adduser was written asWolfram Schneider1998-08-172-106/+8
* Submitted by: Peter Hawkins <thepish@freebsd.org>Peter Hawkins1998-08-141-5/+9
* Submitted by: Peter Hawkins <thepish@FreeBSD.org>Peter Hawkins1998-08-143-4/+13
* - 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
* Correct the description of the last four fields.Steve Price1998-06-131-3/+3
* Always ask for homedir.Wolfram Schneider1998-06-071-11/+38
* Add missing uu_lock_txfr() prototypeAndrey A. Chernov1998-06-051-1/+2
* Trim a domain part for wtmp as same as showed by "netstat -r".Atsushi Murai1998-06-011-2/+2
* Add uu_lock_txfr() to transfer ownership of a successfulBrian Somers1998-05-281-1/+3
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusBruce Evans1998-04-261-10/+10
* .Nm pw -> .Nm.Philippe Charnier1998-03-231-2/+2
* Add rcsid. Correct -Wall warning.Philippe Charnier1998-03-231-1/+5
* MF22: Remove confusing commaTim Vanderhoek1998-03-181-2/+2
* Clarify the -batch arguments.Steve Price1998-02-141-1/+5
* 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
* Typo.Wolfram Schneider1998-02-021-2/+2
* Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblityWolfram Schneider1998-01-101-2/+2
* Use consistent spelling,Tim Vanderhoek1997-12-251-2/+2
* Small bugfix: store $uid_start instead hard coded value 1000Wolfram Schneider1997-12-241-2/+2
* Removed extra (non-trailing) arg in a call to warnx().Bruce Evans1997-12-181-2/+2
* Typo alert.James Raynard1997-11-021-2/+2
* Statisize usage().Philippe Charnier1997-10-271-1/+4
* Staticize usage(). Cosmetics.Philippe Charnier1997-10-101-2/+5
* Use err(3) instead of local redefinition. Add rcsid string.Philippe Charnier1997-10-1017-216/+228
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-3/+3
* Endless loop.Wolfram Schneider1997-09-291-5/+5
* Quieten -Wall.Mark Murray1997-09-281-1/+2
* Do not complain about non existing shell "/nonexistent"Wolfram Schneider1997-09-201-3/+6
* Do not accept empty user names.Wolfram Schneider1997-09-201-2/+2
* Add manpage links ypchpass.1, ypchfn.1, ypchsh.1Wolfram Schneider1997-09-131-0/+3
* The parameters to logwtmp should be const char'sPaul Traina1997-09-041-2/+2
* Unquote default group in pw.conf.David Nugent1997-09-011-1/+2
* Cosmetic changes.Philippe Charnier1997-09-012-40/+47
* Remove login_progok()Brian Somers1997-08-311-2/+1
* Add full support for determining if a userBrian Somers1997-08-271-1/+2
* Stop the growing list of shells if /etc/adduser.confWolfram Schneider1997-08-261-4/+4
* Cosmetic: distinguish in diag message between rebuilding and updatingJoerg Wunsch1997-08-241-1/+2
* Implement canonical locking protocolAndrey A. Chernov1997-08-101-2/+4
* Fix -p switch.David Nugent1997-08-011-2/+2
* Nologin is also a valid 'invalid' shellPaul Traina1997-07-311-2/+2
* Modify passwd and chpass to use new AF_LOCAL RPC interface instead ofBill Paul1997-07-292-17/+23
* Delete dead test code.Wolfram Schneider1997-07-241-13/+1
* `cp -r' -> `cp -R'Wolfram Schneider1997-07-181-2/+2
* getuid() -> geteuid().David Nugent1997-07-171-2/+2