log

age author description
Thu, 07 Jan 2016 16:47:19 +0000 Roy Marples Release dhcpcd-6.10.0 draft dhcpcd-6.10.0
Thu, 07 Jan 2016 16:15:02 +0000 Roy Marples Add PROBE state so we can reject DHCP messages whilst probing. draft
Thu, 07 Jan 2016 13:15:04 +0000 Roy Marples Treat OFFER as ACK if both parties set rapid commit. draft
Wed, 06 Jan 2016 14:29:26 +0000 Roy Marples Cast away a gcc warning. draft
Wed, 06 Jan 2016 14:06:40 +0000 Roy Marples Updated in 2016 draft
Wed, 06 Jan 2016 12:59:38 +0000 Roy Marples Fix compile on Linux draft
Wed, 06 Jan 2016 11:00:59 +0000 Roy Marples OpenBSD does not have ENODATA, use EOVERFLOW instead. draft
Wed, 06 Jan 2016 10:54:36 +0000 Roy Marples If we are to add/delete/change a route but have not yet daemonised, draft
Wed, 06 Jan 2016 10:21:22 +0000 Roy Marples Correct function to report error for. draft
Tue, 05 Jan 2016 17:09:37 +0000 Roy Marples Set route/netlink seq number correctly. draft
Tue, 05 Jan 2016 13:49:41 +0000 Roy Marples Use ERANGE to differentiate from EINVAL to detect option length overflow. draft
Mon, 04 Jan 2016 23:47:38 +0000 Roy Marples Updated in 2016. draft
Mon, 04 Jan 2016 23:31:43 +0000 Roy Marples Ensure that option length fits inside data length less option size. draft
Mon, 04 Jan 2016 17:45:54 +0000 Roy Marples 2016 draft
Mon, 04 Jan 2016 17:43:28 +0000 Roy Marples dhcp_optlen now returns the length of the data we can sanely work on draft
Mon, 04 Jan 2016 17:15:15 +0000 Roy Marples Welcome to 2016 draft
Mon, 04 Jan 2016 17:14:35 +0000 Roy Marples Fix some definitions draft
Thu, 31 Dec 2015 20:24:24 +0000 Roy Marples 80 chars wrap draft
Thu, 31 Dec 2015 17:46:46 +0000 Roy Marples htosn requires arpa/inet.h on kFreeBSD. draft
Thu, 31 Dec 2015 17:46:05 +0000 Roy Marples Detect kFreeBSD correctly. draft
Thu, 31 Dec 2015 16:27:44 +0000 Roy Marples Remove FreeBSD specific defines and include the needed headers via config.h. draft
Thu, 31 Dec 2015 16:02:53 +0000 Roy Marples Fix compile on FreeBSD draft
Thu, 24 Dec 2015 15:17:44 +0000 Roy Marples Improve error logging of packet parsing. draft
Thu, 24 Dec 2015 11:20:55 +0000 Roy Marples Make DHCPv6 Client FQDN option allowed to be NULL, matching the DHCPv4 option. draft
Wed, 23 Dec 2015 00:39:56 +0000 Roy Marples Try and move YP config to an example hook script. draft
Tue, 22 Dec 2015 23:46:17 +0000 Roy Marples Install example hooks draft
Tue, 22 Dec 2015 22:50:34 +0000 Roy Marples Grudgingly accede to the vocal minority that dhcpcd should not attempt to draft
Tue, 22 Dec 2015 22:33:32 +0000 Roy Marples Move lookup-hostname hook to the example directory. draft
Tue, 22 Dec 2015 22:26:09 +0000 Roy Marples Install hooks that should not be installed by default into draft
Mon, 21 Dec 2015 14:28:19 +0000 Roy Marples If we lack an index or interface protocol in the routing message, draft
Mon, 21 Dec 2015 14:26:34 +0000 Roy Marples Whitespace draft
Mon, 21 Dec 2015 11:07:32 +0000 Roy Marples Fix a bogus gcc warning about a potential signed overflow. draft
Mon, 21 Dec 2015 11:07:04 +0000 Roy Marples -g must go via the command socket as it's no longer SIGUSR1 draft
Thu, 17 Dec 2015 22:42:24 +0000 Roy Marples Note that systemd/udev leaks memory where-as the eudev fork of udev does not. draft
Thu, 17 Dec 2015 13:51:56 +0000 Roy Marples Remove this pointless debug. draft
Thu, 17 Dec 2015 12:37:07 +0000 Roy Marples When stopping and starting interfaces, just toggle the active flag draft
Thu, 17 Dec 2015 12:35:33 +0000 Roy Marples Check active before link status when sorting draft
Thu, 17 Dec 2015 09:22:50 +0000 Roy Marples Now all interfaces are loaded, don't try to load one for delegation. draft
Thu, 17 Dec 2015 09:08:09 +0000 Roy Marples ND6 and DHCPv6 should only work on active interfaces. draft
Thu, 17 Dec 2015 02:34:36 +0000 Roy Marples Instead of maintaining a seperate list, instead mark each interface as active draft
Thu, 17 Dec 2015 00:25:03 +0000 Roy Marples When parsing the routing table, create an interface for any interfaces dhcpcd draft
Tue, 15 Dec 2015 23:06:59 +0000 Roy Marples autoconf --includedir is where include files are to be installed, not where we draft
Tue, 15 Dec 2015 22:51:36 +0000 Roy Marples Send gratuitous ARP each time we apply our IP address. draft
Tue, 15 Dec 2015 22:50:24 +0000 Roy Marples Return if we forked or not after dhcp_bind. draft
Tue, 15 Dec 2015 19:51:49 +0000 Roy Marples copy the configured hostname using the buffer length, draft
Tue, 15 Dec 2015 14:45:55 +0000 Roy Marples Test for ETHERTYPE_IP as the protocol type in the ARP BPF filter. draft
Tue, 15 Dec 2015 14:30:39 +0000 Roy Marples Optimise the ARP BPF filter, thanks to Nate Karstens. draft
Mon, 07 Dec 2015 07:43:49 +0000 Roy Marples Work once more with INET6 less kernels. draft
Fri, 04 Dec 2015 14:54:45 +0000 Roy Marples Fix the manpage with reality, [9e55971edd]. draft
Fri, 04 Dec 2015 14:41:27 +0000 Roy Marples noptions requires an argument. draft
Fri, 04 Dec 2015 12:41:25 +0000 Roy Marples Fix 2 NULL de-references, thanks to Christos. draft
Thu, 03 Dec 2015 20:43:41 +0000 Roy Marples Fix compile without IPv6. draft
Mon, 30 Nov 2015 15:31:02 +0000 Roy Marples Release dhcpcd-6.9.4 draft dhcpcd-6.9.4
Thu, 19 Nov 2015 11:00:34 +0000 Roy Marples If dumping lease returns an error, return it to userland. draft
Thu, 19 Nov 2015 10:04:23 +0000 Roy Marples If testing or dumping leases, don't send to syslog only stdout/stderr. draft
Thu, 19 Nov 2015 09:59:29 +0000 Roy Marples Always send LOG_DEBUG to syslog(3) even if we are in quiet mode. draft
Wed, 18 Nov 2015 22:57:48 +0000 Roy Marples Fix adding static routes via a gateway on BSD. draft
Wed, 18 Nov 2015 21:22:15 +0000 Roy Marples Fix adding host routes via a gateway on Linux. draft
Wed, 18 Nov 2015 21:21:30 +0000 Roy Marples If a host route in static routes, don't then set a netmask based on the route. draft
Wed, 18 Nov 2015 17:06:32 +0000 Roy Marples If dumping leases, skip authentication and address expiry checks. draft