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