summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb/pwd_mkdb.c
Commit message (Expand)AuthorAgeFilesLines
* WARNS=4 cleanup, de-__P()alfred2002-07-111-12/+12
* When reporting that a line is too long, include the line number in thedd2002-03-091-1/+5
* Explicitly use int32_t for on-disk records for pw_change and pw_expire,peter2001-10-271-8/+11
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
* Fix various unsigned vs signed errors that caused problems with uidspaul2000-03-091-6/+6
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS insheldonh1999-12-021-4/+1
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add asheldonh1999-11-151-1/+4
* Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional andpeter1999-09-061-6/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Enable source file locking in pwd_mkdb by including the proper letterbillf1999-01-011-3/+3
* PR: bin/3478dillon1998-12-131-6/+36
* Close PR bin/8753 pwd_mkdb problem when having comments in passwd filefoxfair1998-12-121-1/+5
* Rename a static variable, so it will not shadowed by a local variable.dt1998-09-291-7/+7
* Fix usage stringache1998-06-091-2/+2
* Allow specification of cache-size to pwd_mkdbphk1998-04-191-2/+5
* Reenable building of /etc/passwd.guido1998-02-191-3/+3
* Apparently, if fprintf() fails, it can return any negative valueguido1998-02-161-3/+3
* Check return values of fprintf, fclose (this one is overdone I guess)guido1998-02-151-7/+12
* Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblitywosch1998-01-101-7/+7
* Staticize usage(). Cosmetics.charnier1997-10-101-6/+11
* db close routine actually writes data out to disk; return value wasjlemon1997-08-181-2/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
* Fix possible (not stack) overflow from -d <dir> commandline option.davidn1997-03-201-1/+1
* Allow comments in password database. The comments are copied fromwosch1997-03-081-4/+25
* Begin closing out PR #1519 (this requires a change to chpass too,wpaul1996-10-221-4/+12
* New option: [-c]wosch1996-08-191-3/+13
* Fixed brackets in usage message.bde1996-07-121-8/+10
* Check if username is a NULL pointer before dereferencing it.martin1996-07-031-1/+1
* Implement incremental passwd database updates. This is done by ading a '-u'guido1996-07-011-133/+218
* NIS cleanups and fixes, the next generation, continued.wpaul1996-04-161-56/+11
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add what looks to be the right fix to this bogus code.jkh1995-03-241-1/+1
* Re-enable +::::::::: wildcards that I had previously disallowed.wpaul1995-03-231-5/+3
* Summarily enable YP as soon as any a '+' is detected instead of generatingwpaul1995-03-231-9/+4
* - Add support for embedding special entries in the password databaseswpaul1995-03-231-3/+72
* Fix security hole in YP password support, which wouldmake +user entrieswollman1994-09-201-3/+12
* Maintain pw_fields, and output same to password database.wollman1994-09-201-1/+22
* Added the -d <directory> functionality to allow construction of thegpalmer1994-09-071-13/+23
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+387
OpenPOWER on IntegriCloud