log

age author description
Fri, 06 Jun 2014 17:31:55 +0000 Roy Marples Just check for an revent, the handler will deal with it correctly. draft
Thu, 05 Jun 2014 20:23:19 +0000 Roy Marples Default to private stable addresses via dhcpcd.conf instead of the binary draft
Thu, 05 Jun 2014 17:42:21 +0000 Roy Marples Allow the use of libmd in static or /usr builds draft
Thu, 05 Jun 2014 14:24:21 +0000 Roy Marples No need for this file draft
Thu, 05 Jun 2014 14:21:27 +0000 Roy Marples Remove test files draft
Thu, 05 Jun 2014 14:16:33 +0000 Roy Marples Fix compile on FreeBSD draft
Thu, 05 Jun 2014 13:56:16 +0000 Roy Marples Fix be64enc test on NetBSD. draft
Thu, 05 Jun 2014 13:54:38 +0000 Roy Marples Fix configure draft
Thu, 05 Jun 2014 13:53:20 +0000 Roy Marples be32enc is missing on OpenBSD, so provide a configure test. draft
Thu, 05 Jun 2014 13:03:49 +0000 Roy Marples Ensure we init before forking, but run the preinit scripts afterwards draft
Thu, 05 Jun 2014 12:33:18 +0000 Roy Marples If we can turn off IPv6 auto link-addr in the kernel, lets do so draft
Thu, 05 Jun 2014 11:38:04 +0000 Roy Marples Ensure OWN is set by SLAAC private before initing. draft
Wed, 04 Jun 2014 23:54:15 +0000 Roy Marples Add an IPv6 link-local address before upping the interface if needed. draft
Wed, 04 Jun 2014 23:34:39 +0000 Roy Marples Don't set local-link addresses as no prefix route. draft
Wed, 04 Jun 2014 20:27:40 +0000 Roy Marples Default SLAAC to use RFC7271 addresses. draft
Tue, 03 Jun 2014 21:20:49 +0000 Roy Marples Clarify comments. draft
Tue, 03 Jun 2014 21:09:42 +0000 Roy Marples Fix compile on Linux draft
Tue, 03 Jun 2014 20:52:42 +0000 Roy Marples Check against reserved IPv6 addresses. draft
Tue, 03 Jun 2014 14:03:14 +0000 Roy Marples Warn when SO_REUSEPORT fails instead of bailing to accomodate dodgy Linux headers. draft
Tue, 03 Jun 2014 12:49:48 +0000 Roy Marples Only one place should decide how netiface and netid are formed draft
Tue, 03 Jun 2014 09:32:01 +0000 Roy Marples Don't export empty RA options draft
Mon, 02 Jun 2014 23:59:05 +0000 Roy Marples Log error condition if a new or changed Router Advertisment to avoid draft
Mon, 02 Jun 2014 23:42:52 +0000 Roy Marples Revert prior patch and just continue instead of logging more errors. Same effect. draft
Mon, 02 Jun 2014 23:30:50 +0000 Roy Marples Log each malloc failure because we log individual failures so we don't see draft
Mon, 02 Jun 2014 17:10:13 +0000 Roy Marples Fix compile on Linux draft
Mon, 02 Jun 2014 16:31:37 +0000 Roy Marples Use SHA256Init on OpenBSD .... grrr draft
Mon, 02 Jun 2014 15:00:24 +0000 Roy Marples Fix compile on FreeBSD draft
Mon, 02 Jun 2014 14:48:33 +0000 Roy Marples Implement Stable Private Addresses for SLAAC as per RFC7217. draft
Fri, 30 May 2014 22:08:30 +0000 Roy Marples Wups, not ready for this code yet. draft
Fri, 30 May 2014 22:03:50 +0000 Roy Marples Fix compiler warning draft
Fri, 30 May 2014 22:02:16 +0000 Roy Marples Fix configure error draft
Fri, 30 May 2014 21:47:14 +0000 Roy Marples Load config.{h,mk} when building tests. Fixes [1c11c59282]. draft
Thu, 29 May 2014 12:52:27 +0000 Roy Marples -4 and -6 are now mutually exclusive and when running on a single interface draft
Thu, 29 May 2014 11:12:09 +0000 Roy Marples Check naming rules before calling dev_initialized. draft
Thu, 29 May 2014 06:43:54 +0000 Roy Marples Only process IPv6 neighbour messages from the link socket if we have inited draft
Sat, 24 May 2014 20:11:42 +0000 Roy Marples Fix dev warning. draft
Sat, 24 May 2014 19:58:50 +0000 Roy Marples Should use arc4random_uniform when wanting a randon number between draft
Sat, 24 May 2014 13:08:29 +0000 Roy Marples Add a compat syslog function if the libc syslog does not support LOG_PERROR. draft
Wed, 21 May 2014 23:07:52 +0000 Roy Marples Source now compiles on Solaris, just missing the if-sun.c support so draft
Tue, 20 May 2014 08:54:00 +0000 Roy Marples Sockets would be opened with PF_*, not AF_*. draft
Tue, 20 May 2014 08:36:12 +0000 Roy Marples Only remove the interface from DHCP consideration if the error draft
Mon, 19 May 2014 00:49:14 +0000 Roy Marples If a DHCPv6 lease expires as well as all IPv6 routers who want DHCPv6, don't restart discover. draft
Mon, 19 May 2014 00:32:04 +0000 Roy Marples Although dhcpcd now works fine with non blocking sockets, we never ever want to block either. draft
Fri, 16 May 2014 15:03:28 +0000 Roy Marples Only remove the interface from the list once all callouts have been draft
Fri, 16 May 2014 15:02:58 +0000 Roy Marples Don't set probe state here. draft
Thu, 15 May 2014 12:02:03 +0000 Roy Marples Only send interfaces which have a reason. draft
Fri, 09 May 2014 12:09:05 +0000 Roy Marples controlgroup option changes group ownership of the control socket. draft
Thu, 08 May 2014 23:55:33 +0000 Roy Marples Ensure that ND6_IFF_PERFORMNUD is set. draft
Thu, 08 May 2014 23:38:15 +0000 Roy Marples Fix compile issue draft
Thu, 08 May 2014 23:35:30 +0000 Roy Marples Support RTM_GETNEIGH on Linux as well as the polling for NUD changes on BSD. draft
Wed, 07 May 2014 13:31:32 +0000 Roy Marples Poll kernel neighbour reachability (SIOCGNBRINFO_IN6) for each router draft
Wed, 07 May 2014 09:22:26 +0000 Roy Marples Run NOCARRIER before dropping protocols. draft
Tue, 06 May 2014 18:15:52 +0000 Roy Marples These are not DHCP states. draft
Tue, 06 May 2014 18:14:43 +0000 Roy Marples Add the interface to our list before initing state. draft
Tue, 06 May 2014 14:42:24 +0000 Roy Marples Always send a carrier as it's no longer encapsulated in the IPv4 stack. draft
Tue, 06 May 2014 14:39:31 +0000 Roy Marples When dropping, move the new config onto the old before running the script. draft
Tue, 06 May 2014 12:42:39 +0000 Roy Marples When rebooting, directly call send_request to preserve state. draft
Mon, 05 May 2014 21:21:31 +0000 Roy Marples Fix sending DHCPv6 draft
Mon, 05 May 2014 20:18:14 +0000 Roy Marples Fix new dhcp environment options draft
Sun, 04 May 2014 22:48:43 +0000 Roy Marples Fix writing interfaces to control socket. draft