| Commit message (Expand) | Author | Age | Files | Lines |
* | udhcpc: support for -O <option>. | Denis Vlasenko | 2007-12-10 | 1 | -49/+49 |
* | dhcp: heed TODO item - divorced options from their string descriptions | Denis Vlasenko | 2007-11-29 | 1 | -46/+92 |
* | dhcpc: let server know we don't like oversized packets. | Denis Vlasenko | 2007-11-28 | 1 | -31/+37 |
* | dhcpc: cope with buggy DHCP servers which send oversized packets | Denis Vlasenko | 2007-11-25 | 1 | -1/+1 |
* | dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller | Denis Vlasenko | 2007-11-23 | 1 | -8/+10 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
* | udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) | Denis Vlasenko | 2007-02-27 | 1 | -1/+7 |
* | udhcpd: allow "domain" to be a list of DNS servers, not just one | Denis Vlasenko | 2007-02-02 | 1 | -1/+1 |
* | add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes | Denis Vlasenko | 2006-11-23 | 1 | -43/+45 |
* | udhcp: fix indentation and style. | Denis Vlasenko | 2006-11-18 | 1 | -4/+0 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -4/+4 |
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -1/+1 |
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 1 | -0/+3 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -6/+7 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Use BB endianness macro. | Rob Landley | 2006-05-31 | 1 | -2/+1 |
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+172 |
* | remove in place of external link | Mike Frysinger | 2006-03-23 | 1 | -172/+0 |
* | sync busybox and udhcp trees | Mike Frysinger | 2006-03-23 | 1 | -1/+0 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
* | more make safe the exported namespace for udhcp. Move to bb-specific file for... | "Vladimir N. Oleynik" | 2005-09-23 | 1 | -1/+1 |
* | move a couple of functions from common code (options.c) to udhcpd private | Paul Fox | 2005-09-22 | 1 | -47/+1 |
* | Fix the warning by rewriting the function to be smaller and simpler. | Rob Landley | 2005-09-08 | 1 | -28/+17 |
* | merge from udhcp module | Mike Frysinger | 2004-12-06 | 1 | -1/+3 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -15/+15 |
* | Use standard C99 types | Eric Andersen | 2004-01-30 | 1 | -12/+12 |
* | options is a pretty common symbol, bad idea to use as a global in udhcp when ... | Russ Dill | 2003-12-15 | 1 | -4/+4 |
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -3/+1 |
* | sorry about all the noise, should be all synced up now | Russ Dill | 2002-12-11 | 1 | -2/+2 |
* | resync with udhcp cvs | Russ Dill | 2002-12-11 | 1 | -6/+1 |
* | Support using ip in udhcpc scripts. | Glenn L McGrath | 2002-12-08 | 1 | -1/+6 |
* | added full udhcp integration | Russ Dill | 2002-10-14 | 1 | -0/+230 |