aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* sqm-scripts: Smart Queue Management - experimental QoSHannu Nyman2014-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | sqm-scripts is a new QoS system from Cerowrt / Bufferbloat. I have tested it in my own community build. More info at: http://www.bufferbloat.net/projects/cerowrt/wiki/Smart_Queue_Management http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310 Dave Täht submitted this first via openwrt-devel mailing list in March 2014, but that was not picked up before the switch to Github: http://patchwork.openwrt.org/patch/5078/ Original code used as the base: https://github.com/dtaht/ceropackages-3.10/commit/8ce293611094a0d65c5b62ce80d25f0e30603cf5 I have modified: - set the default interface to be eth1, like the Openwrt default. - modified config to hide some of the advanced options by default - beautified Makefile a bit - added Toke Høiland-Jørgensen <toke@toke.dk> as the maintainer, as discussed in https://github.com/dtaht/ceropackages-3.10/issues/8#issuecomment-59215905 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* haproxy: patches from upstreamThomas Heil2014-10-14
| | | | | | | -[PATCH 1/2] BUG/MEDIUM: systemd: set KillMode to 'mixed' -[PATCH 2/2] BUG/MEDIUM: config: avoid skipping disabled proxies Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* openssh,ntpd: move USERID to the server only as the client utils don't need ↵Peter Wagner2014-10-14
| | | | | | a user/group Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #416 from fededim/mastersbyx2014-10-14
|\ | | | | sstp-client: new appication has been ported in packages feeds under net/sstp-client (version 1.0.9)
| * net/sstp-client: new package version 1.0.9Rupan2014-10-10
| | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | ddns-scripts: add retry loop to verify dns and proxyChristian Schoenebeck2014-10-11
| | | | | | | | | | | | | | | | Changed the verify of DNS server and proxy at script start to retry the verify if there are connection problems during verify plus some minor changes. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | ddns-scripts: Add MyDNS.JPepgdatacapbon2014-10-11
| | | | | | | | | | | | | | MyDNS.JP, a dynamic DNS service, is added to ddns-scripts. http://www.mydns.jp/ Signed-off-by: sstream <sstream00@yahoo.co.jp>
* | Merge pull request #408 from blogic/useridsbyx2014-10-10
|\ \ | | | | | | generic userid: use the new USERID api
| * | generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | | | | | | | | | | | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* | | net/mosquitto: Bump to version 1.3.5Karl Palsson2014-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Minor point release due to delay in 1.4. This is a bugfix release. See: http://mosquitto.org/2014/10/version-1-3-5-released/ for changelog Signed-off-by: Karl Palsson <karlp@remake.is>
* | | openconnect: fixed description of ca file locationNikos Mavrogiannopoulos2014-10-09
| | | | | | | | | | | | Resolves #407
* | | haproxy: maintenance release to fix no critical bugsThomas Heil2014-10-08
| | | | | | | | | | | | | | | | | | - bump to version 1.5.5 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | fastd: disable link-time optimization to fix build with current toolchainMatthias Schiffer2014-10-08
|/ / | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | tor: update to the latest stable versionPeter Wagner2014-10-07
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | mwan3: update to version 1.5-8Adze15022014-10-07
| | | | | | | | | | | | Fix bug introduced in version 1.5-7; args were not parsed to script. Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | ddns-scripts: fix problem during startupChristian Schoenebeck2014-10-06
| | | | | | | | | | | | | | fixes problem CRITICAL ERROR - custom update_script not found when extracting url and script from services / services_ipv6 file Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | haproxy: fixes from upstreamThomas Heil2014-10-06
| | | | | | | | | | | | | | | | | | | | | | - [PATCH 15/20] BUG/MEDIUM: remove debugging code from systemd-wrapper - [PATCH 16/20] BUG/MEDIUM: http: adjust close mode when switching to - [PATCH 17/20] BUG/MINOR: config: don't propagate process binding on - [PATCH 18/20] BUG/MEDIUM: check: rule-less tcp-check must detect - [PATCH 19/20] BUG/MINOR: tcp-check: report the correct failed step in - [PATCH 20/20] BUG/MINOR: config: don't propagate process binding for Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | ddns-scripts: Added support for custom update scriptsSteven Barth2014-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 2701c8868e1ef4949db57e53b27958edba6abb59 Author: Christian Schoenebeck <christian.schoenebeck@gmail.com> Date: Sun Oct 5 11:01:57 2014 +0200 ddns-scripts: Added support for custom update scripts Sample script Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> commit e07ecb90fa2c7404a97cf64024e89bd9d88aacd4 Author: Christian Schoenebeck <christian.schoenebeck@gmail.com> Date: Sun Oct 5 11:00:11 2014 +0200 ddns-scripts: Added support for custom update scripts Added support for custom update scripts with new option update_script. function get_service_url() renamed to get_service_data() and extended to detect scripts inside service / service_ipv6 for later use function send_update() modified to support custom update scripts. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> commit 39e41b2151a79a7ace71a9d40b87cd4d6ce09503 Author: Christian Schoenebeck <christian.schoenebeck@gmail.com> Date: Sun Oct 5 10:52:44 2014 +0200 ddns-scripts: Added support for custom update scripts Added support for custom update scripts with new option update_script Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> commit 33f264768e37d8a6fe564faaafa51a7b45a0ee19 Author: Christian Schoenebeck <christian.schoenebeck@gmail.com> Date: Sun Oct 5 10:48:21 2014 +0200 ddns-scripts: Insert description for NEW option update_script Insert description for NEW option update_script Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> commit 6f6a60244df53e0556f5c75845c69aa832f97e4c Author: Christian Schoenebeck <christian.schoenebeck@gmail.com> Date: Sun Oct 5 10:43:52 2014 +0200 ddns-scripts: Update PKG_RELEASE Update_PKG_RELEASE to reflect changes Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | ocserv: updated to 0.8.6Nikos Mavrogiannopoulos2014-10-05
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #394 from arfett/mastersbyx2014-10-05
|\ \ | | | | | | mwan3-luci: update to 1.3-5
| * | mwan3-luci: update to 1.3-5Aedan ARFETT Renner2014-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | new naming/wording - more generically mwan than mwan3 renamed cryptic variables/functions/etc everywhere removed unused and unnecessary variables everywhere cleaned up ugly and inefficient Lua and Javascript Signed-off-by: Aedan Renner chipdankly@gmail.com
* | | Merge pull request #376 from thess/rtorrent-rpcTed Hess2014-10-04
|\ \ \ | | | | | | | | rtorrent: enable rtorrent-rpc variant, update license info
| * | | rtorrent: enable rtorrent-rpc variant, update license infoTed Hess2014-09-29
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | ocserv: updated to 0.8.5Nikos Mavrogiannopoulos2014-10-04
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Currently tinc init script will delete the generated configuration folder ↵Alessio Caiazza2014-10-03
| | | | | | | | | | | | | | | | | | | | | | | | and then check if it will not exists in order to create it. This patch will first check if the generated configuration folder exists and then delete it, after that it will always create the configuration folder.
* | | | tinc: update MAINTAINER contact infoSaverio Proto2014-10-03
| | | |
* | | | tinc: update year in Copyright noticeSaverio Proto2014-10-03
| | | |
* | | | mwan3: update to version 1.5-7Adze15022014-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue where an manual ifup-ed interface would immediatly go down again Remove from init as mwan3 is not a service Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | Merge pull request #378 from Vasilis/update_lispmobsbyx2014-10-01
|\ \ \ \ | | | | | | | | | | lispmob: Update to 0.4.1
| * | | | lispmob: Update to 0.4.1Vasileios Lakafosis2014-09-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vasileios Lakafosis <lakafosi@cisco.com>
* | | | | Merge pull request #388 from br101/mastersbyx2014-10-01
|\ \ \ \ \ | | | | | | | | | | | | horst: Update to version 4.2
| * | | | | horst: Update to version 4.2Bruno Randolf2014-10-01
| | | | | |
* | | | | | ddns_scripts: url encode USERNAME and PASSWORDChristian Schoenebeck2014-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New function __urlencode() to remove special chars used in send_update() for username and password. username might have email address and password might have special chars for security reasons. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | ddns-scripts: Increment PKG_RELEASEChristian Schoenebeck2014-10-01
|/ / / / / | | | | | | | | | | | | | | | Increment PKG_RELEASE to reflect changes Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | Merge pull request #384 from arfett/mastersbyx2014-10-01
|\ \ \ \ \ | | |_|/ / | |/| | | mwan3-luci: update to 1.3-4
| * | | | mwan3-luci: update to 1.3-4Aedan Renner2014-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | put dummy echo command back in hotplug script send_alert function to avoid errors Signed-off-by: Aedan Renner chipdankly@gmail.com
| * | | | mwan3-luci: update to 1.3-3Aedan Renner2014-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | corrected name of last_resort option from "main" to "default" added blackhole option to policy selection on rule configuration Signed-off-by: Aedan Renner <chipdankly@gmail.com>
* | | | | Merge pull request #381 from arfett/mastersbyx2014-09-30
|\| | | | | | | | | | | | | | mwan-luci: update to 1.3-2
| * | | | mwan3-luci: update to 1.3-2Aedan ARFETT Renner2014-09-30
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added support for new last_resort option for policy configuration added dependencies for luci-mod-admin-full and luci-lib-nixio shortened length of menuconfig description lines reworded things on various pages changed date formatting in custom hotplug script default route checks now verify both destination/netmask are 0.0.0.0 condensed messy javascript lines and removed -F' ' from awk commands Signed-off-by: Aedan Renner <chipdankly@gmail.com>
* | | | ddns-scripts: send_update() detection private IPv4Christian Schoenebeck2014-09-30
| | | | | | | | | | | | | | | | correction of excluding private IPv4 in send_update() function. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | ddns-scripts: increment PKG_RELEASEChristian Schoenebeck2014-09-30
|/ / / | | | | | | | | | Increment PKG_RELEASE to reflect updates Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | ddns-scripts: increment PKG_RELEASEChristian Schoenebeck2014-09-29
| | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | ddns-scripts: fix ticket #17998: wrongly detect ipv4 start with 10x.x.x.xChristian Schoenebeck2014-09-29
|/ / | | | | | | | | Thanks to "eqsun" for report and offer of fix. Otherwise the ip address starts with 100~109 will be treated as invalid. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | ddns-scripts: Increment PKG_RELEASEChristian Schoenebeck2014-09-29
| | | | | | | | Increment PKG_RELEASE to reflect latest changes Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | ddns-scripts: add service two-dns.deChristian Schoenebeck2014-09-29
| | | | | | | | Requested by: Martin Röcker <roecker@empty-v.de> Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | Merge pull request #368 from etmatrix/mastersbyx2014-09-29
|\ \ | | | | | | ddns-script: With DSL connection ifconfig hasn't broadcast address but P-t-P
| * | With DSL connection ifconfig hasn't broadcast address but P-t-P so awk don't ↵etmatrix2014-09-28
| | | | | | | | | | | | match nothing
* | | openconnect: corrected instructionsNikos Mavrogiannopoulos2014-09-28
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: increased the timeout value for retryingNikos Mavrogiannopoulos2014-09-28
|/ / | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | horst: update to version 4.1Bruno Randolf2014-09-26
| | | | | | | | | | | | | | | | 4.1 has an important bugfix for platforms (such as ARM cns3xxx) where "char" does not default to "signed char" and other bugfixes. Also build with debugging enabled (-D flag) to enable debugging, the size increase is just +336B (on platform au1000).