log

age author description
Fri, 07 Mar 2014 14:29:52 +0000 Roy Marples Detect OpenBSD rc system (check instead of status). draft
Fri, 07 Mar 2014 13:35:10 +0000 Roy Marples Log args and ignore --disable-silent-rules draft
Fri, 07 Mar 2014 13:01:20 +0000 Roy Marples A router with a lifetime of zero is no longer a default router. draft
Fri, 07 Mar 2014 10:22:37 +0000 Roy Marples Add -M, --master to force dhcpcd into master mode. draft
Fri, 07 Mar 2014 10:08:58 +0000 Roy Marples Rationalise signal handling - HUP now rebinds, ALRM now releases, USR1 reapplies config. draft
Fri, 07 Mar 2014 07:17:44 +0000 Roy Marples rtm_hdrlen is OpenBSD only and doesn't appear to be needed. draft
Thu, 06 Mar 2014 22:29:26 +0000 Roy Marples Deleting IPv4 subnet routes and IPv6 prefixes now works on OpenBSD. draft
Thu, 06 Mar 2014 19:30:30 +0000 Roy Marples Fix assignment error from strcpy removal. draft
Thu, 06 Mar 2014 19:11:55 +0000 Roy Marples Tentative does not mean RTM_DELADDR. draft
Thu, 06 Mar 2014 14:54:53 +0000 Roy Marples We need AF_LINK and AF_INET sockets. Sigh. draft
Thu, 06 Mar 2014 14:41:58 +0000 Roy Marples Initial support for OpenBSD interface and routing priority. draft
Thu, 06 Mar 2014 09:44:00 +0000 Roy Marples We changed this file in 2014 draft
Thu, 06 Mar 2014 09:28:02 +0000 Roy Marples dhcpcd device context is from temporary storage, so copy the struct. draft
Thu, 06 Mar 2014 09:12:06 +0000 Roy Marples Change the last strcpy calls to strlcpy. draft
Wed, 05 Mar 2014 18:11:22 +0000 Roy Marples Compile and work on OpenBSD. draft
Wed, 05 Mar 2014 11:21:51 +0000 Roy Marples Adjust comment to match expected behaviour draft
Tue, 04 Mar 2014 23:17:40 +0000 Roy Marples NetBSD sh seems to break with *[![:alnum:]-_]* but works with *[![:alnum:]_-]* draft
Tue, 04 Mar 2014 17:13:40 +0000 Roy Marples No need for this code when we can reliably work with IPv6 RTM_DELADDR messages draft
Tue, 04 Mar 2014 13:31:42 +0000 Roy Marples Whitespace draft
Tue, 04 Mar 2014 13:12:07 +0000 Roy Marples Sanitize some gcc options in -Wall. draft
Tue, 04 Mar 2014 10:07:15 +0000 Roy Marples We should really check fscanf value here. draft
Tue, 04 Mar 2014 10:02:58 +0000 Roy Marples To avoid any future problems, log the TARGET we dervive the OS from. draft
Mon, 03 Mar 2014 19:57:24 +0000 Roy Marples options is long long..... draft
Mon, 03 Mar 2014 17:25:28 +0000 Roy Marples Just make the configure a bit easier. draft
Mon, 03 Mar 2014 15:52:02 +0000 Roy Marples We don't care about the result of these functions. draft
Mon, 03 Mar 2014 15:48:07 +0000 Roy Marples Fudge deriving os from Debian style draft
Mon, 03 Mar 2014 14:06:27 +0000 Roy Marples We shouldn't need this anymore draft
Mon, 03 Mar 2014 13:58:51 +0000 Roy Marples Correct man page RUNDIR draft
Mon, 03 Mar 2014 13:56:49 +0000 Roy Marples When deleting IPv6 addresses, remove them from our internal address state draft
Mon, 03 Mar 2014 12:10:58 +0000 Roy Marples Expire DHCP lease and then run no carrier as a seperate operation. draft
Sun, 02 Mar 2014 13:01:34 +0000 Roy Marples As we do now listen to the udp socket directly, delete the fd from eloop when done. draft
Sun, 02 Mar 2014 08:36:19 +0000 Roy Marples Work better with autoconf build host draft
Sat, 01 Mar 2014 17:59:33 +0000 Roy Marples Correctly delete IPv6 addresses from eloop timeouts draft
Sat, 01 Mar 2014 10:57:45 +0000 Roy Marples Release dhcpcd-6.3.1 draft dhcpcd-6.3.1
Fri, 28 Feb 2014 20:37:06 +0000 Roy Marples Fix potential memory loss. draft
Fri, 28 Feb 2014 20:32:34 +0000 Roy Marples If CC is not defined, default it to cc draft
Fri, 28 Feb 2014 14:53:26 +0000 Roy Marples Don't set CC, always let the environment choose draft
Fri, 28 Feb 2014 11:02:32 +0000 Roy Marples Tidy some INET only and INET6 only warnings. draft
Fri, 28 Feb 2014 10:38:29 +0000 Roy Marples Fix some silly warnings. draft
Fri, 28 Feb 2014 10:34:05 +0000 Roy Marples Fix more clang analyzer warnings. i386/NetBSD and amd64/Linux are now clear. draft
Thu, 27 Feb 2014 21:11:43 +0000 Roy Marples Fix more clang analyzer errors draft
Thu, 27 Feb 2014 20:04:33 +0000 Roy Marples Remove dead line draft
Thu, 27 Feb 2014 20:00:39 +0000 Roy Marples Fix all errors reported by clang static analyser. draft
Thu, 27 Feb 2014 11:57:45 +0000 Roy Marples Fix some possible pointer checks. draft
Thu, 27 Feb 2014 10:59:04 +0000 Roy Marples Typo draft
Thu, 27 Feb 2014 10:52:11 +0000 Roy Marples Report interface carrier state to the dhcpcd-run-hooks as ifcarrier. draft
Tue, 25 Feb 2014 14:11:35 +0000 Roy Marples Don't use a variable length buffer draft
Tue, 25 Feb 2014 11:12:35 +0000 Roy Marples Release dhcpcd-6.3.0 draft dhcpcd-6.3.0
Tue, 25 Feb 2014 11:10:19 +0000 Roy Marples Document control sockets and DHCPv6 lease file. draft
Tue, 25 Feb 2014 10:24:01 +0000 Roy Marples Respect initial commandline arguments when rebooting via a signal. draft
Mon, 24 Feb 2014 14:40:29 +0000 Roy Marples Fix arping moving to the next test if we find the IP address draft
Fri, 21 Feb 2014 16:10:55 +0000 Roy Marples Add a USE_SIGNALS define. draft
Fri, 21 Feb 2014 15:51:42 +0000 Roy Marples If there are no file actions or dangerous attributes then use draft
Fri, 21 Feb 2014 14:48:58 +0000 Roy Marples When removing an interface we need to remove it's routes even if draft
Fri, 14 Feb 2014 09:13:19 +0000 Roy Marples If the prefix is not on link, nor autoconf and we don't know about it draft
Thu, 13 Feb 2014 13:23:43 +0000 Roy Marples Fix FreeBSD compile warnings. draft
Thu, 13 Feb 2014 13:14:58 +0000 Roy Marples Open right socket. draft
Thu, 13 Feb 2014 13:07:44 +0000 Roy Marples Log why we cannot delete a route draft
Thu, 13 Feb 2014 12:58:58 +0000 Roy Marples Work without SOCK_CLOEXEC again. draft
Thu, 13 Feb 2014 08:15:05 +0000 Roy Marples Fix compile without INET or INET6. draft