log

age author description
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
Fri, 24 Jul 2015 21:51:02 +0000 Roy Marples Only read the DHCP lease when doing DHCP. draft
Fri, 24 Jul 2015 20:47:08 +0000 Roy Marples When dropping IPv4LL state, remove the address and rebuild routes before draft
Fri, 24 Jul 2015 10:22:50 +0000 Roy Marples If we only have IPv4LL addresses, add a default route to the link so that draft
Wed, 22 Jul 2015 12:25:54 +0000 Roy Marples Remove un-used variable. draft
Wed, 22 Jul 2015 10:24:37 +0000 Roy Marples Clarify the automatic mapping of DHCPv4 to DHCPv6 options. draft
Wed, 22 Jul 2015 10:11:44 +0000 Roy Marples When ending IPv4LL, only rebuild routes if we dropped an address. draft
Wed, 22 Jul 2015 10:07:39 +0000 Roy Marples Ignore the RA if there are no public addresses on the interface. draft
Wed, 22 Jul 2015 09:59:32 +0000 Roy Marples Backout commit [f20a30175f] as the behaviour can be trigged on Linux as well. draft
Sat, 18 Jul 2015 10:31:19 +0000 Roy Marples Add another fix for compiling on old systems. draft
Sat, 18 Jul 2015 10:28:50 +0000 Roy Marples eloop itself now contains a pselect wrapper. draft
Mon, 13 Jul 2015 19:05:33 +0000 Roy Marples Add a #define to compile ignoring the RA without a public address. draft
Mon, 13 Jul 2015 17:40:54 +0000 Roy Marples Add a noup directive to stop master mode bringing an interface up. draft
Fri, 10 Jul 2015 08:43:59 +0000 Roy Marples Minor optimisation. draft
Thu, 09 Jul 2015 13:51:26 +0000 Roy Marples Only run the IPv4LL script on drop when actually dropping an IPv4LL address. draft
Thu, 09 Jul 2015 09:29:43 +0000 Roy Marples Release dhcpcd-6.9.1 draft dhcpcd-6.9.1
Thu, 09 Jul 2015 09:27:36 +0000 Roy Marples Document many interface assignment from a delegated prefix. draft
Sat, 04 Jul 2015 22:09:51 +0000 Roy Marples Remove pointless comment. draft
Sat, 04 Jul 2015 13:33:24 +0000 Roy Marples Refer to the domain name encoding as RFC1035 rather than the RFC for the draft
Sat, 04 Jul 2015 12:33:22 +0000 Roy Marples Allow static to work for pre-existing addresses without a config. draft
Sat, 04 Jul 2015 12:13:53 +0000 Roy Marples When sending to an address, ensure we have a socket. draft