aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* ntripclient: change source to githubNuno Goncalves2015-07-13
| | | | | | | | ntripclient developer agency http://igs.bkg.bund.de/ does not reliably provide a source mirror with version naming. Created a github repository to provide sources and allow contributions. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* sqm-scripts: Default to ECN on for egress.Toke Høiland-Jørgensen2015-07-12
| | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* [SQM] Fix simple.qos to allow using cake as ingress shaperSebastian Moeller2015-07-12
| | | | | | | | | | simple.qos had accidentally set up the egress shaper twice, once with the true egress parameters and a second time using the ingress parameters, effectively misconfiguring both directions. This bub only affected situations where 3-tier ingress classification was used. Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* [SQM] Fix sqm_logger to accept empty strings as inputSebastian Moeller2015-07-12
| | | | | | | | sqm_logger tried tro wait indefinitely if passed an empty string. This in turn makes sqm-scripts hang. Quoting the input argument in sqm_logger seems to fix the problem. Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* [SQM] Fix changes relating to cake lnk layer adjustmentsSebastian Moeller2015-07-12
| | | | | | | | | | | The last batch of changes tried to teach the GUI to pass link layer options to cake but forgot to actually call the function that parses the GUI variables and used it as a string insteead. So this fixes that it also tries to allow the use of the tc_stab link layer adjustment method with cake so the implementations can be validated against each other easily. Needs testing... Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* [SQM/luci-app-sqm] Wire up link layer dandling for cakeSebastian Moeller2015-07-12
| | | | | | | | | | | | | The cake traffic-shaper qdisc omne stop solution knows how to handle link layer adjustments for ATM and can account for per packet overhead. This commit adds cake as link layer adjustment mechanism in the GUI and passes numerically specified overhead as well as the ATM linklayer keywords on to cake. This change also passes the "advanced option strings" from the Queue Discipline tab to cake. But as before no error checking. This needs testing, as I have no working cake qdisc available so caveat emptor... Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* luci-app-sqm: add cake supportDave Taht2015-07-12
|
* sqm-scripts: Support the cake qdisc.Dave Taht2015-07-12
| | | | Signed-off-by: Dave Taht <dave.taht@bufferbloat.net>
* [SQM/luci-app-sqm] Fix SQM GUI help messages.Sebastian Moeller2015-07-12
| | | | | | | | | | | | Make clear that configuration options guarded by checkboxes are only effective as long as those boxes are checked. The sqm gui has giarded some advanced configuration options behind exposing checkboxes, meaning these optiopn's values were only used as long as those boxes were checked. This commit just improves the description of the checkboxes to included this useage instruction... Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* [SQM/luci-app-sqm] Enable sqm initiscript if a single sqm instance gets enabledSebastian Moeller2015-07-12
| | | | | | | | | | | | | | | The SQM gui has confused its users with an enable button, that only served to selecively activate/de-activate sqm instances instead of controlling sqm's initscript (which needs to be enabled so the sqm properly starts up after a reboot and also for hotplug to work properly). luci-app-sqm will now enable sqm's initscript when a single sqm instance get enabled. It also informs the user about this fact in the top margin of the sqm page. Note sqm will not disable the initscript behind the user's back if sqm instances get disabled. While I would have prefered this notice to be more prominent an attentive user should notice, and most users should not care anyway. This also increases the package release number. Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* Adopt the netperf package.Toke Høiland-Jørgensen2015-07-12
| | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* iotivity: deactivate it on uClibcHauke Mehrtens2015-07-12
| | | | | | | | | | | | | IoTivity makes use of std::sto* and this is deactivated because GCC things uClibc does not support C11, but it supports this part, not C11 completely. To make IoTivity work with uClibc a patch for this bug is needed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393 An option would be this patch: https://github.com/maximeh/buildroot/blob/master/package/gcc/4.9.1/850-libstdcxx-uclibc-c99.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* Merge pull request #1547 from adam2104/masterSteven Barth2015-07-11
|\ | | | | dnscrypt-proxy: add support for -E/--ephemeral-keys option.
| * dnscrypt-proxy: add support for -E/--ephemeral-keys option.Adam Gensler2015-07-07
| | | | | | | | Signed-off-by: Adam Gensler <openwrt@a.gnslr.us>
* | sslh: disable libpcre probe supportJonathan McCrohan2015-07-11
| | | | | | | | | | | | | | | | | | | | Backport upstream commit 3aefaf3 which allows sslh to be built without libpcre support. This was brought about by the move to musl which doesn't support the non-POSIX REG_STARTEND regexec eflag. Fixes: #1506 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | Merge pull request #1169 from ryzhovau/lighttpd_luaTed Hess2015-07-08
|\ \ | | | | | | lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
| * | lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnetAlexander Ryzhov2015-04-23
| | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | openconnect: corrected port descriptions in READMENikos Mavrogiannopoulos2015-07-08
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | ocserv: more explicit documentationNikos Mavrogiannopoulos2015-07-08
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: corrected call to proto_add_host_dependencyNikos Mavrogiannopoulos2015-07-07
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Merge pull request #1549 from salzmdan/masterSteven Barth2015-07-07
|\ \ \ | | | | | | | | knot: update to 1.6.4
| * | | knot: update to 1.6.4Daniel Salzman2015-07-07
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | Merge pull request #1546 from arfett/masterSteven Barth2015-07-07
|\ \ \ \ | | | | | | | | | | mwan3-luci updates for CC/trunk compatibility
| * | | | mwan3-luci update to version 1.4-3arfett2015-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed two issues in Chaos Calmer and trunk: -troubleshooting page not displaying -UCI arguments out of order because of switch to musl c library from uclibc Signed-off-by: Aedan "arfett" Renner <chipdankly@gmail.com>
* | | | | gnunet: bump source, improve packagingDaniel Golle2015-07-07
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix two typos in Makefile * package transports seperately * enable all installed transports by default * use logfile so we don't stdio-choke gnunet-service-arm -> should use syslog instead... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | tinc: version bump 1.0.26Saverio Proto2015-07-06
| | | | | | | | | | | | | | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* | | | Merge pull request #1539 from t-8ch/esniperTed Hess2015-07-06
|\ \ \ \ | |/ / / |/| | | esniper: add esniper
| * | | esniper: add esniperThomas Weißschuh2015-07-04
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
* | | | Merge pull request #1533 from leitec/add-ngircd-v2Steven Barth2015-07-06
|\ \ \ \ | | | | | | | | | | [v2] ngircd: import from oldpackages and update to 22.1
| * | | | ngircd: update to release 22.1Claudio Leite2015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also enable IPv6 by default, depending on the OpenWrt build config. Signed-off-by: Claudio Leite <leitec@staticky.com>
| * | | | ngircd: make myself the maintainerClaudio Leite2015-07-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Claudio Leite <leitec@staticky.com>
| * | | | ngircd: import from oldpackages as-isClaudio Leite2015-07-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Claudio Leite <leitec@staticky.com>
* | | | | knxd: Fix build dependencies w/argp-standalone, add libstdcppTed Hess2015-07-04
| |/ / / |/| | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | haproxy: fixes from upstreamheil2015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - BUILD/MINOR: tools: rename popcount to my_popcountl - BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data Signed-off-by: heil <heil@terminal-consulting.de>
* | | | squid: drop musl compat patchLuka Perkov2015-07-03
|/ / / | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | Merge pull request #1530 from aa65535/masterSteven Barth2015-07-03
|\ \ \ | | | | | | | | shadowsocks-libev: add package
| * | | shadowsocks-libev: use realname in the maintainer tagaa655352015-07-03
| | | | | | | | | | | | | | | | Signed-off-by: aa65535 <aa65535@live.com>
| * | | shadowsocks-libev: add packageaa655352015-07-03
| | | | | | | | | | | | | | | | | | | | | | | | Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes. Signed-off-by: aa65535 <aa65535@live.com>
* | | | Merge pull request #1015 from aTanW/masterSteven Barth2015-07-03
|\ \ \ \ | | | | | | | | | | ipsec-tools: racoon uci integration
| * \ \ \ Merge https://github.com/openwrt/packagesaTanW2015-06-28
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: net/ipsec-tools/Makefile
| * | | | | ipsec-tools: racoon uci integrationaTanW2015-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- b/net/ipsec-tools/Makefile | 16 - b/net/ipsec-tools/files/functions.sh | 137 +++++++++ b/net/ipsec-tools/files/p1client-down | 41 ++ b/net/ipsec-tools/files/p1client-up | 41 ++ b/net/ipsec-tools/files/racoon | 109 +++++++ b/net/ipsec-tools/files/racoon.init | 478 +++++++++++++++++++++++++++++++++- b/net/ipsec-tools/files/vpnctl | 19 + net/ipsec-tools/files/racoon.conf | 36 -- 8 files changed, 824 insertions(+), 53 deletions(-)
* | | | | | Merge pull request #1516 from bk138/ola-0.9.6Steven Barth2015-07-03
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ola: Update to 0.9.6, tidy up makefile, try to resolve build dependencies
| * | | | | ola: update to 0.9.6, tidy up makefile, try to resolve build dependencies.Christian Beier2015-07-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* | | | | | haproxy: fixes from upstreamheil2015-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | Merge pull request #1471 from jow-/shadowsocks-fortify-compatJo-Philipp Wich2015-07-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | shadowsocks-client: fix fortify source compatibility
| * | | | | | shadowsocks-client: fix fortify source compatibilityJo-Philipp Wich2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The shadowsocks source uses the name `encrypt` which is already reserved by the `unistd.h` header. Rename the local `encrypt` and `decrypt` functions to `crypto_encrypt` and `crypto_decrypt` in order to prevent clashes with the standard headers. Fixes the following build error oberserved on the buildbot: In file included from client.c:19:0: crypto.h:18:5: error: conflicting types for 'encrypt' int encrypt(int sockfd, struct link *ln); ^ In file included from .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/fortify/unistd.h:20:0, from client.c:12: .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/unistd.h:145:6: note: previous declaration of 'encrypt' was here void encrypt(char *, int); ^ make[3]: *** [sslocal] Error 1 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | ocserv: updated to 0.10.6Nikos Mavrogiannopoulos2015-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | iotivity: add IoTivityHauke Mehrtens2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IoTivity is a Internet of Things framework implementing the Open Interconnect Consortium Specification. The current version of IoTivity is still in heavy development and does not support all its intended features, but I still want to add it to the packages feed to make it easier for others to extend the OpenWrt support. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* | | | | | | squid: bump version to 3.5.5Marko Ratkaj2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | Merge pull request #1495 from oskar456/unboundecdsaSteven Barth2015-07-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | unbound: Support for validating ECDSA DNSSEC signatures