aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/vipw
Commit message (Expand)AuthorAgeFilesLines
* Restore message in man page on VFS timestamp precision.Ed Schouten2012-02-141-1/+11
* Correct date. It seems to be 2012.Ed Schouten2012-02-101-1/+1
* Detect file modification properly by using tv_nsec.Ed Schouten2012-02-101-8/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* s/insure/ensure/ in previous commit. My dictionary and m-w.com say theyBrooks Davis2005-10-281-1/+1
* Mention the possibility of non-interactive scripts for EDITOR and add aBrooks Davis2005-10-201-0/+9
* Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8).Sean Chittenden2005-08-021-0/+1
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-072-8/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* style.Makefile(5)David E. O'Brien2003-04-041-1/+3
* Don't use NULL when we really mean 0 for call to pw_edit.Warner Losh2002-08-211-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-5/+7
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-084-353/+47
* Make mppath and masterpasswd pointers instead of arrays, and initializeDag-Erling Smørgrav2002-04-171-2/+4
* Remove bogus reference to _use_yp.Dag-Erling Smørgrav2002-04-151-9/+1
* ANSIfy and constify.Dag-Erling Smørgrav2002-02-054-33/+31
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-3/+3
* Don't pass NULL to the %s format.Dima Dorfman2001-04-221-2/+6
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Don't call warn() without a format string.Kris Kennaway2000-07-121-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS inSheldon Hearn1999-12-021-1/+4
* Do not rely on malloc() to zero-fill allocated memory, since it isSheldon Hearn1999-10-251-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Move call to umask(0) back into pw_util(), because the latterPierre Beyssac1999-06-292-4/+5
* Force umask to 077 (instead of 000) during the edit phase, to getPierre Beyssac1999-06-262-5/+6
* Report the correct master.passwd path on failure when the -d option isSheldon Hearn1999-06-261-2/+2
* Add -d option to vipw(8) to allow selection of an alternative directorySheldon Hearn1999-06-263-11/+43
* 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
* Since vfork() was changed to fork(), we have to pass errno back from theDag-Erling Smørgrav1998-10-201-3/+6
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-3/+3
* Statisize usage().Philippe Charnier1997-10-273-9/+16
* 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
* Cosmetic: distinguish in diag message between rebuilding and updatingJoerg Wunsch1997-08-241-1/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Implement incremental passwd database updates. This is done by ading a '-u'Guido van Rooij1996-07-013-4/+10
* Small NIS tweak: frob pw_error() a little so that it can say eitherBill Paul1995-08-131-1/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-4/+4
* Fix suspended vipw hangsAndrey A. Chernov1995-03-091-9/+25
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-1/+1
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-265-0/+473