log

age author description
Sat, 07 Mar 2015 19:15:14 +0000 Roy Marples Ensure that we only have a 0 sla once. draft
Sat, 07 Mar 2015 16:31:22 +0000 Roy Marples If the SLA is zero and the required prefix length is zero, just use the draft
Sat, 07 Mar 2015 12:16:38 +0000 Roy Marples Fix compile without INET6 and/or INET draft
Sat, 07 Mar 2015 12:08:32 +0000 Roy Marples Include IPv6RA and DHCPv6 in the sorting of interfaces. draft
Fri, 06 Mar 2015 10:03:25 +0000 Roy Marples Support runit (untested) draft
Fri, 06 Mar 2015 08:40:35 +0000 Roy Marples Add why dhcpcd is ignoring an interface in debug output. draft
Thu, 05 Mar 2015 19:43:46 +0000 Roy Marples Add support for IFT_PPP and IFT_PROPVIRTUAL. draft
Thu, 05 Mar 2015 19:34:00 +0000 Roy Marples Report correct interface type on failure. draft
Thu, 05 Mar 2015 17:40:56 +0000 Roy Marples Remove erroneous goto. draft
Thu, 05 Mar 2015 15:07:21 +0000 Roy Marples Requeue events when using epoll. draft
Thu, 05 Mar 2015 11:34:47 +0000 Roy Marples Set poll filters before writing eloop event. draft
Thu, 05 Mar 2015 03:30:14 +0000 Roy Marples Fix signal handling on Linux. draft
Thu, 05 Mar 2015 02:55:53 +0000 Roy Marples Fix epoll fd moving read only. draft
Wed, 04 Mar 2015 21:28:21 +0000 Roy Marples Fix compile on Linux draft
Wed, 04 Mar 2015 20:16:16 +0000 Roy Marples Fix crash when handling routes on interfaces we don't know about. draft
Wed, 04 Mar 2015 20:03:22 +0000 Roy Marples Fix signal handling draft
Wed, 04 Mar 2015 19:29:17 +0000 Roy Marples kqueue is lost on fork, so re-queue everything. draft
Wed, 04 Mar 2015 17:28:27 +0000 Roy Marples Fix compile on FreeBSD draft
Wed, 04 Mar 2015 16:40:21 +0000 Roy Marples Test for kqueue1 or set O_CLOEXEC on the kqueue fd. draft
Wed, 04 Mar 2015 15:47:04 +0000 Roy Marples Support kqueue(2). draft
Wed, 04 Mar 2015 11:51:55 +0000 Roy Marples Support epoll(7) draft
Wed, 04 Mar 2015 11:41:53 +0000 Roy Marples Move this struct to a better place draft
Tue, 03 Mar 2015 18:31:14 +0000 Roy Marples Fix compile on Linux draft
Tue, 03 Mar 2015 17:38:35 +0000 Roy Marples Remove RTM_GET code as we now read all kernel routes before building our own. draft
Tue, 03 Mar 2015 17:27:25 +0000 Roy Marples Replace timeval with timespec. draft
Mon, 02 Mar 2015 20:37:28 +0000 Roy Marples Fix route finding on Linux. draft
Mon, 02 Mar 2015 20:20:43 +0000 Roy Marples Need to call initstate here. draft
Mon, 02 Mar 2015 20:08:10 +0000 Roy Marples Check we manage the protocol before handling it. draft
Mon, 02 Mar 2015 09:39:34 +0000 Roy Marples Stop pretending that OpenBSD route priority is like Linux route metric. draft
Sat, 28 Feb 2015 19:22:58 +0000 Roy Marples Don't warn about CSR or host routes until we actually use a lease. draft
Sat, 28 Feb 2015 17:41:24 +0000 Roy Marples Fix IPv6 routing on OpenBSD and document includes and defines better. draft
Sat, 28 Feb 2015 17:26:52 +0000 Roy Marples Style draft
Fri, 27 Feb 2015 21:32:51 +0000 Roy Marples Revert prior draft
Fri, 27 Feb 2015 20:55:38 +0000 Roy Marples Change ipv6_freeaddr into a macro for a minor size improvement. draft
Fri, 27 Feb 2015 20:40:17 +0000 Roy Marples Add a helper function to free IPv6 addresses to ensure all draft
Fri, 27 Feb 2015 19:53:03 +0000 Roy Marples Remove the address from the eloop tiemout queue before freeing. draft
Fri, 27 Feb 2015 19:52:00 +0000 Roy Marples Use strlcpy draft
Fri, 27 Feb 2015 14:58:13 +0000 Roy Marples Only warn about adding a host route to the router the once. draft
Fri, 27 Feb 2015 14:33:09 +0000 Roy Marples If RTF_CLONING is supported, create a cloning network route to the host instead draft
Fri, 27 Feb 2015 14:21:01 +0000 Roy Marples Stop using link_addr(3). draft
Thu, 26 Feb 2015 13:22:41 +0000 Roy Marples After adding an address load the kernel routing table for the interface. draft
Mon, 23 Feb 2015 17:47:25 +0000 Roy Marples Typo draft
Mon, 23 Feb 2015 12:16:17 +0000 Roy Marples Allow snapshots to be built. draft
Mon, 23 Feb 2015 12:05:34 +0000 Roy Marples OpenBSD has automatic loopback routes draft
Mon, 23 Feb 2015 10:55:09 +0000 Roy Marples Support BSDs where userland is not allowed to set temporary addresses. draft
Mon, 23 Feb 2015 09:35:42 +0000 Roy Marples logger(1) from util-linux-2.26 now has an option argument to -i, so work draft
Fri, 20 Feb 2015 08:28:04 +0000 Roy Marples Move the pidfile into the dhcpcd context. draft
Wed, 18 Feb 2015 20:29:42 +0000 Roy Marples Use the exit code of EXIT_SUCCESS when terminating gracefully. draft
Wed, 18 Feb 2015 20:09:57 +0000 Roy Marples ipi6.ifiindex differes between OS's so have a cast function draft
Wed, 18 Feb 2015 16:52:49 +0000 Roy Marples Check IPv6 state before regenerating random seeds. Fixes [eb1ef6a62b]. draft
Wed, 18 Feb 2015 16:43:54 +0000 Roy Marples No need to check this again. draft
Wed, 18 Feb 2015 13:40:40 +0000 Roy Marples Tidy definitions draft
Wed, 18 Feb 2015 13:40:23 +0000 Roy Marples Fix compile on some systems. draft
Fri, 13 Feb 2015 12:22:05 +0000 Roy Marples Fix test, thanks to Olaf Westrik. draft
Fri, 13 Feb 2015 11:28:17 +0000 Roy Marples Test if we fake loaded a lease so we can report the correct state. draft
Tue, 10 Feb 2015 08:54:33 +0000 Roy Marples Reserve space for a fully escaped SSID in the lease filename. draft
Tue, 10 Feb 2015 08:50:39 +0000 Roy Marples Spaces in filenames suck hard. draft
Mon, 09 Feb 2015 17:32:34 +0000 Roy Marples Disallow / in the SSID when using in a lease filename. draft
Mon, 09 Feb 2015 15:35:49 +0000 Roy Marples Store lease files per interface per ssid. draft
Sun, 08 Feb 2015 13:24:14 +0000 Roy Marples Adjust comment to remove +x bit. draft