summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
Commit message (Expand)AuthorAge
* Improve INFORM and STATIC support.Roy Marples2009-03-05
* Fix up some more formatting.Roy Marples2009-02-12
* Add route removal detection to Linux.Roy Marples2009-01-27
* Report the fact we're wireless and our ssidRoy Marples2009-01-22
* Store the reason we run the script against the interface state.Roy Marples2009-01-13
* Remove the limit for the number of connections to the control socket.Roy Marples2009-01-12
* Allow version to be returned over the control interface.Roy Marples2009-01-05
* You can now add a configure block per ssid if the interface is wireless.Roy Marples2009-01-01
* send_request is no longer a public interface.Roy Marples2008-12-18
* Add the DHS_PROBE state so that we ignore subsequent offersRoy Marples2008-12-18
* Fix some LINT errors.Roy Marples2008-11-10
* Reboot off the last lease and use the last lease if not expired and user has ...Roy Marples2008-09-15
* Remove remembering routes per interface and have a global routing table so we...Roy Marples2008-09-12
* Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better mult...Roy Marples2008-09-11
* Sort interfaces according to preference and pass this to dhcpcd-run-hooks so ...Roy Marples2008-09-09
* Remove some ints and replace with our option mask.Roy Marples2008-09-05
* When OS reports new and removed interfaces, dhcpcd sees this and either start...Roy Marples2008-09-04
* Merge branch 'master' of git.marples.name:/var/git/dhcpcdRoy Marples2008-09-03
* Add a control socket so that interfaces can be dynamically re-set.Roy Marples2008-09-03
* Fix compile and wireless test on FreeBSD.Roy Marples2008-09-02
* Add an event loop.Roy Marples2008-09-02
* The require directive now requires that the required options are present in e...Roy Marples2008-08-18
* classid -> vendorclassid to match the RFC description.Roy Marples2008-08-13
* No longer need these.Roy Marples2008-08-11
* Heh, need to reserve space for FQDN option length also.Roy Marples2008-08-07
* We need to reserve a byte for initial length also.Roy Marples2008-08-07
* Note that we encode the hostname according to RFC1035. As such, we can't use ...Roy Marples2008-08-07
* Add -X, --blacklist option to reject DHCP messages with a matching serverid.Roy Marples2008-07-28
* Remove #ifdefs to disable specific bits of code. We now build everything - we...Roy Marples2008-07-23
* Move the immediate background flag to 'b'Roy Marples2008-07-18
* Add support for link carrier detection. For Linux this involved a big change ...Roy Marples2008-07-16
* Remove ENABLE_DUID and introduce MINIMAL, which removes all non essential use...Roy Marples2008-07-04
* Remove previous toggles for classid, clientid, userclass and vendor - they ca...Roy Marples2008-07-02
* Allow ClassID to be configured.Roy Marples2008-06-30
* Allow clientid to be configured.Roy Marples2008-06-30
* Allow userclass to be compiled out.Roy Marples2008-06-30
* Add support for vendor encapsulated options. Also, MINIAL define now disables...Roy Marples2008-06-30
* We need to copy out the script from the config file as it's no longer a const...Roy Marples2008-06-30
* Save a few bytes by treating some strings like DHCP options, having the first...Roy Marples2008-06-29
* Remove KEEPADDRESS as it makes no sense right now. Also, fix adding --request...Roy Marples2008-06-10
* Increase the default timeout to 30 seconds to allow 3 RFC conformant re-trans...Roy Marples2008-06-07
* Add a -C, --nohook option to skip the running of hook scripts. Makes it easie...Roy Marples2008-05-20
* Don't use stdio in a vfork and fix some unconsts.Roy Marples2008-05-15
* When we explictly don't want an option, don't put it in the env.Roy Marples2008-05-15
* Don't use a DUID by default even though support is compiled in, #70. Also, fi...Roy Marples2008-05-01
* dhcpcd can now read a basic config file! Add a default dhcpcd.conf and matchi...Roy Marples2008-04-18
* Move MTU configuration to dhcpcd.sh. However, if the MTU is too small for dhc...Roy Marples2008-04-14
* Add -o opt1,opt2 and -O to disable requesting optional options. Rejig our def...Roy Marples2008-04-14
* Move configuration file setup to dhcpcd.sh so that it's possible for the user...Roy Marples2008-04-12
* Normally I hate massive code drops, but heh.Roy Marples2008-04-11