summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Collapse)Author
2003-01-04Remove some debug output. -mojMats O Jansson
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-11-21crap in getopt; margaridaTheo de Raadt
2002-11-09yet another round of SEE ALSO fixes.Federico G. Schwindt
2002-11-07fix typo; Nick NauwelaertsTodd C. Miller
2002-11-01add a comment how to get secure maps built; millert@ ok.Federico G. Schwindt
2002-10-28fix typo: regulary -> regularly; from Margarida Sequeira <niness@devilness.org>Peter Valchev
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
this file should not exist. the code should be using <rpcsvc/yp.h> ones the differences are removed.
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
so we don't end with ypdbXXXXXX files around; maja@ ok.
2002-03-26remove unexistant option 'b'; commented by pval@, maja@ ok.Federico G. Schwindt
2002-03-26o -Wall cleanup.Federico G. Schwindt
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok.
2002-03-26check that the fopen didnt failEric Jackson
deraadt@ OK
2002-03-23\\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475Theo de Raadt
2002-03-20Improve error message in makedbm. -mojMats O Jansson
from Kenneth Ingham <ingham@i-pi.com>
2002-03-14kill more registers.Mike Pechkin
millert@ ok
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 ↵Todd C. Miller
outside the tree)
2002-02-17Document that both localhost and the local hostname needs to be able toMats O Jansson
access ypserv. RPC calls can be sent to ypserv on both. In PR2403 access was allowed from localhost but not the local hostname. This caused yppush not to be able to notify ypserv about changed maps. -moj
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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
forgetting to unlink the pid file at exit. ok millert@ deraadt@
2001-11-19use a private svc_run() function that checks for a signal handler flag;Theo de Raadt
now signal safe. Also, massive KNF.
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