log

age author description
Wed, 20 Jan 2016 19:08:12 +0000 Roy Marples Fix delegation activating interfaces. draft dhcpcd-6.10.1
Wed, 20 Jan 2016 17:41:12 +0000 Roy Marples Release dhcpcd-6.10.1 draft
Thu, 14 Jan 2016 18:10:35 +0000 Roy Marples Remove unused prototypes. draft
Thu, 14 Jan 2016 17:05:16 +0000 Roy Marples Add the -1, --oneshot option which causes dhcpcd to exit once an draft
Thu, 14 Jan 2016 13:43:15 +0000 Roy Marples Improve interval arrival and departure when running on a fixed interface list. draft
Mon, 11 Jan 2016 14:02:01 +0000 Roy Marples Only stop the interface if it's active when the interface departs. draft
Thu, 07 Jan 2016 23:37:14 +0000 Roy Marples Reduce mallocs when printing pidfile draft
Thu, 07 Jan 2016 19:59:17 +0000 Roy Marples Import example hook scripts as well - upstream Makefile will sort it out. draft
Thu, 07 Jan 2016 19:53:50 +0000 Roy Marples Fix config.mk spacing draft
Thu, 07 Jan 2016 19:52:54 +0000 Roy Marples Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout. draft
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