summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-182-4/+4
* Document -e flag.Alexey Zelkin1999-12-171-0/+14
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-162-4/+5
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS inSheldon Hearn1999-12-022-1/+14
* Allow empty UIDs if we are processing NIS records. I am not entirelyEivind Eklund1999-11-221-2/+4
* mdoc(7)'fyAlexey Zelkin1999-11-181-33/+40
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add aSheldon Hearn1999-11-152-4/+15
* Flag empty UID entries as errors (to stop typos from turning intoEivind Eklund1999-11-061-1/+6
* mdoc(7)'fyAlexey Zelkin1999-10-301-12/+20
* 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
* fix a serious bug where, on alpha, due to a an int/long type mismatch,Andrew Gallatin1999-10-201-1/+1
* Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional andPeter Wemm1999-09-062-3/+1
* Back out previous commit. I mistook passing commentary from bde forSheldon Hearn1999-08-311-9/+6
* Only do a full pwd_mkdb for deletions; other operations may use the -uSheldon Hearn1999-08-301-2/+6
* Only issue a warning for the first occurrence of a UID > USHRT_MAX andSheldon Hearn1999-08-301-6/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2830-30/+30
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
* 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