log

age author description
Thu, 08 Jan 2015 13:31:42 +0000 Roy Marples Add an option to disable the generation of autoconf addresses within a RA. draft
Tue, 06 Jan 2015 14:05:26 +0000 Roy Marples IPv6 kernel autoconf disabled is not an error condition to stop IPv6 from working if not owning the RA process and DHCPv6 is present in an RA message, but we should still warn about it never the less. draft
Tue, 06 Jan 2015 13:53:54 +0000 Roy Marples Warn about IPv6 kernel autoconf being disabled on BSD platforms. draft
Tue, 06 Jan 2015 13:42:51 +0000 Roy Marples Fix another case where we could mistakenly claim ownership of IPv6 RA. draft
Tue, 06 Jan 2015 13:34:24 +0000 Roy Marples Fix handling of ND6_IFF_OVERRIDE_RTADV on NetBSD. draft
Mon, 05 Jan 2015 14:12:23 +0000 Roy Marples OpenBSD fixed their posix_spawn(3) implementation in 5.7 draft
Fri, 02 Jan 2015 20:03:28 +0000 Roy Marples Update copyrights to 2015. draft
Thu, 01 Jan 2015 20:50:48 +0000 Roy Marples Welcome to 2015! draft
Thu, 01 Jan 2015 20:49:10 +0000 Roy Marples Only release the DHCPv6 lease when dropping it. draft
Tue, 23 Dec 2014 09:46:02 +0000 Roy Marples Add qnx* to OS detection so we can pass the __EXT define and stay using draft
Tue, 23 Dec 2014 09:40:14 +0000 Roy Marples undef CMSG_SPACE and use our own define for platforms where CMSG_SPACE does draft
Sun, 21 Dec 2014 19:00:19 +0000 Roy Marples Fix compile warnings without INET or INET6 using gcc. draft
Sat, 20 Dec 2014 14:11:38 +0000 Roy Marples Fix compile on QNX. Thanks to Will Miles. draft
Sat, 20 Dec 2014 14:09:26 +0000 Roy Marples Guard against failure in if_discover. Thanks to Will Miles. draft
Sat, 20 Dec 2014 12:15:07 +0000 Roy Marples Use __restrict rather than restrict. draft
Sat, 20 Dec 2014 11:56:27 +0000 Roy Marples Attempt to define CMSG_SPACE for systems which lack it, like QNX. draft
Fri, 19 Dec 2014 10:45:45 +0000 Roy Marples Release dhcpcd-6.6.7 draft dhcpcd-6.6.7
Thu, 18 Dec 2014 11:47:09 +0000 Roy Marples Fix build without INET draft
Thu, 18 Dec 2014 10:09:54 +0000 Roy Marples Don't set RA ownership in test mode. draft
Wed, 17 Dec 2014 20:33:27 +0000 Roy Marples Release dhcpcd-6.6.6 draft dhcpcd-6.6.6
Tue, 16 Dec 2014 22:12:16 +0000 Roy Marples Document some BSD systems lacking the ability to announce IPv6 address flag changes. draft
Tue, 16 Dec 2014 20:20:01 +0000 Roy Marples Store acquired time for each IPv6 address so we can correctly offset draft
Tue, 16 Dec 2014 13:25:40 +0000 Roy Marples For BSD systems stop polling for IPv6 router reachability. draft
Sat, 13 Dec 2014 13:35:18 +0000 Roy Marples The noalias directive will now remove any IPv4 addresses existing on draft
Fri, 12 Dec 2014 21:52:16 +0000 Roy Marples A server should not NAK an INFORM. draft
Fri, 12 Dec 2014 21:51:48 +0000 Roy Marples Clarify timeout and reboot timeout, make it more sane. draft
Thu, 11 Dec 2014 01:29:05 +0000 Roy Marples Need net/route.h draft
Wed, 10 Dec 2014 22:42:12 +0000 Roy Marples Include linux/rtnetlink.h in config.h rather than each file that needs it. draft
Wed, 10 Dec 2014 22:39:50 +0000 Roy Marples Spelling draft
Tue, 09 Dec 2014 20:03:11 +0000 Roy Marples Release dhcpcd-6.6.5 draft dhcpcd-6.6.5
Tue, 09 Dec 2014 12:52:52 +0000 Roy Marples Allow other processes to handle the DHCP port on the wildcard address. draft
Tue, 09 Dec 2014 09:45:56 +0000 Roy Marples If we get another carrier event during the poll for IFF_UP, cancel the poll. draft
Tue, 09 Dec 2014 09:39:30 +0000 Roy Marples Instead if giving up if we receive a LINK_UP event before the kernel has set draft
Thu, 04 Dec 2014 13:45:24 +0000 Roy Marples If neither dig nor host are present fall back to getent. draft
Wed, 03 Dec 2014 09:34:45 +0000 Roy Marples IFT type does not cleanly match to ARP type so we have to check in each. draft
Tue, 02 Dec 2014 09:25:14 +0000 Roy Marples Fix a coverity warning. draft
Fri, 28 Nov 2014 15:20:01 +0000 Roy Marples Fix prior patch draft
Fri, 28 Nov 2014 15:18:09 +0000 Roy Marples If STOPPED, set if_down = true when releasing, otherwise false. draft
Wed, 26 Nov 2014 17:34:50 +0000 Roy Marples Note that TEST removes the rapid_commit option from the message. draft
Wed, 26 Nov 2014 15:34:35 +0000 Roy Marples Report selected profile draft dhcpcd-6.6.4
Wed, 26 Nov 2014 15:34:14 +0000 Roy Marples Fix a memory error. draft
Wed, 26 Nov 2014 15:01:30 +0000 Roy Marples Release dhcpcd-6.6.4 draft
Wed, 26 Nov 2014 14:54:14 +0000 Roy Marples Inform the hooks if we're running with debug or not. draft
Wed, 26 Nov 2014 13:58:54 +0000 Roy Marples Remove unused variable. draft
Wed, 26 Nov 2014 12:45:19 +0000 Roy Marples Release dhcpcd-6.6.3 draft dhcpcd-6.6.3
Wed, 26 Nov 2014 12:08:32 +0000 Roy Marples If a DHCP lease has expired on reboot, don't expire it right away as that draft
Wed, 26 Nov 2014 11:35:38 +0000 Roy Marples With a fake added lease, we cannot assume the subnet is correct for the address, so treat as it's not there for sending DHCP messages. draft
Wed, 26 Nov 2014 11:25:39 +0000 Roy Marples Enter reboot state with a fake lease. draft
Wed, 26 Nov 2014 10:41:32 +0000 Roy Marples Flags fake routes so we can change them when we renew our lease. draft
Wed, 26 Nov 2014 03:35:09 +0000 Roy Marples If the IP address is still on the interface when reading a lease, draft
Tue, 25 Nov 2014 21:08:34 +0000 Roy Marples Fix wording. draft
Tue, 25 Nov 2014 21:08:10 +0000 Roy Marples Whitespace draft
Tue, 25 Nov 2014 20:40:00 +0000 Roy Marples Zero length UDP packets are not an error condition on the socket. draft
Mon, 24 Nov 2014 11:03:28 +0000 Roy Marples When not daemonising, don't exit on timeout. draft
Mon, 24 Nov 2014 10:54:46 +0000 Roy Marples Whitespace draft
Tue, 18 Nov 2014 12:06:08 +0000 Roy Marples If allowinterfaces is not specified, allow all configured interfaces draft
Tue, 18 Nov 2014 11:47:45 +0000 Roy Marples Disable IPv6RS if a loopback, pointopoint or not a multicast interface. draft
Tue, 18 Nov 2014 11:28:14 +0000 Roy Marples If we don't have a hwlen and no clientid has been set, draft
Tue, 18 Nov 2014 11:07:37 +0000 Roy Marples Check for IFF_LOOPBACK and IFF_POINTOPOINT early to avoid needless draft
Tue, 18 Nov 2014 10:55:44 +0000 Roy Marples Loopback interfaces have routes scoped to the host only. draft