summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
Commit message (Expand)AuthorAge
...
* 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
* bitmask options should take less space than booleans.Roy Marples2008-03-29
* Change code style to match the BSDs in the hope the might adpot it instead of...Roy Marples2008-03-20
* Move clientid generation to client.c and put it on the interface object inpla...Roy Marples2008-01-31
* Quiet some lint warnings.Roy Marples2008-01-21
* Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CS...Roy Marples2008-01-15
* Belatedly into 2008 :)Roy Marples2008-01-08
* Re-license as 2-clause BSD as I've re-written everything from the old dhcpcd-...Roy Marples2007-11-15
* Reword the headers to just say we use the GPLv2.Roy Marples2007-11-07
* Update my e-mail address as I have retired from Gentoo.Roy Marples2007-11-06
* --skiproutes has been added for no fork users so that we know if we can delet...Roy Marples2007-10-04
* Many thanks to Michael Durrant for testing the below changes.Roy Marples2007-09-04
* Move signal out of the options struct as it's just local to dhcpcd.cRoy Marples2007-08-03
* We now do ARP checking by default as recommended by RFC 2131.Roy Marples2007-07-18
* Added -T test option. This just sends a DHCP_DISCOVER message and thenRoy Marples2007-07-12
* -HH sets the hostname to the full dns name looked up if we need to.Roy Marples2007-05-28
* Enable DHCP_INFORM support via the -s option again, moving DHCP_REQUESTRoy Marples2007-05-15
* flock the pidfile and stop writing the parent pid to it so we're more robst.Roy Marples2007-05-13
* Enable DHCP_INFORM support via the -S optionRoy Marples2007-05-11
* Allow -I to have an optional argument, when missing don't use DUID'sRoy Marples2007-05-11
* config.h now has the compile time options, instead of being dotted around.Roy Marples2007-05-10
* Use MAXHOSTNAMELEN instead of our defineRoy Marples2007-04-18
* Style updatesRoy Marples2007-04-12
* Cuddle up to LKML style CRoy Marples2007-04-11
* Add --nomtu/-M option. Also, if MTU is used we restore it to how it was at wh...Roy Marples2007-04-04
* You can now build dhcpcd without support for writing ntp, nis and info filesRoy Marples2007-04-03
* For infinite timeout, we now resent the last request at TIMEOUT_MINIRoy Marples2007-01-16
* dhcpcd is reported to work on Darwin :)Roy Marples2006-12-15
* Add loads of debugging CFLAGS so we can remove all compiler warningsRoy Marples2006-12-14
* Compile fix for FreeBSDRoy Marples2006-12-06
* Send the current hostname by default.Roy Marples2006-12-06
* Changed the default timeout to 20 seconds, allowing hme Sparc drivers to work.Roy Marples2006-12-01
* Add userlen backRoy Marples2006-12-01
* Quote all vars in the info file.Roy Marples2006-11-30
* Add dhcpcd-3 re-writeRoy Marples2006-11-27