log

age author description
Tue, 15 Sep 2015 10:13:53 +0000 Roy Marples Fix compile on kFreeBSD thanks to JS Junior. draft
Sun, 13 Sep 2015 09:32:20 +0000 Roy Marples Add an assert here as it's currently failing when moving a lease from one interface to another. draft
Sun, 13 Sep 2015 08:14:26 +0000 Roy Marples Add a note about OpenBSD always adding it's own lladdr draft
Sun, 13 Sep 2015 07:46:01 +0000 Roy Marples Change the BSD IPv6 interface setup order to ensure we have a better chance of eensuring any LLADDR we add doesn't cause a duplicate by the kernel. draft
Sat, 12 Sep 2015 20:51:56 +0000 Roy Marples Fix compile on FreeBSD. draft
Sat, 12 Sep 2015 20:37:01 +0000 Roy Marples Make CAN_ADD_LLADDR work on BSD. draft
Sat, 12 Sep 2015 20:21:02 +0000 Roy Marples If we can toggle the automatic creation of the lladdr by the kernel then draft
Sat, 12 Sep 2015 20:19:31 +0000 Roy Marples We need to check kernel IPv6 setup for the interface if doing any IPv6, not just RS. draft
Sat, 12 Sep 2015 13:53:58 +0000 Roy Marples Remove some unreachable code. draft
Sat, 12 Sep 2015 13:14:27 +0000 Roy Marples Fix compile on Bitrig draft
Sat, 12 Sep 2015 12:28:01 +0000 Roy Marples Remove correct configure test file draft
Fri, 11 Sep 2015 18:22:35 +0000 Roy Marples Test for error condition rather than a success of 0 when setting routes. draft
Thu, 10 Sep 2015 08:41:37 +0000 Roy Marples Remove the custom SixRD decode function and replace with a generic draft
Thu, 10 Sep 2015 08:32:37 +0000 Roy Marples Add IPv4 address selection from route code so platform handlers don't draft
Wed, 09 Sep 2015 08:50:47 +0000 Roy Marples Fix prior for IPv6 old routes. draft
Tue, 08 Sep 2015 16:29:02 +0000 Roy Marples When deleting an old route and it doesn't have an interface then use draft
Tue, 08 Sep 2015 13:14:22 +0000 Roy Marples Fix the REBIND reason. draft
Tue, 08 Sep 2015 12:23:19 +0000 Roy Marples Rework arp_free and arp_free_but to share a common function. draft
Tue, 08 Sep 2015 12:22:38 +0000 Roy Marples Revert this part of prior patch. draft
Tue, 08 Sep 2015 10:32:45 +0000 Roy Marples ifp may not be set, but ctx will be. draft
Tue, 08 Sep 2015 08:33:52 +0000 Roy Marples Move defines checks after all includes to make Android happy. draft
Mon, 07 Sep 2015 18:14:31 +0000 Roy Marples I was wrong about Linux allowing userland to mark addresses as temporary, draft
Mon, 07 Sep 2015 16:12:57 +0000 Roy Marples Instead of forcing a #define for IFLA_AF_SPEC, add a configure check to draft
Mon, 07 Sep 2015 14:45:44 +0000 Roy Marples If we failed to release, we may not have a state when finishing the release. draft
Mon, 07 Sep 2015 10:58:04 +0000 Roy Marples Add support for Chrony, fixes [03943daba7]. draft
Fri, 04 Sep 2015 11:41:18 +0000 Roy Marples Release dhcpcd-6.9.3 draft dhcpcd-6.9.3
Thu, 03 Sep 2015 15:06:43 +0000 Roy Marples When adding a static address on non IN_IFF_* systems we should still ARP draft
Thu, 03 Sep 2015 14:42:16 +0000 Roy Marples Fix compile on Linux draft
Thu, 03 Sep 2015 12:54:37 +0000 Roy Marples Fix rebinding statically assinged IPv4 addresses. draft
Mon, 31 Aug 2015 10:26:49 +0000 Roy Marples Now that we set MTU for routes instead of using a hook script, draft
Mon, 31 Aug 2015 09:06:37 +0000 Roy Marples Test prefix as well as variable name when setting static variables. draft
Sun, 23 Aug 2015 16:12:18 +0000 Roy Marples Fix compile on systems lacking SOCK_CLOEXEC. draft
Sat, 22 Aug 2015 12:52:08 +0000 Roy Marples Silence a bogus gcc warning draft
Fri, 21 Aug 2015 13:23:40 +0000 Roy Marples Remove unused variable. draft
Fri, 21 Aug 2015 10:11:59 +0000 Roy Marples Fix compile on OpenBSD draft dhcpcd-6.9.2
Fri, 21 Aug 2015 10:07:54 +0000 Roy Marples Release dhcpcd-6.9.2 draft
Fri, 21 Aug 2015 10:06:31 +0000 Roy Marples Document removed mtu hook and installed dump hook. draft
Fri, 14 Aug 2015 22:24:21 +0000 Roy Marples Reference old DHCPv6 FQDN when processing the hostname. draft
Fri, 14 Aug 2015 22:10:58 +0000 Roy Marples Don't delete dhcpcd assigned IPv6 link-local addresses when releasing draft
Fri, 14 Aug 2015 21:57:02 +0000 Roy Marples Describe adding an IPv6 temporary address. draft
Fri, 14 Aug 2015 12:35:19 +0000 Roy Marples Build new_domain_name from other sources if blank before checking it's blank draft
Tue, 11 Aug 2015 09:24:41 +0000 Roy Marples Don't do platform init or setting interface MTU if too small when draft
Tue, 11 Aug 2015 09:23:26 +0000 Roy Marples Only set maximum message size if we can get the MTU of the interface. draft
Fri, 07 Aug 2015 12:58:10 +0000 Roy Marples Fix reading prior lease without authenticaton set. draft
Fri, 07 Aug 2015 12:54:21 +0000 Roy Marples Fix IPv4LL on NetBSD when wifi reconfigures. draft
Fri, 07 Aug 2015 09:17:26 +0000 Roy Marples Fix compile on BSD. draft
Fri, 07 Aug 2015 08:49:07 +0000 Roy Marples Add IPv4LL subnet routes like the kernel does. draft
Thu, 06 Aug 2015 16:28:29 +0000 Roy Marples Use the new xsocket function on Linux as well. draft
Thu, 06 Aug 2015 13:07:15 +0000 Roy Marples Open sockets once instead of open/close each for each ioctl. draft
Thu, 06 Aug 2015 12:53:55 +0000 Roy Marples Remove the old 10-mtu hook if we can. draft
Thu, 06 Aug 2015 12:52:56 +0000 Roy Marples If we add authentication, ensure saved lease has it. draft
Thu, 06 Aug 2015 12:49:47 +0000 Roy Marples Check correct auth bits. draft
Tue, 04 Aug 2015 08:32:40 +0000 Roy Marples Simplify the socket code by adding a custom function instead of draft
Sat, 01 Aug 2015 08:38:42 +0000 Roy Marples noauthrequired also allows unauthenticated FORCERENEW and RECONFIGURE draft
Wed, 29 Jul 2015 10:05:14 +0000 Roy Marples Update MTU on IPv6 routes if needed as well. draft
Tue, 28 Jul 2015 21:32:13 +0000 Roy Marples Extract the route MTU for Linux. draft
Tue, 28 Jul 2015 13:58:31 +0000 Roy Marples Move route state into it's own flag. draft
Mon, 27 Jul 2015 09:31:35 +0000 Roy Marples Only apply interface MTU on DHCP messages, or static IPv4 configuration. draft
Sun, 26 Jul 2015 14:35:27 +0000 Roy Marples Ignore interface address changes we made on Linux. draft
Fri, 24 Jul 2015 21:53:56 +0000 Roy Marples Free offer on drop. draft