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