Denys Vlasenko
|
31af3d5a1d
udhcp: shorten mac len from 16 to 6 in lease file
|
15 years ago |
Denys Vlasenko
|
ac906fa85e
udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v
|
15 years ago |
Denis Vlasenko
|
db12d1d733
Fix forgotten license comments
|
16 years ago |
Denis Vlasenko
|
739e30fbc3
udhcp: add inline docs; small code shrink
|
16 years ago |
Denis Vlasenko
|
c321b51dc6
udhcp: added some FIXMEs; code shrink. -49 bytes
|
16 years ago |
Denis Vlasenko
|
f1980f67d3
dhcp: add FAST_FUNC as appropriate. -160 bytes.
|
16 years ago |
Denis Vlasenko
|
6de8994440
udhcpc: regularize the names of receiving functions,
|
16 years ago |
Denis Vlasenko
|
a523e2efad
udhcp: we were forgetting to set right op byte in tha packet
|
17 years ago |
Denis Vlasenko
|
8e5b6f58a2
Makefile: change version to 1.10.0.svn
|
17 years ago |
Denis Vlasenko
|
619879246d
udhcp: decided to not send "short" dhcp packets,
|
17 years ago |
Denis Vlasenko
|
fff145dba3
udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options);
|
17 years ago |
Denis Vlasenko
|
6884f665bd
dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller
|
17 years ago |
Denis Vlasenko
|
a27a11bb2c
introduce and use xdup2(int, int)
|
17 years ago |
Denis Vlasenko
|
42b3dea9bf
udhcp: many small fixes:
|
17 years ago |
Denis Vlasenko
|
fbd2918f5c
udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.
|
17 years ago |
Denis Vlasenko
|
83e5d6f772
A bunch of defined(__GLIBC__) added. static-linking warning expanded
|
18 years ago |
Denis Vlasenko
|
48237b0c88
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
|
18 years ago |
Denis Vlasenko
|
c9cdeaa3fe
add compile-time check for correct DHCP packet size
|
18 years ago |
Denis Vlasenko
|
5a3395bc01
udhcp: fix indentation and style.
|
18 years ago |
Denis Vlasenko
|
a7189f01a4
add -Wundef, fix uncovered bugs
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
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 |
"Robert P. J. Day"
|
68229837ff
Remove all usage of the "register" storage class specifier.
|
18 years ago |
Rob Landley
|
3f78561d63
My first bout of untangling udhcp. Make lots of gratuitous #defines go
|
18 years ago |
Mike Frysinger
|
7031f62d9b
add back in udhcp support
|
18 years ago |
Mike Frysinger
|
787140df39
remove in place of external link
|
18 years ago |
Mike Frysinger
|
13c8327b79
sync busybox and udhcp trees
|
18 years ago |
Rob Landley
|
0a7c8ef6e2
Patch from Denis Vlasenko to constify things and fix a few typos.
|
19 years ago |
Rob Landley
|
e8f504e86d
Bug 751: file handle leaks can add up until available filehandles for the
|
19 years ago |