aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb
Commit message (Expand)AuthorAgeFilesLines
* Add -p to the example (why isn't this the default?)Dag-Erling Smørgrav2014-02-061-1/+1
* Add an example of the most common use case.Dag-Erling Smørgrav2014-02-051-1/+7
* Mark global functions and/or variables in pwd_mkdb(8) static where possible.Ed Schouten2011-11-061-1/+1
* Only increment the ypcnt once per data record. The old implementationGordon Tetlow2011-07-061-4/+4
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Verify that the username length is smaller than MAXLOGNAME whenBrian Somers2009-05-201-1/+5
* Correctly handle an input file without a newline on the last line (andDima Dorfman2005-06-151-9/+9
* Even if variable is never used uninitialized by the semantic, reduce compilerPhilippe Charnier2005-05-291-0/+2
* Add endianness support.Ruslan Ermilov2005-02-282-41/+47
* Turn K&R functions into prototypes.Stefan Farfeleder2005-02-101-12/+6
* Sort sections.Ruslan Ermilov2005-01-181-17/+17
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-072-8/+0
* Add 'i' to the getopt string.Warner Losh2004-08-051-1/+1
* Add support for ignoring locking failures. This is only enabled whenWarner Losh2004-07-212-4/+19
* Two style related changes:Warner Losh2004-07-211-5/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-5/+10
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* When updating a single entry (i.e. when the `-u' option is given),Jacques Vidrine2003-04-281-13/+29
* Revert the definitions of _PW_KEY* to their previous values. There isJacques Vidrine2003-04-181-19/+25
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)Jacques Vidrine2003-04-171-11/+124
* style.Makefile(5)David E. O'Brien2003-04-041-2/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-4/+6
* WARNS=4 cleanup, de-__P()Alfred Perlstein2002-07-112-12/+14
* Consistancy check: s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* When reporting that a line is too long, include the line number in theDima Dorfman2002-03-091-1/+5
* Explicitly use int32_t for on-disk records for pw_change and pw_expire,Peter Wemm2001-10-271-8/+11
* It's bad enough to capitalize the name of the executable at theDima Dorfman2001-08-041-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+5
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* - 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/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-064-215/+5
* Fix various unsigned vs signed errors that caused problems with uidsPaul Richards2000-03-092-11/+20
* 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-023-12/+18
* Allow empty UIDs if we are processing NIS records. I am not entirelyEivind Eklund1999-11-221-2/+4
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add aSheldon Hearn1999-11-154-5/+26
* Flag empty UID entries as errors (to stop typos from turning intoEivind Eklund1999-11-061-1/+6
* Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional andPeter Wemm1999-09-062-7/+2
* Back out previous commit. I mistook passing commentary from bde forSheldon Hearn1999-08-312-17/+6
* Only issue a warning for the first occurrence of a UID > USHRT_MAX andSheldon Hearn1999-08-302-6/+17
* $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
* Enable source file locking in pwd_mkdb by including the proper letterBill Fumerola1999-01-011-3/+3
* PR: bin/3478Matthew Dillon1998-12-132-6/+43
* Close PR bin/8753 pwd_mkdb problem when having comments in passwd fileFoxfair Hu1998-12-121-1/+5
* Rename a static variable, so it will not shadowed by a local variable.Dmitrij Tejblum1998-09-291-7/+7
* Fix usage stringAndrey A. Chernov1998-06-091-2/+2