log

age author description
Thu, 07 Feb 2019 21:20:41 +0000 Roy Marples Release dhcpcd-7.1.1 draft dhcpcd-7.1.1
Wed, 06 Feb 2019 20:07:53 +0000 Roy Marples Not using c++11, go back to attribute draft
Wed, 06 Feb 2019 20:05:52 +0000 Roy Marples Fix __fallthrough directive on non GNUC draft
Wed, 06 Feb 2019 19:39:00 +0000 Roy Marples gcc: appease gcc-7's implicit fallthrough warning draft
Wed, 06 Feb 2019 19:38:01 +0000 Roy Marples IP4: No need to set a variable to arp announce the address draft
Wed, 06 Feb 2019 19:36:36 +0000 Roy Marples ARP: make the announce address a constant draft
Wed, 30 Jan 2019 22:40:12 +0000 Roy Marples link: introduce LINK_DOWN_IFFUP draft
Sat, 26 Jan 2019 02:13:29 +0000 Roy Marples FreeBSD: avoid kernel panics when adding on-link IPv6 routes draft
Sat, 26 Jan 2019 00:16:09 +0000 Roy Marples ssid is not NULL terminated anymore. draft
Sat, 26 Jan 2019 00:08:43 +0000 Roy Marples BSD: treat LINK_STATE_UNKNOWN as DOWN if media is invalid draft
Wed, 23 Jan 2019 13:50:34 +0000 Roy Marples IP6ND: Remove #defines for functions when INET6 is disabled draft
Wed, 23 Jan 2019 13:05:12 +0000 Roy Marples BSD: Remove silly guards draft
Wed, 23 Jan 2019 13:01:19 +0000 Roy Marples DHCP6: Remove #defines for functions when DHCP6 is disabled draft
Wed, 23 Jan 2019 11:43:11 +0000 Roy Marples IP4: Remove #defines for functions when INET is disabled draft
Wed, 23 Jan 2019 11:37:37 +0000 Roy Marples DHCP: Remove #defines for functions when INET is disabled draft
Wed, 23 Jan 2019 11:28:59 +0000 Roy Marples IPv4LL: Remove #defines for functions when IPv4LL is disabled draft
Tue, 22 Jan 2019 21:21:25 +0000 Roy Marples IPv4LL: Fix build if not enabled. draft
Tue, 22 Jan 2019 14:53:45 +0000 Roy Marples Release dhcpcd-7.1.0 draft dhcpcd-7.1.0
Tue, 22 Jan 2019 14:51:42 +0000 Roy Marples BSD: Turn on SO_RERROR for all sockets draft
Thu, 17 Jan 2019 11:49:52 +0000 Roy Marples IPv4LL: prior prior commit for non NetBSD OS's draft
Thu, 17 Jan 2019 11:44:08 +0000 Roy Marples IPv4LL: Preserve address when carrier drops draft
Mon, 14 Jan 2019 12:57:37 +0000 Roy Marples BSD: Fix UP/DOWN for interfaces which dont' report media changes draft
Sat, 12 Jan 2019 13:36:01 +0000 Roy Marples FreeBSD: Fix bogus RTM_DELADDR messages from affecting DHCP lease draft
Fri, 11 Jan 2019 12:39:33 +0000 Roy Marples configure: --with-udev explicity requires libudev to be present draft
Fri, 11 Jan 2019 12:30:46 +0000 Roy Marples configurfe: Remove extra --includedir. It's not hit anyway. draft
Sun, 06 Jan 2019 10:10:59 +0000 Roy Marples ip6: Install not on link routes with a gateway of the router draft
Sat, 05 Jan 2019 11:42:12 +0000 Roy Marples ip6: Implement IPv6 address sharing draft
Wed, 02 Jan 2019 16:33:29 +0000 Roy Marples dhcpcd(8): note that --waitip needs = when specifying a protocol draft
Tue, 01 Jan 2019 17:16:18 +0000 Roy Marples Welcome to 2019! draft
Sun, 30 Dec 2018 19:25:05 +0000 Roy Marples dhcp: Don't ARP announce bound addresses when testing draft
Sun, 16 Dec 2018 08:56:06 +0000 Roy Marples BSD: SIOCSRTRFLUSH_IN6 and SIOCSPFXFLUSH_IN6 require in6_ifreq draft
Sat, 01 Dec 2018 18:13:31 +0000 Roy Marples Remove .arcconfig as I've abandoned Phabricator. draft
Fri, 30 Nov 2018 03:58:28 +0000 Roy Marples Fix prior logic.Doh! draft
Fri, 30 Nov 2018 03:50:23 +0000 Roy Marples BSD: Always set RTA_IFP for routes draft
Fri, 30 Nov 2018 03:38:06 +0000 Roy Marples FreeBSD: Mark INET6 addresses as tentative when adding them draft
Fri, 30 Nov 2018 03:27:57 +0000 Roy Marples BSD: don't listen to own route messages draft
Thu, 08 Nov 2018 06:52:59 +0000 Masanobu SAITOH Remove supurfluous an. draft
Wed, 07 Nov 2018 18:57:20 +0000 Roy Marples BSD: Use SO_RERROR on the route(4) socket. draft
Sun, 04 Nov 2018 13:01:15 +0000 Roy Marples Linux: Use NETLINK_BROADCAST_ERROR draft
Tue, 30 Oct 2018 05:52:48 +0000 Roy Marples hooks: shell [ ] only supports 4 parameters draft
Wed, 26 Sep 2018 13:27:37 +0100 Roy Marples OpenBSD: Allow dhcpcd to work alongside slaacd draft
Wed, 19 Sep 2018 09:07:58 +0100 Roy Marples duid: test that we actually have a uuid on Linux draft
Mon, 17 Sep 2018 20:08:20 +0100 Roy Marples Merge pull request #5 from dhgutteridge/master draft
Mon, 17 Sep 2018 12:17:27 -0400 David H. Gutteridge dhcpcd.conf.5.in: One more minor grammar fix draft
Sat, 15 Sep 2018 19:59:24 -0400 David H. Gutteridge dhcpcd.conf.5.in: A couple more minor tweaks draft
Sat, 15 Sep 2018 19:49:00 -0400 David H. Gutteridge dhcpcd.conf.5.in: Fix various typos, add more markup, etc. draft
Sat, 15 Sep 2018 19:41:27 -0400 David H. Gutteridge dhcpcd.8.in: More minor style tweaks draft
Mon, 10 Sep 2018 14:57:49 +0100 Roy Marples Fix prior - always return if lease is invalid. draft
Mon, 10 Sep 2018 12:02:55 +0100 Roy Marples dhcp6: always move to the DISCOVER phase if the offered lease is invalid draft
Fri, 07 Sep 2018 14:01:36 +0100 Roy Marples dhcp6: only send dhcp6 to an interface if it has a send object. draft
Fri, 07 Sep 2018 13:56:20 +0100 Roy Marples dhcp6: write RECONFIGURE6 here to match other places draft
Fri, 07 Sep 2018 13:38:07 +0100 Roy Marples dhcp6: don't log an error here. draft
Tue, 04 Sep 2018 14:08:19 +0100 Roy Marples Merge pull request #4 from dhgutteridge/master draft
Mon, 03 Sep 2018 12:39:32 -0400 David H. Gutteridge dhcpcd.8.in: Fix typos and minor grammatical issues draft
Mon, 27 Aug 2018 19:10:18 +0100 Roy Marples Add sa_cpy. While here allow NULL in sa_cmp. draft ia
Mon, 27 Aug 2018 18:20:25 +0100 Roy Marples Merge pull request #3 from sevan/usage draft
Mon, 27 Aug 2018 14:37:18 +0100 Sevan Janiyan Update usage() to match documented flags draft
Mon, 20 Aug 2018 11:37:17 +0100 Roy Marples Release dhcpcd-7.0.8 draft dhcpcd-7.0.8
Sun, 19 Aug 2018 21:07:09 +0100 Roy Marples Remove redundant assignment draft
Sun, 19 Aug 2018 21:05:39 +0100 Roy Marples Consistency draft