aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | shadowsocks-libev: new option no_delayYousong Zhou2018-01-02
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --no-delay is a new cmdline argument introduced in 3.1.0 to NOT turn off TCP_NODELAY socket option, i.e. keeping it's default value without setting it explicitly. This can be potentially useful for interactive traffics Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | gnunet: update to post-34C3 git headDaniel Golle2018-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | rsync: fix CVE-2017-17433 and CVE-2017-17434Maxim Storchak2017-12-30
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #5332 from dibdot/adblockHannu Nyman2017-12-28
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | adblock: release 3.4.0
| * | | | | adblock: release 3.4.0Dirk Brenken2017-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * preserve DNS cache after adblock processing, - 'unbound' and 'named' support this (please check readme) - 'dnsmasq' now uses the 'servers-file' directive to minimize the reload disruption, even though the dns cache will be cleared after SIGHUP - 'kresd' dns cache is persistent by upstream default, anyway Turris Omnia devices need a small upstream software change which is not accepted/implemented yet * email notification in case of an error or domain count < n (default 0, check readme) * removed securemecca from default config (service has been closed) * new separate functions for hash compare and list/overall count * add missing package dependencies * various clean-ups * update documentation Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #5325 from stangri/simple-adblockHannu Nyman2017-12-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | simple-adblock: new boot logic & updated blacklists
| * | | | | | simple-adblock: new boot logicStan Grishin2017-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | nfs-kernel-server: update to 2.3.1Peter Wagner2017-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | Merge pull request #5282 from lucize/nginxupThomas Heil2017-12-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nginx: update to 1.12.2
| * | | | | | | nginx: update to 1.12.2Lucian Cristian2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also fixes gcc7.2 compile Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | reaver: configure with --enable-savetocurrentYousong Zhou2017-12-25
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will let reaver to save session file to cwd of the process instead of /etc/reaver. This has the same effect as the old patch 0002-Use-the-current-directory-for-storing-and-loading-se.patch which was removed in the transition to reaver-wps-t6x-fork Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | usbip: fix typo (closes #4994 #5312)Nuno Goncalves2017-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | Merge pull request #5309 from sartura/sysrepo_release_0.7.2Hannu Nyman2017-12-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Sysrepo release 0.7.2
| * | | | | | | netopeer2: bump to latest versionMislav Novakovic2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch add's a new cmakefile which builds other cmakefiles and simplifies the Makefile, also it renames the yang files so sysrepoctl does not create duplicates. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | sysrepo: bump to latest versionMislav Novakovic2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patche renames the yang files so sysrepoctl does not create duplicates. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | usbip: fix usb.ids download (closes #4994)Nuno Goncalves2017-12-21
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used the same solution as in utils/usbutils/Makefile Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | / gnunet: update to git snapshot 2017-12-19Daniel Golle2017-12-21
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | xl2tpd: README.md: add docs on uci optionsYousong Zhou2017-12-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #5286 from pprindeville/lighttd-update-1.4.48Ted Hess2017-12-18
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | lighttpd: update to 1.4.48
| * | | | | lighttpd: update to 1.4.48Philip Prindeville2017-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of the bugs for which we had patches have been fixed upstream in 1.4.46, so the patches can be dropped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Shorewall6: Fix double/missing entry in path.W. van den Akker2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | Shorewall: Fix double/missing entry in path.W. van den Akker2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | Merge pull request #5295 from wvdakker/reorderHannu Nyman2017-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Shorewall(6)-lite: Reorder install section
| * | | | | | Shorewall6-lite: Reorder package/install section.W. van den Akker2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall-lite: Reorder package/install section.W. van den Akker2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Merge pull request #5296 from wvdakker/set-pathHannu Nyman2017-12-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Shorewall(6): Set path
| * | | | | | | Shorewall6: Change path to prevent busybox/ip detection before ip-tiny/full.W. van den Akker2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall: Change path to prevent busybox/ip detection before ip-tiny/full.W. van den Akker2017-12-18
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* / / / / / / xl2tpd: remove demand support from netifd l2tp protocolAlin Nastac2017-12-18
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pppd feature does not make sense in L2TP case because the tunnel is already connected when xl2tpd launch pppd process. If a dial-on-demand feature is to be implemented, trigger interface would have to be provided by xl2tpd, not pppd. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* | | | | | shorewall6-lite: set the PATH variableBrian J. Murrell2017-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that it matches LEDE's default PATH value. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | | | | | shorewall-lite: set the PATH variableBrian J. Murrell2017-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that it matches LEDE's default PATH value. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | | | | | Merge pull request #5118 from jow-/cgi-io-sha256John Crispin2017-12-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | cgi-io: support SHA256 checksums for file uploads
| * | | | | | cgi-io: support SHA256 checksums for file uploadsJo-Philipp Wich2017-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Report SHA256 checksums in addition to the MD5 ones to make cgi-io suitable for sysupgrade image verification. Also allow stat(), md5sum and/or sha256sum to fail and respond with a JSON null value instead, leaving it to the frontend to handle errors as needed. Fixes #4790. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | Merge pull request #5264 from ↵Hannu Nyman2017-12-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TDT-AG/pr/20171211-net-stunnel-add-uci-enabled-param net/stunnel: add enabled config option
| * | | | | | | net/stunnel: add enabled config optionFlorian Eckert2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an enabled option for the service section, so you could keep your configuration in place without apply this section on startup or service reload. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | Merge pull request #5283 from dibdot/travelmateHannu Nyman2017-12-16
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | travelmate: release 1.0.0
| * | | | | | | travelmate: release 1.0.0Dirk Brenken2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * limit sta interface selection/handling to defined travelmate interface (trm_iface) only * check eap capabilities and ignore enterprise uplinks as long as eap support is not available * documentation update * cosmetics * LuCI: various cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | ola: update to 0.10.5, drop obsolete patchesChristian Beier2017-12-15
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also add a patch fixing builds with newer protobuf versions, https://github.com/OpenLightingProject/ola/pull/1336. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* | | | | | | Merge pull request #5244 from yousong/p11-err.hNikos Mavrogiannopoulos2017-12-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openconnect: fix compilation against libp11 >= 0.4.7
| * | | | | | | openconnect: fix compilation against libp11 0.4.7Yousong Zhou2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #5179 from neheb/cifsFlorian Fainelli2017-12-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cifs-utils: Update to 6.7
| * | | | | | | | cifs-utils: Update to 6.7Rosen Penev2017-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | iodine: workaround incomplete musl nameser.h headerJo-Philipp Wich2017-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The arpa/nameser.h header of musl libc indirectly depends on the endian.h header but fails to explicitely include it to properly define `__BYTE_ORDER` and `__BIG_ENDIAN` prior to declaring the DNS `HEADER` structure. When both the appropriate `__BYTE_ORDER` and `__BIG_ENDIAN` defines are unset, the `#if __BYTE_ORDER == __BIG_ENDIAN` condition in `nameser.h` evaluates to true, causing it to declare a bad (big endian) DNS packet header structure on little endian systems. Work around this musl bug by forcibly passing `-include endian.h` through the `osflags` file. An upstream fix for musl libc has been submitted with http://www.openwall.com/lists/musl/2017/12/04/3 This should solve iodine packet corruption on little endian musl systems reported at http://lists.infradead.org/pipermail/lede-dev/2017-November/010085.html Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | nlbwmon: update to current HEADJo-Philipp Wich2017-12-12
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to latest Git HEAD in order to solve a number of issues. - Improves MAC address lookup reliability - Properly counts DNAT-ed connections (e.g. for port forwards) - Fixes stack corruption when parsing netlink records - Fixes deletion of gzipped databases Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | Merge pull request #5263 from yangfl/masterHannu Nyman2017-12-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | i2pd: Update to 2.17.0
| * | | | | | | | i2pd: Update to 2.17.0David Yang2017-12-11
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | | | net/mosquitto: reproducible build patchesKarl Palsson2017-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove build timestamp. Using currently proposed upstream patch. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | net/mosquitto: depend on virtual package instead of selectKarl Palsson2017-12-11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can't use DEPENDS:= +libname when libname is now a virtual package. Switch to plain DEPENDS:= libname. Fixes Github issue 4751 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | net/stunnel: add uci config supportFlorian Eckert2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add uci config support. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #5155 from neheb/patch-6Matthias Schiffer2017-12-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ethtool: Update to 4.13