1. 3293bc1 udhcpd: fix "not dying on SIGTERM" by Denys Vlasenko · 7 years ago
  2. 3936222 remove stray newline in "iplink --help" by Denys Vlasenko · 7 years ago
  3. db169f2 ip: fix "ip -oneline a" by Denys Vlasenko · 7 years ago
  4. e1b1b79 use gmtime_r() instead of gmtime() by Denys Vlasenko · 7 years ago
  5. d51ba0b networking/interface.c: get rid of global data by Denys Vlasenko · 7 years ago
  6. 82ec894 networking/interface.c: get rid of global "smallint interface_opt_a" by Denys Vlasenko · 7 years ago
  7. 8a5299f networking/interface.c: code shrink by Denys Vlasenko · 7 years ago
  8. 804ce5a wget: fix fetching of https URLs with http proxy by Peter Lloyd · 7 years ago
  9. d82ea2b tcpudp: shrink per-host rate-limiting code by Denys Vlasenko · 7 years ago
  10. e789c3b iplink: implement support for selecting a master interface by Jan Luebbe · 7 years ago
  11. 79cda95 ip link: support "add TYPE vrf", improve --help by Jan Luebbe · 7 years ago
  12. a48eadb tls: remove redundant floor prevention by Denys Vlasenko · 7 years ago
  13. 256adb0 ping: don't call monotonic_us twice per sending the ping by Denys Vlasenko · 7 years ago
  14. 7189af8 ping: implement -A "adaptive ping" by Denys Vlasenko · 7 years ago
  15. 4892f3a inetd,mount: add comment with example of flags to build with libtirpc by Denys Vlasenko · 7 years ago
  16. 3459024 wget: more thorough sanitization of other side's data by Denys Vlasenko · 7 years ago
  17. b5257a6 arping: code shrink by Denys Vlasenko · 7 years ago
  18. ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
  19. d316277 arping: move packet buffer, sigset and struct ifreq to malloced "globals" by Denys Vlasenko · 7 years ago
  20. e015d06 arping: fix the case when inherited signal mask masks out ALRM by Denys Vlasenko · 7 years ago
  21. a3ec3bd arping: change a few message strings to be closer to iputils arping by Denys Vlasenko · 7 years ago
  22. f5d50fb arping: code shrink by Denys Vlasenko · 7 years ago
  23. 68ae542 ip: fix crash in "ip neigh show" by Denys Vlasenko · 7 years ago
  24. 237a900 wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs by Denys Vlasenko · 7 years ago
  25. 2bd5b4e udhcp: do not setlinebuf(stdout), we don't print to stdout anymore by Denys Vlasenko · 7 years ago
  26. 2b75157 wget: attempt to negotiate encrypted data ftps stream ("PROT P") by Denys Vlasenko · 7 years ago
  27. 8d94317 fix a thinko in parse_pasv_epsv.c by Denys Vlasenko · 7 years ago
  28. 1783ffa wget: add EPSV support by Denys Vlasenko · 7 years ago
  29. 403f299 wget: initial support for ftps:// by Denys Vlasenko · 7 years ago
  30. e999657 wget: preparations for ftps:// support (block move, no code changes) by Denys Vlasenko · 7 years ago
  31. 9806666 tls: fix hash calculations if client cert is requested and sent by Denys Vlasenko · 7 years ago
  32. 5740e15 ftpd: handle restarts past 2147483647 bytes. closes 10741 by Denys Vlasenko · 7 years ago
  33. f75a7c0 ftpd: fix aliasing warning from gcc-6.1.1 by Denys Vlasenko · 7 years ago
  34. 05b84d4 ftpgetput: add EPSV support (PASV-like thing for IPv6) by Denys Vlasenko · 7 years ago
  35. daa6432 ftpgetput: preparations for ESPV support, no code changes by Denys Vlasenko · 7 years ago
  36. 565af23 ftpd: switch to mallced "globals" by Denys Vlasenko · 7 years ago
  37. 0607649 udhcpd: use ptr_to_globals for its lone global data (g_leases) by Denys Vlasenko · 7 years ago
  38. 30b290f udhcpc6: additional fix for ppp interface type by Denys Vlasenko · 7 years ago
  39. f6dd9e0 udhcpc6: fix for ppp interface type by Denys Vlasenko · 7 years ago
  40. 7c44b60 udhcpc[6]: remove overzealous timeout clamping code by Denys Vlasenko · 7 years ago
  41. 64211ce udhcpc6: --help fixes by Denys Vlasenko · 7 years ago
  42. 438c72e udhcpc6: show only short opts in --help text by Denys Vlasenko · 7 years ago
  43. 6e9e6d8 udhcpc6: fix lease time staying very small because -d was not specified by Denys Vlasenko · 7 years ago
  44. 14f1320 udhcpc6: code shrink by Denys Vlasenko · 7 years ago
  45. ef5207f udhcpc6: add support of prefix delegation by Denys Vlasenko · 7 years ago
  46. 1e8d79b udhcpc6: preparatory patch, no code changes by Denys Vlasenko · 7 years ago
  47. 688cb3b udhcpc6: fix ipv6prefix[_lease] envvar value in script invocation by Denys Vlasenko · 7 years ago
  48. 12714ff tc: fix single-applet build by Denys Vlasenko · 7 years ago
  49. 562f63e dhcprelay: code shrink by Denys Vlasenko · 7 years ago
  50. a034cab tc: enables this applet by Denys Vlasenko · 7 years ago
  51. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  52. 36acc46 ntpd: do run the script at leat once in 11 minutes by Denys Vlasenko · 7 years ago
  53. 2fee2bc inetd: fix for running by non-root by Denys Vlasenko · 7 years ago
  54. d5c1482 ntpd: skip over setting next DNS resolution attempt if it is not needed by Denys Vlasenko · 7 years ago
  55. f1fdda4 Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined by Denys Vlasenko · 7 years ago
  56. 59a5604 ntpd: mention in help text that -d can be repeated by Denys Vlasenko · 7 years ago
  57. 6a4f223 ntpd: improve treatment of DNS resolution failures by Denys Vlasenko · 7 years ago
  58. 518fb3b udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable by James Clarke · 7 years ago
  59. 4d0971b networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined by James Clarke · 7 years ago
  60. a1e9bc6 ntpd: perform DNS resolution out of send/receive loop - closes 10466 by Denys Vlasenko · 7 years ago
  61. ecce3a1 iproute/iprule: support toolchains without RTA_TABLE routing attribute by Eugene Rudoy · 7 years ago
  62. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  63. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  64. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  65. f625836 udhcpc[6]: make log2 messages for chaddr field indented like the rest by Denys Vlasenko · 7 years ago
  66. a6a3ad3 udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus by Denys Vlasenko · 7 years ago
  67. 2b9acc6 udhcpc[6]: initialize entire sockaddr_ll by Denys Vlasenko · 7 years ago
  68. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  69. b63afea ip,ip*: make them NOEXEC by Denys Vlasenko · 7 years ago
  70. a6390ed httpd: fix handling of range requests by Denys Vlasenko · 7 years ago
  71. 3c34f68 netcat: net applet (alias to nc) by Denys Vlasenko · 7 years ago
  72. b5a0396 networking/interface.c: remove superfluous "& 0377" by Denys Vlasenko · 7 years ago
  73. 94aaf4b httpd: skip "Status: " from CGI, including space. Closes 10291 by Denys Vlasenko · 7 years ago
  74. 3256111 udhcpc: show only short opts in --help text by Denys Vlasenko · 7 years ago
  75. 8b77a9e *: fix fallout from opt_complementary conversion by Denys Vlasenko · 7 years ago
  76. fb8348b telnet: "-a" + "-l USER" should respect USER by Denys Vlasenko · 7 years ago
  77. 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
  78. a4d4ab0 vconfig: make it NOEXEC by Denys Vlasenko · 7 years ago
  79. 89d8753 ftpgetput: show only short options in --help text by Denys Vlasenko · 7 years ago
  80. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  81. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  82. 73adef1 ipcalc: trim help text by Denys Vlasenko · 7 years ago
  83. 90ad4ba ipcalc,rdev: make NOEXEC by Denys Vlasenko · 7 years ago
  84. dbbc3f2 dumpleases: make NOEXEC by Denys Vlasenko · 7 years ago
  85. a907b82 ifenslave: make NOEXEC by Denys Vlasenko · 7 years ago
  86. 93c1a25 ifenslave: remove longopts from --help text by Denys Vlasenko · 7 years ago
  87. ed4393b dnsdomainname,hostname: make NOEXEC by Denys Vlasenko · 7 years ago
  88. bfc66d4 nbd-client: make it NOEXEC, stop using argc by Denys Vlasenko · 7 years ago
  89. 86e07f6 brctl: make it NOEXEC by Denys Vlasenko · 7 years ago
  90. 2262746 slattach: code shrink, better --help text by Denys Vlasenko · 7 years ago
  91. a759b22 nameif: make it NOEXEC by Denys Vlasenko · 7 years ago
  92. fbecca1 Tweak outdated documentation and comments by Denys Vlasenko · 7 years ago
  93. 9a58cc0 tunctl: make it NOEXEC by Denys Vlasenko · 7 years ago
  94. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  95. 18e781d config: do not use `a' quoting in help texts by Denys Vlasenko · 7 years ago
  96. 1d8df52 inetd: improve --helpt text and config help text. by Denys Vlasenko · 7 years ago
  97. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  98. c810978 udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 level by Denys Vlasenko · 7 years ago
  99. b72f1ef udhcpc[6]: downgrade "adapter index N" messages to log2 level by Denys Vlasenko · 7 years ago
  100. de6cb41 udhcpc[6]: fix messages referring to select() while we use poll() by Denys Vlasenko · 7 years ago