summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/makedbm/makedbm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* clean up flags++ instances around getopt()deraadt2015-02-091-14/+14
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-7/+6
* ctype improvements; checked by okanderaadt2013-12-041-6/+6
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-3/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* - simply synopsis and usage()jmc2007-02-191-6/+5
* `elminate' etc. is not really the right way to spell `eliminate'.mk2006-11-101-3/+3
* spreading the lint love (very minimal things..)deraadt2006-04-031-9/+10
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-3/+3
* knfderaadt2005-05-141-17/+13
* add missing includesdavid2003-07-181-2/+3
* protos and repairsderaadt2003-07-151-6/+6
* remove clause 3 and 4. -mojmaja2003-06-021-7/+2
* -Wall cleanup: trim unused vars, better err() message in stdhosts,avsm2003-05-051-2/+2
* bunch more careful tweaksderaadt2002-07-191-29/+26
* 4344 lines of KNF diffderaadt2002-07-191-69/+52
* Improve error message in makedbm. -mojmaja2002-03-201-3/+4
* some KNFderaadt2002-02-131-4/+3
* prettyderaadt2001-10-241-18/+18
* sprintf purgederaadt2001-02-051-4/+4
* fix mktemp trash, indent; bug spotted by bmw@visgen.comderaadt1999-04-221-98/+76
* Use optarg, not argv[optind]niklas1998-09-171-7/+8
* do not gethostname with len-1deraadt1998-07-091-3/+3
* mkstemp()deraadt1998-03-121-7/+18
* #include <string.h> not <strings.h> -- Yes, I'm a weanie...millert1997-08-181-3/+3
* Added support for reading db files created by sendmail -bi. This is themaja1997-07-221-16/+30
* when mktemp() is hard to fix, use 10 Xderaadt1997-04-041-3/+3
* r?index -> strr?chrmillert1997-01-171-3/+3
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* Same copyright all over, removed my name from ypdb.[ch], small bugfixmaja1996-06-261-5/+7
* $OpenBSD$ tag and few spelling errorsderaadt1996-05-301-1/+3
* various changes (from me):chuck1996-01-201-42/+50
* + full set of ypserv tools that compilederaadt1995-11-011-0/+395