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