aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ip: tweak --help textDenys Vlasenko2018-08-141-4/+2
* ping: implement -i SECDenys Vlasenko2018-08-031-5/+15
* ntpd: show real, unclamped delays on low-latency networksDenys Vlasenko2018-08-031-14/+17
* nslookup: add support for search domains, closes 11161Denys Vlasenko2018-08-011-22/+82
* udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changesDenys Vlasenko2018-08-011-0/+6
* udhcpc: do in fact not allow hostname components which start with dashDenys Vlasenko2018-08-011-4/+6
* htpd: increase MIN_FREQHOLD by 3Denys Vlasenko2018-07-251-3/+3
* udhcp: add decimal option values in comments, no code changesDenys Vlasenko2018-07-041-30/+30
* udhcp: tweak comment indentation, no code changesDenys Vlasenko2018-07-041-39/+39
* udhcp: add option 211, "reboot time"Jeremy Kerr2018-07-042-0/+3
* wget: fix fetching of https URLs without http proxyDenys Vlasenko2018-07-021-0/+1
* ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10Denys Vlasenko2018-07-021-3/+4
* nslookup: placate "warning: unused variable i"Denys Vlasenko2018-06-271-1/+1
* tls: fix to handle X.509 v1 certificates correctlyIvan Abrea2018-06-241-1/+19
* ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21Codarren Velvindron2018-06-241-5/+5
* udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko2018-06-215-21/+8
* restore documentation on the build config languageKartik Agaram2018-06-062-2/+2
* wget: emit a message that certificate verification is not implementedDenys Vlasenko2018-05-281-2/+7
* udhcpc6: carry along length of packet when parsing it.David Decotigny2018-05-241-15/+24
* udhcpc6: ignore invalid OPTION_IAADDRDavid Decotigny2018-05-241-0/+4
* nc: fix the !NC_SERVER configurationDenys Vlasenko2018-05-241-1/+1
* udhcpc6: set -x options in requestDenys Vlasenko2018-05-145-12/+56
* udhcpc6: add PXELINUX optionsSamuel Mendoza-Jonas2018-05-141-1/+6
* udhcpc6: add DHCPv6 boot optionsSamuel Mendoza-Jonas2018-05-142-0/+28
* udhcpc6: add DHCPv6 env helperSamuel Mendoza-Jonas2018-05-141-0/+28
* udhcp: fix use of trim() in udhcp_str2optset()Samuel Mendoza-Jonas2018-05-141-3/+4
* ifplugd: close signal raceDenys Vlasenko2018-04-291-0/+2
* wget: handle URLs with @ or hash differentlyDenys Vlasenko2018-04-241-7/+7
* libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-173-6/+7
* nslookup: simplify make_ptrDenys Vlasenko2018-04-151-37/+34
* nslookup: get rid of query::rlen fieldDenys Vlasenko2018-04-151-10/+15
* nslookup: move array of queries to "globals"Denys Vlasenko2018-04-151-48/+38
* nslookup: accept lowercase -type=soa, document query typesDenys Vlasenko2018-04-151-2/+3
* nslookup: change -stats to -debug (it's a bug in bind that it accepts -s)Denys Vlasenko2018-04-151-8/+11
* nslookup: rework option parsingDenys Vlasenko2018-04-151-91/+113
* nslookup: smaller qtypes[] arrayDenys Vlasenko2018-04-151-9/+6
* nslookup: process replies immediately, do not store themDenys Vlasenko2018-04-151-86/+110
* nslookup: fix output corruption for "nslookup 1.2.3.4"Denys Vlasenko2018-04-141-4/+2
* nslookup: more closely resemble output format of bind-utils-9.11.3Denys Vlasenko2018-04-141-35/+17
* nslookup: shrink send_queries()Denys Vlasenko2018-04-141-118/+123
* nslookup: use xmalloc_sockaddr2dotted() instead of homegrown functionDenys Vlasenko2018-04-141-37/+11
* nslookup: usee bbox network functions instead of opne-coded messDenys Vlasenko2018-04-141-240/+70
* nslookup: add openwrt / lede versionDenys Vlasenko2018-04-141-11/+908
* udhcp: support string user options, closes 10946Denys Vlasenko2018-04-133-43/+50
* wget: check chunk length for overflowing off_tDenys Vlasenko2018-04-081-3/+11
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko2018-04-071-12/+5
* ftpd: allow -A if !FTPD_AUTHENTICATION as wellDenys Vlasenko2018-04-071-12/+13
* ftpd: added -A option to disable all authentication, closes 10921Denys Vlasenko2018-04-071-29/+40
* wget,ftpd: shorten and reuse stringsDenys Vlasenko2018-04-073-22/+17