aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* Merge pull request #4107 from stangri/vpnbypassHannu Nyman2017-03-05
|\ | | | | vpnbypass: No longer depends on hardcoded WAN interface name.
| * vpnbypass: reworked output formatting and logic.Stan Grishin2017-03-05
| | | | | | | | | | | | | | | | | | | | | | vpnbypass: No longer depends on hardcoded WAN interface name). vpnbypass: Table ID, IPSET name and FW_MARK as well as FW_MASK can be defined in config file. vpnbypass: Uses iptables, not ip rules for handling local IPs/ranges. vpnbypass: More reliable creation/destruction of VPNBYPASS iptables chain. vpnbypass: Updated Web UI enables/start and stops/disables service. vpnbypass: Beautified output. Signed-off-by: Stan Grishin <stangri@melmac.net>
* | Merge pull request #4106 from dibdot/travelmateHannu Nyman2017-03-05
|\ \ | | | | | | travelmate: update 0.4.1 (release 2)
| * | travelmate: update 0.4.1 (release 2)Dirk Brenken2017-03-05
| | | | | | | | | | | | | | | | | | | | | * revert start priority change * mute standard logging even more Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #4105 from dibdot/travelmateHannu Nyman2017-03-04
|\| | | | | | | | travelmate: update 0.4.1
| * | travelmate: update 0.4.1Dirk Brenken2017-03-04
| | | | | | | | | | | | | | | | | | | | | | | | * mute useless logging in "active mode" * optimize startup behaviour * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | irssi: update to 1.0.1Peter Wagner2017-03-04
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #4102 from dibdot/travelmateHannu Nyman2017-03-03
|\| | | | | | | | travelmate: release 0.4.0
| * | travelmate: release 0.4.0Dirk Brenken2017-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add an "active mode", where travelmate will be restarted every n seconds (default 60) and checks existing uplink connection regardless of ifdown event trigger (disabled by default) * enhance multiple radio support * fix the ap detection * respect different radios during scanning & connection handling * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | unbound: improve maintenance of trust anchorEric Luehrsen2017-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound UCI tries to protect embedded flash from excess use. Unbound RFC5011 KSK tracking can rewrite root.key every few minutes to an hour. It also writes and destroys files in the same directory during the process. Recommended UCI delays for copying busy work in /var/ back to /etc/ may be too conservative. These are all changed from 28 to 9 days. The RFC5011 KSK results were also destroyed by an init.d restart, even if /var/ is mounted on persistent storage like USB drive. /var/lib/unbound/root.key is now preserved during this process, unless a newer key is installed in /etc/ manually or package update. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | net-snmp: enable agent/extend MIBStijn Tintel2017-03-01
| | | | | | | | | | | | | | | | | | Closes #4085. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #4088 from dibdot/adblockHannu Nyman2017-02-28
|\ \ \ | | | | | | | | adblock: release 2.4.0 (release 2)
| * | | adblock: release 2.4.0 (release 2)Dirk Brenken2017-02-28
| | | | | | | | | | | | | | | | | | | | | | | | * add missing sort step if tld compression was disabled Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4086 from dibdot/adblockHannu Nyman2017-02-28
|\| | | | | | | | | | | adblock: release 2.4.0
| * | | adblock: release 2.4.0Dirk Brenken2017-02-28
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add tld compression, this new "top level domain compression" removes up to 40 thousand needless host entries from the block lists and lowers the memory footprint for the dns backends by 8-10 MByte * optimize restart behavior in case of an error * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #4083 from salzmdan/masterHannu Nyman2017-02-28
|\ \ \ | |/ / |/| | knot: update to 2.3.3
| * | knot: update to 2.3.3Daniel Salzman2017-02-28
| | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | Merge pull request #4068 from danrl/wgHannu Nyman2017-02-27
|\ \ \ | | | | | | | | net/wireguard: add support for fwmark option
| * | | net/wireguard: add support for fwmark optiondanrl2017-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for the fwmark option. FwMark is a 32-bit fwmark for outgoing packets. If set to 0 or "off", this option is disabled. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | openssh: Fix ssl-engine supportMartin Schiller2017-02-27
| | | | | | | | | | | | | | | | Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | Merge pull request #4058 from nikil/bitlbeeHannu Nyman2017-02-26
|\ \ \ \ | | | | | | | | | | bitlbee: Update to 3.5.1
| * | | | bitlbee: Update to 3.5.1Nikil Mehta2017-02-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
* | | | | Merge pull request #4067 from oskar456/addrwatchHannu Nyman2017-02-26
|\ \ \ \ \ | | | | | | | | | | | | addrwatch: fix imagebuilder and config file name
| * | | | | addrwatch: fix typo in config file nameOndřej Caletka2017-02-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
| * | | | | addrwatch: fix complaint when adding addrwatch with image builderStan Grishin2017-02-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | Merge pull request #4053 from nikil/fpingHannu Nyman2017-02-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | fping: Update to 3.16
| * | | | | | fping: Update to 3.16Nikil Mehta2017-02-22
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
* | | | | | unbound: Update to 1.6.1 with 2017 trust anchorEric Luehrsen2017-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound 1.6.1 has a few bug fixes for resource leaks, configuration robustness, compile environment interaction, and maintaining the trust anchor. The 2017 trust anchor (DS) is built into unbound and unbound-anchor. File /etc/unbound/root.key holds 2010/2017 DS record until 2018 https://www.icann.org/resources/pages/ksk-rollover https://www.iana.org/domains/root Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | unbound: bugfix add_local_fqdn with empty ULAEric Luehrsen2017-02-25
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | Merge pull request #4056 from dibdot/adblockTed Hess2017-02-24
|\ \ \ \ \ | |_|/ / / |/| | | | adblock: update 2.3.2
| * | | | adblock: update 2.3.2Dirk Brenken2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimize memory consumption & enable overall sort only on devices with > 64MB RAM, this prevents sort related kernel dumps Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | wireguard: version bumpdanrl2017-02-23
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | pptpd: run service in foreground for procd compatibilityRafał Miłecki2017-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To have service working nicely with procd it should be running in the foreground. Otherwise it's not possible to e.g. stop it with the init.d script. Luckily for us pptpd has a simple switch that allows it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Fixes: 15e7f611afb ("pptpd: convert init script to procd")
* | | | lighttpd: fix regression in local-redir used with url.rewrite-onceRafał Miłecki2017-02-23
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | This fixes upstream regression introduced in 1.4.40. It was reported & debugged in https://redmine.lighttpd.net/issues/2793 This fix is queued for 1.4.46 in the personal/gstrauss/master upstream branch. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | net/wireguard: add stub install sectionJason A. Donenfeld2017-02-21
| | | | | | | | | | | | | | | | | | This is in response to the metapackage discussion in openwrt/luci#1030. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | lighttpd: update to 1.4.45Rafał Miłecki2017-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.4.42 introduced a problem with starting lighttpd as OpenWrt/LEDE service. It was stopping whole init process at sth like: 783 root 1124 S {S50lighttpd} /bin/sh /etc/rc.common /etc/rc.d/S50lighttpd boot 799 root 1164 S /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf It was hanging until getting random pool: [ 176.340007] random: nonblocking pool is initialized and then immediately the rest of init process followed: [ 176.423475] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0 [ 176.430754] jffs2_build_filesystem(): unlocking the mtd device... done. [ 176.437615] jffs2_build_filesystem(): erasing all blocks after the end marker... done. This was fixed in 1.4.44, but bump directly to 1.4.45 while at it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | Merge pull request #4038 from kuoruan/aria2Hannu Nyman2017-02-20
|\ \ \ | | | | | | | | Aria2: Edit config and update
| * | | aria2: Update to v1.31.0Hsing-Wang Liao2017-02-20
| | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | | aria2: Add more feature choices and switch default XML parser library to Libxml2Hsing-Wang Liao2017-02-19
| | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | ser2net: update to 3.4Michael Heimpold2017-02-19
|/ / / | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #4030 from dibdot/travelmateHannu Nyman2017-02-18
|\ \ \ | | | | | | | | travelmate: update 0.3.5
| * | | travelmate: update 0.3.5Dirk Brenken2017-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add 'enabled' check in init script * support multiple radios (see online doc) * fix race condition in ap check Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4032 from kuoruan/webui-aria2Hannu Nyman2017-02-18
|\ \ \ \ | | | | | | | | | | webui-aria2: bump version
| * | | | webui-aria2: bump versionHsing-Wang Liao2017-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reduced package size. * Update to latest commit. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | wireguard: move into VPN-submenuSven Roederer2017-02-18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Wireguard is a VPN-implementation and should be located in VPN-submenu Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
* | | | Merge pull request #4022 from stangri/vpnbypassHannu Nyman2017-02-17
|\ \ \ \ | | |_|/ | |/| | vpnbypass: fix for flushing mangle table
| * | | vpnbypass: fix for flushing mangle tableStan Grishin2017-02-16
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #4019 from dibdot/adblockHannu Nyman2017-02-16
|\ \ \ \ | | |_|/ | |/| | adblock: update 2.3.1
| * | | adblock: update 2.3.1Dirk Brenken2017-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * various optimizations & corner case fixes * removed no longer needed debug information * polished up for forthcoming LEDE release ;-) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | net/luci-app-*: move luci apps to luci repodanrl2017-02-15
| |/ / |/| | | | | | | | | | | | | | | | | This is a long-needed clean-up. These applications are not gone! They live in the luci repo now, where all their friends already are. Signed-off-by: Dan Luedtke <mail@danrl.com>