aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb/pwd_mkdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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-101-7/+7
* Staticize usage(). Cosmetics.Philippe Charnier1997-10-101-6/+11
* db close routine actually writes data out to disk; return value wasJonathan Lemon1997-08-181-2/+4
* 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-081-4/+25
* Begin closing out PR #1519 (this requires a change to chpass too,Bill Paul1996-10-221-4/+12
* New option: [-c]Wolfram Schneider1996-08-191-3/+13
* 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
* NIS cleanups and fixes, the next generation, continued.Bill Paul1996-04-161-56/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* 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
* 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-201-1/+22
* Added the -d <directory> functionality to allow construction of theGary Palmer1994-09-071-13/+23
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+387