aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | git: update to 2.11.1Peter Wagner2017-02-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #3955 from diizzyy/patch-32Hannu Nyman2017-02-05
|\ \ \ \ \ | | | | | | | | | | | | net/inadyn: Add inadyn to package repo
| * | | | | net/inadyn: Add inadyn to package repoDaniel Engberg2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds inadyn to package repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | Merge pull request #3939 from hauke/torHauke Mehrtens2017-02-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | tor: update to version 0.2.9.9
| * | | | | | tor: update to version 0.2.9.9Hauke Mehrtens2017-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | tinc: version bump 1.0.31Saverio Proto2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* | | | | | | Merge pull request #3958 from dibdot/adblockHannu Nyman2017-02-05
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | adblock: release 2.3.0
| * | | | | | adblock: release 2.3.0Dirk Brenken2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * automatically selects dnsmasq or unbound as dns backend * add the new 'adguard' source, a combined/quite effective block list * remove needless dns backend restarts * optimize adblock restart behavior * optimize block list processing on inotify enabled filesystems * better return code checking on block list download * fix boot function/startup on Chaos Calmer * fix a bug in blocklist removal function * add more (optional) debug output * move backup options to global config * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | vpnbypass: HOTFIX no longer incorrectly stopping service/reliable startStan Grishin2017-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed: stop function used to kill the hotplug file fixed: despite ubus wait_for network.interface.wan and WAN-IF hotplug, sometimes we'd get no WAN ip on start Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #3823 from cshore-firmware/pull-request-nutHannu Nyman2017-02-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | A number of fixes and enhancements to NUT
| * | | | | | | net/nut: Ship upsset.conf for nut-cgiDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per user request ship the sample upsset.conf file so that upsset functionality can be used with nut-cgi Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | | | net/nut: Avoid building with libwrap when presentDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't want non-deterministic builds do turn off libwrap in configure options. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | | | net/nut: Make myself maintainer per private mailDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current maintainer (Martin Rowe) offered to hand over maintership because I'm interested in doing more with the package than he requires for his own use, so he felt it made sense for me to maintain the package. I accepted, hence this commit. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | | | net/nut: Fix '/var/run' world readable warningDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use /var/run/nut as statepath and set appropriate owner and permissions on /var/run/nut in order to avoid pidfile for nut being world-readable. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | | | net-nut: Add UPS notifications via sendmailDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option to send email notification via sendmail (or replacement). Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | | | net/nut: Add back serial supportDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like serial support was accidentally dropped due to missing pieces on Config.in and Makefile. Add back serial support by fixing that. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | | | net/nut: Protect CGI via HTTP Basic AuthDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using uhttpd (the default), protect NUT CGI via HTTP Basic Auth. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
| * | | | | | | net/nut: Build optional separate packages and ucifyDaniel Dickinson2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a LuCI app (of which I have one written) ucification makes sense (and is in fact needed), so ucify the initscripts. Also, rather than making selection of things to include an image a matter of selecting compile-time config options, make optional things into seperate packages that are built in default builds, and leave selection of what to include or not up to the user (e.g. using ImageBuilder, or adding packages via opkg). Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | | | | | sqm-scripts: Bump to v1.1.3Toke Høiland-Jørgensen2017-02-03
| | | | | | | |
* | | | | | | | nginx: update to 1.10.3, add new module optionsVal Kulkov2017-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nginx to version 1.10.3. Add new configuration options to enable the following optional modules (disabled by default): - http_auth_request_module - http_v2_module - http_realip_module - http_secure_link_module Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | Merge pull request #3850 from diizzyy/patch-24Jo-Philipp Wich2017-01-31
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | wshaper: Retire package
| * | | | | | | wshaper: Retire packageDaniel Engberg2017-01-16
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wondershaper has been superseded by both qos-scripts and sqm-scripts, it's time to retire it for good. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | chrony: update to 3.1Miroslav Lichvar2017-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | | | strongswan: enable IKEv2 Mediation ExtensionStijn Tintel2017-01-30
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3905. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | adblock: bugfix 2.1.5 (release 2)Dirk Brenken2017-01-29
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | * fix wget/uclient-switch Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | net/dnscrypt-proxy: update to 1.9.4Damiano Renfer2017-01-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | | | sqm-scripts: Bump to v1.1.2, depend on kmod-sched-coreToke Høiland-Jørgensen2017-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The needed shaper modules are now in kmod-sched-core, so we don't need to depend on the full kmod-sched anymore. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | rsync and cifs-utils: update download addressHannu Nyman2017-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | samba.org has apparently started to enforce https-only downloads, so update the download links for rsync and cifs-utils. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | net/stunnel: Update to version 5.40Daniel Engberg2017-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | Update stunnel to 5.40 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #3903 from stangri/vpnbypassHannu Nyman2017-01-27
|\ \ \ \ \ | | | | | | | | | | | | vpnbypass: easy to configure service for split tunnelling
| * | | | | vpnbypass: initial commitStan Grishin2017-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed renamed option in stop_service Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed typo in makefile, switch FW_MARK to 0x010000 to play nice with SQM/mwan (thanks Hannu) Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: proper masking in setting mark Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: separating luci-app-vpnbypass into different tree Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed incorrect use of procd_add_reload_interface_trigger according to http://wiki.prplfoundation.org/wiki/Procd_reference Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | vnstat: update to v1.16Jo-Philipp Wich2017-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates vnStat to the latest stable version, drops obsolete patches. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | Merge pull request #3881 from tru7/knxdMichael Heimpold2017-01-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | knxd: bump to new version
| * | | | | | knxd: bump to new versionOthmar Truniger2017-01-18
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | unbound: error in README.md for unbound+dnsmasqEric Luehrsen2017-01-24
| | | | | |
* | | | | | nmap: bump version to 7.40 (all patches upstream)Nuno Goncalves2017-01-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | Merge pull request #3901 from dibdot/adblockHannu Nyman2017-01-23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | adblock: update 2.1.5
| * | | | | adblock: update 2.1.5Dirk Brenken2017-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix init boot function * made fetch utility check more bullet proof * automatically switch between default wget & uclient-fetch configuration * output link to online documentation on error * update documentation Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #3870 from jow-/pen-updateHannu Nyman2017-01-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | pen: update to v0.34.0
| * | | | | | pen: update to v0.34.0Jo-Philipp Wich2017-01-18
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the pen package to upstream release v0.34.0 in order to fix the following build error reported by the buildbot: ssl.o: In function `ssl_create_context': ssl.c:(.text+0x9c): undefined reference to `SSLv3_method' collect2: error: ld returned 1 exit status Also switch from PKG_MD5SUM to PKG_HASH with SHA256 while we're at it. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | Merge pull request #3841 from chris5560/ddns-scriptsHannu Nyman2017-01-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: fix detecting local ip from ip command
| * | | | | | ddns-scripts: 2nd fix detecting local ip from ip commandChristian Schoenebeck2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
| * | | | | | ddns-scripts: fix detecting local ip from ip commandChristian Schoenebeck2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix detecting local ip from ip command #3834 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | unbound: expand UCI to cover some popular dnsmasq featuresEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound+DHCP (server of your choice) should be able to replicate a lot of what dnsmasq provides. With this change set Unbound still works with dnsmasq, but also it can work with a plain DHCP server. Features have been added within the UCI itself to act like dnsmasq. - alone: name each interface relative to router hostname - alone: prevent upstream leakage of your domain and '.local' - dnsmasq: use dnsmasq UCI to configure forwarding clauses - dhcp: work with odhcpd as example of companion DHCP-DNS - dhcp: convert DHCPv4 leases into EUI64 SLAAC for DNS records - all: enable encrypted remote unbound-control using splice conf - all: allow user spliced conf-files for hybrid UCI and manual conf -- 'unbound_srv.conf' will be spliced into the 'server:' clause -- 'unbound_ext.conf' will add clauses to the end, example 'forward:' README HOW TO for dnsmasq-in-serial, dnsmasq-in-parallel, and unbound-with-odhcpd have better/added UCI starters. HOW TO for including unbound_srv.conf and unbound_ext.conf are added. Document new UCI: add_local_fqdn, add_wan_fqdn, dhcp4_slaac6, dhcp_link, domain, and domain_type Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | unbound: expand UCI support for odhcpd DHCP-DNSEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is bare minimum change in 'unbound.sh' and 'dnsmasq.sh' to migrate the UCI option set for more flexibility. The boolean(s) to link to dnsmasq are being changed to a state to include odhcpd. It is executable but a small step for clear change management. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | unbound: add odhcpd specific scripts to link DHCP-DNSEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The UCI for Unbound already links to dnsmasq, but what if with Unbound, we want to configure a plain dhcp server. Most servers can call a script for lease events. That script can then formulate DNS records and load them with unbound-control (dependency). The files added here work with OpenWRT/LEDE odhcpd, such that it can be run alone. They can be used as examples for any dhcp server. 'odhcpd.sh' is to be called by odhcpd when a lease event occurs. 'odhcpd.awk' is called internal to the shell script. The awk script handles any tricky reformating that may be required. /etc/config/dhcp config odhcpd 'odhcpd' option leasetrigger '/usr/lib/unbound/odhcpd.sh' Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | unbound: improve NTP hotplug behavior when Unbound is disabledEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If Unbound was disabled and at later time enabled, then it would operate in DNSSEC less-secure mode. When NTP hotplug was called, the timestamp file was not updated. This was found testing Unbound vs other tools (bind, dnsmasq). Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | sqm-scripts: Bump to v1.1.1, depend on kmod-sched-cakeToke Høiland-Jørgensen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kmod-sched-cake dependency is to avoid Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | Merge pull request #3567 from nikil/fpingHannu Nyman2017-01-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fping: Add package
| * | | | | | | fping: Add packageNikil Mehta2016-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com