aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | ddns-scripts: Update to version 2.1.0-3Christian Schoenebeck2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed special handling for dynamic_dns_helper.sh and url_escape.sed in Makefile/postinst - minor fixes in logging - allow retry_count of "0" to run infinite retrys on error -- https://dev.openwrt.org/ticket/18382 - changed naming of .dat and .err file to have one per section, not one per process - defer hotplug helper from 25-ddns to 95-ddns (according initscript START=95) -- https://github.com/openwrt/packages/issues/568 (#568) - fix commandline for busybox wget -- https://dev.openwrt.org/ticket/18411 -- https://dev.openwrt.org/ticket/18437 -- https://github.com/openwrt/packages/issues/605 (#605) - remove checking answer from ddns provider because there are to many different. Some providers do not follow API from dyndns.com Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | ipsec-tools: Use procd in racoon's init scriptNoah Meyerhans2014-12-06
| | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | bind: Use procd in /etc/init.d/namedNoah Meyerhans2014-12-06
| | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | openconnect: simplified cmdline appendingNikos Mavrogiannopoulos2014-12-05
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | ocserv: enable the X-CSTP-DynDNS headerNikos Mavrogiannopoulos2014-12-05
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: added upstream patch for dynamic IPsNikos Mavrogiannopoulos2014-12-05
| | | | | | | | | | | | That requires an update to ocserv as well to advertise them.
* | | haproxy: update to version 1.9 patch 02Thomas Heil2014-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BUILD: fix "make install" to support spaces in the install dirs - BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks - BUG/MEDIUM: ssl: fix bad ssl context init can cause segfault in case of OOM. - BUG/MINOR: samples: fix unnecessary memcopy converting binary to string. - BUG/MEDIUM: connection: sanitize PPv2 header length before parsing address information - BUG/MEDIUM: pattern: don't load more than once a pattern list. - BUG/MEDIUM: ssl: force a full GC in case of memory shortage - BUG/MINOR: config: don't inherit the default balance algorithm in frontends - BUG/MAJOR: frontend: initialize capture pointers earlier - BUG/MINOR: stats: correctly set the request/response analysers - DOC: fix typo in the body parser documentation for msg.sov - BUG/MINOR: peers: the buffer size is global.tune.bufsize, not trash.size - MINOR: sample: add a few basic internal fetches (nbproc, proc, stopping) - BUG/MAJOR: sessions: unlink session from list on out of memory - BUG/MEDIUM: patterns: previous fix was incomplete - BUG/MEDIUM: payload: ensure that a request channel is available Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Merge pull request #592 from ageekymonk/chilli_proxyImre Kaloz2014-12-04
|\ \ \ | | | | | | | | coova-chilli: adding menuconfig option for enabling chilli proxy
| * | | Coova-chilli: Adding Menu option for enabling chilli proxy.Ramanathan Sivagurunathan2014-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chilli proxy is used when one does not want to setup AAA server but want to handle AAA through http. Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Ramanathan Sivagurunathan ramzthecoder@gmail.com
* | | | strongswan: correctly install plugin include configsSteven Barth2014-12-04
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | git: update to 2.2.0Peter Wagner2014-12-04
|/ / / | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | nmap: dont build zenmap by default.Nuno Goncalves2014-12-03
| | | | | | | | | | | | | | | | | | | | | Fixes https://dev.openwrt.org/ticket/18436. Closes #577. Signed-off-by: Nick Potts nicholas.potts@googles-email-system.com
* | | openvswitch: use EXTRA_CFLAGS instead of KCFLAGSAlexandru Ardelean2014-12-03
| | | | | | | | | | | | | | | | | | The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | openvswitch: switch patch with patch from ovs trunkAlexandru Ardelean2014-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After a few discussions with the guys working on OpenVSwitch they've recommended we use the EXTRA_CFLAGS env var for setting flags for the kernel module. They've updated the trunk with a patch to accomodate that. That patch is also in this commit, and replaces a patch that I proposed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Revert "aria2: enable bittorrent and metalink by default"Steven Barth2014-11-30
| | | | | | | | | | | | | | | | | | As per maintainer's request. Signed-off-by: Steven Barth <steven@midlink.org>
* | | coova-chilli: move to githubImre Kaloz2014-11-30
| | | | | | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | | ocsev: define _XOPEN_SOURCE when search for or using crypt()Nikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | | | | | | | Resolves #544 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | ocserv: updated to 0.8.8 and added dependency on libhttp-parserNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: when serverhash or cafile are present, set --no-system-trustNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: made server IP resolving on reconnection conditionalNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: updated to 7.00Nikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | opentracker: bump git codebase to 20141007Daniel Golle2014-11-27
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | freeradius2: bump to version 2.2.6Daniel Golle2014-11-27
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | aria2: enable bittorrent and metalink by defaultwidewing2014-11-26
| | | | | | | | | | | | Signed-off-by: Gavin Ni <gisngy@gmail.com>
* | | Merge pull request #563 from antonlacon/license-updatesSteven Barth2014-11-26
|\ \ \ | | | | | | | | License updates and metadata typo correction
| * | | ntpd: add SPDX license informationIan Leonard2014-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | lftp: add PKG_LICENSE SPDX informationIan Leonard2014-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | libv4l/tgt/hdparm/pciutils: disable MIPS16Steven Barth2014-11-25
|/ / / | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | ntpd: fix a small typo in the default descriptionMichael Heimpold2014-11-23
| | | | | | | | | | | | | | | | | | | | | Reported by amanual on IRC, thanks. While at, update copyright timestamp. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | znc: link to libstdc++ to fix performance issues on channel joinJonas Gorski2014-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++ uses a naive linked-list implementation with horrible performance, which can cause joins to take a few minutes on popular channels. Therefore Switch to libstdc++ which uses a much more performant hashmap. ZNC by itself is already rather large, so the added footprint of libstd++ vs uclibc++ does not matter that much anyway. Should fix #11778. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | haproxy: patches from upstreamThomas Heil2014-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [PATCH 1/6] BUILD: fix "make install" to support spaces in the - [PATCH 2/6] BUG/MEDIUM: ssl: fix bad ssl context init can cause - [PATCH 3/6] BUG/MEDIUM: ssl: force a full GC in case of memory - [PATCH 4/6] BUG/MEDIUM: checks: fix conflicts between agent checks - [PATCH 5/6] BUG/MINOR: config: don't inherit the default balance - [PATCH 6/6] BUG/MAJOR: frontend: initialize capture pointers earlier Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Fwknop: Update to 2.6.4Jonathan Bennett2014-11-17
| | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | | ddns-scripts: new Version 2.1.0-2Christian Schoenebeck2014-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - moved /usr/lib/ddns/dynamic_dns_lucihelper.sh from luci-app-ddns into this package (Github openwrt/luci issue 251) (OpenWrt Trac tickets 18326 18347) - fix: dynamic_dns_update.sh did not loop (OpenWrt Trac ticket 18336) - add provider cloudflare.com IPv4 and IPv6 (Thanks to Paul for support and testing) (OpenWrt Trac ticket 12500) - modified detection, if dynamic_dns_fuctions are used by dynamic_dns_lucihelper.sh - redirect stdout of wget,curl,host,nslookup,nc etc to /tmp/ddns_$$.dat and *.err instead of variables - extended error detection in get_local_ip function - modified verify of option ip_script to allow parameters, when calling - add provider selfhost.de IPv4 - add provider no-ip.pl (nothing to do with no-ip.com) (Github openwrt/packages issue #542) IPv4 (tested) and also added for IPv6 (NOT tested) because client IP is autodetected be provider - add getlocalip_sample.sh as sample script for usage of option ip_source 'script' together with option ip_script '/usr/lib/ddns/getlocalip.sh -4' - cleanup whitespaces at line ends Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | fastd: update to v16Matthias Schiffer2014-11-15
| | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | fastd: update to v15Matthias Schiffer2014-11-12
| | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | Merge pull request #448 from jow-/freeradius-ssl-versionsbyx2014-11-11
|\ \ \ | | | | | | | | freeradius2: relax SSL version checks
| * | | freeradius2: relax SSL version checksJo-Philipp Wich2014-10-20
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge upstream commit 5ae2a70a135062a025d8fabc104eeae3a2c53a7a to relax the SSL library version check at runtime. The objective is to avoid the need for rebuilding freeradius2 whenever we push binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for reference. Please backport this change to the for-14.07 branch as well. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | bmon: Remove unrecognized configure flagsBaptiste Jonglez2014-11-10
| | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
* | | bmon: Fix libncursesw dependencyBaptiste Jonglez2014-11-10
| | | | | | | | | | | | | | | | | | | | | When libncursesw is available, bmon uses it instead of libncurses. This commit adapts the dependencies accordingly. Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
* | | ddns-scripts: Update to Version 2.1.0-1 see descriptionChristian Schoenebeck2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed postinst and prerm in Makefile - implementation of provider specific update scripts into services and services_ipv6 file. first Provider "no-ip.com" - Thanks to DarkStarXxX for request and testing - finished uci/ddns wiki at http://wiki.openwrt.org/doc/uci/ddns - rewritten retry management - rewritten logging including following Issue 469 https://github.com/openwrt/packages/issues/469 - stop running sections on hotplug ifdown event (like start on ifup) - implement trap detection also kill "sleep" child processes SIGHUP to reload configuration (not really reloading, simply starting a new process) /etc/init.d/ddns reload implemented - code optimization - new provider LoopiaDNS.se Issue 494 https://github.com/openwrt/packages/issues/494 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | sqm-scripts: Modify installation step to ensure correct file permissionsHannu Nyman2014-11-09
| | | | | | | | | | | | | | | | | | | | | Use INSTALL_BIN & INSTALL_DATA macros instead of cp to ensure correct file permissions for the executable files. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | haproxy: bump to version 1.5.8Thomas Heil2014-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Released version 1.5.8 with the following main changes : - BUG/MAJOR: buffer: check the space left is enough or not when input data in a buffer is wrapped - BUG/BUILD: revert accidental change in the makefile from latest SSL fix Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Change default bcp38 interface to be eth1, don't enable by default.Toke Høiland-Jørgensen2014-11-05
| | |
* | | Add luci-app-bcp38 packageToke Høiland-Jørgensen2014-11-05
| | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | Make PKG_LICENSE for BCP38 SPDX compatible.Toke Høiland-Jørgensen2014-11-05
| | |
* | | Add BCP38 implementation package (from CeroWrt).Toke Høiland-Jørgensen2014-11-05
| | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | mdnsresponder: add spdx tagSteven Barth2014-11-03
| | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | sqm-scripts: use masks with markingsHannu Nyman2014-11-02
| | | | | | | | | | | | | | | | | | Apply mask for markings to enable co-existence with multiwan, mwan3 etc. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #488 from commodo/ovs-fix-kernel-3.12champtar2014-10-31
|\ \ \ | | | | | | | | openvswitch: add +kmod-vxlan dependency for kernels >= 3.12