aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2018-07-04udhcp: add decimal option values in comments, no code changesDenys Vlasenko
2018-07-04udhcp: tweak comment indentation, no code changesDenys Vlasenko
2018-07-04udhcp: add option 211, "reboot time"Jeremy Kerr
2018-07-02wget: fix fetching of https URLs without http proxyDenys Vlasenko
2018-07-02ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10Denys Vlasenko
2018-06-27nslookup: placate "warning: unused variable i"Denys Vlasenko
2018-06-24tls: fix to handle X.509 v1 certificates correctlyIvan Abrea
2018-06-24ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21Codarren Velvindron
2018-06-21udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-28wget: emit a message that certificate verification is not implementedDenys Vlasenko
2018-05-24udhcpc6: carry along length of packet when parsing it.David Decotigny
2018-05-24udhcpc6: ignore invalid OPTION_IAADDRDavid Decotigny
2018-05-24nc: fix the !NC_SERVER configurationDenys Vlasenko
2018-05-14udhcpc6: set -x options in requestDenys Vlasenko
2018-05-14udhcpc6: add PXELINUX optionsSamuel Mendoza-Jonas
2018-05-14udhcpc6: add DHCPv6 boot optionsSamuel Mendoza-Jonas
2018-05-14udhcpc6: add DHCPv6 env helperSamuel Mendoza-Jonas
2018-05-14udhcp: fix use of trim() in udhcp_str2optset()Samuel Mendoza-Jonas
2018-04-29ifplugd: close signal raceDenys Vlasenko
2018-04-24wget: handle URLs with @ or hash differentlyDenys Vlasenko
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2018-04-15nslookup: simplify make_ptrDenys Vlasenko
2018-04-15nslookup: get rid of query::rlen fieldDenys Vlasenko
2018-04-15nslookup: move array of queries to "globals"Denys Vlasenko
2018-04-15nslookup: accept lowercase -type=soa, document query typesDenys Vlasenko
2018-04-15nslookup: change -stats to -debug (it's a bug in bind that it accepts -s)Denys Vlasenko
2018-04-15nslookup: rework option parsingDenys Vlasenko
2018-04-15nslookup: smaller qtypes[] arrayDenys Vlasenko
2018-04-15nslookup: process replies immediately, do not store themDenys Vlasenko
2018-04-14nslookup: fix output corruption for "nslookup 1.2.3.4"Denys Vlasenko
2018-04-14nslookup: more closely resemble output format of bind-utils-9.11.3Denys Vlasenko
2018-04-14nslookup: shrink send_queries()Denys Vlasenko
2018-04-14nslookup: use xmalloc_sockaddr2dotted() instead of homegrown functionDenys Vlasenko
2018-04-14nslookup: usee bbox network functions instead of opne-coded messDenys Vlasenko
2018-04-14nslookup: add openwrt / lede versionDenys Vlasenko
2018-04-13udhcp: support string user options, closes 10946Denys Vlasenko
2018-04-08wget: check chunk length for overflowing off_tDenys Vlasenko
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-04-07telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko
2018-04-07ftpd: allow -A if !FTPD_AUTHENTICATION as wellDenys Vlasenko
2018-04-07ftpd: added -A option to disable all authentication, closes 10921Denys Vlasenko
2018-04-07wget,ftpd: shorten and reuse stringsDenys Vlasenko
2018-04-07httpd: do not default to Content-type: application/octet-streamDenys Vlasenko
2018-04-01libbb: new function bb_die_memory_exhaustedDenys Vlasenko
2018-03-29ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't dieStefan Agner
2018-03-28ifupdown: do not fail if interface disappears during ifdownKaarle Ritvanen
2018-03-27ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko
2018-03-27netstat: produce numeric-ip output for non-resolved namesMark Marshall
2018-03-20ssl_client: fix option parsingRon Yorston