summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.9.4dhcpcd-6.9.4Roy Marples2015-11-30
* If dumping lease returns an error, return it to userland.Roy Marples2015-11-19
* If testing or dumping leases, don't send to syslog only stdout/stderr.Roy Marples2015-11-19
* Always send LOG_DEBUG to syslog(3) even if we are in quiet mode.Roy Marples2015-11-19
* Fix adding static routes via a gateway on BSD.Roy Marples2015-11-18
* Fix adding host routes via a gateway on Linux.Roy Marples2015-11-18
* If a host route in static routes, don't then set a netmask based on the route.Roy Marples2015-11-18
* If dumping leases, skip authentication and address expiry checks.Roy Marples2015-11-18
* Protect against underflow.Roy Marples2015-11-18
* Fix dumping DHCPv6 leases.Roy Marples2015-11-18
* Fix memory issue with prior commit.Roy Marples2015-11-18
* -U, --dumplease now works with standard input.Roy Marples2015-11-18
* Use a GCC pragma directive to mask off the warning about not careing about th...Roy Marples2015-11-13
* Remove unused var.Roy Marples2015-11-13
* Obey the hostname_short option even for FQDN hostnames passed via config.Roy Marples2015-11-13
* Add a -N --renew option to renew any existing address early, similar to theRoy Marples2015-11-13
* Make socket init happen earlier as we need it for dump leases.Roy Marples2015-10-27
* Fix printf m test.Roy Marples2015-10-27
* Fix DHCP INFORM on non IN_IFF_* systems.Roy Marples2015-10-26
* Fix DHCP INFORM.Roy Marples2015-10-26
* Don't check link state if not instruted to before working out if we canRoy Marples2015-10-26
* Looks like NetBSD will never support printf %m so remove the commented out ch...Roy Marples2015-10-26
* Only use GCC pragma is GCC is 4.6 or newer for push/pop support.Roy Marples2015-10-26
* Workaround NetBSD's buggy gcc syslog/printf format infinite loop by disabling...Roy Marples2015-10-26
* Mark our logger function as sysloglike because we enjoy using %m in the format.Roy Marples2015-10-26
* Remove _dead macro and swap printflike position.Roy Marples2015-10-23
* Fix prior accidental commit:-Roy Marples2015-10-23
* Revert prior and add note why we use strerror().Roy Marples2015-10-23
* Use strerror_r as strerror is not thread safe.Roy Marples2015-10-23
* Introduce the optional option type, which allows embedded options to beRoy Marples2015-10-19
* Improve the logic when failing to lock the pidfile.Roy Marples2015-10-16
* Change configure test for IFLA_AF_SPEC to IFLA_INET6_ADDR_GEN_MODE.Roy Marples2015-10-14
* If dhcpcd does not know the DHCPv6 status code, report it as an unknownRoy Marples2015-09-30
* Add status code 6, No Prefix Available as a status code to report.Roy Marples2015-09-30
* Bump date for previousRoy Marples2015-09-30
* Add an option to enable DHCPv6 Information Request without the needRoy Marples2015-09-30
* Correct anohter Prefix Delegation sizing issue.Roy Marples2015-09-22
* Correst size allocation for prefix delegation, thanks to Jade.Roy Marples2015-09-22
* Fix TEST for IPv4LL.Roy Marples2015-09-19
* Fix test mode by checking for an IPv4LL addressRoy Marples2015-09-19
* Allow -p to work with -x on an already running process started without -p.Roy Marples2015-09-15
* Fix moving a lease from one interface to another.Roy Marples2015-09-15
* Some BSD's require the pid explicitly set on route messages.Roy Marples2015-09-15
* Change IPv6 routes when MTU differs as well.Roy Marples2015-09-15
* Rationalise test order.Roy Marples2015-09-15
* Fix mandoc lintian error, thanks to JS Junior.Roy Marples2015-09-15
* Fix compile on kFreeBSD thanks to JS Junior.Roy Marples2015-09-15
* Add an assert here as it's currently failing when moving a lease from one int...Roy Marples2015-09-13
* Add a note about OpenBSD always adding it's own lladdrRoy Marples2015-09-13
* Change the BSD IPv6 interface setup order to ensure we have a better chance o...Roy Marples2015-09-13