aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #4675 from dibdot/dnscrypt-proxyHannu Nyman2017-08-07
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | dnscrypt-proxy: start from procd interface trigger, not in init
| * | | | | | dnscrypt-proxy: start from procd interface trigger, not in initDirk Brenken2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start dnscrypt-proxy from procd interface trigger rather than immediately in init, to fix a possible race condition during boot and get rid of rc.local restarts. You can restrict trigger interface(s) by 'procd_trigger' in new global config section. * tab/whitespace cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | net/nmap: Update to 7.60Daniel Engberg2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update nmap-suite to 7.60 * Use PKG_HASH as PKG_MD5SUM is deprecated * Switch download URL to HTTPS * Add zlib as dependency and link libpcre dynamically Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | radicale: Update to 1.1.6Christian Schoenebeck2017-08-05
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | shadowsocks-libev: support disable_sni for ss_server sectionYousong Zhou2017-08-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #4669 from dibdot/adblockHannu Nyman2017-08-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock: update 2.8.5
| * | | | | | adblock: update 2.8.5Dirk Brenken2017-08-04
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add preliminary kresd dns backend support for turris devices, see readme (experimental / untested!) * use tld compression for overall list, too * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #4629 from marcin1j/pr/20170725-mwan3-tracking-methodsHannu Nyman2017-08-03
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | mwan3: support various interface tracking methods
| * | | | | mwan3: support various interface tracking methodsMarcin Jurkowski2017-08-02
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for interface tracking using either ping, arping or httping. This allows to track interface status on networks with filtered ICMP traffic or simply to monitor data link layer etc. To facilitate binding to a specified interface its IP address is passed as a new mwan3track parameter. It's currently required by httping and possibly by other tools that may be added in the future. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | nlbwmon: update to latest versionJo-Philipp Wich2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since last update: 32fc092 build: remove extraneous _GNU_SOURCE defines 096aaa3 build: compile with -D_GNU_SOURCE 76487b5 transform to source-only repository Fixes build with uClibc and eglibc toolchains. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | Merge pull request #4662 from commodo/ovs-updateHannu Nyman2017-08-02
|\ \ \ \ \ | | | | | | | | | | | | openvswitch: bump to version 2.7.2
| * | | | | openvswitch: bump to version 2.7.2Alexandru Ardelean2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | shadowsocks-libev: backport patch for logging with daemon facilityYousong Zhou2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | shadowsocks-libev: add ipv6_first option supportYousong Zhou2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #4631 from marcin1j/pr/20170725-httpingHannu Nyman2017-08-02
|\ \ \ \ \ \ | |/ / / / / |/| | | | | httping: import from oldpackages and upgrade to version 2.5
| * | | | | httping: import from oldpackages and upgrade to version 2.5Marcin Jurkowski2017-07-26
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package version upgraded to 2.5 with patches: - Fixed compiler warnings - Fixed miscalculated response time - Reduced binary size by stripping unused code Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | wireguard: version bumpJason A. Donenfeld2017-07-31
| | | | | | | | | | | | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | shadowsocks-libev: bump to version 3.0.8Yousong Zhou2017-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.0.7 - ss-local, ss-redir: ipv6_first awareness - ss-server: ppbloom_add only after 1st decryption succeeds Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #4646 from jow-/introduce-nlbwmonJo-Philipp Wich2017-07-30
|\ \ \ \ \ | | | | | | | | | | | | nlbwmon: add package
| * | | | | nlbwmon: add packageJo-Philipp Wich2017-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces nlbwmon, the lightweight NetLink BandWidth Montor. The nlbwmon daemon gathers per-host traffic statistics by querying netlink accounting data. Due to this approach, the executable is very small and does not rely on libpcap and CPU intensive raw sockets to monitor traffic. Besides raw per-host traffic counters, nlbwmon also support rudimentary traffic classification by observing IP protocols and used port numbers. Gathered accounting data is stored into a series of database files which are regularily committed to persistent storage. Refresh, commit and accounting intervals are freely configurable as well as the layer7 protocol mapping rules and observed source subnets. This package also bundles a cli client which can be used to dump the gathered traffic data as JSON, CSV or plaintext data. A pull request to add a graphical LuCI frontend for nlbwmon is pending. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | Merge pull request #4651 from dibdot/travelmatechamptar2017-07-29
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | travelmate: update 0.9.1
| * | | | | travelmate: update 0.9.1Dirk Brenken2017-07-29
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.9.1 backend: * load procd reload trigger only in 'manual' mode * documentation update frontend: * further optimized Station Overview & Scan page, especially for mobile devices * add a "Rescan" button in manual mode on overview page * XHTML fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #4469 from chris5560/masterchamptar2017-07-29
|\ \ \ \ \ | | | | | | | | | | | | privoxy: clear PKG_MAINTAINER
| * | | | | privoxy: clear PKG_MAINTAINERChristian Schoenebeck2017-07-29
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | I do not use this software any more and due to lack of time, I give the maintenance responsibility back to the community. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* / | | | ipsec-tools: Fix CVE-2016-10396Noah Meyerhans2017-07-29
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Use patch pulled from Debian's packaging at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867986 Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | Merge pull request #4634 from pprindeville/ntp-add-uci-supporttripolar2017-07-28
|\ \ \ \ | | | | | | | | | | ntpd: use UCI to synthesize minimal conf file
| * | | | ntpd: use UCI to synthesize minimal conf filePhilip Prindeville2017-07-27
| |/ / / | | | | | | | | | | | | | | | | | | | | Borrowed code from Busybox's sysntpd. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | shadowsocks-libev: use xargs -r just in caseYousong Zhou2017-07-28
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | shadowsocks-libev: fix compiling with stale object filesYousong Zhou2017-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will cause various kinds of failures in the buildbot ➜ shadowsocks-libev-3.0.7 git:(master) find . -name '*.o' -o -name '*.lo' ./libbloom/murmur2/libbloom_la-MurmurHash2.o ./libbloom/murmur2/libbloom_la-MurmurHash2.lo ./libbloom/libbloom_la-bloom.lo ./libbloom/libbloom_la-bloom.o ➜ shadowsocks-libev-3.0.7 git:(master) ls -l libbloom/murmur2 total 24 -rw-r--r-- 1 yousong yousong 324 Jun 27 14:17 libbloom_la-MurmurHash2.lo -rw-r--r-- 1 yousong yousong 4168 Jun 27 14:17 libbloom_la-MurmurHash2.o -rw-r--r-- 1 yousong yousong 1344 Feb 17 08:47 MurmurHash2.c -rw-r--r-- 1 yousong yousong 142 Feb 17 08:47 murmurhash2.h -rw-r--r-- 1 yousong yousong 213 Feb 17 08:47 README ➜ shadowsocks-libev-3.0.7 git:(master) file ./libbloom/murmur2/libbloom_la-MurmurHash2.o ./libbloom/murmur2/libbloom_la-MurmurHash2.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped ➜ shadowsocks-libev-3.0.7 git:(master) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | softethervpn: Pass down CFLAGS, CPPFLAGS and LDFLAGSFlorian Fainelli2017-07-27
|/ / / | | | | | | | | | | | | | | | | | | | | | The softethervpn does not actually supported CCFLAGS, or other standard variables, so we need to override CC to include all of those to fix build errors with external toolchains. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* / / shadowsocks-libev: configure options for release buildYousong Zhou2017-07-26
|/ / | | | | | | | | | | | | | | | | - It's a common practice that assert should be ignored in release build - Whether to enable ssp should be decided by the config of build system This was taken from Makefile in shadowsocks/openwrt-shadowsocks. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | shadowsocks-libev: configure with --disable-silent-rulesYousong Zhou2017-07-25
| | | | | | | | | | | | So that more details will be shown in faillogs Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #4034 from artynet/apache-fixThomas Heil2017-07-25
|\ \ | | | | | | apache : fixing zlib dependency
| * | apache : updating PKG_RELEASE entryArturo Rinaldi2017-07-15
| | |
| * | apache : fixing zlib dependencyArturo Rinaldi2017-02-18
| | |
* | | shadowsocks-libev: bump version 3.0.7Yousong Zhou2017-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.0.6 f308dde ss-server: fix a use-after-free bug 0b2dce5 ss-redir: fix a mem leak b7bdb16 ss-local: SOCKS5 UDP associate terminates the connection prematurely 3f0d39a ss-local: use getsockname udp_fd where it applies (fixes local_port==0) eb30a3d fix possible data loss with salsa20 cipher 0559d8c fix partial nonce data being overwritten Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | shadowsocks-libev: fix cases where passwords contain dquoteYousong Zhou2017-07-24
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #4605 from dibdot/travelmateHannu Nyman2017-07-23
|\ \ \ | | | | | | | | travelmate: update 0.9.0
| * | | travelmate: update 0.9.0Dirk Brenken2017-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend: * handle errors due to misconfigured uplinks * various bugfixes luci frontend: * add a powerful wireless station manager to edit and delete existing interfaces or scan for new uplinks Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4612 from pcmulder/patch-1Hannu Nyman2017-07-23
|\ \ \ \ | | | | | | | | | | adblock: Added Netherlands as a region.
| * | | | adblock: Added a new region.Patrick Mulder2017-07-22
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Patrick Mulder <pcmulder89@gmail.com>
* | | | shadowsocks-libev: validate bool with default value 0Yousong Zhou2017-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change is mainly for keeping compatibility with old validate_data before ubox commit ac481cdd999ee84d3f115c33a56397237e95ec64 in Sat Jul 16 14:52:36 2016 +0200. The behaviour change comes with that commit can be seen with the following command line session root@LEDE:/usr/bin# validate_data network interface wan 'disabled:bool:false' network.wan.disabled is unset and defaults to bool false disabled=0; root@LEDE:/usr/bin# root@OpenWrt:/# validate_data network interface lan 'disabled:bool:false' disabled='false'; root@OpenWrt:/# This will cause shadowsocks-libev in current master branch fail on OpenWrt 15.01 though they actually should only use packages from the 15.01 branch... Fixes openwrt/packages#4614 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | shadowsocks-libev: ss-rules: add executable bitsYousong Zhou2017-07-23
|/ / /
* | | git: update to 2.13.3Peter Wagner2017-07-17
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | bind: Update to 9.10.5-P3Noah Meyerhans2017-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New upstream release includes fixes for the following security issues: * CVE-2017-3140: With certain RPZ configurations, a response with TTL 0 could cause named to go into an infinite query loop * CVE-2017-3142: An error in TSIG handling could permit unauthorized zone transfers or zone updates. * CVE-2017-3143: An error in TSIG handling could permit unauthorized zone transfers or zone updates. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | Merge pull request #4578 from dermoth/ddns_afraidv2champtar2017-07-16
|\ \ \ | | | | | | | | ddns-scripts: Add afraid.org version 2 API
| * | | ddns-scripts: Add afraid.org version 2 APIThomas Guyot-Sionnest2017-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | afraid.org has a new update API with better IPV6 support. It needs to be specifically enabled for each domain, so the original v1 api has been Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
* | | | Merge pull request #4591 from commodo/ovs-upgrade-2-7-1champtar2017-07-15
|\ \ \ \ | | | | | | | | | | openvswitch: bump to version 2.7.1
| * | | | openvswitch: bump to version 2.7.1Alexandru Ardelean2017-07-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | openssh: add ssh_host keys to openssh-server/conffilesPeter Wagner2017-07-15
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>