| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add (c) to Copyright | Roy Marples | 2009-05-01 |
| | | |||
| * | Add an option to fallback to a profile when DHCP fails. | Roy Marples | 2009-04-18 |
| | | |||
| * | Add the ability to arping an address and select a profile based on the | Roy Marples | 2009-03-31 |
| | | | | | | hardware address replied with or the ip address. | ||
| * | We can now detected primary addresses added or changed in BSD. | Roy Marples | 2009-03-19 |
| | | | | | | | | | As such, we can wait for a 3RDPARTY to configure the interface, such as PPP. We can then take the destination addess and automatically give it a default route or any other DHCP option such as DNS servers. This addresses #159. | ||
| * | mandoc mandates the presence of .Os | Roy Marples | 2009-03-11 |
| | | |||
| * | We need to blacklist IP addresses at the packet level | Roy Marples | 2009-03-10 |
| | | | | | so we can ignore NAKs from rogue servers who don't supply a ServerID, or supply a fake one. | ||
| * | Blacklist now accepts networks as well as addresses. | Roy Marples | 2009-02-27 |
| | | | | | It also matches on the address offered as well as the server address. | ||
| * | Use Aq properly. | Roy Marples | 2009-02-05 |
| | | |||
| * | dhcpcd should not send hostname by default. | Roy Marples | 2009-01-29 |
| | | | | | | | | | However, the default config file we ship enables the sending of the hostname by default. This makes things more explicit I think, and also allows the FQDN to be sent but not the hostname if someone ever needs this. | ||
| * | Improve the nohook documentation. | Roy Marples | 2009-01-05 |
| | | |||
| * | You can now add a configure block per ssid if the interface is wireless. | Roy Marples | 2009-01-01 |
| | | |||
| * | Add a static directive that allows the configuration of variables, which | Roy Marples | 2009-01-01 |
| | | | | | | | | | supercedes any DHCP configured variables. If ip_address is configured then we don't bother with a DHCP transaction. | ||
| * | Document avoiding BOOTP servers. | Roy Marples | 2008-12-16 |
| | | |||
| * | Document the quiet directive in man dhcpcd.conf | Roy Marples | 2008-12-07 |
| | | |||
| * | Describe the blacklist option. | Roy Marples | 2008-11-27 |
| | | |||
| * | Clarify the clientid option. | Roy Marples | 2008-11-19 |
| | | |||
| * | We no longer send a ClientID by default. This is so we now mirror the kernel ↵ | Roy Marples | 2008-11-17 |
| | | | | | DHCP client and can re-use its lease by default. To retain the old behaviour, simply add clientid to dhcpcd.conf. | ||
| * | Update bug page. | Roy Marples | 2008-10-07 |
| | | |||
| * | Document metrics better. | Roy Marples | 2008-09-17 |
| | | |||
| * | Allow the release keyword in dhcpcd.conf to release the lease on shutdown. | Roy Marples | 2008-09-16 |
| | | |||
| * | Reboot off the last lease and use the last lease if not expired and user has ↵ | Roy Marples | 2008-09-15 |
| | | | | | asked for it. Also, add a reboot timeout toggle (default 10 seconds). | ||
| * | Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better ↵ | Roy Marples | 2008-09-11 |
| | | | | | multiple interface support. | ||
| * | The require directive now requires that the required options are present in ↵ | Roy Marples | 2008-08-18 |
| | | | | | each DHCP message. A few variables and functions have also been renamed to make this part more readable. | ||
| * | Document correct background option in dhcpcd.conf | Roy Marples | 2008-08-17 |
| | | |||
| * | classid -> vendorclassid to match the RFC description. | Roy Marples | 2008-08-13 |
| | | |||
| * | Note that we encode the hostname according to RFC1035. As such, we can't use ↵ | Roy Marples | 2008-08-07 |
| | | | | | the system defined MAX hostname length. | ||
| * | Use full dates. | Roy Marples | 2008-08-07 |
| | | |||
| * | Add support for link carrier detection. For Linux this involved a big change ↵ | Roy Marples | 2008-07-16 |
| | | | | | to the netlink code to add callbacks, for BSD just an extra function. We also have an option not to wait for a DHCP lease and fork right away - useful for startup scripts. | ||
| * | Add support for vendor encapsulated options. Also, MINIAL define now ↵ | Roy Marples | 2008-06-30 |
| | | | | | disables all configurable options. | ||
| * | Increase the default timeout to 30 seconds to allow 3 RFC conformant ↵ | Roy Marples | 2008-06-07 |
| | | | | | re-transmissions + 2 seconds grace. | ||
| * | Move dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixes | Roy Marples | 2008-05-24 |
| | | |||
| * | More Typo | Roy Marples | 2008-05-20 |
| | | |||
| * | Add a -C, --nohook option to skip the running of hook scripts. Makes it ↵ | Roy Marples | 2008-05-20 |
| | | | | | easier to just not do any configuring of resolv.conf | ||
| * | One sentence per line. | Roy Marples | 2008-05-20 |
| | | |||
| * | Install dhcpcd.sh and hooks into /libexec by default. dhcpcd.conf, ↵ | Roy Marples | 2008-05-20 |
| | | | | | dhcpcd.duid and dhcpcd.hook are now in /etc. | ||
| * | Don't encode the hostname as a FQDN by default as not all DHCP servers ↵ | Roy Marples | 2008-05-12 |
| | | | | | support this. | ||
| * | Tart the man pages - Aq fails mostly so just use < .. > | Roy Marples | 2008-05-02 |
| | | |||
| * | Don't use a DUID by default even though support is compiled in, #70. Also, ↵ | Roy Marples | 2008-05-01 |
| fix some man page entries a little. | |||
