log

age author description
Sat, 12 Mar 2016 10:52:41 +0000 Roy Marples Support buggy FreeBSD rc system out of the box. draft
Fri, 11 Mar 2016 20:46:54 +0000 Roy Marples Fix configure when >1 ld-elf.so.N draft
Fri, 11 Mar 2016 20:37:17 +0000 Roy Marples Fix configure again draft
Fri, 11 Mar 2016 20:29:20 +0000 Roy Marples Initialise struct to pass configure on FreeBSD. draft
Fri, 11 Mar 2016 16:44:59 +0000 Roy Marples Fix configure tests draft
Fri, 11 Mar 2016 16:35:29 +0000 Roy Marples Use -Wall -Werror when running configure tests. draft
Fri, 11 Mar 2016 13:44:42 +0000 Roy Marples Fix compile on older platforms which lack O_CLOEXEC. draft
Fri, 11 Mar 2016 12:11:47 +0000 Roy Marples Support RTF_CONNECTED, soon to be committed to NetBSD. draft
Thu, 03 Mar 2016 19:59:45 +0000 Roy Marples Correct help about for localstatedir and PREFIX. draft
Sat, 27 Feb 2016 17:19:15 +0000 Roy Marples If we fail to open kqueue/epoll, abort the loop. draft
Fri, 26 Feb 2016 21:22:30 +0000 Roy Marples Now we have a fd lookup table, we can elimiate the need to store draft
Fri, 26 Feb 2016 21:16:43 +0000 Roy Marples Use a fd lookup table rather than checking each event in turn until we find draft
Fri, 26 Feb 2016 19:45:29 +0000 Roy Marples Roll our own reallocarray(3) function because that and the reallocarr(3) functions aren't portable in eloop. draft
Fri, 26 Feb 2016 16:10:36 +0000 Roy Marples This comment no longer applies with kqueue(2) and epoll(7). draft
Fri, 26 Feb 2016 16:08:19 +0000 Roy Marples Describe eloop better. draft
Fri, 26 Feb 2016 16:04:12 +0000 Roy Marples Add POLLOUT to the pselect wrapper. draft
Sat, 20 Feb 2016 02:35:10 +0000 Roy Marples Enforce pltime < vltime for prefixes as well. draft
Sat, 20 Feb 2016 02:16:20 +0000 Roy Marples Exlcude stale or delegated prefixes from timers. draft
Fri, 19 Feb 2016 22:20:51 +0000 Roy Marples Enforce correctness of vltime, pltime, T1 and T2. draft
Tue, 16 Feb 2016 09:54:29 +0000 Roy Marples Set fp to NULL after fclose() to avoid a potential secondary fclose() if the draft
Tue, 16 Feb 2016 09:53:12 +0000 Roy Marples We need to log expiry time for the lease as each address has it's own notion. draft
Mon, 15 Feb 2016 21:27:59 +0000 Roy Marples Remove ipv6ra_accept_nopublic and just accept it. draft
Mon, 15 Feb 2016 21:19:56 +0000 Roy Marples Export STATIC6 to libdhcpcd. draft
Mon, 15 Feb 2016 17:43:59 +0000 Roy Marples Check we have arg before accessing it's parsed iaid. Fixes [005c389f71]. draft
Mon, 15 Feb 2016 16:37:13 +0000 Roy Marples Ensure that env is freed in arraytostr() fails. Fixes [8d24cd2f25]. draft
Mon, 15 Feb 2016 14:23:51 +0000 Roy Marples Fix snapshot building draft
Mon, 15 Feb 2016 09:59:38 +0000 Roy Marples This can be const at least. draft
Mon, 15 Feb 2016 09:46:43 +0000 Roy Marples Fix compile warning. draft
Mon, 15 Feb 2016 09:44:58 +0000 Roy Marples Fix compile on BSD, [7e6b5d07d5] draft
Sun, 14 Feb 2016 09:53:06 +0000 Roy Marples For the time being, consider STATIC6 as not up draft
Sun, 14 Feb 2016 09:52:48 +0000 Roy Marples Fix non IPv6 build. draft
Sun, 14 Feb 2016 09:05:46 +0000 Roy Marples Make ipv6_newaddr static draft
Sun, 14 Feb 2016 08:53:34 +0000 Roy Marples Add request, inform and inform6 to dhcpcd.conf draft
Sun, 14 Feb 2016 08:17:35 +0000 Roy Marples If we handle >1 static IPv6 address, test them all before running the script. draft
Sun, 14 Feb 2016 08:04:55 +0000 Roy Marples Implement IPv6 static address, fixes [29417b793e]. draft
Fri, 12 Feb 2016 19:45:35 +0000 Roy Marples fclose the pointer if chmod fails, fixes [b434b7f79e] draft
Fri, 12 Feb 2016 19:37:02 +0000 Roy Marples Fix a potential memory leak if strdup fails, [6d370974e2] draft
Thu, 11 Feb 2016 16:06:26 +0000 Roy Marples Change IF_SSIDSIZE to IF_SSIDLEN to be more clear about it. draft
Thu, 11 Feb 2016 15:32:19 +0000 Roy Marples Fix a potential SSID overflow if the SSID maximum length is extended beyond draft
Thu, 11 Feb 2016 15:20:22 +0000 Roy Marples Clarify fallingthrough a switch. draft
Thu, 11 Feb 2016 15:17:28 +0000 Roy Marples Fix compat/arc4random() to not stir on every evocation. draft
Fri, 05 Feb 2016 21:29:47 +0000 Roy Marples Comment out dead assignment. draft
Fri, 05 Feb 2016 14:30:08 +0000 Roy Marples Remove debug draft
Fri, 05 Feb 2016 14:28:08 +0000 Roy Marples Allow embedded comments. draft
Thu, 04 Feb 2016 21:51:10 +0000 Roy Marples Fix activating a stopped interface. draft
Thu, 04 Feb 2016 21:42:14 +0000 Roy Marples When activating an interface, bring up a basic config that does nothing. draft
Thu, 04 Feb 2016 10:43:16 +0000 Roy Marples Introduce IF_INACTIVE, IF_ACTIVE and IF_ACTIVE_USER flags. The intent is that IF_ACTIVE is an interface is active with a system config and IF_ACTIVE_USER with a user config. draft
Thu, 04 Feb 2016 10:03:03 +0000 Roy Marples Activate interfaces to delegate to when we start DHCPv6, draft
Thu, 04 Feb 2016 10:00:00 +0000 Roy Marples Return a better error if we don't find our interface. draft
Wed, 03 Feb 2016 11:07:33 +0000 Roy Marples Touched these in 2016. draft
Wed, 03 Feb 2016 10:15:34 +0000 Roy Marples Fix parsing prefix_len draft
Wed, 03 Feb 2016 01:17:28 +0000 Roy Marples Don't be gready in allocating space for extra SLA's if we overflow 64 bit prefix. draft
Wed, 03 Feb 2016 01:15:41 +0000 Roy Marples Fix copying some IPv6 route masks on BSD. draft
Tue, 02 Feb 2016 23:59:10 +0000 Roy Marples Move ROUNDUP8 to common.h as it's not IPv6 specific. draft
Tue, 02 Feb 2016 23:55:52 +0000 Roy Marples Fix Prefix Delegation assigning the SLA in the correct place. draft
Tue, 02 Feb 2016 22:52:40 +0000 Roy Marples Use fls64 instead of ffs64 because we're interested in how many bits draft
Tue, 02 Feb 2016 22:45:15 +0000 Roy Marples Allow multiple automatic SLA if no SLA is set to 0. draft
Mon, 01 Feb 2016 23:32:24 +0000 Roy Marples Reduce some more casts. draft
Mon, 01 Feb 2016 22:58:30 +0000 Roy Marples Reduce needless casts on void * draft
Mon, 01 Feb 2016 22:47:46 +0000 Roy Marples Do the same for IPv6 as the prior patch. draft