summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/mknetid/mknetid.c
AgeCommit message (Expand)Author
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-12-04ctype improvements; checked by okanTheo de Raadt
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2009-12-20When a passwd(5) file is not available, fall back to master.passwd(5).Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-16sort flags in synopsis, usage, and description.Igor Sobrado
2008-02-23correct pathnames reported; pr#5742Theo de Raadt
2006-04-03spreading the lint love (very minimal things..)Theo de Raadt
2005-05-14knfTheo de Raadt
2003-07-15protos and repairsTheo de Raadt
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-05-05-Wall cleanup: trim unused vars, better err() message in stdhosts,Anil Madhavapeddy
2002-07-19bunch more careful tweaksTheo de Raadt
2002-07-194344 lines of KNF diffTheo de Raadt
2002-02-13some more KNF and -WallTheo de Raadt
2001-01-11indentTheo de Raadt
1998-02-24pull in prototypesTheo de Raadt
1997-09-11need string.hTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-05-30$OpenBSD$ tag and few spelling errorsTheo de Raadt
1996-03-02Added in stuff from 960121. Fixed several bugs in ypxfr.dm