summaryrefslogtreecommitdiffstats
path: root/if-options.c
Commit message (Expand)AuthorAge
* We can now detected primary addresses added or changed in BSD.Roy Marples2009-03-19
* We need to blacklist IP addresses at the packet levelRoy Marples2009-03-10
* Improve INFORM and STATIC support.Roy Marples2009-03-05
* Blacklist now accepts networks as well as addresses.Roy Marples2009-02-27
* Fix debug working in dhcpcd.confRoy Marples2009-02-23
* Enforce NetBSD KNF style moreRoy Marples2009-02-11
* dhcpcd should not send hostname by default.Roy Marples2009-01-29
* Terminate hostnameRoy Marples2009-01-26
* Stop storing length in hostname.Roy Marples2009-01-26
* We should only send short hostnames as qualfied ones confuse ISC DHCP server....Roy Marples2009-01-26
* Ensure that we have enough buffer for gethostname and terminate it correctly.Roy Marples2009-01-26
* You can now add a configure block per ssid if the interface is wireless.Roy Marples2009-01-01
* Add a static directive that allows the configuration of variables, whichRoy Marples2009-01-01
* We no longer send a ClientID by default. This is so we now mirror the kernel ...Roy Marples2008-11-17
* get_line now uses a single buffer, strips leading space and skips comments. T...Roy Marples2008-11-05
* Fix reading netmask and linux informing.Roy Marples2008-10-18
* Get INFORM support almost working again.Roy Marples2008-10-18
* Fix -I '' to not send a client ID instead of a blank one, #116.Roy Marples2008-09-26
* Allow the release keyword in dhcpcd.conf to release the lease on shutdown.Roy Marples2008-09-16
* Fix reboot timeout in dhcpcd.conf.Roy Marples2008-09-15
* Reboot off the last lease and use the last lease if not expired and user has ...Roy Marples2008-09-15
* Tidy up some valgrind errors.Roy Marples2008-09-11
* Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better mult...Roy Marples2008-09-11
* Allow quiet and nobackground to work in dhcpcd.confRoy Marples2008-09-11
* Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...Roy Marples2008-09-05
* Don't spam on startup about unsupported interfaces if quiet.Roy Marples2008-09-05
* Don't use a needless buffer for cffile.Roy Marples2008-09-05
* As our logger calls emulate syslog, we can use %m. However, this means we hav...Roy Marples2008-09-05
* Make TEST work once more.Roy Marples2008-09-05
* Remove some ints and replace with our option mask.Roy Marples2008-09-05
* Add a control socket so that interfaces can be dynamically re-set.Roy Marples2008-09-03
* Add an event loop.Roy Marples2008-09-02