aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2015-03-31ftpd: change_identity() must be after chroot()Denys Vlasenko
2015-03-22zcip: fix wrong comparison of source IP with our IPVladislav Grishenko
2015-03-22ifupdown: shrink a messageDenys Vlasenko
2015-03-22ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann
2015-03-12Use chomp to remove newlinesRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-12arping: fix iface name in error messagesAlexander Korolkov
2015-03-05ntpd: tweak help textDenys Vlasenko
2015-03-03inetd: fix order of array index check and array accessDenys Vlasenko
2015-03-02ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko
2015-02-18wget: fix --header to not append duplicate headersBernhard Reutner-Fischer
2015-02-18trivial code shrinkDenys Vlasenko
2015-02-04route: fix bogus read error when route table is emptyDenys Vlasenko
2015-02-03route: improve -A inet6Denys Vlasenko
2015-02-03ifconfig: fix double free fatal error in INET_sprintDenys Vlasenko
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