aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2015-01-30telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernelMartin Kaiser
2015-01-29ntpd: get rid of G.initial_poll_completeDenys Vlasenko
2015-01-27dhcpd: fix an improper widening conversionDenys Vlasenko
2015-01-26ftpd: prevent zombies. closes 7832Denys Vlasenko
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko
2015-01-05deleting unused ntpd_simple.cDenys Vlasenko
2015-01-04ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac
2014-12-25udhcpd: account for script delay in leaseJohn Schroeder
2014-12-21udhcpc: account for script run timeDenys Vlasenko
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski
2014-11-25udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko
2014-11-17iproute: support onelink route option and print route flagsMichael Tokarev
2014-11-04zcip: Add environment variable for overriding log functionalityMichel Stam
2014-10-30zcip: allow our own class B range to be used for ZeroConfMichel Stam
2014-10-30udhcpd: add option for tweaking arppingMichel Stam
2014-10-05ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar
2014-10-02ntpd: don't stay at short polling intervalMiroslav Lichvar
2014-09-27ntpd: be less eager to use shorter poll intervalsDenys Vlasenko
2014-09-24ntpd: split out poll adjusting codeMiroslav Lichvar
2014-09-24ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar
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