summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Expand)Author
2002-06-09use strchr() instead of index(), strrchr() instead of rindex()Theo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt
2002-03-28unbreak; deraadt@ ok.Federico G. Schwindt
2002-03-27instead of using mkstemp() to get a temporary name, use the created file,Federico G. Schwindt
2002-03-26remove unexistant option 'b'; commented by pval@, maja@ ok.Federico G. Schwindt
2002-03-26o -Wall cleanup.Federico G. Schwindt
2002-03-26check that the fopen didnt failEric Jackson
2002-03-23\\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475Theo de Raadt
2002-03-20Improve error message in makedbm. -mojMats O Jansson
2002-03-14kill more registers.Mike Pechkin
2002-03-04Make makedbm work on alpha and sparc64. -moj from NetBSD.Mats O Jansson
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-18minor signal race fixesTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-17Document that both localhost and the local hostname needs to be able toMats O Jansson
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-13some more KNF and -WallTheo de Raadt
2002-02-13some KNFTheo de Raadt
2002-01-20do not dump core if errors; instead report issueTheo de Raadt
2002-01-01bit more cleanupTheo de Raadt
2002-01-01go back to the swapped xdr_ypresp_key_val for nowTheo de Raadt
2001-12-05this stuff is supplied by -lrpcsvcTheo de Raadt
2001-12-05simplify the sourceTheo de Raadt
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
2001-11-19use a private svc_run() function that checks for a signal handler flag;Theo de Raadt
2001-11-19KNFightmareTheo de Raadt
2001-11-19KNF here tooTheo de Raadt
2001-11-19KNFTheo de Raadt
2001-11-19no signals, no need for signal.hTheo de Raadt
2001-11-07use -lrpcsvcTheo de Raadt
2001-11-07use -lrpcsvcTheo de Raadt
2001-11-07KNFTheo de Raadt
2001-10-24oldTheo de Raadt
2001-10-24prettyTheo de Raadt
2001-08-16Spelling.Peter Valchev
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-07-20we don't like:Mike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-05Fix typos found by Andrew Hoerter. Closes PR#1922.Kenneth R Westerback
2001-06-25Remove old workaround. probably not needed anymore.Artur Grabowski
2001-02-09Fix some typos spotted by d@Aaron Campbell
2001-02-05sprintf purgeTheo de Raadt
2001-02-05always double check the work you do in a 757 over northern Brazil.Theo de Raadt
2001-01-11fix fd_set overflowTheo de Raadt
2001-01-11indentTheo de Raadt
2001-01-11fix closedown() stub generated by rpcgen(1)Theo de Raadt
2001-01-11indentTheo de Raadt
2000-11-18avoid SIGHUP log issues, pr 1511, dean@bullock.net. It is still a signalTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell