summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind
AgeCommit message (Expand)Author
2018-03-15Initialize ypbind_resp before first possible error return condition.ginsbach
2017-08-09Make use of the defined YP errors when ypbind encounters one rather thanginsbach
2017-07-03Remove workaround for ancient HTML generation code.wiz
2014-09-20Add missing .El. From Henning Petersen in PR 49227.wiz
2014-06-15Use more markup.wiz
2014-06-15Document exponential backoff behavior and SIGHUP support, plus a coupledholland
2014-06-10Log state transitions.dholland
2014-06-10Add a SIGHUP handler; upon SIGHUP do an extra nag_servers on anydholland
2014-06-10Instead of using magic numbers in what looks like a booleandholland
2014-06-10Load up with comments.dholland
2014-06-10Don't rake up the default domain until after processing arguments.dholland
2014-06-10While there are times it's appropriate to call a state variabledholland
2014-06-10Factor out some rpc validation code.dholland
2014-06-10Don't store the default domain name in a global. While running wedholland
2011-08-30Apply casts to cases where xdrproc_t is expected but is notplunky
2011-08-29Use __dead.joerg
2011-05-25Don't print uninitialized values off the stack, even as debug messages.dholland
2011-05-25When checking if /var/yp/binding/foo.ypservers exists, use the domaindholland
2011-05-24Remove two entirely unused members of struct domain (previously structdholland
2011-05-24Merge a couple more minor improvements from Wolfgang Stukenbrock'sdholland
2011-05-24The FILE* kept open for /var/yp/binding/foo.ypservers needs to bedholland
2011-05-24The been_ypset flag really needs to be per-domain also. Do that.dholland
2011-05-24The ypbindmode really needs to be per-domain, so adjust accordingly.dholland
2011-05-24Allowing ypset is a global permission flag, not an operating mode likedholland
2011-05-24Fix initialization of struct domain; initialize all fields in alldholland
2011-05-24The name field of a domain should be dom->dom_name, not dom->dom_domain.dholland
2011-05-24The default name for a "domain" variable should be "dom", not "ypdb".dholland
2011-05-24ypbindlist -> domainsdholland
2011-05-24xid2ypdb() -> domain_find()dholland
2011-05-24Rename struct _dom_binding -> struct domain.dholland
2011-05-24Move a bunch of messy sunrpc-related initialization stuff into its owndholland
2011-05-24Assimilate the open/flock combination used several times into its owndholland
2011-05-24Fix up calls to yp_log. They cannot use %m, because if the -d optiondholland
2011-05-24Abstract out some of the handling of the ypservers file.dholland
2011-05-24Check that the domain name is valid up front, instead of doing itdholland
2011-05-24Remove now-unnecessary extra forward decls; sprinkle a little more static.dholland
2011-05-24Sort contents of file.dholland
2011-05-23sort includesdholland
2011-05-23Don't use _t as an identifier suffix meaning "variable containing a time".dholland
2011-05-23Introduce DPRINTF() macro, remove most #ifdef DEBUG usages.dholland
2011-05-23u_int32_t -> uint32_t and similardholland
2011-03-30Don't cast return value of mallocdholland
2011-03-30use __printflike()dholland
2009-11-06Whitespace.skrll
2009-11-06make this compile.christos
2009-11-05in the case where ypbind is serving more than one domain (i.e.chuck
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-01-18fix -Wsign-compare issueslukem
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin