| Commit message (Expand) | Author | Age |
| ... | |
| * | dhcpcd can now read a basic config file! Add a default dhcpcd.conf and matchi... | Roy Marples | 2008-04-18 |
| * | Move MTU configuration to dhcpcd.sh. However, if the MTU is too small for dhc... | Roy Marples | 2008-04-14 |
| * | Add -o opt1,opt2 and -O to disable requesting optional options. Rejig our def... | Roy Marples | 2008-04-14 |
| * | Move configuration file setup to dhcpcd.sh so that it's possible for the user... | Roy Marples | 2008-04-12 |
| * | Normally I hate massive code drops, but heh. | Roy Marples | 2008-04-11 |
| * | bitmask options should take less space than booleans. | Roy Marples | 2008-03-29 |
| * | Change code style to match the BSDs in the hope the might adpot it instead of... | Roy Marples | 2008-03-20 |
| * | Move clientid generation to client.c and put it on the interface object inpla... | Roy Marples | 2008-01-31 |
| * | Quiet some lint warnings. | Roy Marples | 2008-01-21 |
| * | Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CS... | Roy Marples | 2008-01-15 |
| * | Belatedly into 2008 :) | Roy Marples | 2008-01-08 |
| * | Re-license as 2-clause BSD as I've re-written everything from the old dhcpcd-... | Roy Marples | 2007-11-15 |
| * | Reword the headers to just say we use the GPLv2. | Roy Marples | 2007-11-07 |
| * | Update my e-mail address as I have retired from Gentoo. | Roy Marples | 2007-11-06 |
| * | --skiproutes has been added for no fork users so that we know if we can delet... | Roy Marples | 2007-10-04 |
| * | Many thanks to Michael Durrant for testing the below changes. | Roy Marples | 2007-09-04 |
| * | Move signal out of the options struct as it's just local to dhcpcd.c | Roy Marples | 2007-08-03 |
| * | We now do ARP checking by default as recommended by RFC 2131. | Roy Marples | 2007-07-18 |
| * | Added -T test option. This just sends a DHCP_DISCOVER message and then | Roy Marples | 2007-07-12 |
| * | -HH sets the hostname to the full dns name looked up if we need to. | Roy Marples | 2007-05-28 |
| * | Enable DHCP_INFORM support via the -s option again, moving DHCP_REQUEST | Roy Marples | 2007-05-15 |
| * | flock the pidfile and stop writing the parent pid to it so we're more robst. | Roy Marples | 2007-05-13 |
| * | Enable DHCP_INFORM support via the -S option | Roy Marples | 2007-05-11 |
| * | Allow -I to have an optional argument, when missing don't use DUID's | Roy Marples | 2007-05-11 |
| * | config.h now has the compile time options, instead of being dotted around. | Roy Marples | 2007-05-10 |
| * | Use MAXHOSTNAMELEN instead of our define | Roy Marples | 2007-04-18 |
| * | Style updates | Roy Marples | 2007-04-12 |
| * | Cuddle up to LKML style C | Roy Marples | 2007-04-11 |
| * | Add --nomtu/-M option. Also, if MTU is used we restore it to how it was at wh... | Roy Marples | 2007-04-04 |
| * | You can now build dhcpcd without support for writing ntp, nis and info files | Roy Marples | 2007-04-03 |
| * | For infinite timeout, we now resent the last request at TIMEOUT_MINI | Roy Marples | 2007-01-16 |
| * | dhcpcd is reported to work on Darwin :) | Roy Marples | 2006-12-15 |
| * | Add loads of debugging CFLAGS so we can remove all compiler warnings | Roy Marples | 2006-12-14 |
| * | Compile fix for FreeBSD | Roy Marples | 2006-12-06 |
| * | Send the current hostname by default. | Roy Marples | 2006-12-06 |
| * | Changed the default timeout to 20 seconds, allowing hme Sparc drivers to work. | Roy Marples | 2006-12-01 |
| * | Add userlen back | Roy Marples | 2006-12-01 |
| * | Quote all vars in the info file. | Roy Marples | 2006-11-30 |
| * | Add dhcpcd-3 re-write | Roy Marples | 2006-11-27 |