aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2018-02-04ftpgetput: add EPSV support (PASV-like thing for IPv6)Denys Vlasenko
2018-02-04ftpgetput: preparations for ESPV support, no code changesDenys Vlasenko
2018-02-04ftpd: switch to mallced "globals"Denys Vlasenko
2018-02-01udhcpd: use ptr_to_globals for its lone global data (g_leases)Denys Vlasenko
2018-01-23udhcpc6: additional fix for ppp interface typeDenys Vlasenko
2018-01-19udhcpc6: fix for ppp interface typeDenys Vlasenko
2018-01-17udhcpc[6]: remove overzealous timeout clamping codeDenys Vlasenko
2018-01-16udhcpc6: --help fixesDenys Vlasenko
2018-01-16udhcpc6: show only short opts in --help textDenys Vlasenko
2018-01-16udhcpc6: fix lease time staying very small because -d was not specifiedDenys Vlasenko
2018-01-16udhcpc6: code shrinkDenys Vlasenko
2018-01-16udhcpc6: add support of prefix delegationDenys Vlasenko
2018-01-16udhcpc6: preparatory patch, no code changesDenys Vlasenko
2018-01-16udhcpc6: fix ipv6prefix[_lease] envvar value in script invocationDenys Vlasenko
2018-01-13tc: fix single-applet buildDenys Vlasenko
2018-01-08dhcprelay: code shrinkDenys Vlasenko
2018-01-04tc: enables this appletDenys Vlasenko
2017-12-31randomconfig fixesDenys Vlasenko
2017-12-26ntpd: do run the script at leat once in 11 minutesDenys Vlasenko
2017-11-09inetd: fix for running by non-rootDenys Vlasenko
2017-10-31ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko
2017-10-31Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko
2017-10-31ntpd: mention in help text that -d can be repeatedDenys Vlasenko
2017-10-31ntpd: improve treatment of DNS resolution failuresDenys Vlasenko
2017-10-30udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke
2017-10-30networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke