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