log

age author description
Wed, 15 Oct 2014 16:02:05 +0000 Roy Marples Cast away warning. draft
Wed, 15 Oct 2014 14:23:53 +0000 Roy Marples Work better with unknown prefix length requirements in the configuration. draft
Tue, 14 Oct 2014 23:42:14 +0000 Roy Marples When receiving a RA, mark all addresses as stale. For each address draft
Tue, 14 Oct 2014 20:06:45 +0000 Roy Marples Export RA addresses in raN_addr, and the prefix in raN_prefix. draft
Tue, 14 Oct 2014 11:55:29 +0000 Roy Marples Describe better the BSD IPv6 issue. draft
Tue, 14 Oct 2014 11:30:52 +0000 Roy Marples Remove the IPv6 address poll warning from running dhcpcd, draft
Tue, 14 Oct 2014 11:29:50 +0000 Roy Marples Fix compile on FreeBSD draft
Mon, 13 Oct 2014 13:28:22 +0000 Roy Marples Treat ND6_LLINFO_NOSTATE as reachable as this is commonly hit when draft
Sun, 12 Oct 2014 19:58:46 +0000 Roy Marples Respect nodhcp6 earlier. draft
Sat, 11 Oct 2014 00:44:59 +0000 Roy Marples For the time being, linkaddr is FreeBSD only. draft
Sat, 11 Oct 2014 00:44:20 +0000 Roy Marples Work on OpenBSD sh, unset seems to add misc crap. draft
Fri, 10 Oct 2014 20:35:13 +0000 Roy Marples Improve FreeBSD support by using the actual AF_LINK address. draft
Fri, 10 Oct 2014 09:40:57 +0000 Roy Marples Write the lease when bound, not when address applied. draft
Fri, 10 Oct 2014 09:13:32 +0000 Roy Marples Now ARP checks all interfaces for false positives, we can check ARP again. draft
Fri, 10 Oct 2014 08:49:49 +0000 Roy Marples Discard duplicate ARP messages from other interfaces with the same address on this host. draft
Fri, 10 Oct 2014 08:31:05 +0000 Roy Marples Don't allow bridge, ppp or ptp by default unless specified, also applies draft
Thu, 09 Oct 2014 20:14:15 +0000 Roy Marples Don't wait for DAD to complete for addresses we have not added. draft
Thu, 09 Oct 2014 20:09:51 +0000 Roy Marples Fix exporting ra values with multiple interfaces draft
Thu, 09 Oct 2014 19:32:30 +0000 Roy Marples Fix IP sharing on Linux draft
Thu, 09 Oct 2014 18:59:30 +0000 Roy Marples Allow the same IP address to be leased for different interfaces. draft
Thu, 09 Oct 2014 10:18:23 +0000 Roy Marples Ensure we have IPv6 allocated before processing a kernel deleted IPv6 route. draft
Wed, 08 Oct 2014 19:18:56 +0000 Roy Marples Fix define, duh draft
Wed, 08 Oct 2014 12:30:27 +0000 Roy Marples Re-introduce our loop to poll interface flags when the interface does draft
Wed, 08 Oct 2014 12:25:15 +0000 Roy Marples Pass the exiting flag to the pseudo interface so it can persist correctly. draft
Wed, 08 Oct 2014 11:53:27 +0000 Roy Marples Explicity test for LINK_UP so we don't delegate to downed PPP interfaces. draft
Wed, 08 Oct 2014 11:51:34 +0000 Roy Marples Don't work on bridge interfaces unless explicitly asked to. draft
Tue, 07 Oct 2014 12:27:46 +0000 Roy Marples Use RTF_PINNED if available. draft
Mon, 06 Oct 2014 18:00:25 +0000 Roy Marples Release dhcpcd-6.5.0 draft dhcpcd-6.5.0
Mon, 06 Oct 2014 14:28:59 +0000 Roy Marples This is no longer true. draft
Mon, 06 Oct 2014 12:34:59 +0000 Roy Marples Callout to handlecarrier when we don't have real carrier support draft
Mon, 06 Oct 2014 12:15:43 +0000 Roy Marples Correct wording draft
Mon, 06 Oct 2014 08:31:57 +0000 Roy Marples Fix compile on Linux draft
Sun, 05 Oct 2014 20:55:39 +0000 Roy Marples OpenBSD dropped IPV6CTL_ACCEPT_RTADV but kept the define. draft
Sun, 05 Oct 2014 11:03:07 +0000 Roy Marples Adjust link-local scope for KAME based stacks in all needed places. draft
Sat, 04 Oct 2014 10:19:00 +0000 Roy Marples Fix compile on BSD. draft
Sat, 04 Oct 2014 08:26:15 +0000 Roy Marples Improve the dev API a little. draft
Sat, 04 Oct 2014 08:22:09 +0000 Roy Marples Free control memory on fork draft
Fri, 03 Oct 2014 18:29:08 +0000 Roy Marples Wrong month, duh. draft
Fri, 03 Oct 2014 17:54:06 +0000 Roy Marples Rename dhcp6_prefix to delegated_dhcp6_prefix incase a user makes a draft
Fri, 03 Oct 2014 14:43:35 +0000 Roy Marples Fix IPv6 address announcements from kernel generated link-local addresses. draft
Fri, 03 Oct 2014 11:07:41 +0000 Roy Marples dhcpcd has been able to handle IPv6 routing on BSD for a while now. draft
Thu, 02 Oct 2014 15:20:07 +0000 Roy Marples Fix a segfault. draft
Thu, 02 Oct 2014 13:38:18 +0000 Roy Marples Really fix double fork. draft
Thu, 02 Oct 2014 13:24:22 +0000 Roy Marples Fix double fork. draft
Thu, 02 Oct 2014 13:21:29 +0000 Roy Marples The decode and print functions should not including the trailing NUL draft
Thu, 02 Oct 2014 11:07:00 +0000 Roy Marples Don't drop delegated reject route when forking. draft
Thu, 02 Oct 2014 10:54:02 +0000 Roy Marples Don't daemonise on delegated address dad. draft
Thu, 02 Oct 2014 10:51:32 +0000 Roy Marples Fix some errors draft
Thu, 02 Oct 2014 10:07:59 +0000 Roy Marples Remove strcpy as it's "dangerous". draft
Thu, 02 Oct 2014 08:35:31 +0000 Roy Marples Mention the encoding in -V draft
Wed, 01 Oct 2014 18:32:03 +0000 Roy Marples Remove vis based encoding - instead expand the DHCP option encoding to a draft
Tue, 30 Sep 2014 14:01:22 +0000 Roy Marples Document the possible use of eval. draft
Tue, 30 Sep 2014 12:43:13 +0000 Roy Marples Document more shell escaped characters, how to strip the shell escaped draft
Mon, 29 Sep 2014 18:35:46 +0000 Roy Marples Remove dead increament. draft
Mon, 29 Sep 2014 18:32:15 +0000 Roy Marples Remove the fast loop trying to up an interface which does not report draft
Mon, 29 Sep 2014 13:24:09 +0000 Roy Marples Fix bounds check. draft
Mon, 29 Sep 2014 09:03:12 +0000 Roy Marples Don't use a magic number for print_string flags. draft
Sun, 28 Sep 2014 21:04:23 +0000 Roy Marples Fix compile draft
Sun, 28 Sep 2014 20:50:43 +0000 Roy Marples Be more safe, escape * ? [ # ? = % as well. draft
Sun, 28 Sep 2014 20:34:44 +0000 Roy Marples Fix an unaligned access error on BeagleBone Black with FreeBSD. draft