summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow comments and blank lines as advertised in passwd(5).Sheldon Hearn1999-07-292-1/+12
* Remove some more warnings.David Nugent1999-07-282-4/+6
* Remove references to the non-existent addgroup(8) and rmgroup(8)Nik Clayton1999-07-272-6/+2
* Grammar and spelling fixesKris Kennaway1999-06-301-5/+5
* Move call to umask(0) back into pw_util(), because the latterPierre Beyssac1999-06-291-1/+4
* Force umask to 077 (instead of 000) during the edit phase, to getPierre Beyssac1999-06-261-4/+1
* Add -d option to vipw(8) to allow selection of an alternative directorySheldon Hearn1999-06-261-8/+14
* More egcs warning fixes:Warner Losh1999-04-252-3/+4
* oops, add pwd!=NULL check to previous fixAndrey A. Chernov1999-04-241-11/+17
* Switch to user UID/GID before checking/reading its ~/.login_confAndrey A. Chernov1999-04-241-1/+14
* Add realhostname() - a function to correctly lookupBrian Somers1999-04-061-1/+9
* 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
* Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match().Bill Paul1999-03-011-1/+17
* 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
* Change the prompt for the office location field from "Location:"Guy Helmer1999-02-233-8/+13
* Ignore errors from chflags. This makes it possible to make installworldDag-Erling Smørgrav1999-02-141-2/+2
* Added myself as maintainer.Wolfram Schneider1999-02-091-1/+3
* Don't assume a_name is a number just because the first characterDag-Erling Smørgrav1999-02-081-2/+4
* Allow two digit years 1969-2068Daniel O'Callaghan1999-01-181-3/+6
* Print yyyy/mm/dd in /var/log/adduser, instead of yy/mm/ddDaniel O'Callaghan1999-01-151-1/+2
* 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
* Declare setproctitle() as printf0-like.Bruce Evans1998-12-161-2/+2
* Fixed disordering of cross references in previous commit.Bruce Evans1998-12-131-3/+3
* Add reference to login.conf(5)Matthew Dillon1998-12-131-2/+3
* PR: docs/9045Matthew Dillon1998-12-131-27/+31
* oops. Fix indentation of the 'for' loop I just added.Matthew Dillon1998-12-131-18/+18
* Handle the race condition where vipw may lock a password file which hasMatthew Dillon1998-12-131-6/+22
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-065-10/+11
* Since vfork() was changed to fork(), we have to pass errno back from theDag-Erling Smørgrav1998-10-201-3/+6
* Fixed printf format errors. Assume that uid_t's are representable asBruce Evans1998-10-171-2/+2
* Fixed printf format errors. Assume that time_t's are representable asBruce Evans1998-10-171-2/+2
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-3/+3
* Now take stdio.h out of files that don't require it.Jordan K. Hubbard1998-10-091-2/+1
* o move path in libutil.h to paths.hJordan K. Hubbard1998-10-091-2/+2
* Take the path spec back out.Jordan K. Hubbard1998-10-091-4/+1
* All these have to include stdio.h now.Jordan K. Hubbard1998-10-091-1/+2
* remove stdio.h include; I forgot Bruce's cardinal rule that header filesJordan K. Hubbard1998-10-081-2/+1
* Add a simple mechanism for reading property lists from files (whichJordan K. Hubbard1998-10-071-1/+16
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
* 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