summaryrefslogtreecommitdiffstats
path: root/bind.c
Commit message (Expand)AuthorAge
* Remove IPv4 and DHCP4 specific setup from dhcpcd.c and move into ipv4.cRoy Marples2013-02-02
* Use a proper namespace for eloopRoy Marples2012-11-13
* Always close this fdRoy Marples2012-11-11
* Replace poll(2) with pselect(2) and vfork(2)+execve(2) withRoy Marples2012-11-10
* Implement the core DHCPv6 client for SOLICIT, REQUEST, RENEW, CONFIRM.Roy Marples2012-11-06
* Show renew and rebind times when debugging is enabled.Roy Marples2012-10-27
* Don't restore kernel RA defaults or drop RA's when forking.Roy Marples2012-07-12
* These files were updated in 2010, so fix copyrights.Roy Marples2010-06-04
* log the pid when forking to background.Roy Marples2010-04-30
* Allow IPv4LL address range to be configured by DHCP.Roy Marples2010-02-17
* Only warn about CSR when binding.Roy Marples2009-12-23
* Replace the mk stubs with a autotools like configure script.Roy Marples2009-07-14
* Enforce a minimum lease of 20 seconds so we can do thingsRoy Marples2009-05-13
* Add (c) to CopyrightRoy Marples2009-05-01
* Move dhcpf.h into dhcp.h were it belongsRoy Marples2009-03-19
* 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