summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Expand)Author
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-09-06get correct parameter type to res_search. -mojMats O Jansson
2002-09-06no , at end of enum; maja okTheo de Raadt
2002-09-06use socklen_tTheo de Raadt
2002-09-06no comma at end of enumTheo de Raadt
2002-08-30domains -> domain'sHugh Graham
2002-08-19TypoIan Darwin
2002-07-19bunch more careful tweaksTheo de Raadt
2002-07-19Remove swedish comment. -mojMats O Jansson
2002-07-194344 lines of KNF diffTheo de Raadt
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