Denis Vlasenko
|
35a064b67f
build system: tidying up CONFIG_xxx names (suggested by Rob)
|
16 years ago |
Denis Vlasenko
|
f1980f67d3
dhcp: add FAST_FUNC as appropriate. -160 bytes.
|
16 years ago |
Denis Vlasenko
|
191836845e
udhcpc: support for -O <option>.
|
17 years ago |
Denis Vlasenko
|
b539c8452f
dhcp: heed TODO item - divorced options from their string descriptions
|
17 years ago |
Denis Vlasenko
|
35ff74676b
dhcpc: let server know we don't like oversized packets.
|
17 years ago |
Denis Vlasenko
|
72e76044cf
dhcpc: cope with buggy DHCP servers which send oversized packets
|
17 years ago |
Denis Vlasenko
|
6884f665bd
dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
5066473d41
udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)
|
18 years ago |
Denis Vlasenko
|
c4d606e367
udhcpd: allow "domain" to be a list of DNS servers, not just one
|
18 years ago |
Denis Vlasenko
|
c90c3f30a8
add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes
|
18 years ago |
Denis Vlasenko
|
5a3395bc01
udhcp: fix indentation and style.
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Denis Vlasenko
|
e175ff252f
several fixes from openWRT project
|
18 years ago |
Denis Vlasenko
|
3538b9a882
Implement optional syslog logging using ordinary
|
18 years ago |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
Rob Landley
|
c8b360ebb7
Use BB endianness macro.
|
18 years ago |
Mike Frysinger
|
7031f62d9b
add back in udhcp support
|
18 years ago |
Mike Frysinger
|
787140df39
remove in place of external link
|
19 years ago |
Mike Frysinger
|
13c8327b79
sync busybox and udhcp trees
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
"Vladimir N. Oleynik"
|
b628409b1e
more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS
|
19 years ago |
Paul Fox
|
b6f71645f4
move a couple of functions from common code (options.c) to udhcpd private
|
19 years ago |
Rob Landley
|
230b411de8
Fix the warning by rewriting the function to be smaller and simpler.
|
19 years ago |
Mike Frysinger
|
d824853de3
merge from udhcp module
|
20 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Eric Andersen
|
ad95373efc
Use standard C99 types
|
21 years ago |
Russ Dill
|
4a9e34c148
options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox
|
21 years ago |
Glenn L McGrath
|
24833430bc
Vodz, last_patch_88
|
21 years ago |