Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add support for setting the dhcp vendor class option (option 60). | Paul Fox | 2005-09-22 | 1 | -2/+23 | |
| | | | | | | udhcpc now has a -V (--vendorclass), which will replace the default "udhcpRELEASE" string in this option. | |||||
* | allow suppression of default client-id. fixes bug 000037. allows | Paul Fox | 2005-08-01 | 1 | -3/+12 | |
| | | | | busybox to match kernel and u-boot behavior with respect to client-id. | |||||
* | remove duplicate check against chaddr. | Paul Fox | 2005-07-21 | 1 | -3/+0 | |
| | ||||||
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -0/+5 | |
| | | | | | 0000260: udhcpc doesn't validate client hardware address | |||||
* | Tobias Krawutschke found a bug where the DHCP client would accept packets | Rob Landley | 2005-05-26 | 1 | -0/+3 | |
| | | | | | with the wrong ARP address, meaning we could easily get somebody else's IP. That is a bad thing, and this is the minimal two-line fix. | |||||
* | Revert the uptime() removal. Let the list sort it out... | Rob Landley | 2005-05-04 | 1 | -2/+2 | |
| | ||||||
* | Patch from Shaun Jackman: | Rob Landley | 2005-05-04 | 1 | -2/+2 | |
| | | | | | | Replace uptime with time(NULL). time is more portable than uptime and eliminates the need to define uptime, reducing code size slightly. | |||||
* | In Bug 209, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -12/+12 | |
| | | | | | | | | | | struct named { named_field: init, }; appear to be depraced by now; rather use C{99} format as in struct named { .named_field = init, }; | |||||
* | merge from udhcp module | Mike Frysinger | 2004-12-06 | 1 | -2/+22 | |
| | ||||||
* | fix timewarp in client (server fix later) | Russ Dill | 2004-05-19 | 1 | -3/+3 | |
| | ||||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -24/+24 | |
| | ||||||
* | Use standard C99 types | Eric Andersen | 2004-01-30 | 1 | -1/+1 | |
| | ||||||
* | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | 2003-12-18 | 1 | -28/+23 | |
| | ||||||
* | start attempting to bring udhcp in busybox back to the state where it is ↵ | Russ Dill | 2003-12-16 | 1 | -1/+30 | |
| | | | | (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth | |||||
* | Allow one to detect and handle the case where no lease could be obtained | Glenn L McGrath | 2003-09-01 | 1 | -0/+1 | |
| | | | | | via DHCP. (Just add a section "failed" to your script.) Patch by Steven Scholz | |||||
* | Remove stray '\n' | Glenn L McGrath | 2003-08-29 | 1 | -1/+1 | |
| | ||||||
* | Make gcc not whine about "deprecated use of label at end of compound statement" | Eric Andersen | 2003-06-20 | 1 | -0/+1 | |
| | ||||||
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -98/+22 | |
| | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 | |
| | ||||||
* | Patch from Bastian Blank | Glenn L McGrath | 2003-02-15 | 1 | -0/+4 | |
| | | | | | | | - ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. | |||||
* | merge fixes with udhcp | Russ Dill | 2003-01-21 | 1 | -3/+4 | |
| | ||||||
* | slight change to reflect BB_VER change | Russ Dill | 2002-12-11 | 1 | -1/+1 | |
| | ||||||
* | resync with udhcp cvs | Russ Dill | 2002-12-11 | 1 | -2/+2 | |
| | ||||||
* | Make sure we have a show_usage function prototype | Eric Andersen | 2002-12-11 | 1 | -1/+3 | |
| | | | | -Erik | |||||
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -2/+2 | |
| | ||||||
* | sync to udhcp 0.9.8 | Russ Dill | 2002-10-31 | 1 | -4/+5 | |
| | ||||||
* | added full udhcp integration | Russ Dill | 2002-10-14 | 1 | -0/+559 | |