| Commit message (Expand) | Author | Age |
| * | Move the source files along with dev, crypt and comapt into src dir. | Roy Marples | 2017-03-15 |
| * | Belated welcome to 2017. | Roy Marples | 2017-03-06 |
| * | Test we are given an interface in dhcpcd.conf before allocating a new interface | Roy Marples | 2016-12-13 |
| * | Add support for MUD URL, draft-lear-ietf-netmod-mud-04. | Roy Marples | 2016-12-09 |
| * | Change arping_index from 1 based to 0 based, defaulting not started to -1. | Roy Marples | 2016-12-06 |
| * | Always warn if we cannot open the config file. | Roy Marples | 2016-11-29 |
| * | Only build the routing tables for the address family we are interested in. | Roy Marples | 2016-11-19 |
| * | Merge fixes from dhcpcd-6 for authentication token algo. | Roy Marples | 2016-11-18 |
| |\ |
|
| | * | Authentication token support should have an algo of 0. | Roy Marples | 2016-11-18 |
| * | | Remove address family specific routing and introduce address family | Roy Marples | 2016-10-25 |
| |/ |
|
| * | Only enable IPv4LL when INET is enabled. | Roy Marples | 2016-09-27 |
| * | Allow dhcpcd to be built without Authentiction support for system media with | Roy Marples | 2016-09-19 |
| * | Fix processing of hex and octal strings. | Roy Marples | 2016-08-24 |
| * | Add --inactive which makes all interfaces inactive on initial start. | Roy Marples | 2016-07-27 |
| * | Free after logging error incase free generates an error. | Roy Marples | 2016-07-21 |
| * | Release option memory if there is a problem allocating a large | Roy Marples | 2016-07-21 |
| * | mask is more descriptive than net. Churn. | Roy Marples | 2016-05-17 |
| * | Don't install a reject route if the prefix is the same as the delegation, [ef... | Roy Marples | 2016-05-06 |
| * | Add a guard to ensure any needed argument is provided. | Roy Marples | 2016-05-03 |
| * | Prefix dhcp definition type with OT_ | Roy Marples | 2016-05-01 |
| * | Move last last extending into it's own option so we can use the last lease | Roy Marples | 2016-04-30 |
| * | RFC3315 Section 12.1 is a little vague about adding bits to the prefix. | Roy Marples | 2016-04-21 |
| * | Warn that an sla of 0 is not RFC3633 (section 12.1) compliant. | Roy Marples | 2016-04-16 |
| * | Add support for int8 and uint8 data types. | Roy Marples | 2016-04-11 |
| * | Remove ipv6ra_accept_nopublic and just accept it. | Roy Marples | 2016-02-15 |
| * | Check we have arg before accessing it's parsed iaid. Fixes [005c389f71]. | Roy Marples | 2016-02-15 |
| * | Implement IPv6 static address, fixes [29417b793e]. | Roy Marples | 2016-02-14 |
| * | Fix a potential memory leak if strdup fails, [6d370974e2] | Roy Marples | 2016-02-12 |
| * | Remove debug | Roy Marples | 2016-02-05 |
| * | Allow embedded comments. | Roy Marples | 2016-02-05 |
| * | When activating an interface, bring up a basic config that does nothing. | Roy Marples | 2016-02-04 |
| * | Fix parsing prefix_len | Roy Marples | 2016-02-03 |
| * | Allow multiple automatic SLA if no SLA is set to 0. | Roy Marples | 2016-02-02 |
| * | Allow the suffix of PD addresses to be configurable. | Roy Marples | 2016-01-29 |
| * | Max prefix to request is really 120 | Roy Marples | 2016-01-29 |
| * | Add the -1, --oneshot option which causes dhcpcd to exit once an | Roy Marples | 2016-01-14 |
| * | Reduce mallocs when printing pidfile | Roy Marples | 2016-01-07 |
| * | Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout. | Roy Marples | 2016-01-07 |
| * | Remove FreeBSD specific defines and include the needed headers via config.h. | Roy Marples | 2015-12-31 |
| * | Remove this pointless debug. | Roy Marples | 2015-12-17 |
| * | noptions requires an argument. | Roy Marples | 2015-12-04 |
| * | Add a -N --renew option to renew any existing address early, similar to the | Roy Marples | 2015-11-13 |
| * | Introduce the optional option type, which allows embedded options to be | Roy Marples | 2015-10-19 |
| * | Add an option to enable DHCPv6 Information Request without the need | Roy Marples | 2015-09-30 |
| * | Remove the custom SixRD decode function and replace with a generic | Roy Marples | 2015-09-10 |
| * | When adding a static address on non IN_IFF_* systems we should still ARP | Roy Marples | 2015-09-03 |
| * | Now that we set MTU for routes instead of using a hook script, | Roy Marples | 2015-08-31 |
| * | Add a noup directive to stop master mode bringing an interface up. | Roy Marples | 2015-07-13 |
| * | Refer to the domain name encoding as RFC1035 rather than the RFC for the | Roy Marples | 2015-07-04 |
| * | Remove the pseudo interface created for prefix delegation and mix different | Roy Marples | 2015-06-05 |