summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-065-31/+39
* Constify the arg to logout(3). It is const-safe.Peter Wemm2000-09-041-1/+1
* Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-09-021-1/+0
* Add weak symbol pragma for crypt_set_format().Jeroen Ruigrok van der Werven2000-08-231-0/+6
* Stick login_setcryptfmt() in its own file to make pulling in ofBrian Feldman2000-08-232-13/+44
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-224-3/+36
* Complete migration of aliases file to /etc/mail/aliases.Gregory Neil Shapiro2000-08-131-1/+1
* Move test for -w flag outside of the code dealing with -D (defaults).David Nugent2000-07-201-2/+2
* Allow -g with an empty argument in the -D case. This allows -g "" to setDavid Nugent2000-07-201-5/+8
* Fix another missed case where usermod would not set the "modified" flag:David Nugent2000-07-201-3/+6
* Catch up to the fact that we now have tcsh in the tree.David Nugent2000-07-161-1/+2
* Support propogation of file flags when building a homedir from theDavid Nugent2000-07-131-6/+17
* Don't call warn() without a format string.Kris Kennaway2000-07-121-1/+1
* Fix breakage introduced by bypassing update for additional 'mod'David Nugent2000-07-031-0/+1
* Don't dereference NULL in the userdel case.David Nugent2000-06-261-1/+1
* Localize ctype too.Andrey A. Chernov2000-06-242-3/+3
* Localize time/date.Andrey A. Chernov2000-06-225-23/+27
* Fix obvious braino in assignment statement. usermod -g should work again.David Nugent2000-06-181-1/+1
* Be a little more strict about handling command line args. This allows user andDavid Nugent2000-06-181-4/+6
* Fix a long-standing bug in the rename case previously masked by another bugDavid Nugent2000-06-181-2/+10
* Second and hopefully final fix to .db sync when renaming a user; we must runDavid Nugent2000-06-181-4/+12
* Fix db syncronization when username is changed with -l under usermod.David Nugent2000-06-061-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Fix a memory leak with lc->lc_cap in login_close().Tim Vanderhoek2000-05-211-0/+1
* 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