- 71e016d nslookup: shrink send_queries() by Denys Vlasenko · 7 years ago
- db93b21 nslookup: use xmalloc_sockaddr2dotted() instead of homegrown function by Denys Vlasenko · 7 years ago
- 55bc8e8 nslookup: usee bbox network functions instead of opne-coded mess by Denys Vlasenko · 7 years ago
- 0dd3be8 nslookup: add openwrt / lede version by Denys Vlasenko · 7 years ago
- 266f6f1 udhcp: support string user options, closes 10946 by Denys Vlasenko · 7 years ago
- 8e2174e wget: check chunk length for overflowing off_t by Denys Vlasenko · 7 years ago
- 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
- 2f094ae telnet: move winsize detection closer to I/O loop, delete non-functioning debug code by Denys Vlasenko · 7 years ago
- e0afe0a ftpd: allow -A if !FTPD_AUTHENTICATION as well by Denys Vlasenko · 7 years ago
- 8edaace ftpd: added -A option to disable all authentication, closes 10921 by Denys Vlasenko · 7 years ago
- 32c3e3a wget,ftpd: shorten and reuse strings by Denys Vlasenko · 7 years ago
- 9fe8bd8 httpd: do not default to Content-type: application/octet-stream by Denys Vlasenko · 7 years ago
- 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
- 2adaa90 ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die by Stefan Agner · 7 years ago
- 123fdda ifupdown: do not fail if interface disappears during ifdown by Kaarle Ritvanen · 7 years ago
- 46ba246 ioctl(SIOCGIFINDEX) does not require clearing of entire ifr by Denys Vlasenko · 7 years ago
- 98592db netstat: produce numeric-ip output for non-resolved names by Mark Marshall · 7 years ago
- b5820d9 ssl_client: fix option parsing by Ron Yorston · 7 years ago
- bbe47d9 tcpsvd: fix fallout from opt_complementary removal by Denys Vlasenko · 7 years ago
- 448fdcc ntpd: choose initial FREQHOLD_cnt dynamically by Denys Vlasenko · 7 years ago
- 3d306bf udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling by Denys Vlasenko · 7 years ago
- 39dfb4d ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls by Denys Vlasenko · 7 years ago
- 3293bc1 udhcpd: fix "not dying on SIGTERM" by Denys Vlasenko · 7 years ago
- 3936222 remove stray newline in "iplink --help" by Denys Vlasenko · 7 years ago
- db169f2 ip: fix "ip -oneline a" by Denys Vlasenko · 7 years ago
- e1b1b79 use gmtime_r() instead of gmtime() by Denys Vlasenko · 7 years ago
- d51ba0b networking/interface.c: get rid of global data by Denys Vlasenko · 7 years ago
- 82ec894 networking/interface.c: get rid of global "smallint interface_opt_a" by Denys Vlasenko · 7 years ago
- 8a5299f networking/interface.c: code shrink by Denys Vlasenko · 7 years ago
- 804ce5a wget: fix fetching of https URLs with http proxy by Peter Lloyd · 7 years ago
- d82ea2b tcpudp: shrink per-host rate-limiting code by Denys Vlasenko · 7 years ago
- e789c3b iplink: implement support for selecting a master interface by Jan Luebbe · 7 years ago
- 79cda95 ip link: support "add TYPE vrf", improve --help by Jan Luebbe · 7 years ago
- a48eadb tls: remove redundant floor prevention by Denys Vlasenko · 7 years ago
- 256adb0 ping: don't call monotonic_us twice per sending the ping by Denys Vlasenko · 7 years ago
- 7189af8 ping: implement -A "adaptive ping" by Denys Vlasenko · 7 years ago
- 4892f3a inetd,mount: add comment with example of flags to build with libtirpc by Denys Vlasenko · 7 years ago
- 3459024 wget: more thorough sanitization of other side's data by Denys Vlasenko · 7 years ago
- b5257a6 arping: code shrink by Denys Vlasenko · 7 years ago
- ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
- d316277 arping: move packet buffer, sigset and struct ifreq to malloced "globals" by Denys Vlasenko · 7 years ago
- e015d06 arping: fix the case when inherited signal mask masks out ALRM by Denys Vlasenko · 7 years ago
- a3ec3bd arping: change a few message strings to be closer to iputils arping by Denys Vlasenko · 7 years ago
- f5d50fb arping: code shrink by Denys Vlasenko · 7 years ago
- 68ae542 ip: fix crash in "ip neigh show" by Denys Vlasenko · 7 years ago
- 237a900 wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs by Denys Vlasenko · 7 years ago
- 2bd5b4e udhcp: do not setlinebuf(stdout), we don't print to stdout anymore by Denys Vlasenko · 7 years ago
- 2b75157 wget: attempt to negotiate encrypted data ftps stream ("PROT P") by Denys Vlasenko · 7 years ago
- 8d94317 fix a thinko in parse_pasv_epsv.c by Denys Vlasenko · 7 years ago
- 1783ffa wget: add EPSV support by Denys Vlasenko · 7 years ago
- 403f299 wget: initial support for ftps:// by Denys Vlasenko · 7 years ago
- e999657 wget: preparations for ftps:// support (block move, no code changes) by Denys Vlasenko · 7 years ago
- 9806666 tls: fix hash calculations if client cert is requested and sent by Denys Vlasenko · 7 years ago
- 5740e15 ftpd: handle restarts past 2147483647 bytes. closes 10741 by Denys Vlasenko · 7 years ago
- f75a7c0 ftpd: fix aliasing warning from gcc-6.1.1 by Denys Vlasenko · 7 years ago
- 05b84d4 ftpgetput: add EPSV support (PASV-like thing for IPv6) by Denys Vlasenko · 7 years ago
- daa6432 ftpgetput: preparations for ESPV support, no code changes by Denys Vlasenko · 7 years ago
- 565af23 ftpd: switch to mallced "globals" by Denys Vlasenko · 7 years ago
- 0607649 udhcpd: use ptr_to_globals for its lone global data (g_leases) by Denys Vlasenko · 7 years ago
- 30b290f udhcpc6: additional fix for ppp interface type by Denys Vlasenko · 7 years ago
- f6dd9e0 udhcpc6: fix for ppp interface type by Denys Vlasenko · 7 years ago
- 7c44b60 udhcpc[6]: remove overzealous timeout clamping code by Denys Vlasenko · 7 years ago
- 64211ce udhcpc6: --help fixes by Denys Vlasenko · 7 years ago
- 438c72e udhcpc6: show only short opts in --help text by Denys Vlasenko · 7 years ago
- 6e9e6d8 udhcpc6: fix lease time staying very small because -d was not specified by Denys Vlasenko · 7 years ago
- 14f1320 udhcpc6: code shrink by Denys Vlasenko · 7 years ago
- ef5207f udhcpc6: add support of prefix delegation by Denys Vlasenko · 7 years ago
- 1e8d79b udhcpc6: preparatory patch, no code changes by Denys Vlasenko · 7 years ago
- 688cb3b udhcpc6: fix ipv6prefix[_lease] envvar value in script invocation by Denys Vlasenko · 7 years ago
- 12714ff tc: fix single-applet build by Denys Vlasenko · 7 years ago
- 562f63e dhcprelay: code shrink by Denys Vlasenko · 7 years ago
- a034cab tc: enables this applet by Denys Vlasenko · 7 years ago
- 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
- 36acc46 ntpd: do run the script at leat once in 11 minutes by Denys Vlasenko · 7 years ago
- 2fee2bc inetd: fix for running by non-root by Denys Vlasenko · 7 years ago
- d5c1482 ntpd: skip over setting next DNS resolution attempt if it is not needed by Denys Vlasenko · 7 years ago
- f1fdda4 Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined by Denys Vlasenko · 7 years ago
- 59a5604 ntpd: mention in help text that -d can be repeated by Denys Vlasenko · 7 years ago
- 6a4f223 ntpd: improve treatment of DNS resolution failures by Denys Vlasenko · 7 years ago
- 518fb3b udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable by James Clarke · 7 years ago
- 4d0971b networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined by James Clarke · 7 years ago
- a1e9bc6 ntpd: perform DNS resolution out of send/receive loop - closes 10466 by Denys Vlasenko · 7 years ago
- ecce3a1 iproute/iprule: support toolchains without RTA_TABLE routing attribute by Eugene Rudoy · 7 years ago
- a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
- f625836 udhcpc[6]: make log2 messages for chaddr field indented like the rest by Denys Vlasenko · 7 years ago
- a6a3ad3 udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus by Denys Vlasenko · 7 years ago
- 2b9acc6 udhcpc[6]: initialize entire sockaddr_ll by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- b63afea ip,ip*: make them NOEXEC by Denys Vlasenko · 7 years ago
- a6390ed httpd: fix handling of range requests by Denys Vlasenko · 7 years ago
- 3c34f68 netcat: net applet (alias to nc) by Denys Vlasenko · 7 years ago
- b5a0396 networking/interface.c: remove superfluous "& 0377" by Denys Vlasenko · 7 years ago
- 94aaf4b httpd: skip "Status: " from CGI, including space. Closes 10291 by Denys Vlasenko · 7 years ago
- 3256111 udhcpc: show only short opts in --help text by Denys Vlasenko · 7 years ago
- 8b77a9e *: fix fallout from opt_complementary conversion by Denys Vlasenko · 7 years ago
- fb8348b telnet: "-a" + "-l USER" should respect USER by Denys Vlasenko · 7 years ago
- 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
- a4d4ab0 vconfig: make it NOEXEC by Denys Vlasenko · 7 years ago