log

age author description
Thu, 25 Apr 2019 12:02:50 +0000 Roy Marples sun: Detect correct broadcast address as RTM_NEWADDR lies draft
Wed, 24 Apr 2019 15:21:41 +0100 Roy Marples dhcpcd.conf: Fix wording about ipv6rs draft
Wed, 24 Apr 2019 12:35:34 +0100 Roy Marples DHCP: Fix a potential 1 byte read overflow with DHO_OPTSOVERLOADED draft
Wed, 24 Apr 2019 11:25:15 +0000 Roy Marples sun: Fix compile as IN6ADDR_LINKLOCAL_ALLNODES_INIT isn't defined. draft
Wed, 24 Apr 2019 12:18:25 +0100 Roy Marples IPv6ND: Use generic initialisers rather than inet_pton draft
Wed, 24 Apr 2019 11:00:57 +0000 Roy Marples sun: Fix adding IPv4LL default route draft
Tue, 23 Apr 2019 18:54:39 +0000 Roy Marples sun: Bind IPv6ND socket to interface. draft
Tue, 23 Apr 2019 19:53:59 +0100 Roy Marples Fix compile draft
Tue, 23 Apr 2019 18:34:27 +0100 Roy Marples Fix compile for non-sun draft
Tue, 23 Apr 2019 17:27:52 +0000 Roy Marples sun: Open an IPv6ND socket per interface draft
Mon, 22 Apr 2019 12:37:15 +0000 Roy Marples sun: Making routing work with both 64-bit and 32-bit userlands draft
Sun, 21 Apr 2019 23:56:48 +0000 Roy Marples sun: Fix numerous issues handling route messages draft
Sun, 21 Apr 2019 20:17:49 +0000 Roy Marples sun: Read RTA_IFA for IPv6 routes. draft
Sun, 21 Apr 2019 20:14:42 +0000 Roy Marples sun: Set RTA_IFP and RTA_IFA again for default routes draft
Sun, 21 Apr 2019 00:11:05 +0300 Roy Marples sun: Continue walking dlpi links when dlpi_open returns no link draft
Sat, 20 Apr 2019 21:07:16 +0100 Roy Marples auth: Improve comment about DHCPv4 option splitting not working draft
Sat, 20 Apr 2019 21:03:21 +0100 Roy Marples DHCPv6: fix warning message wording draft
Fri, 19 Apr 2019 21:54:19 +0100 Roy Marples Merge branch 'dhcpcd-7' draft
Fri, 19 Apr 2019 21:47:37 +0100 Roy Marples Really add consttime_memequal draft
Fri, 19 Apr 2019 21:42:07 +0100 Roy Marples compat: Provide consttime_memequal if not in libc draft
Fri, 19 Apr 2019 21:40:14 +0100 Roy Marples auth: Use consttime_memequal(3) to compare hashes draft
Fri, 19 Apr 2019 21:00:19 +0100 Roy Marples DHCP: Fix a potential 1 byte read overflow with DHO_OPTSOVERLOADED draft
Fri, 19 Apr 2019 09:45:02 +0100 Roy Marples DHCPv6: Fix a potential buffer overflow reading NA/TA addresses draft
Fri, 19 Apr 2019 09:07:13 +0100 Roy Marples Linux: Fix compile draft
Thu, 18 Apr 2019 18:05:56 +0100 Roy Marples BPF: Set BPF_MCAST flag as on BSD draft
Thu, 18 Apr 2019 17:01:10 +0100 Roy Marples ARP: Ignore Unicast Poll messages, RFC1122. draft
Thu, 18 Apr 2019 16:56:34 +0100 Roy Marples BPF: Set flag indicate whether the packet was broadcast or not draft
Thu, 18 Apr 2019 14:54:47 +0100 Roy Marples ARP: Refactor so that ACD is available for all inet addresses draft
Thu, 18 Apr 2019 14:54:29 +0100 Roy Marples Changed mind, use .0 draft
Thu, 18 Apr 2019 13:01:06 +0100 Roy Marples dhcpcd is now 7.99.1 draft
Wed, 17 Apr 2019 23:42:45 +0100 Roy Marples Release dhcpcd-7.2.0 draft dhcpcd-7.2.0
Wed, 17 Apr 2019 22:18:39 +0000 Roy Marples Linux: Fix compile draft
Wed, 17 Apr 2019 22:59:47 +0100 Roy Marples FreeBSD: fix compile draft
Wed, 17 Apr 2019 08:17:07 +0000 Roy Marples Forgot these from merge draft
Wed, 17 Apr 2019 08:15:30 +0000 Roy Marples Merge branch 'master' into rbtree draft
Wed, 17 Apr 2019 01:14:00 +0000 Roy Marples route: Don't install an IPv4LL default route if static one exists draft
Tue, 16 Apr 2019 22:45:13 +0100 Roy Marples Fix compile draft
Tue, 16 Apr 2019 21:41:47 +0000 Roy Marples sun: Add rbtree support draft
Tue, 16 Apr 2019 20:02:36 +0100 Roy Marples Merge branch 'master' into rbtree draft
Tue, 16 Apr 2019 19:48:46 +0100 Roy Marples Revert "route: Disable RT_FREE_ROUTE_TABLE by default." draft
Tue, 16 Apr 2019 18:13:25 +0000 Roy Marples sun: Don't read beyond the sockaddr length when making RTM draft
Tue, 16 Apr 2019 18:12:16 +0000 Roy Marples if: Add a generic function to create an aliased address name draft
Tue, 16 Apr 2019 18:09:50 +0000 Roy Marples duid: If no UUID support, don't warn about unused variable. draft
Mon, 15 Apr 2019 12:39:07 +0100 Roy Marples BSD: Simplify rtm usage draft
Mon, 15 Apr 2019 14:30:14 +0300 Roy Marples sun: Find the interface in if_finishrt draft
Sun, 14 Apr 2019 14:01:21 +0300 Roy Marples sun: Update the interface index after plumbing draft
Sun, 14 Apr 2019 13:48:29 +0300 Roy Marples sun: Use lo0 if we can't find an interface for our route draft
Sun, 14 Apr 2019 12:54:16 +0300 Roy Marples sun: Fix carrier detection, MTU detection and plumbing draft
Sun, 14 Apr 2019 12:53:25 +0300 Roy Marples sun: Don't report error if interface does not exist during preinit draft
Sat, 13 Apr 2019 18:40:39 +0300 Roy Marples sun: Fix routing issues draft
Fri, 12 Apr 2019 15:25:06 +0100 Joerg Sonnenberger sun: Compile once more draft
Thu, 11 Apr 2019 17:18:29 +0100 Roy Marples options: improve string parsing some more draft
Wed, 10 Apr 2019 22:58:36 +0100 Roy Marples options: terminate strings that are not quoted draft
Wed, 10 Apr 2019 22:33:01 +0100 Roy Marples DHCP: abort BPF in test mode on receipt of message. draft
Wed, 10 Apr 2019 22:19:05 +0100 Roy Marples options: add static routers and routes to environment draft
Wed, 10 Apr 2019 21:46:07 +0100 Roy Marples DHCP: Dont really add static address in test mode draft
Wed, 10 Apr 2019 21:36:51 +0100 Roy Marples script: Assign a default script draft
Wed, 10 Apr 2019 14:10:42 +0100 Roy Marples DHCP6: Don't spam syslog if we get the same error over and over draft
Tue, 02 Apr 2019 13:35:51 +0100 Roy Marples BSD: Fix detecting the interface for scoped routes draft
Tue, 02 Apr 2019 12:52:31 +0100 Roy Marples route: log which pid deletes routes draft
Thu, 28 Mar 2019 13:05:50 +0000 Roy Marples route: Disable RT_FREE_ROUTE_TABLE by default. draft
Wed, 27 Mar 2019 17:33:03 +0000 Roy Marples script: Parse argument as a string draft
Tue, 26 Mar 2019 00:40:57 +0000 Roy Marples DHCPv6: Allow nooptions dhcp6_unicast to work. draft
Mon, 25 Mar 2019 12:20:45 +0000 Roy Marples script: Fix prior when we have listeners but no script draft
Mon, 25 Mar 2019 12:17:07 +0000 Roy Marples script: Fix not running when empty string or /dev/null draft
Thu, 14 Mar 2019 00:17:26 +0000 Roy Marples options: add link_rcvbuf variable draft
Fri, 08 Mar 2019 13:08:16 +0000 Roy Marples route: prefer interfaces with a carrier draft
Fri, 08 Mar 2019 12:04:48 +0000 Masanobu SAITOH dhcpcd(8): Remove duplicate the draft
Fri, 08 Mar 2019 12:04:48 +0000 Masanobu SAITOH dhcpcd(8): Remove duplicate the draft
Fri, 08 Mar 2019 09:13:57 +0000 Roy Marples rbtree: sync with upstream to remove diffs draft
Thu, 07 Mar 2019 17:05:53 +0000 Roy Marples Guard __RCSID draft
Thu, 07 Mar 2019 15:12:27 +0000 Roy Marples Resync with upstream draft
Thu, 07 Mar 2019 12:21:20 +0000 Roy Marples rbtree: reduce more with upstream draft
Thu, 07 Mar 2019 12:10:05 +0000 Roy Marples rbtree reference fixed header draft
Thu, 07 Mar 2019 12:00:37 +0000 Roy Marples Use __BIT draft
Wed, 06 Mar 2019 01:35:43 +0000 Roy Marples route: Enable the free route table again by default draft
Tue, 05 Mar 2019 20:59:42 +0000 Roy Marples route: Guard free route list stats draft
Tue, 05 Mar 2019 20:04:25 +0000 Roy Marples IPv4LL: Fix routing on failure draft
Tue, 05 Mar 2019 09:17:33 +0000 Roy Marples route: report usage data when using a free list draft
Tue, 05 Mar 2019 00:36:48 +0000 Roy Marples Linux: Fix compile draft
Tue, 05 Mar 2019 00:28:36 +0000 Roy Marples route: Remove kroutes and make froutes optional draft
Mon, 04 Mar 2019 16:31:08 +0000 Roy Marples rbtree: Fix crash with prior draft
Mon, 04 Mar 2019 16:09:33 +0000 Roy Marples rbtree: silence more compile warnings. draft
Mon, 04 Mar 2019 16:07:05 +0000 Roy Marples Re-arrange so to reduce diff to upsteam. draft
Mon, 04 Mar 2019 14:34:59 +0000 Roy Marples route: Free route when failing to insert. draft
Mon, 04 Mar 2019 12:37:54 +0000 Roy Marples OpenBSD: Fix segfaults when deleting MPATH routes draft
Mon, 04 Mar 2019 11:48:04 +0000 Roy Marples if: No more need for interface sorting draft
Mon, 04 Mar 2019 11:42:06 +0000 Roy Marples ipv6nd: Don't sort interfaces when picking best address draft
Mon, 04 Mar 2019 10:29:56 +0000 Roy Marples route: replace rt_find with rb_tree_find_node draft
Mon, 04 Mar 2019 01:17:51 +0000 Roy Marples route: sprinkle more assert draft
Mon, 04 Mar 2019 01:11:58 +0000 Roy Marples OpenBSD: add some asserts draft
Mon, 04 Mar 2019 00:22:23 +0000 Roy Marples Support NetBSD-6, 7 and 8. draft
Mon, 04 Mar 2019 00:17:08 +0000 Roy Marples Linux: now fix compile again .... draft
Mon, 04 Mar 2019 00:09:27 +0000 Roy Marples Fix compile.... doh draft
Mon, 04 Mar 2019 00:04:21 +0000 Roy Marples OpenBSD: Fix crash with rbtree draft
Sun, 03 Mar 2019 23:45:16 +0000 Roy Marples FreeBSD: Fix compile of rbtree.h draft
Sun, 03 Mar 2019 23:44:51 +0000 Roy Marples Fix whitespace draft
Sun, 03 Mar 2019 23:39:20 +0000 Roy Marples Fix configure reporting of rb_tree_init draft
Sun, 03 Mar 2019 23:21:33 +0000 Roy Marples route: Fix memory leak on option or freed route draft
Sun, 03 Mar 2019 22:59:13 +0000 Roy Marples Add rbtree(3) from NetBSD if not present in libc. draft
Sun, 03 Mar 2019 22:43:00 +0000 Roy Marples IPv4LL: Fix compile with rbtree draft
Sun, 03 Mar 2019 19:52:57 +0000 Roy Marples Replace route TAILQ macros with rbtree(3) from NetBSD. draft
Thu, 21 Feb 2019 21:21:06 +0000 Roy Marples Linux: Fix compile without IPv4LL draft
Tue, 19 Feb 2019 23:15:43 +0000 Roy Marples DHCP: Dont close ARP gratuitously draft
Tue, 19 Feb 2019 23:02:17 +0000 Roy Marples DHCP: free the ARP state of the address once announced draft
Tue, 19 Feb 2019 22:07:08 +0000 Roy Marples Guard with IP_PKTINFO as well. draft
Tue, 19 Feb 2019 21:46:06 +0000 Roy Marples Fold all CMSG parsing into a common function. draft
Tue, 19 Feb 2019 21:15:14 +0000 Roy Marples DHCP: Close the BPF socket once BOUND draft
Tue, 19 Feb 2019 08:07:37 +0000 Roy Marples BSD: Don't keep PF LINK socket open needlessly draft
Sun, 17 Feb 2019 09:36:11 +0000 Roy Marples Remove the send/recv structures from dhcpcd context and allocate draft
Thu, 14 Feb 2019 21:26:47 +0000 Roy Marples Fix whitespace introduced by my last patch draft
Thu, 14 Feb 2019 21:23:16 +0000 Kenny Napier build: exit the SUBDIR build loop if an error is detected draft
Mon, 11 Feb 2019 18:07:25 +0000 Roy Marples Remove gmake-4 note, gmake-3 works again. draft
Mon, 11 Feb 2019 18:02:15 +0000 Roy Marples make: support gmake-3 again. draft
Mon, 11 Feb 2019 17:45:04 +0000 Roy Marples linux: Fix compile on old RedHat/CentOS systems draft
Sat, 09 Feb 2019 17:04:01 +0000 Roy Marples DHCP: Don't dictate the outbound interface when unicasting draft
Fri, 08 Feb 2019 17:14:26 +0000 Roy Marples BSD: don't log an error if the interface departs during SIOCGIFALIAS draft
Fri, 08 Feb 2019 16:35:36 +0000 Chris Clayton fix build with --disable-inet6 draft
Fri, 08 Feb 2019 16:32:36 +0000 Roy Marples dhcp: if the netmask is all ones, it's a host route draft
Thu, 07 Feb 2019 21:20:41 +0000 Roy Marples Release dhcpcd-7.1.1 draft dhcpcd-7.1.1