log

age author description
Tue, 22 Oct 2019 22:50:17 +0100 Roy Marples INET: If we fail to add an address that already exists, don't free it draft
Tue, 22 Oct 2019 12:39:56 +0100 Roy Marples Linux: Validate RTM_DELADDR/RTM_NEWADDR messages for IPv6 draft
Sun, 20 Oct 2019 17:15:08 -0400 Peter Bui Fix building on systems with musl (#10) draft
Sun, 20 Oct 2019 11:14:11 +0100 Roy Marples dhcpcd: Run the STOPPED hook reason for the interface on timeout draft
Sat, 19 Oct 2019 21:45:26 +0100 Roy Marples Merge pull request #9 from vegerot/patch-1 draft
Wed, 16 Oct 2019 22:52:26 +0100 Sergei Trofimovich DHCP: Fix prior to not waste space draft
Wed, 16 Oct 2019 17:31:20 -0400 Max Coplan Added documentation for undocumented option draft
Wed, 16 Oct 2019 19:41:43 +0100 Roy Marples Typo, thanks to Arfrever. draft
Wed, 16 Oct 2019 15:21:58 +0100 Roy Marples Relese dhcpcd-8.1.1 draft dhcpcd-8.1.1
Wed, 16 Oct 2019 15:19:58 +0100 Roy Marples FreeBSD: Fix test for setproctitle draft
Wed, 16 Oct 2019 14:56:21 +0100 Roy Marples DHCP: Fix strict aliasing of checksumming the pseudo header draft
Wed, 16 Oct 2019 14:48:01 +0100 Roy Marples compat: Fix UB in arc4random. draft
Tue, 15 Oct 2019 14:06:51 +0100 Roy Marples DHCP: Fix aliasing issues accessing the UDP header draft
Tue, 15 Oct 2019 14:03:27 +0100 Roy Marples compat: Go back to linux specific setproctitle draft
Tue, 15 Oct 2019 13:40:32 +0100 Roy Marples Revert "compat: Use more portable setproctitle from nginx" draft
Tue, 15 Oct 2019 13:40:13 +0100 Roy Marples Revert "compat: Fix setproctitle on Solaris" draft
Tue, 15 Oct 2019 14:39:44 +0300 Roy Marples compat: Fix setproctitle on Solaris draft
Tue, 15 Oct 2019 11:59:58 +0100 Roy Marples compat: Use more portable setproctitle from nginx draft
Tue, 15 Oct 2019 11:57:17 +0100 Roy Marples dhcp: Allow for trailing FCS in the packet. draft
Tue, 15 Oct 2019 09:57:26 +0100 Maxime Villard dhcp: Fix incoming verification and checksum routines draft
Mon, 14 Oct 2019 21:49:31 +0100 Roy Marples compat: Add setproctitle from LXC draft
Mon, 14 Oct 2019 16:01:00 +0100 Roy Marples inet6: Fix a potential crash learning addresses draft
Fri, 11 Oct 2019 11:37:10 +0100 Roy Marples Release dhcpcd-8.1.0 draft dhcpcd-8.1.0
Fri, 11 Oct 2019 11:24:38 +0100 Roy Marples BPF: Move validation logic from BPF to consumers draft
Thu, 10 Oct 2019 12:00:46 +0100 Roy Marples Minor optimisation and fix to prior. draft
Thu, 10 Oct 2019 10:54:47 +0000 Roy Marples BSD: Add IFT_TUNNEL draft
Thu, 10 Oct 2019 11:20:09 +0100 Roy Marples DHCP6: Remove 0 sla and 0 prefix means whole prefix. draft
Wed, 09 Oct 2019 17:39:48 +0100 Roy Marples man: some virtual interfaces .... draft
Wed, 09 Oct 2019 14:58:09 +0100 Roy Marples man: Note the default ignoring of virtual interfaces. draft
Wed, 09 Oct 2019 14:20:23 +0100 Roy Marples BSD: Ignore bridge interfaces draft
Wed, 09 Oct 2019 14:09:20 +0100 Roy Marples Linux: Ignore TAP and Bridge interfaces by default draft
Wed, 09 Oct 2019 13:37:12 +0100 Roy Marples BSD: Ignore the firewire interface as well. draft
Wed, 09 Oct 2019 13:34:34 +0100 Roy Marples BSD: Ignore interface groups as we would the interface name draft
Wed, 09 Oct 2019 12:47:06 +0100 Roy Marples if: Ignore TAP interfaces by default draft
Wed, 09 Oct 2019 11:28:03 +0100 Roy Marples DHCP6: Work better with infinite addresses draft
Tue, 08 Oct 2019 21:05:56 +0100 Roy Marples ARP: remove surperfluous diagnostic. draft
Tue, 08 Oct 2019 13:58:30 +0100 Roy Marples ARP: Linux doesn't send a Gratuitous ARP for new addresses draft
Tue, 08 Oct 2019 13:35:50 +0100 Roy Marples ARP: Don't send an initial ARP announcement for newly added addresses draft
Tue, 08 Oct 2019 12:42:52 +0100 Roy Marples arp: Fix an obvious typo and remove pragma draft
Tue, 08 Oct 2019 12:17:22 +0100 Roy Marples route: Don't log error when adding a route which already exists draft
Tue, 08 Oct 2019 11:56:11 +0100 Roy Marples gcc: Only disable pragma for gcc>5 to avoid can't disable warnings draft
Tue, 08 Oct 2019 11:29:15 +0100 Roy Marples IPv4LL: Pick a different address at conflict draft
Wed, 02 Oct 2019 17:06:18 +0100 Roy Marples DHCP: Don't exit on static DaD failure if master or using IPv6. draft
Wed, 02 Oct 2019 17:01:02 +0100 Roy Marples inet: Rework prior incase DHCP uses an IPv4LL address draft
Tue, 01 Oct 2019 19:33:22 +0100 Roy Marples DHCP: Don't log diagnostics when state is not running draft
Tue, 01 Oct 2019 19:09:34 +0100 Roy Marples IPv4LL: Fix DAD failure on NetBSD draft
Tue, 01 Oct 2019 19:08:36 +0100 Roy Marples inet: use ntohl with IN_LINKLOCAL draft
Tue, 01 Oct 2019 18:41:15 +0100 Roy Marples IPv4LL: Ensure we pick another address on DAD conflict via ARP draft
Tue, 01 Oct 2019 17:21:00 +0100 Roy Marples gcc: Compile with older GCC again. draft
Tue, 01 Oct 2019 17:09:10 +0100 Roy Marples DHCP: Don't start DHCP if we fail DAD for static or informed addrs draft
Tue, 01 Oct 2019 17:06:43 +0100 Roy Marples inet: clarify prior with comment draft
Tue, 01 Oct 2019 17:01:49 +0100 Roy Marples inet: Either call the IPv4LL handler or the DHCP handler - not both draft
Tue, 01 Oct 2019 16:01:37 +0100 Roy Marples control.h needs stdbool.h to compile draft
Tue, 01 Oct 2019 16:00:30 +0100 Roy Marples BPF: Ensure packet is big enough for a UDP structure and payload draft
Thu, 19 Sep 2019 20:48:12 +0100 Roy Marples DHCP: Don't send force renew none or reconf accept if not asked for draft
Thu, 19 Sep 2019 20:44:44 +0100 Roy Marples options: Allow domain spaced options draft
Thu, 19 Sep 2019 19:20:16 +0100 Roy Marples DHCP: Don't request an automatically requested option if not wanted draft
Thu, 19 Sep 2019 08:54:08 +0100 Roy Marples DragonFlyBSD: rc.d scripts need onestatus also .... draft
Wed, 18 Sep 2019 13:59:03 +0100 Roy Marples dhcpcd: Check carrier directly after a route socket overflow draft
Tue, 17 Sep 2019 12:24:22 +0100 Roy Marples Linux: Remove unused BPF defines draft