aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2014-09-15ftpd: make LIST command show dotfiles tooDenys Vlasenko
2014-09-04tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko
2014-09-03tftpd: support full 512-byte requestsDenys Vlasenko
2014-08-27ping: add -p to specify data patternFlorian Fainelli
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard
2014-07-20zcip: fix link-local IP conflict detectionKen Sharp
2014-07-16udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr
2014-07-15ntpd: add support for -I IFACEDenys Vlasenko
2014-06-27ftpd: do not use root_fd if we are not in chrootDenys Vlasenko
2014-06-27ftpd: for LIST, open current directory *in the child*Denys Vlasenko
2014-06-27ftpd: escape chroot prior to re-executing ls helperDenys Vlasenko
2014-06-26ftpd: optimize writes of LIST results a bitDenys Vlasenko
2014-06-25ftpd: support deprecated XPWD commandDenys Vlasenko
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski
2014-06-16udhcpc: make hostname sanitization optional. Closes 3979Denys Vlasenko
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko
2014-04-20ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko
2014-04-19ntpd: truly ignore high delay packetDenys Vlasenko
2014-03-27wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko
2014-03-23ntpd: add optional support for /etc/ntp.confDenys Vlasenko
2014-03-05use [s]rand(), not [s]random()Denys Vlasenko
2014-03-01ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko
2014-02-27udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko
2014-02-26nc: fix option bit positions. Closes 6926Denys Vlasenko
2014-02-24wget: fix commentDenys Vlasenko
2014-02-23wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko
2014-02-23networking/ssl_helper: experimental matrixssl-based ssl helperDenys Vlasenko
2014-02-22wget: add support for https using "openssl s_client" as a helperDenys Vlasenko
2014-02-19udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko
2014-02-10ifplugd: code shrinkDenys Vlasenko
2014-02-09htpd: trivial simplification in random interval selectionDenys Vlasenko
2014-02-07udhcpc: in comments, explain the kind of raw socket we createDenys Vlasenko
2014-02-03udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)Denys Vlasenko
2014-02-03ifupdown: support 'link' address familyKaarle Ritvanen
2014-02-03wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko
2014-01-22iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy
2014-01-20ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko
2014-01-20ntpd: fix compilation warningsBartosz Golaszewski
2014-01-10fakeidentd: simplify ndelay manipulationsDenys Vlasenko
2014-01-09fixlet for the previous commit #2Denys Vlasenko
2014-01-09fixlet for the previous commitDenys Vlasenko
2014-01-09networking: explain isrv_run() APIDenys Vlasenko
2014-01-09fakeidentd: fix use-after-freeRyan Mallon
2014-01-09ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko
2014-01-08ntpd: adjust last packet's recv time after a stepDenys Vlasenko
2013-12-17hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev
2013-12-17wget: user-friendly fallback to httpLauri Kasanen
2013-12-08ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko
2013-12-07ntpd: do not invalidate datapoints after stepDenys Vlasenko
2013-12-04ntpd: comment out "spike detection" codeDenys Vlasenko