summaryrefslogtreecommitdiffstats
path: root/bind.c
Commit message (Expand)AuthorAge
* Improve INFORM and STATIC support.Roy Marples2009-03-05
* Close sockets better and just run the script when we're not touching the inte...Roy Marples2009-02-24
* Enforce NetBSD KNF style moreRoy Marples2009-02-11
* Clean up compiler warnings from overly pedantic checking.Roy Marples2009-01-29
* The lack of a rebind time should not force a default renewal time, #156.Roy Marples2009-01-22
* Store the reason we run the script against the interface state.Roy Marples2009-01-13
* Add a static directive that allows the configuration of variables, whichRoy Marples2009-01-01
* Close fd's in the child.Roy Marples2008-11-05
* Save a few bytes by moving close_fds to bind where it's really used.Roy Marples2008-11-05
* Correctly set the REBOOT reason.Roy Marples2008-09-15
* Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...Roy Marples2008-09-05
* As our logger calls emulate syslog, we can use %m. However, this means we hav...Roy Marples2008-09-05
* Make TEST work once more.Roy Marples2008-09-05
* Remove some ints and replace with our option mask.Roy Marples2008-09-05
* Mark as daemonised correctly.Roy Marples2008-09-04
* Add a control socket so that interfaces can be dynamically re-set.Roy Marples2008-09-03
* Add an event loop.Roy Marples2008-09-02