summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Report ClientID being used in debug.dhcpcd-5.0Roy Marples2009-09-26
|
* Add -fno-common to debugging CFLAGS.Roy Marples2009-09-24
| | | | | Declare udp_dhcp_len as extern. Include common to get _packed definition.
* Release dhcpcd-5.0.9Roy Marples2009-09-22
|
* Fix various typos and grammatical errors.Roy Marples2009-09-19
| | | Thanks to Stephen Borrill.
* Don't null terminate gratuitously when handling quotes.Roy Marples2009-09-09
|
* Release dhcpcd-5.0.8dhcpcd-5.0.8Roy Marples2009-09-02
|
* Remove escapes in man pages for vendor ,"hello world"Roy Marples2009-09-02
|
* Allow an un-encapsulated vendor option.Roy Marples2009-09-02
|
* We should not affect other interfaces when handling new interfaceRoy Marples2009-09-02
| | | | notifications.
* Don't pass "dhcpcd $iface" to discover_interfaces so ourRoy Marples2009-09-02
| | | | denyinterfaces config option works for hotplugged interfaces.
* Fix parsing of escape codes.Roy Marples2009-09-01
|
* Whitespace.Roy Marples2009-08-12
|
* Fix timeout of 0 disabling the timeout.Roy Marples2009-08-11
|
* Fix persistent option.Roy Marples2009-08-11
|
* Don't check family on point to point interfaces as we monitor them.Roy Marples2009-08-05
|
* Only allow hardware families we know we can work with by default.Roy Marples2009-08-05
| | | | | If an interface with a different hardware family is requested by the user then emit a warning.
* Include sys/types.h to compile on NetBSD-4Roy Marples2009-07-29
|
* Release dhcpcd-5.0.7dhcpcd-5.0.7Roy Marples2009-07-28
|
* Fix -f /path/to/config, #176.Roy Marples2009-07-26
| | | | Also, warn if we cannot open the file.
* Fix usage.Roy Marples2009-07-25
|
* -e, --env var=valueRoy Marples2009-07-25
| | | | | | | | | now pushes var=value to the environment when dhcpcd-run-hooks is run. This allows the possibility to set env vars that hook scripts can work off. A good example of this is 30-hostname so that force_hostname=YES can set the hostname regardless of the current hostname. --reconfigure now takes the short option -g.
* Fix section.Roy Marples2009-07-25
|
* Documentation updates.Roy Marples2009-07-25
| | | | A few minor corrections, but mainly updates the expected behaviour for the hostname being sent.
* Test for fqdn name.Roy Marples2009-07-21
|
* Don't FAIL the script when testingRoy Marples2009-07-21
|
* Add some logging for errors reading/writing the leasefile.Roy Marples2009-07-12
|
* We should remove the leasefile for IPv4LL addresses also on release.Roy Marples2009-07-11
|
* Remove the leasefile on release.Roy Marples2009-07-11
|
* Don't run the script with NAK when testing.Roy Marples2009-07-11
|
* Allow testing of INFORM and REQUEST messages.Roy Marples2009-07-11
|
* Don't alter the MTU when testing.Roy Marples2009-07-11
|
* Don't print (null) when there is no NAK message.Roy Marples2009-07-11
|
* Promote bytes to size_t for sizeof comparison.Roy Marples2009-07-11
|
* Use ssize_t which is a signed int and test if read() returns -1.Roy Marples2009-07-11
|
* Release dhcpcd-5.0.6dhcpcd-5.0.6Roy Marples2009-07-08
|
* Ensure that DBDIR and RUNDIR exist if defined as /var/db/dhcpcd and/or ↵Roy Marples2009-07-08
| | | | /var/run/dhcpcd.
* Ensure that ntp.conf exists before removing markers.Roy Marples2009-07-08
|
* Change get_option_addr to accept struct in_addr * instead of uint32_t *Roy Marples2009-07-08
| | | | to fix an alignment issue on SGI MIPS.
* Add -W, --whitelist addr/cidrRoy Marples2009-07-05
| | | | | This only allows packets from the addresses listed and overrides blacklist if set.
* Silence more GCC warnings about unused return values.Roy Marples2009-07-04
|
* Document nooptionRoy Marples2009-07-04
|
* When we get an ACK we should close DHCP sockets so we don't handle any NAKsRoy Marples2009-07-04
| | | | | | | during ARP testing. This is important as some broken DHCP servers NAK immediately after an ACK in some situations.
* Log the MTU changes.Roy Marples2009-07-04
|
* Save the MTU when changing it.Roy Marples2009-07-03
| | | | If we enter a state without a new MTU then restore the old one.
* Release dhcpcd-5.0.5dhcpcd-5.0.5Roy Marples2009-07-03
|
* Respect the MTU by default.Roy Marples2009-07-03
| | | | | If people have broken DHCP servers, or use an ISP with one they can always change the setting.
* Fix detecting the dstaddr at startup.Roy Marples2009-07-03
|
* Style.Roy Marples2009-06-09
|
* Release dhcpcd-5.0.4dhcpcd-5.0.4Roy Marples2009-05-14
|
* Although RFC2131 requires a ServerID we can actually work without one.Roy Marples2009-05-13
| | | | | | Some broken servers don't send a ServerID, so make the requirement optional. We default to requiring ServerID in dhcpcd.conf though as some other broken servers NAK incorrectly without a ServerID.