- 02cf149 udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changes by Denys Vlasenko · 6 years ago
- 48ec979 udhcpc: do in fact not allow hostname components which start with dash by Denys Vlasenko · 6 years ago
- 79153cb htpd: increase MIN_FREQHOLD by 3 by Denys Vlasenko · 6 years ago
- 2cd8169 udhcp: add decimal option values in comments, no code changes by Denys Vlasenko · 6 years ago
- 6d26744 udhcp: tweak comment indentation, no code changes by Denys Vlasenko · 6 years ago
- fc26721 udhcp: add option 211, "reboot time" by Jeremy Kerr · 6 years ago
- 9634e8a wget: fix fetching of https URLs without http proxy by Denys Vlasenko · 6 years ago
- 029bd18 ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10 by Denys Vlasenko · 6 years ago
- 2f7738e nslookup: placate "warning: unused variable i" by Denys Vlasenko · 6 years ago
- 5cb4f90 tls: fix to handle X.509 v1 certificates correctly by Ivan Abrea · 6 years ago
- 7c43d43 ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21 by Codarren Velvindron · 7 years ago
- 148788e udhcpc: remove code which requires server ID to be on local network by Denys Vlasenko · 6 years ago
- 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
- 0972c7f wget: emit a message that certificate verification is not implemented by Denys Vlasenko · 7 years ago
- 8f48fc0 udhcpc6: carry along length of packet when parsing it. by David Decotigny · 7 years ago
- a174c79 udhcpc6: ignore invalid OPTION_IAADDR by David Decotigny · 7 years ago
- 3f91e66 nc: fix the !NC_SERVER configuration by Denys Vlasenko · 7 years ago
- 6027597 udhcpc6: set -x options in request by Denys Vlasenko · 7 years ago
- 30f4d52 udhcpc6: add PXELINUX options by Samuel Mendoza-Jonas · 7 years ago
- 23cbd7d udhcpc6: add DHCPv6 boot options by Samuel Mendoza-Jonas · 7 years ago
- bcdec1a udhcpc6: add DHCPv6 env helper by Samuel Mendoza-Jonas · 7 years ago
- 43b9235 udhcp: fix use of trim() in udhcp_str2optset() by Samuel Mendoza-Jonas · 7 years ago
- bc2e70b ifplugd: close signal race by Denys Vlasenko · 7 years ago
- df45eb4 wget: handle URLs with @ or hash differently by Denys Vlasenko · 7 years ago
- 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
- c724995 nslookup: simplify make_ptr by Denys Vlasenko · 7 years ago
- 71e4b3f nslookup: get rid of query::rlen field by Denys Vlasenko · 7 years ago
- 58e43a4 nslookup: move array of queries to "globals" by Denys Vlasenko · 7 years ago
- 4b6091f nslookup: accept lowercase -type=soa, document query types by Denys Vlasenko · 7 years ago
- 6cdc319 nslookup: change -stats to -debug (it's a bug in bind that it accepts -s) by Denys Vlasenko · 7 years ago
- d4461ef nslookup: rework option parsing by Denys Vlasenko · 7 years ago
- a980109 nslookup: smaller qtypes[] array by Denys Vlasenko · 7 years ago
- 2cf75b3 nslookup: process replies immediately, do not store them by Denys Vlasenko · 7 years ago
- 4e73c0f nslookup: fix output corruption for "nslookup 1.2.3.4" by Denys Vlasenko · 7 years ago
- cf950cd nslookup: more closely resemble output format of bind-utils-9.11.3 by Denys Vlasenko · 7 years ago
- 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