summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.9.1dhcpcd-6.9.1Roy Marples2015-07-09
* Document many interface assignment from a delegated prefix.Roy Marples2015-07-09
* Remove pointless comment.Roy Marples2015-07-04
* Refer to the domain name encoding as RFC1035 rather than the RFC for theRoy Marples2015-07-04
* Allow static to work for pre-existing addresses without a config.Roy Marples2015-07-04
* When sending to an address, ensure we have a socket.Roy Marples2015-07-04
* DHCPv6 elapsed time is centiseconds, not seconds.Roy Marples2015-07-03
* Fix DHCPv6 elapsed time.Roy Marples2015-07-03
* Compile on OpenBSD again.Roy Marples2015-07-03
* Describe the persistent option better with regards to exit.Roy Marples2015-07-03
* RFC2132 notes that the Vendor Class identifier option is a string.Roy Marples2015-07-02
* Update comment about FQDN encodingRoy Marples2015-07-02
* Use constants defined in arpa/nameser.h rather than magic numbers.Roy Marples2015-07-02
* Note that the FDQN has to support domain encoding rather than ASCII.Roy Marples2015-07-02
* Document why we say some RFC1035 label types are not supported.Roy Marples2015-07-02
* Fix testing reporting the DHCP lease.Roy Marples2015-07-02
* If we load a saved lease we are trying to rebind, set ciaddr correctly.Roy Marples2015-07-01
* Send the IPv4LL interface to listeners.Roy Marples2015-06-29
* Clarify IPV4LL.Roy Marples2015-06-29
* Add an ipv4ll suffix just in caseRoy Marples2015-06-29
* Add an option to keep arp state when deleting addresses, which is neededRoy Marples2015-06-29
* Set interface is up when running IPV4LL scripts.Roy Marples2015-06-29
* Replace custom uptime() with clock_gettime(2) calls for more accurateRoy Marples2015-06-29
* Remove pointless warningRoy Marples2015-06-27
* Fix compileRoy Marples2015-06-26
* As DHCP and IPv4LL now have separate route generators, we need to assignRoy Marples2015-06-26
* Announce the address.Roy Marples2015-06-26
* Remove the complex ARP logic when binding a lease and fix adding a lease.Roy Marples2015-06-26
* Remove the arp_state argument to dhcp_bindRoy Marples2015-06-26
* Announce our IPv4LL address.Roy Marples2015-06-26
* Even if we ignore the RA due to no public addresses, we still need to initiateRoy Marples2015-06-25
* Correct address test, thanks to Michał Kępień. Roy Marples2015-06-25
* Add an free callback to ARP states so that they can notify their parents theyRoy Marples2015-06-25
* Only use MRT if we have an MRTRoy Marples2015-06-24
* Add a guard to ensure failure to send a DHCP release does not cause a double ...Roy Marples2015-06-24
* Remove redundant IPv4LL checksRoy Marples2015-06-23
* Ensure we have an IPv4 state before starting DHCP.Roy Marples2015-06-20
* Remove the root check - invalid permission errors should be logged.Roy Marples2015-06-19
* Set the BPF memory to zero.Roy Marples2015-06-19
* Move the BPF buffer from DHCP into IPv4 where it belongs.Roy Marples2015-06-19
* Fix compileRoy Marples2015-06-19
* Move ARP state out of DHCP.Roy Marples2015-06-19
* Free the ARP state on conflict rather than just closing ARP.Roy Marples2015-06-19
* If we free the last ARP state, close the ARP socket.Roy Marples2015-06-19
* Even though WPAD is an expired RFC, some browsers are supporting theRoy Marples2015-06-19
* Ensure we can always read the DHCP option length when applicable. Roy Marples2015-06-19
* Improve error handling for option length.Roy Marples2015-06-19
* When we have a zero length for an embedded option, warn if any more dataRoy Marples2015-06-19
* StyleRoy Marples2015-06-16
* Check the interface has an IPv4 state before enumarting addresses.Roy Marples2015-06-16