summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use an MD5 checksum to test for file changes; the previous methodSheldon Hearn2000-04-122-3/+10
* Un-botch my botched reduction in permitted characters in the permittedMark Newton2000-03-141-1/+1
* Fix the case where username validity test would incorrectly fail ifMark Newton2000-03-141-1/+1
* Fix various unsigned vs signed errors that caused problems with uidsPaul Richards2000-03-091-5/+14
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-061-1/+2
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-022-2/+4
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-013-9/+18
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-10/+20
* Use a more conventional copyright message.Peter Wemm2000-01-261-9/+14
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-0/+3
* Portability fixes for other bsd4.4 derivatives.David Nugent2000-01-156-20/+33
* Connect fparseln(3) for mailwrapper(8)Peter Wemm1999-12-291-0/+10
* Extra sanity checks in information from file edited by user. ThisWarner Losh1999-12-211-16/+16
* 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