aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2018-03-11tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko
2018-03-11ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko
2018-03-11udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko
2018-03-10ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko
2018-03-10udhcpd: fix "not dying on SIGTERM"Denys Vlasenko
2018-03-08remove stray newline in "iplink --help"Denys Vlasenko
2018-03-08ip: fix "ip -oneline a"Denys Vlasenko
2018-03-06use gmtime_r() instead of gmtime()Denys Vlasenko
2018-03-05networking/interface.c: get rid of global dataDenys Vlasenko
2018-03-05networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko
2018-03-05networking/interface.c: code shrinkDenys Vlasenko
2018-03-05wget: fix fetching of https URLs with http proxyPeter Lloyd
2018-02-27tcpudp: shrink per-host rate-limiting codeDenys Vlasenko
2018-02-20iplink: implement support for selecting a master interfaceJan Luebbe
2018-02-20ip link: support "add TYPE vrf", improve --helpJan Luebbe
2018-02-14tls: remove redundant floor preventionDenys Vlasenko
2018-02-13ping: don't call monotonic_us twice per sending the pingDenys Vlasenko
2018-02-13ping: implement -A "adaptive ping"Denys Vlasenko
2018-02-13inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko
2018-02-12wget: more thorough sanitization of other side's dataDenys Vlasenko
2018-02-11arping: code shrinkDenys Vlasenko
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko
2018-02-11arping: move packet buffer, sigset and struct ifreq to malloced "globals"Denys Vlasenko
2018-02-11arping: fix the case when inherited signal mask masks out ALRMDenys Vlasenko
2018-02-11arping: change a few message strings to be closer to iputils arpingDenys Vlasenko
2018-02-11arping: code shrinkDenys Vlasenko
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko
2018-02-08wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko
2018-02-07udhcp: do not setlinebuf(stdout), we don't print to stdout anymoreDenys Vlasenko
2018-02-06wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko
2018-02-06fix a thinko in parse_pasv_epsv.cDenys Vlasenko
2018-02-06wget: add EPSV supportDenys Vlasenko
2018-02-06wget: initial support for ftps://Denys Vlasenko
2018-02-06wget: preparations for ftps:// support (block move, no code changes)Denys Vlasenko
2018-02-06tls: fix hash calculations if client cert is requested and sentDenys Vlasenko
2018-02-05ftpd: handle restarts past 2147483647 bytes. closes 10741Denys Vlasenko
2018-02-04ftpd: fix aliasing warning from gcc-6.1.1Denys Vlasenko