Denis Vlasenko
|
1d42665b6b
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
|
17 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
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
|
ca9635b19d
udhcpc: fix wrong options in decline and release packets
|
17 years ago |
Denis Vlasenko
|
8e5b6f58a2
Makefile: change version to 1.10.0.svn
|
17 years ago |
Denis Vlasenko
|
fff145dba3
udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options);
|
17 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
|
68af8e7a08
udhcpc: remove -W option, -A can be reused for that
|
17 years ago |
Denis Vlasenko
|
9cdfd14223
dhcpc: cleanup and comments; fix buggy timeout handling in corner cases.
|
17 years ago |
Denis Vlasenko
|
223bc97f61
udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>)
|
17 years ago |
Paul Fox
|
49cce2b838
add "-A N" / "--tryagain=N" option to client, to allow altering the
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
def8898596
reviving libbusybox, adding CONFIG_INDIVIDUAL part 3
|
17 years ago |
Denis Vlasenko
|
deabacdf91
move udhcp_{client/server}_config to common_bufsiz1
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
a27a11bb2c
introduce and use xdup2(int, int)
|
17 years ago |
Denis Vlasenko
|
bb23c06919
if pidfile turned out to be !regular file, do not unlink it.
|
17 years ago |
Denis Vlasenko
|
3d17d2b430
udhcpd: add -f "foreground" and -S "syslog" options
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
80edead5ea
udhcp: slight shrink
|
17 years ago |
Denis Vlasenko
|
1caca34aa6
start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>
|
17 years ago |
Denis Vlasenko
|
990d0f63ee
Replace index_in_[sub]str_array with index_in_[sub]strings,
|
17 years ago |
Denis Vlasenko
|
bdc88fdc68
rework long option handling. saves ~1.2k
|
17 years ago |
Denis Vlasenko
|
091965768d
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
|
17 years ago |
Denis Vlasenko
|
42b3dea9bf
udhcp: many small fixes:
|
17 years ago |
Denis Vlasenko
|
c82b5108e1
udhcp: new config option "Rewrite the lease file at every new acknowledge"
|
17 years ago |
Denis Vlasenko
|
6e6d331d97
udhcpc: stop deleting our own pidfile if we daemonize.
|
17 years ago |
Denis Vlasenko
|
fbd2918f5c
udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.
|
17 years ago |