summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1_23_0' into mergeTIG_1_23_0Ron Yorston2015-01-231-1/+5
|\
| * udhcpc: account for script run timeDenys Vlasenko2014-12-211-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-12-1411-43/+98
|\|
| * libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski2014-11-272-11/+3
| * udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko2014-11-251-1/+13
| * iproute: support onelink route option and print route flagsMichael Tokarev2014-11-171-1/+17
| * zcip: Add environment variable for overriding log functionalityMichel Stam2014-11-041-0/+5
| * zcip: allow our own class B range to be used for ZeroConfMichel Stam2014-10-301-9/+21
| * udhcpd: add option for tweaking arppingMichel Stam2014-10-306-21/+39
* | Merge branch 'busybox' into mergeRon Yorston2014-10-068-174/+253
|\|
| * ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar2014-10-051-4/+8
| * ntpd: don't stay at short polling intervalMiroslav Lichvar2014-10-021-27/+53
| * ntpd: be less eager to use shorter poll intervalsDenys Vlasenko2014-09-271-39/+41
| * ntpd: split out poll adjusting codeMiroslav Lichvar2014-09-241-37/+39
| * ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar2014-09-241-6/+3
| * ftpd: make LIST command show dotfiles tooDenys Vlasenko2014-09-151-8/+8
| * tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko2014-09-041-3/+4
| * tftpd: support full 512-byte requestsDenys Vlasenko2014-09-031-3/+13
| * ping: add -p to specify data patternFlorian Fainelli2014-08-271-9/+16
| * ftpd: add optional support for authenticationMorten Kvistgaard2014-08-052-23/+31
| * zcip: fix link-local IP conflict detectionKen Sharp2014-07-201-16/+22
| * udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr2014-07-162-0/+3
| * ntpd: add support for -I IFACEDenys Vlasenko2014-07-151-7/+20
* | Merge branch 'busybox' into mergeRon Yorston2014-06-305-40/+56
|\|
| * ftpd: do not use root_fd if we are not in chrootDenys Vlasenko2014-06-271-2/+5
| * ftpd: for LIST, open current directory *in the child*Denys Vlasenko2014-06-271-3/+5
| * ftpd: escape chroot prior to re-executing ls helperDenys Vlasenko2014-06-271-32/+21
| * ftpd: optimize writes of LIST results a bitDenys Vlasenko2014-06-261-5/+10
| * ftpd: support deprecated XPWD commandDenys Vlasenko2014-06-251-1/+3
| * libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-222-2/+2
| * udhcpc: make hostname sanitization optional. Closes 3979Denys Vlasenko2014-06-162-0/+15
* | Merge branch 'busybox' into mergeRon Yorston2014-05-064-24/+65
|\|
| * libbb: rename execable -> executable. No code changesDenys Vlasenko2014-05-021-2/+2
| * ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko2014-04-201-1/+1
| * ntpd: truly ignore high delay packetDenys Vlasenko2014-04-191-15/+20
| * wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko2014-03-271-2/+3
| * ntpd: add optional support for /etc/ntp.confDenys Vlasenko2014-03-232-4/+39
* | wget: add fseek calls to make ftp work; enable ftpget/ftpputRon Yorston2014-03-162-0/+12
* | wget: disable https supportRon Yorston2014-03-111-0/+6
|/
* use [s]rand(), not [s]random()Denys Vlasenko2014-03-052-10/+10
* ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko2014-03-011-2/+188
* udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko2014-02-271-1/+24
* nc: fix option bit positions. Closes 6926Denys Vlasenko2014-02-261-3/+3
* wget: fix commentDenys Vlasenko2014-02-241-1/+1
* wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko2014-02-231-2/+47
* networking/ssl_helper: experimental matrixssl-based ssl helperDenys Vlasenko2014-02-233-0/+433
* wget: add support for https using "openssl s_client" as a helperDenys Vlasenko2014-02-221-26/+92
* udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko2014-02-192-4/+5
* ifplugd: code shrinkDenys Vlasenko2014-02-101-10/+12
* htpd: trivial simplification in random interval selectionDenys Vlasenko2014-02-091-2/+3