| Commit message (Expand) | Author | Age |
| * | Release dhcpcd-6.10.0dhcpcd-6.10.0 | Roy Marples | 2016-01-07 |
| * | Add PROBE state so we can reject DHCP messages whilst probing.
| Roy Marples | 2016-01-07 |
| * | Treat OFFER as ACK if both parties set rapid commit. | Roy Marples | 2016-01-07 |
| * | Cast away a gcc warning. | Roy Marples | 2016-01-06 |
| * | Updated in 2016 | Roy Marples | 2016-01-06 |
| * | Fix compile on Linux | Roy Marples | 2016-01-06 |
| * | OpenBSD does not have ENODATA, use EOVERFLOW instead. | Roy Marples | 2016-01-06 |
| * | If we are to add/delete/change a route but have not yet daemonised, | Roy Marples | 2016-01-06 |
| * | Correct function to report error for. | Roy Marples | 2016-01-06 |
| * | Set route/netlink seq number correctly. | Roy Marples | 2016-01-05 |
| * | Use ERANGE to differentiate from EINVAL to detect option length overflow. | Roy Marples | 2016-01-05 |
| * | Updated in 2016. | Roy Marples | 2016-01-04 |
| * | Ensure that option length fits inside data length less option size.
| Roy Marples | 2016-01-04 |
| * | 2016 | Roy Marples | 2016-01-04 |
| * | dhcp_optlen now returns the length of the data we can sanely work on
| Roy Marples | 2016-01-04 |
| * | Welcome to 2016 | Roy Marples | 2016-01-04 |
| * | Fix some definitions | Roy Marples | 2016-01-04 |
| * | 80 chars wrap | Roy Marples | 2015-12-31 |
| * | htosn requires arpa/inet.h on kFreeBSD. | Roy Marples | 2015-12-31 |
| * | Detect kFreeBSD correctly. | Roy Marples | 2015-12-31 |
| * | Remove FreeBSD specific defines and include the needed headers via config.h. | Roy Marples | 2015-12-31 |
| * | Fix compile on FreeBSD | Roy Marples | 2015-12-31 |
| * | Improve error logging of packet parsing. | Roy Marples | 2015-12-24 |
| * | Make DHCPv6 Client FQDN option allowed to be NULL, matching the DHCPv4 option. | Roy Marples | 2015-12-24 |
| * | Try and move YP config to an example hook script. | Roy Marples | 2015-12-23 |
| * | Install example hooks | Roy Marples | 2015-12-22 |
| * | Grudgingly accede to the vocal minority that dhcpcd should not attempt to
| Roy Marples | 2015-12-22 |
| * | Move lookup-hostname hook to the example directory. | Roy Marples | 2015-12-22 |
| * | Install hooks that should not be installed by default into | Roy Marples | 2015-12-22 |
| * | If we lack an index or interface protocol in the routing message, | Roy Marples | 2015-12-21 |
| * | Whitespace | Roy Marples | 2015-12-21 |
| * | Fix a bogus gcc warning about a potential signed overflow. | Roy Marples | 2015-12-21 |
| * | -g must go via the command socket as it's no longer SIGUSR1 | Roy Marples | 2015-12-21 |
| * | Note that systemd/udev leaks memory where-as the eudev fork of udev does not. | Roy Marples | 2015-12-17 |
| * | Remove this pointless debug. | Roy Marples | 2015-12-17 |
| * | When stopping and starting interfaces, just toggle the active flag | Roy Marples | 2015-12-17 |
| * | Check active before link status when sorting | Roy Marples | 2015-12-17 |
| * | Now all interfaces are loaded, don't try to load one for delegation. | Roy Marples | 2015-12-17 |
| * | ND6 and DHCPv6 should only work on active interfaces. | Roy Marples | 2015-12-17 |
| * | Instead of maintaining a seperate list, instead mark each interface as active | Roy Marples | 2015-12-17 |
| * | When parsing the routing table, create an interface for any interfaces dhcpcd | Roy Marples | 2015-12-17 |
| * | autoconf --includedir is where include files are to be installed, not where we | Roy Marples | 2015-12-15 |
| * | Send gratuitous ARP each time we apply our IP address. | Roy Marples | 2015-12-15 |
| * | Return if we forked or not after dhcp_bind. | Roy Marples | 2015-12-15 |
| * | copy the configured hostname using the buffer length, | Roy Marples | 2015-12-15 |
| * | Test for ETHERTYPE_IP as the protocol type in the ARP BPF filter. | Roy Marples | 2015-12-15 |
| * | Optimise the ARP BPF filter, thanks to Nate Karstens. | Roy Marples | 2015-12-15 |
| * | Work once more with INET6 less kernels. | Roy Marples | 2015-12-07 |
| * | Fix the manpage with reality, [9e55971edd]. | Roy Marples | 2015-12-04 |
| * | noptions requires an argument. | Roy Marples | 2015-12-04 |