aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2018-10-30ntpd: default to FEATURE_NTP_AUTH=yDenys Vlasenko
2018-10-30udhcpc: ensure at least one unicast renew attemptDenys Vlasenko
2018-10-27ntpd: add support for MD5/SHA1 message authenticationBrandon P. Enochs
2018-10-24nbd-client: support newstyle protocol, -b, -d, -p, -NDenys Vlasenko
2018-10-01brctl: use a single buffer for brname and ifnameBernhard Reutner-Fischer
2018-09-30ifupdown: support "source-directory" stanzaBrandon Maier
2018-09-28udhcpc: give SIGUSR1-induced renew one chance of unicast renewDenys Vlasenko
2018-09-13ntpd: more verbose message for "root distance too high" caseDenys Vlasenko
2018-09-04whois: fix a possible out-of-bounds stack accessDenys Vlasenko
2018-08-25ping: use setitimer() instead of ualarm()Denys Vlasenko
2018-08-14ip: tweak --help textDenys Vlasenko
2018-08-03ping: implement -i SECDenys Vlasenko
2018-08-03ntpd: show real, unclamped delays on low-latency networksDenys Vlasenko
2018-08-01nslookup: add support for search domains, closes 11161Denys Vlasenko
2018-08-01udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changesDenys Vlasenko
2018-08-01udhcpc: do in fact not allow hostname components which start with dashDenys Vlasenko
2018-07-25htpd: increase MIN_FREQHOLD by 3Denys Vlasenko
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