log

age author description
Mon, 30 Nov 2015 15:31:02 +0000 Roy Marples Release dhcpcd-6.9.4 draft dhcpcd-6.9.4
Thu, 19 Nov 2015 11:00:34 +0000 Roy Marples If dumping lease returns an error, return it to userland. draft
Thu, 19 Nov 2015 10:04:23 +0000 Roy Marples If testing or dumping leases, don't send to syslog only stdout/stderr. draft
Thu, 19 Nov 2015 09:59:29 +0000 Roy Marples Always send LOG_DEBUG to syslog(3) even if we are in quiet mode. draft
Wed, 18 Nov 2015 22:57:48 +0000 Roy Marples Fix adding static routes via a gateway on BSD. draft
Wed, 18 Nov 2015 21:22:15 +0000 Roy Marples Fix adding host routes via a gateway on Linux. draft
Wed, 18 Nov 2015 21:21:30 +0000 Roy Marples If a host route in static routes, don't then set a netmask based on the route. draft
Wed, 18 Nov 2015 17:06:32 +0000 Roy Marples If dumping leases, skip authentication and address expiry checks. draft
Wed, 18 Nov 2015 13:52:52 +0000 Roy Marples Protect against underflow. draft
Wed, 18 Nov 2015 13:44:42 +0000 Roy Marples Fix dumping DHCPv6 leases. draft
Wed, 18 Nov 2015 12:06:47 +0000 Roy Marples Fix memory issue with prior commit. draft
Wed, 18 Nov 2015 11:59:11 +0000 Roy Marples -U, --dumplease now works with standard input. draft
Fri, 13 Nov 2015 11:27:38 +0000 Roy Marples Use a GCC pragma directive to mask off the warning about not careing about the read result, because we don't. draft
Fri, 13 Nov 2015 11:21:36 +0000 Roy Marples Remove unused var. draft
Fri, 13 Nov 2015 11:18:44 +0000 Roy Marples Obey the hostname_short option even for FQDN hostnames passed via config. draft
Fri, 13 Nov 2015 10:37:27 +0000 Roy Marples Add a -N --renew option to renew any existing address early, similar to the draft
Tue, 27 Oct 2015 12:46:48 +0000 Roy Marples Make socket init happen earlier as we need it for dump leases. draft
Tue, 27 Oct 2015 10:35:10 +0000 Roy Marples Fix printf m test. draft
Mon, 26 Oct 2015 23:16:35 +0000 Roy Marples Fix DHCP INFORM on non IN_IFF_* systems. draft
Mon, 26 Oct 2015 18:40:09 +0000 Roy Marples Fix DHCP INFORM. draft
Mon, 26 Oct 2015 15:55:10 +0000 Roy Marples Don't check link state if not instruted to before working out if we can draft
Mon, 26 Oct 2015 11:18:01 +0000 Roy Marples Looks like NetBSD will never support printf %m so remove the commented out check. draft
Mon, 26 Oct 2015 10:47:33 +0000 Roy Marples Only use GCC pragma is GCC is 4.6 or newer for push/pop support. draft
Mon, 26 Oct 2015 10:36:19 +0000 Roy Marples Workaround NetBSD's buggy gcc syslog/printf format infinite loop by disabling a diagnostic. draft
Mon, 26 Oct 2015 10:25:00 +0000 Roy Marples Mark our logger function as sysloglike because we enjoy using %m in the format. draft
Fri, 23 Oct 2015 20:48:20 +0000 Roy Marples Remove _dead macro and swap printflike position. draft
Fri, 23 Oct 2015 20:32:56 +0000 Roy Marples Fix prior accidental commit:- draft
Fri, 23 Oct 2015 20:28:53 +0000 Roy Marples Revert prior and add note why we use strerror(). draft
Fri, 23 Oct 2015 16:04:25 +0000 Roy Marples Use strerror_r as strerror is not thread safe. draft
Mon, 19 Oct 2015 09:19:45 +0000 Roy Marples Introduce the optional option type, which allows embedded options to be draft
Fri, 16 Oct 2015 10:33:48 +0000 Roy Marples Improve the logic when failing to lock the pidfile. draft
Wed, 14 Oct 2015 23:04:21 +0000 Roy Marples Change configure test for IFLA_AF_SPEC to IFLA_INET6_ADDR_GEN_MODE. draft
Wed, 30 Sep 2015 10:08:29 +0000 Roy Marples If dhcpcd does not know the DHCPv6 status code, report it as an unknown draft
Wed, 30 Sep 2015 09:49:06 +0000 Roy Marples Add status code 6, No Prefix Available as a status code to report. draft
Wed, 30 Sep 2015 09:02:40 +0000 Roy Marples Bump date for previous draft
Wed, 30 Sep 2015 09:02:13 +0000 Roy Marples Add an option to enable DHCPv6 Information Request without the need draft
Tue, 22 Sep 2015 08:42:56 +0000 Roy Marples Correct anohter Prefix Delegation sizing issue. draft
Tue, 22 Sep 2015 08:12:30 +0000 Roy Marples Correst size allocation for prefix delegation, thanks to Jade. draft
Sat, 19 Sep 2015 16:43:12 +0000 Roy Marples Fix TEST for IPv4LL. draft
Sat, 19 Sep 2015 16:31:43 +0000 Roy Marples Fix test mode by checking for an IPv4LL address draft
Tue, 15 Sep 2015 21:37:36 +0000 Roy Marples Allow -p to work with -x on an already running process started without -p. draft
Tue, 15 Sep 2015 13:37:44 +0000 Roy Marples Fix moving a lease from one interface to another. draft
Tue, 15 Sep 2015 13:37:25 +0000 Roy Marples Some BSD's require the pid explicitly set on route messages. draft
Tue, 15 Sep 2015 11:03:31 +0000 Roy Marples Change IPv6 routes when MTU differs as well. draft
Tue, 15 Sep 2015 11:01:26 +0000 Roy Marples Rationalise test order. draft
Tue, 15 Sep 2015 10:17:01 +0000 Roy Marples Fix mandoc lintian error, thanks to JS Junior. draft
Tue, 15 Sep 2015 10:13:53 +0000 Roy Marples Fix compile on kFreeBSD thanks to JS Junior. draft
Sun, 13 Sep 2015 09:32:20 +0000 Roy Marples Add an assert here as it's currently failing when moving a lease from one interface to another. draft
Sun, 13 Sep 2015 08:14:26 +0000 Roy Marples Add a note about OpenBSD always adding it's own lladdr draft
Sun, 13 Sep 2015 07:46:01 +0000 Roy Marples Change the BSD IPv6 interface setup order to ensure we have a better chance of eensuring any LLADDR we add doesn't cause a duplicate by the kernel. draft
Sat, 12 Sep 2015 20:51:56 +0000 Roy Marples Fix compile on FreeBSD. draft
Sat, 12 Sep 2015 20:37:01 +0000 Roy Marples Make CAN_ADD_LLADDR work on BSD. draft
Sat, 12 Sep 2015 20:21:02 +0000 Roy Marples If we can toggle the automatic creation of the lladdr by the kernel then draft
Sat, 12 Sep 2015 20:19:31 +0000 Roy Marples We need to check kernel IPv6 setup for the interface if doing any IPv6, not just RS. draft
Sat, 12 Sep 2015 13:53:58 +0000 Roy Marples Remove some unreachable code. draft
Sat, 12 Sep 2015 13:14:27 +0000 Roy Marples Fix compile on Bitrig draft
Sat, 12 Sep 2015 12:28:01 +0000 Roy Marples Remove correct configure test file draft
Fri, 11 Sep 2015 18:22:35 +0000 Roy Marples Test for error condition rather than a success of 0 when setting routes. draft
Thu, 10 Sep 2015 08:41:37 +0000 Roy Marples Remove the custom SixRD decode function and replace with a generic draft
Thu, 10 Sep 2015 08:32:37 +0000 Roy Marples Add IPv4 address selection from route code so platform handlers don't draft