summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix timewarp in client (server fix later)Russ Dill2004-05-191-3/+3
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-24/+24
|
* Use standard C99 typesEric Andersen2004-01-301-1/+1
|
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-28/+23
|
* start attempting to bring udhcp in busybox back to the state where it is ↵Russ Dill2003-12-161-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 obtainedGlenn L McGrath2003-09-011-0/+1
| | | | | via DHCP. (Just add a section "failed" to your script.) Patch by Steven Scholz
* Remove stray '\n'Glenn L McGrath2003-08-291-1/+1
|
* Make gcc not whine about "deprecated use of label at end of compound statement"Eric Andersen2003-06-201-0/+1
|
* Vodz, last_patch_88Glenn L McGrath2003-06-101-98/+22
|
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
|
* Patch from Bastian BlankGlenn L McGrath2003-02-151-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 udhcpRuss Dill2003-01-211-3/+4
|
* slight change to reflect BB_VER changeRuss Dill2002-12-111-1/+1
|
* resync with udhcp cvsRuss Dill2002-12-111-2/+2
|
* Make sure we have a show_usage function prototypeEric Andersen2002-12-111-1/+3
| | | | -Erik
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-2/+2
|
* sync to udhcp 0.9.8Russ Dill2002-10-311-4/+5
|
* added full udhcp integrationRuss Dill2002-10-141-0/+559