1. 02cf149 udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changes by Denys Vlasenko · 6 years ago
  2. 48ec979 udhcpc: do in fact not allow hostname components which start with dash by Denys Vlasenko · 6 years ago
  3. 79153cb htpd: increase MIN_FREQHOLD by 3 by Denys Vlasenko · 6 years ago
  4. 2cd8169 udhcp: add decimal option values in comments, no code changes by Denys Vlasenko · 6 years ago
  5. 6d26744 udhcp: tweak comment indentation, no code changes by Denys Vlasenko · 6 years ago
  6. fc26721 udhcp: add option 211, "reboot time" by Jeremy Kerr · 6 years ago
  7. 9634e8a wget: fix fetching of https URLs without http proxy by Denys Vlasenko · 6 years ago
  8. 029bd18 ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10 by Denys Vlasenko · 6 years ago
  9. 2f7738e nslookup: placate "warning: unused variable i" by Denys Vlasenko · 6 years ago
  10. 5cb4f90 tls: fix to handle X.509 v1 certificates correctly by Ivan Abrea · 6 years ago
  11. 7c43d43 ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21 by Codarren Velvindron · 7 years ago
  12. 148788e udhcpc: remove code which requires server ID to be on local network by Denys Vlasenko · 6 years ago
  13. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  14. 0972c7f wget: emit a message that certificate verification is not implemented by Denys Vlasenko · 7 years ago
  15. 8f48fc0 udhcpc6: carry along length of packet when parsing it. by David Decotigny · 7 years ago
  16. a174c79 udhcpc6: ignore invalid OPTION_IAADDR by David Decotigny · 7 years ago
  17. 3f91e66 nc: fix the !NC_SERVER configuration by Denys Vlasenko · 7 years ago
  18. 6027597 udhcpc6: set -x options in request by Denys Vlasenko · 7 years ago
  19. 30f4d52 udhcpc6: add PXELINUX options by Samuel Mendoza-Jonas · 7 years ago
  20. 23cbd7d udhcpc6: add DHCPv6 boot options by Samuel Mendoza-Jonas · 7 years ago
  21. bcdec1a udhcpc6: add DHCPv6 env helper by Samuel Mendoza-Jonas · 7 years ago
  22. 43b9235 udhcp: fix use of trim() in udhcp_str2optset() by Samuel Mendoza-Jonas · 7 years ago
  23. bc2e70b ifplugd: close signal race by Denys Vlasenko · 7 years ago
  24. df45eb4 wget: handle URLs with @ or hash differently by Denys Vlasenko · 7 years ago
  25. 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
  26. c724995 nslookup: simplify make_ptr by Denys Vlasenko · 7 years ago
  27. 71e4b3f nslookup: get rid of query::rlen field by Denys Vlasenko · 7 years ago
  28. 58e43a4 nslookup: move array of queries to "globals" by Denys Vlasenko · 7 years ago
  29. 4b6091f nslookup: accept lowercase -type=soa, document query types by Denys Vlasenko · 7 years ago
  30. 6cdc319 nslookup: change -stats to -debug (it's a bug in bind that it accepts -s) by Denys Vlasenko · 7 years ago
  31. d4461ef nslookup: rework option parsing by Denys Vlasenko · 7 years ago
  32. a980109 nslookup: smaller qtypes[] array by Denys Vlasenko · 7 years ago
  33. 2cf75b3 nslookup: process replies immediately, do not store them by Denys Vlasenko · 7 years ago
  34. 4e73c0f nslookup: fix output corruption for "nslookup 1.2.3.4" by Denys Vlasenko · 7 years ago
  35. cf950cd nslookup: more closely resemble output format of bind-utils-9.11.3 by Denys Vlasenko · 7 years ago
  36. 71e016d nslookup: shrink send_queries() by Denys Vlasenko · 7 years ago
  37. db93b21 nslookup: use xmalloc_sockaddr2dotted() instead of homegrown function by Denys Vlasenko · 7 years ago
  38. 55bc8e8 nslookup: usee bbox network functions instead of opne-coded mess by Denys Vlasenko · 7 years ago
  39. 0dd3be8 nslookup: add openwrt / lede version by Denys Vlasenko · 7 years ago
  40. 266f6f1 udhcp: support string user options, closes 10946 by Denys Vlasenko · 7 years ago
  41. 8e2174e wget: check chunk length for overflowing off_t by Denys Vlasenko · 7 years ago
  42. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  43. 2f094ae telnet: move winsize detection closer to I/O loop, delete non-functioning debug code by Denys Vlasenko · 7 years ago
  44. e0afe0a ftpd: allow -A if !FTPD_AUTHENTICATION as well by Denys Vlasenko · 7 years ago
  45. 8edaace ftpd: added -A option to disable all authentication, closes 10921 by Denys Vlasenko · 7 years ago
  46. 32c3e3a wget,ftpd: shorten and reuse strings by Denys Vlasenko · 7 years ago
  47. 9fe8bd8 httpd: do not default to Content-type: application/octet-stream by Denys Vlasenko · 7 years ago
  48. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  49. 2adaa90 ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die by Stefan Agner · 7 years ago
  50. 123fdda ifupdown: do not fail if interface disappears during ifdown by Kaarle Ritvanen · 7 years ago
  51. 46ba246 ioctl(SIOCGIFINDEX) does not require clearing of entire ifr by Denys Vlasenko · 7 years ago
  52. 98592db netstat: produce numeric-ip output for non-resolved names by Mark Marshall · 7 years ago
  53. b5820d9 ssl_client: fix option parsing by Ron Yorston · 7 years ago
  54. bbe47d9 tcpsvd: fix fallout from opt_complementary removal by Denys Vlasenko · 7 years ago
  55. 448fdcc ntpd: choose initial FREQHOLD_cnt dynamically by Denys Vlasenko · 7 years ago
  56. 3d306bf udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling by Denys Vlasenko · 7 years ago
  57. 39dfb4d ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls by Denys Vlasenko · 7 years ago
  58. 3293bc1 udhcpd: fix "not dying on SIGTERM" by Denys Vlasenko · 7 years ago
  59. 3936222 remove stray newline in "iplink --help" by Denys Vlasenko · 7 years ago
  60. db169f2 ip: fix "ip -oneline a" by Denys Vlasenko · 7 years ago
  61. e1b1b79 use gmtime_r() instead of gmtime() by Denys Vlasenko · 7 years ago
  62. d51ba0b networking/interface.c: get rid of global data by Denys Vlasenko · 7 years ago
  63. 82ec894 networking/interface.c: get rid of global "smallint interface_opt_a" by Denys Vlasenko · 7 years ago
  64. 8a5299f networking/interface.c: code shrink by Denys Vlasenko · 7 years ago
  65. 804ce5a wget: fix fetching of https URLs with http proxy by Peter Lloyd · 7 years ago
  66. d82ea2b tcpudp: shrink per-host rate-limiting code by Denys Vlasenko · 7 years ago
  67. e789c3b iplink: implement support for selecting a master interface by Jan Luebbe · 7 years ago
  68. 79cda95 ip link: support "add TYPE vrf", improve --help by Jan Luebbe · 7 years ago
  69. a48eadb tls: remove redundant floor prevention by Denys Vlasenko · 7 years ago
  70. 256adb0 ping: don't call monotonic_us twice per sending the ping by Denys Vlasenko · 7 years ago
  71. 7189af8 ping: implement -A "adaptive ping" by Denys Vlasenko · 7 years ago
  72. 4892f3a inetd,mount: add comment with example of flags to build with libtirpc by Denys Vlasenko · 7 years ago
  73. 3459024 wget: more thorough sanitization of other side's data by Denys Vlasenko · 7 years ago
  74. b5257a6 arping: code shrink by Denys Vlasenko · 7 years ago
  75. ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
  76. d316277 arping: move packet buffer, sigset and struct ifreq to malloced "globals" by Denys Vlasenko · 7 years ago
  77. e015d06 arping: fix the case when inherited signal mask masks out ALRM by Denys Vlasenko · 7 years ago
  78. a3ec3bd arping: change a few message strings to be closer to iputils arping by Denys Vlasenko · 7 years ago
  79. f5d50fb arping: code shrink by Denys Vlasenko · 7 years ago
  80. 68ae542 ip: fix crash in "ip neigh show" by Denys Vlasenko · 7 years ago
  81. 237a900 wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs by Denys Vlasenko · 7 years ago
  82. 2bd5b4e udhcp: do not setlinebuf(stdout), we don't print to stdout anymore by Denys Vlasenko · 7 years ago
  83. 2b75157 wget: attempt to negotiate encrypted data ftps stream ("PROT P") by Denys Vlasenko · 7 years ago
  84. 8d94317 fix a thinko in parse_pasv_epsv.c by Denys Vlasenko · 7 years ago
  85. 1783ffa wget: add EPSV support by Denys Vlasenko · 7 years ago
  86. 403f299 wget: initial support for ftps:// by Denys Vlasenko · 7 years ago
  87. e999657 wget: preparations for ftps:// support (block move, no code changes) by Denys Vlasenko · 7 years ago
  88. 9806666 tls: fix hash calculations if client cert is requested and sent by Denys Vlasenko · 7 years ago
  89. 5740e15 ftpd: handle restarts past 2147483647 bytes. closes 10741 by Denys Vlasenko · 7 years ago
  90. f75a7c0 ftpd: fix aliasing warning from gcc-6.1.1 by Denys Vlasenko · 7 years ago
  91. 05b84d4 ftpgetput: add EPSV support (PASV-like thing for IPv6) by Denys Vlasenko · 7 years ago
  92. daa6432 ftpgetput: preparations for ESPV support, no code changes by Denys Vlasenko · 7 years ago
  93. 565af23 ftpd: switch to mallced "globals" by Denys Vlasenko · 7 years ago
  94. 0607649 udhcpd: use ptr_to_globals for its lone global data (g_leases) by Denys Vlasenko · 7 years ago
  95. 30b290f udhcpc6: additional fix for ppp interface type by Denys Vlasenko · 7 years ago
  96. f6dd9e0 udhcpc6: fix for ppp interface type by Denys Vlasenko · 7 years ago
  97. 7c44b60 udhcpc[6]: remove overzealous timeout clamping code by Denys Vlasenko · 7 years ago
  98. 64211ce udhcpc6: --help fixes by Denys Vlasenko · 7 years ago
  99. 438c72e udhcpc6: show only short opts in --help text by Denys Vlasenko · 7 years ago
  100. 6e9e6d8 udhcpc6: fix lease time staying very small because -d was not specified by Denys Vlasenko · 7 years ago