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