Denys Vlasenko
|
de6cb41734
udhcpc[6]: fix messages referring to select() while we use poll()
|
7 vuotta sitten |
Denys Vlasenko
|
168f0ef8dd
udhcpc[6]: on log level 1, three messages about raw socket is overkill
|
7 vuotta sitten |
Denys Vlasenko
|
ba4fbca8a8
udhcpc6: make -O OPT work
|
7 vuotta sitten |
Denys Vlasenko
|
ed820ccda1
udhcpc: do not accept --background on NOMMU (same as -b)
|
7 vuotta sitten |
Denys Vlasenko
|
741bfa9a72
udhcpc: fix "udhcpc -x hostname:<name> not working on nommu"
|
7 vuotta sitten |
Denys Vlasenko
|
10ad622dc2
Spelling fixes in comments, documentation, tests and examples
|
7 vuotta sitten |
Denys Vlasenko
|
7c67f1e9ab
udhcpc: make sure we do not overflow poll timeout
|
7 vuotta sitten |
Denys Vlasenko
|
52a515d187
udhcp: use poll() instead of select()
|
7 vuotta sitten |
Denys Vlasenko
|
f7683cdf83
Convert all udhcp applets to "new style" applet definitions
|
8 vuotta sitten |
Brian Foley
|
f9beeb22e2
udhcpc: check read of option length byte to be within packet
|
8 vuotta sitten |
Peter Korsgaard
|
b6355e2bb5
udhcpc: Unconditionally call deconfig script, not only if lease is active
|
8 vuotta sitten |
Denys Vlasenko
|
237bedd499
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
|
8 vuotta sitten |
Denys Vlasenko
|
44399e00ff
udhcpc: run "deconfig" script in manual renew state too. closes 9061
|
8 vuotta sitten |
Denys Vlasenko
|
3e134ebf6a
*: slap on a few ALIGN1/2s where appropriate
|
8 vuotta sitten |
Denys Vlasenko
|
df70a43af2
udhcp: add setup_common_bufsiz() as needed
|
8 vuotta sitten |
Denys Vlasenko
|
8f2e99c813
udhcp: get rid of bb_info_msg()
|
8 vuotta sitten |
Denys Vlasenko
|
86d9f60f3a
udhcpc: do not use -t NUM for counting "select" packets, use 3
|
8 vuotta sitten |
Hans Dedecker
|
abe8f7515a
dhcpc: Use client IP address as source address for DHCP renew/rebind messages
|
8 vuotta sitten |
Denys Vlasenko
|
352f79acbd
udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)
|
8 vuotta sitten |
Denys Vlasenko
|
8efcc9589b
networking: allow dot at the end of the domain name in dhcp response
|
8 vuotta sitten |
Denys Vlasenko
|
f2bf20f5d5
udhcpc: fix for some Android toolchain breakage
|
9 vuotta sitten |
Denys Vlasenko
|
c52cbea2bb
libbb: add setsockopt_foo helpers
|
9 vuotta sitten |
Arthur Gautier
|
c29021e2a5
udhcpc: dns labels can actually start with a number
|
9 vuotta sitten |
John Schroeder
|
8074a6ca4d
udhcpd: account for script delay in lease
|
10 vuotta sitten |
Denys Vlasenko
|
28634924f0
udhcpc: account for script run time
|
10 vuotta sitten |
Michel Stam
|
9f41271f3c
udhcpd: add option for tweaking arpping
|
10 vuotta sitten |
Denys Vlasenko
|
85090c162b
udhcpc: make hostname sanitization optional. Closes 3979
|
10 vuotta sitten |
Denys Vlasenko
|
e2318bbad7
udhcpc: ignore NAKs from "wrong" servers. Closes 4267
|
10 vuotta sitten |
Denys Vlasenko
|
ffc3a93d0d
udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746
|
10 vuotta sitten |
Denys Vlasenko
|
744ee5db1c
udhcpc: in comments, explain the kind of raw socket we create
|
10 vuotta sitten |