summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-5.0.7dhcpcd-5.0.7Roy Marples2009-07-28
* Fix -f /path/to/config, #176.Roy Marples2009-07-26
* Fix usage.Roy Marples2009-07-25
* -e, --env var=valueRoy Marples2009-07-25
* Fix section.Roy Marples2009-07-25
* Documentation updates.Roy Marples2009-07-25
* 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 /var/r...Roy Marples2009-07-08
* 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
* Add -W, --whitelist addr/cidrRoy Marples2009-07-05
* 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
* Log the MTU changes.Roy Marples2009-07-04
* Save the MTU when changing it.Roy Marples2009-07-03
* Release dhcpcd-5.0.5dhcpcd-5.0.5Roy Marples2009-07-03
* Respect the MTU by default.Roy Marples2009-07-03
* 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
* The smallest MTU we can work with is 576, so don't set less.Roy Marples2009-05-13
* Enforce a minimum lease of 20 seconds so we can do thingsRoy Marples2009-05-13
* Release dhcpcd-5.0.3dhcpcd-5.0.3Roy Marples2009-05-11
* ifas without an ifa_addr seem to indicate a link without a hwaddr, soRoy Marples2009-05-11
* I stand corrected - ifa_addr can be NULL from getifaddrs(3)Roy Marples2009-05-10
* Some glibc versions have a NULL ifa_addr for the ifa from getifaddrs(3).Roy Marples2009-05-10
* Release dhcpcd-5.0.2dhcpcd-5.0.2Roy Marples2009-05-10
* Don't forget to remove .gitignoreRoy Marples2009-05-10
* Add a build target to prepare dhcpcd for importing into NetBSD.Roy Marples2009-05-10
* Document new behaviour re lookup-hostnameRoy Marples2009-05-10
* Install the lookup-hostname script by default but don't run it by default.Roy Marples2009-05-09
* Fix dhcpcd -n $int starting a new instance of dhcpcd if not running.Roy Marples2009-05-09
* Ensure that our dirs exist in the PREINIT stage.Roy Marples2009-05-03
* Some distros need additional headers to compile linux/wireless.hRoy Marples2009-05-03
* Release dhcpcd-5.0.1dhcpcd-5.0.1Roy Marples2009-05-03
* We need to cast to void * to remove warnings on Sparc64roy@ubersparc.marples.name2009-05-02
* Add (c) to CopyrightRoy Marples2009-05-01