Denys Vlasenko
|
c7dc79e71d
udhcpd: untangle incredibly messy handling of DHCPREQUEST
|
14 years ago |
Denys Vlasenko
|
e5ce91b41b
udhcp: code shrink; disable time and log server options
|
14 years ago |
Denys Vlasenko
|
6947d2c7e1
udhcp: logging improvements, field and variable renames
|
15 years ago |
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 |
Denys Vlasenko
|
ed8982bfc0
udhcp: add a few TODOs
|
15 years ago |
Denys Vlasenko
|
26918dd28e
udhcp: rename server/client_config.arp to server_mac and client_mac
|
15 years ago |
Denys Vlasenko
|
56f2d06c64
udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip
|
15 years ago |
Denys Vlasenko
|
990a617edf
udhcp: rename giaddr to gateway_nip and server to server_nip
|
15 years ago |
Denys Vlasenko
|
47f2d7ef7d
udhcpd: don't fail ARP check if returned MAC matches client's one
|
15 years ago |
Denis Vlasenko
|
f81e8dbc74
*: make "pragma GCC visibility push(hidden)" less ugly
|
15 years ago |
Denis Vlasenko
|
35a064b67f
build system: tidying up CONFIG_xxx names (suggested by Rob)
|
16 years ago |
Denis Vlasenko
|
7ff85c53f1
udhcp: simplify SO_BINDTODEVICE call
|
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
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
6de8994440
udhcpc: regularize the names of receiving functions,
|
16 years ago |
Denis Vlasenko
|
98636eb08c
Use intra-DSO calls when we build libbusybox. No-op for normal build.
|
16 years ago |
Denis Vlasenko
|
84da0bf475
udhcp: make paths configurable
|
17 years ago |
Denis Vlasenko
|
d55fe3e595
udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)
|
17 years ago |
Denis Vlasenko
|
b76b9a4328
udhcpc: filter unwanted packets in kernel
|
17 years ago |
Denis Vlasenko
|
fff145dba3
udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options);
|
17 years ago |
Denis Vlasenko
|
b539c8452f
dhcp: heed TODO item - divorced options from their string descriptions
|
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
|
223bc97f61
udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>)
|
17 years ago |
Denis Vlasenko
|
deabacdf91
move udhcp_{client/server}_config to common_bufsiz1
|
17 years ago |
Denis Vlasenko
|
a27a11bb2c
introduce and use xdup2(int, int)
|
17 years ago |
Denis Vlasenko
|
80edead5ea
udhcp: slight shrink
|
17 years ago |