index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
dhcpc.c
Age
Commit message (
Expand
)
Author
2006-01-25
just whitespace
Tim Riker
2006-01-22
- add platform.h.
Bernhard Reutner-Fischer
2005-09-23
more make safe the exported namespace for udhcp. Move to bb-specific file for...
"Vladimir N. Oleynik"
2005-09-22
add support for setting the dhcp vendor class option (option 60).
Paul Fox
2005-08-01
allow suppression of default client-id. fixes bug 000037. allows
Paul Fox
2005-07-21
remove duplicate check against chaddr.
Paul Fox
2005-07-20
applying fix for:
Paul Fox
2005-05-26
Tobias Krawutschke found a bug where the DHCP client would accept packets
Rob Landley
2005-05-04
Revert the uptime() removal. Let the list sort it out...
Rob Landley
2005-05-04
Patch from Shaun Jackman:
Rob Landley
2005-04-16
In Bug 209, bernhardf writes:
Mike Frysinger
2004-12-06
merge from udhcp module
Mike Frysinger
2004-05-19
fix timewarp in client (server fix later)
Russ Dill
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-30
Use standard C99 types
Eric Andersen
2003-12-18
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Russ Dill
2003-12-16
start attempting to bring udhcp in busybox back to the state where it is (ide...
Russ Dill
2003-09-01
Allow one to detect and handle the case where no lease could be obtained
Glenn L McGrath
2003-08-29
Remove stray '\n'
Glenn L McGrath
2003-06-20
Make gcc not whine about "deprecated use of label at end of compound statement"
Eric Andersen
2003-06-10
Vodz, last_patch_88
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-02-15
Patch from Bastian Blank
Glenn L McGrath
2003-01-21
merge fixes with udhcp
Russ Dill
2002-12-11
slight change to reflect BB_VER change
Russ Dill
2002-12-11
resync with udhcp cvs
Russ Dill
2002-12-11
Make sure we have a show_usage function prototype
Eric Andersen
2002-11-28
Change if(x)free(x); to free(x);
Aaron Lehmann
2002-10-31
sync to udhcp 0.9.8
Russ Dill
2002-10-14
added full udhcp integration
Russ Dill