aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #4098 from mattsm/masterImre Kaloz2017-03-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | miniupnpc: update to 2.0.20161216
| * | | | | | | | | miniupnpc: update miniupnpc to 2.0Mo Chen2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install listdevices as well Signed-off-by: Mo Chen <uncorrupt@gmail.com> Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
* | | | | | | | | | horst: Fix build for LEDEBruno Randolf2017-03-15
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fortified headers don't seem to like _GNU_SOURCE in this case, but we can remove that define since it's not needed. Add a patch for LEDE until a new horst version is released. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | | | Merge pull request #4024 from danrl/mwanHannu Nyman2017-03-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | net/mwan3-luci: removed application
| * | | | | | | | | net/mwan3-luci: removed applicationdanrl2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | | | | | Merge pull request #4023 from danrl/csharkHannu Nyman2017-03-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | net/cshark: remove luci-app-cshark
| * | | | | | | | | | net/cshark: remove luci-app-csharkdanrl2017-02-17
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | | | | | Merge pull request #4140 from zorxd/masterHannu Nyman2017-03-14
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | ddns-scripts: update dnsexit.com update URL+response
| * | | | | | | | | ddns-scripts: remove answer checking for dnsexitXavier Douville2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove answer checking for dnsexit as their API allows for too many return codes to handle them all. Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
| * | | | | | | | | ddns-scripts: increment PKG_RELEASEXavier Douville2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
| * | | | | | | | | ddns-scripts: update dnsexit.com update URL+response. Reference ↵Xavier Douville2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://downloads.dnsexit.com/ipUpdateDev.doc Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
* | | | | | | | | | gnunet: use PKG_MIRROR_HASHDaniel Golle2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | tor: update to version 0.2.9.10Hauke Mehrtens2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | | | | gnunet: update sourcesDaniel Golle2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RPS has now been ported, SET bugs were fixed Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | Merge pull request #4145 from EricLuehrsen/unbound_wipHannu Nyman2017-03-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | unbound: bugfix odhcpd scripts and localhost fqdn options
| * | | | | | | | | | unbound: bugfix init race condition invalid FQDNEric Luehrsen2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | options 'add_local_fqdn' and 'add_wan_fqdn' can be affected by race conditions when they are at level 4. Interface name may not be returned by network tools. The conf file has bad record formats and Unbound just will not load. Detect this and fall back to only the host FQDN (level 3). squash: improve documentation wording and format codes. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | | | | | | unbound: fix odhcpd trigger scriptAudric Schiltknecht2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Read UNBOUND_TXT_DOMAIN from main unbound configuration. This prevents records to be added into Unbound in the default 'lan' zone. Signed-off-by: Audric Schiltknecht <storm+github@chemicalstorm.org>
* | | | | | | | | | | Merge pull request #4146 from stangri/vpnbypassHannu Nyman2017-03-13
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | / / / / / / | | |_|_|/ / / / / / | |/| | | | | | | | vpnbypass: updated service enable/start logic.
| * | | | | | | | | vpnbypass: updated service enable/start logic.Stan Grishin2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | | gnunet: update sourcesDaniel Golle2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | gnurl: update to version 7.53.1Daniel Golle2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | irssi: update to 1.0.2Peter Wagner2017-03-12
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | Merge pull request #4136 from danrl/joolHannu Nyman2017-03-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | jool: update to upstream version 3.5.3
| * | | | | | | | | jool: update to upstream version 3.5.3danrl2017-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | | | | | | | | clamav: use PCRE2Lucian Cristian2017-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | Merge pull request #4113 from lucize/clamupdateHannu Nyman2017-03-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | clamav: update to 0.99.2
| * | | | | | | | | | clamav: depend on musl-fts only when USE_MUSLLucian Cristian2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add me as a maintainer Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
| * | | | | | | | | | clamav: update to 0.99.2Lucian Cristian2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added option DatabaseDirectory update depends on musl-fts libraries Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | Merge pull request #4122 from TDT-GmbH/mwan3_add_co_maintainerHannu Nyman2017-03-10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | net/mwan3: add me as co maintainer
| * | | | | | | | | | net/mwan3: add me as co maintainerFlorian Eckert2017-03-08
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | | Merge pull request #3585 from dedeckeh/strongswan_uciStijn Tintel2017-03-09
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | strongswan: UCI support
| * | | | | | | | | strongswan: uci config supportHans Dedecker2017-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to configure strongswan via uci. uci support is based on the following sections -ipsec : Global config items belonging in the strongswan.conf file -remote : Defines the remote peer(s) -tunnel : Defines the IPSec connections in tunnel mode -transport : Defines the IPSec connections in transport mode -crypto_proposal : Defines the different crypto proposals Signed-off-by: Pierre Lebleu <pme.lebleu@gmail.com> Signed-off-by: Gino Peeters <peeters.gino@gmail.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | | Merge pull request #4118 from dibdot/travelmateHannu Nyman2017-03-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | travelmate: update 0.4.2
| * | | | | | | | | | travelmate: update 0.4.2Dirk Brenken2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimized connection handling - removed needless timeouts & wireless commits * set the pre-configured reload timeout to a more conservative/realistic value of 30 seconds * further logging tweaks Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | treewide: use name in define and eval linesStijn Tintel2017-03-08
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | net/xinet.d: add /etc/xinet.d/ dir to conffiles (#4096)Florian Eckert2017-03-06
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | ntpd: restart instead of killall and startPeter Wagner2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | ntpd: only restart ntpd when the wan interface comes up and ntpd is enabledPeter Wagner2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | gnunet: fix buildDaniel Golle2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | experimental DHT implementations have been removed upstream. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | gnunet: update sourcesDaniel Golle2017-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | includes switch to new CADET implementation. rps hasn't been ported yet, hence marked as @BROKEN for now. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | 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>