Denys Vlasenko
|
06076494da
udhcpd: use ptr_to_globals for its lone global data (g_leases)
|
6 years ago |
Denys Vlasenko
|
6f97b30a90
use %m printf specifier where appropriate
|
7 years ago |
Denys Vlasenko
|
a6a3ad3273
udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus
|
7 years ago |
Denys Vlasenko
|
22542eca18
getopt32: remove opt_complementary
|
7 years ago |
Denys Vlasenko
|
ba4fbca8a8
udhcpc6: make -O OPT work
|
7 years ago |
Denys Vlasenko
|
52a515d187
udhcp: use poll() instead of select()
|
7 years ago |
Denys Vlasenko
|
f7683cdf83
Convert all udhcp applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
a85740c8af
dhcp: merge leases.c and static_leases.c into dhcpd.c
|
8 years ago |
Denys Vlasenko
|
d2ae66cb3e
dhcp: merge most of static_leases.c into dhcpd.c
|
8 years ago |
Denys Vlasenko
|
2bf2931d52
dhcp: merge files.c into dhcpd.c
|
8 years ago |
Denys Vlasenko
|
df70a43af2
udhcp: add setup_common_bufsiz() as needed
|
8 years ago |
Denys Vlasenko
|
16efe19128
dhcpd: string reuse
|
8 years ago |
Denys Vlasenko
|
8f2e99c813
udhcp: get rid of bb_info_msg()
|
8 years ago |
Denys Vlasenko
|
936c401077
dhcpd: fix an improper widening conversion
|
9 years ago |
Michel Stam
|
9f41271f3c
udhcpd: add option for tweaking arpping
|
10 years ago |
Denys Vlasenko
|
7b5d5c1bdb
udhcpd: also add -I ADDR to help text
|
11 years ago |
Denys Vlasenko
|
e3f5b73ad0
udhcpd: add -I LOCAL_ADDR option
|
11 years ago |
Denys Vlasenko
|
71045cc819
dhcpd: write lease file on exit
|
12 years ago |
Leonid Lisovskiy
|
6c9c0a1dc9
udhcp: IF_UDHCP_VERBOSE() macro - improve code readability
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
713d241852
dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease
|
14 years ago |
Denys Vlasenko
|
fa5e295600
dhcpd: smaller code: do not look for REQUESTED_IP twice
|
14 years ago |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
0bb35e19a7
udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size
|
14 years ago |
Mike Frysinger
|
6db1373295
udhcpd: fix daemonize crash on nommu systems
|
14 years ago |
Denys Vlasenko
|
f8fcc184b6
udhcpd: note missing sanity checks on INFORM message handling
|
14 years ago |
Denys Vlasenko
|
406bd14416
udhcpd: fix -v/-P mixup
|
14 years ago |
Denys Vlasenko
|
385b4562e3
udhcp: cosmetic cleanups; one case of s/full_read/xread/
|
14 years ago |
Denys Vlasenko
|
7724c766bd
udhcp: pass pointer to whole packet to "add option" functions
|
14 years ago |
Denys Vlasenko
|
a8f6b99987
udhcp: move options.c to common.c; disable unused bool and s16 option code
|
14 years ago |