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