log

age author description
Sat, 08 Apr 2017 11:05:54 +0100 Roy Marples Use more reallocarray(3). draft
Thu, 06 Apr 2017 15:50:02 +0100 Roy Marples The last stderr message felt lonely and committed suicide. draft
Thu, 06 Apr 2017 15:23:30 +0100 Roy Marples transposition police! draft
Thu, 06 Apr 2017 13:16:15 +0100 Roy Marples Move ROUTER_FILTER assignments to variable declaration. draft
Wed, 05 Apr 2017 16:31:16 +0100 Roy Marples if-bsd: support ROUTE_MSGFILTER socket option draft
Tue, 04 Apr 2017 11:49:24 +0100 Roy Marples bpf: rewind the buffer on close draft
Tue, 04 Apr 2017 09:55:33 +0100 Roy Marples bpf: trim ARP payload in the BPF filter. draft
Tue, 04 Apr 2017 09:45:27 +0100 Roy Marples bpf: don't check caplen == datalen draft
Mon, 03 Apr 2017 13:18:36 +0100 Roy Marples Revert prior and just use __func__. Do same for arp bpf. draft
Mon, 03 Apr 2017 12:44:54 +0100 Roy Marples Fix diagnostic to use correct function name. draft
Mon, 03 Apr 2017 11:37:22 +0100 Roy Marples Makefile should build and install the dev subdirectory if needed draft
Mon, 03 Apr 2017 00:10:51 +0100 Roy Marples Work around gcc's limitation of SSP. draft
Sun, 02 Apr 2017 21:03:53 +0100 Roy Marples Fix my silly mistake in a prior commit. draft
Sun, 02 Apr 2017 20:25:32 +0100 Roy Marples Recapitalise draft
Sun, 02 Apr 2017 19:42:07 +0100 Roy Marples Prepare dhcpcd-7.0.0-beta2 draft dhcpcd-7.0.0-beta2
Sun, 02 Apr 2017 12:40:27 +0100 Roy Marples Stop being fancy .... just import everything. draft
Sun, 02 Apr 2017 12:39:35 +0100 Roy Marples Correct prior to size from hwaddr. draft
Sun, 02 Apr 2017 11:09:16 +0100 Roy Marples Don't use a variable length buffer. draft
Sun, 02 Apr 2017 10:55:52 +0100 Roy Marples If auth is disabled, then disable FORCERENEW and RECONFIGURE_ACCEPT draft
Sun, 02 Apr 2017 10:53:24 +0100 Roy Marples Fix ipv4ll_*route prototypes for builds without IPv4LL support. draft
Sun, 02 Apr 2017 10:41:18 +0100 Roy Marples Fix duid location, thanks to Peter Colberg. draft
Sun, 02 Apr 2017 09:53:17 +0100 Roy Marples With the logger removed, we no longer need to test for printf %m support. draft
Fri, 31 Mar 2017 20:23:09 +0100 Roy Marples Prepare dhcpcd-7.0.0-beta1 draft dhcpcd-7.0.0-beta1
Fri, 31 Mar 2017 19:59:01 +0100 Roy Marples Guard this with #ifdef INET so we can compile INET6 only. draft
Fri, 31 Mar 2017 19:58:44 +0100 Roy Marples These functions are AF agnostic now. draft
Fri, 31 Mar 2017 19:58:10 +0100 Roy Marples Only disable kernel IPv6RA if we're sending IPv6RS. draft
Fri, 31 Mar 2017 12:04:09 +0100 Roy Marples Call posix_spawnattr_destroy after calling posix_spawn so that draft
Fri, 31 Mar 2017 11:45:36 +0100 Roy Marples Initialise the whole rt msg buffer to avoid valgrind errors. draft
Fri, 31 Mar 2017 10:48:42 +0100 Roy Marples Fix make proginstall target. draft
Thu, 30 Mar 2017 21:53:45 +0100 Roy Marples Update copyrights and headers to better credit the sources. draft
Thu, 30 Mar 2017 21:32:04 +0100 Roy Marples Remove this syslog entry .... it's just noise really as it's draft
Thu, 30 Mar 2017 11:57:49 +0100 Roy Marples dhcpcd: fix crash forcing lease renewals on inactive interfaces. draft
Wed, 29 Mar 2017 15:51:07 +0100 Roy Marples DHCPCD_DOMAIN isn't used anymore. draft
Tue, 28 Mar 2017 22:29:24 +0100 Roy Marples Define htonll a macro as it's only used once. draft
Tue, 28 Mar 2017 22:08:59 +0100 Roy Marples Remove the gateway and nogateway options. draft
Mon, 27 Mar 2017 16:45:49 +0100 Roy Marples Fix build. draft
Mon, 27 Mar 2017 16:01:52 +0100 Roy Marples Fix a potential crash where the DHCP state could be freed during processing. draft
Mon, 27 Mar 2017 16:01:52 +0100 Roy Marples Fix a potential crash where the DHCP state could be freed during processing. draft
Mon, 27 Mar 2017 15:56:34 +0100 Roy Marples Fix a potential crash where the ARP state could be freed during processing. draft
Mon, 27 Mar 2017 15:56:34 +0100 Roy Marples Fix a potential crash where the ARP state could be freed during processing. draft
Fri, 24 Mar 2017 21:57:25 +0000 Roy Marples Fix compile on OpenBSD. draft
Fri, 24 Mar 2017 21:36:56 +0000 Roy Marples Fix compile on NetBSD. draft
Fri, 24 Mar 2017 21:34:12 +0000 Roy Marples Remove ipv6ra_own and ipv6ra_own_default options. draft
Fri, 24 Mar 2017 16:23:42 +0000 Roy Marples Add LICENSE. draft
Fri, 24 Mar 2017 13:31:29 +0000 Roy Marples Remove documentation for --logfile. draft
Fri, 24 Mar 2017 13:29:50 +0000 Roy Marples Fix compile on Linux for dev support. draft
Fri, 24 Mar 2017 12:47:16 +0000 Roy Marples Add an .arcconfig file to hook arcanist with phabricator. draft
Fri, 24 Mar 2017 09:13:02 +0000 Roy Marples Remove custom logger and output all diagnostics via syslog(3). draft
Wed, 22 Mar 2017 15:34:06 +0000 Roy Marples Fix warnings by including the strtoi header. draft
Wed, 22 Mar 2017 15:27:45 +0000 Roy Marples Use new strtoi changes. draft
Wed, 22 Mar 2017 15:24:22 +0000 Roy Marples Update strtoi from latest NetBSD. draft
Wed, 22 Mar 2017 12:25:25 +0000 Roy Marples Fix compile with bpf on OpenBSD. draft
Wed, 22 Mar 2017 12:24:51 +0000 Roy Marples Fix compile with posix_spawn now being required. draft
Wed, 22 Mar 2017 11:27:59 +0000 Roy Marples Report correct config test for arc4random_uniform draft
Tue, 21 Mar 2017 20:58:35 +0000 Roy Marples Remove configure opts for prior. draft
Tue, 21 Mar 2017 20:56:59 +0000 Roy Marples Remove posix_spawn(3) compat code. draft
Tue, 21 Mar 2017 20:30:49 +0000 Roy Marples Remove getline(3) compat code. draft
Tue, 21 Mar 2017 20:16:47 +0000 Roy Marples Remove the strlcpy compat code and just #define it to snprintf(3). draft
Tue, 21 Mar 2017 17:04:52 +0000 Roy Marples Place correct license in compat headers. draft
Tue, 21 Mar 2017 16:18:40 +0000 Roy Marples Remove the cov-int dir when cleaning. draft