aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb
Commit message (Expand)AuthorAgeFilesLines
* 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