modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de)function old new delta
obj_load 819 832 +13
obj_allocate_commons 488 462 -26
bb_init_module_24 4800 4759 -41
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shri...
dpkg: better and shorter code to compare versions (taken from "official" dpkg). By Eugene T. Bordenkircher (eugebo AT gmail.com)function old new delta
order - 48 +48
test_version 273 276 +3
version_compare_part 396 187 -209
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shri...
vi: fix several instances of major goof: when text grows, text[] might get reallocated! We were keeping around pointers to old place...function old new delta
colon 3017 3037 +20
char_insert 336 354 +18
stupid_insert 18 24 +6
string_insert 89 94 +5
do_cmd ...
klogctl: fix a problem where we don't terminate read data with '\0' and then misinterpret it. Code shrink while at it.function old new delta
klogd_main 404 362 -42
nslookup: allow usage of IPv6 addresses or hostnames for DNS server name; allow for port specification.
Tested to work: "nslookup google.com [::1]:5353"
ifupdown.c: allow options to udhcpc to be configurable from .configThis allows more control over options that are passed to udhcpc
that are not configurable via /etc/network/interfaces.
Example: rather than quit when an initial lease isn't found,
you could use "--background" so that udhcpc keeps running and
continually attempts to get an ip. That way, when you plug in
the ethernet after powering on the device, you'll still get an ip.
libbb: disable a second md5 implementation which managed to creep in :)function old new delta
sha512_end 239 237 -2
sha256_end 162 160 -2
sha1_end 191 189 -2
md5_end 168 166 -2
__md5__magic ...
sha256,sha512: new applets. +4.9kb we will require sha256/512 code for new $5$ and $6$ style
password hashes anyway, they are showing up already
in people's /etc/passwd...