aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Allow specification of cache-size to pwd_mkdbPoul-Henning Kamp1998-04-192-2/+14
* Reenable building of /etc/passwd.Guido van Rooij1998-02-191-3/+3
* Apparently, if fprintf() fails, it can return any negative valueGuido van Rooij1998-02-161-3/+3
* Check return values of fprintf, fclose (this one is overdone I guess)Guido van Rooij1998-02-151-7/+12
* Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblityWolfram Schneider1998-01-102-9/+9
* Staticize usage(). Cosmetics.Philippe Charnier1997-10-103-16/+24
* db close routine actually writes data out to disk; return value wasJonathan Lemon1997-08-181-2/+4
* Document the -u option.Mike Pritchard1997-04-041-1/+6
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Fix possible (not stack) overflow from -d <dir> commandline option.David Nugent1997-03-201-1/+1
* Allow comments in password database. The comments are copied fromWolfram Schneider1997-03-082-4/+26
* Begin closing out PR #1519 (this requires a change to chpass too,Bill Paul1996-10-221-4/+12
* New option: [-c]Wolfram Schneider1996-08-192-3/+17
* Fixed brackets in usage message.Bruce Evans1996-07-121-8/+10
* Check if username is a NULL pointer before dereferencing it.Martin Renters1996-07-031-1/+1
* Implement incremental passwd database updates. This is done by ading a '-u'Guido van Rooij1996-07-011-133/+218
* Submitted by: archie@whistle.comJulian Elischer1996-06-201-2/+2
* NIS cleanups and fixes, the next generation, continued.Bill Paul1996-04-161-56/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-3/+3
* Add what looks to be the right fix to this bogus code.Jordan K. Hubbard1995-03-241-1/+1
* Re-enable +::::::::: wildcards that I had previously disallowed.Bill Paul1995-03-231-5/+3
* Summarily enable YP as soon as any a '+' is detected instead of generatingBill Paul1995-03-231-9/+4
* - Add support for embedding special entries in the password databasesBill Paul1995-03-231-3/+72
* Be sure to properly fail if there are not enough fields. ProblemDavid Greenman1995-01-271-2/+4
* Fix security hole in YP password support, which wouldmake +user entriesGarrett Wollman1994-09-201-3/+12
* Maintain pw_fields, and output same to password database.Garrett Wollman1994-09-202-1/+39
* Added the -d <directory> functionality to allow construction of theGary Palmer1994-09-072-17/+31
* 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/+680