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