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