summaryrefslogtreecommitdiffhomepage
path: root/protocols
AgeCommit message (Collapse)Author
2017-06-19luci-proto-openconnect: remove "interface" fieldYousong Zhou
It's not needed anymore and removed in the openconnect package Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (cherry picked from commit dfd082c53bfb607b0c78973095ab49f831b7e1ac)
2017-06-19luci-proto-openconnect: allow setting mtu, password2Yousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (cherry picked from commit cf8146ff6779b5b97933d48a6eda8292b792b36b)
2017-06-01luci-proto-wireguard: use "Optional" instead of "Optional." as translationJo-Philipp Wich
This allows sharing the translation string with other components. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-06-01luci-proto-ipv6: use "Automatic" instead as "automatic" as translation labelJo-Philipp Wich
This allows sharing a common translation string with all other protocols. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-06-01luci-proto-openconnect: fix authgroup translationJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-14luci-proto-wireguard: enable addressing for tunnel interfacesdanrl
Enable static addresses on WireGuard tunnel interfaces without requiring an static address interface. This removes the requirement to use a static address interface on top of a WireGuard tunnel interface in the majority of cases. In the past, users have been confused by the current approach and asked for a simpler way to configure WireGuard interfaces. Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-12-21Merge pull request #840 from TouchStar/support_proto_qmiDaniel Dickinson
luci-proto-qmi: Added support for QMI Cellular
2016-12-15luci-proto-qmi: Added support for QMI CellularDavid Thornley
Derived mostly from (ppp) 3g implementation. Currently exposing the following configuration through cbi (apn/pincode/username/password/auth/ipv6). Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
2016-12-01Merge pull request #787 from rogerpueyo/luci-proto-ipipChristian Schoenebeck
luci-proto-ipip: Add package
2016-12-01luci-proto-wireguard: Fix misleading descriptiondanrl
Description was misleading, as the routes are not created automatically. We have a flag to create routes. Added a hint what to fill into the AlledIPs field as users repeatedly have struggled to use it correctly. Thanks to Stefan Agner for providing feedback on this. Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-11-21luci-proto-ipip: Add packageRoger Pueyo Centelles
This package adds LuCI support for IPIP tunnels (IPv4-in-IPv4 RFC2003) Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2016-11-19luci-proto-wireguard: do not depend on meta-packagedanrl
Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-11-15luci-proto-wireguard: input validation optimizationdanrl
2016-11-15luci-proto-wireguard: added maintainerDan Lüdtke
Signed-off-by: Dan Lüdtke <mail@danrl.com>
2016-11-15luci-proto-wireguard: WireGuard VPN Protocol (New)danrl
WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It runs over UDP. Signed-off-by: Dan Lüdtke mail@danrl.com
2016-06-28luci-proto-vpnc: further typo fixesJuan Manuel M
2016-06-28Fixed luci-proto-vpnc typos which rendered it unusableJuan Manuel M
2016-01-10luci-proto-ipv6: allow hostnames for dslite peer addresses (#621)Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-12-17Merge pull request #579 from cshore/pull-request-protocol-vpncJo-Philipp Wich
protocols: vpnc: Add vpnc as a network protocol
2015-12-16protocols: vpnc: Add vpnc as a network protocolDaniel Dickinson
2015-12-15validation: Add option ipv4only option to host and hostport datatypesDaniel Dickinson
Some applications only support ipv4 so add ipv4only option to host and hostport datatypes so that for thos applications that when an IP address is specified only and ipv4 ip address gets accepted.
2015-12-02luci-proto-ppp: l2tp: allow specifying port in "server" optionYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-11-03luci-proto-ppp: add support for ppposshYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-10-02proto_map: fix ealen rangeSteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-05-17IPv6 updatesSteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-05-02luci-proto-ipv6: correct aiccu options defaultsPaul Oranje
- requiretls default set to disabled - corrected syntax errors in default values of Flag options for nat, verbose and requiretls.
2015-05-02Merge branch 'master' of https://github.com/openwrt/luci into ↵Paul Oranje
proto=ipv6+aiccu+fixes
2015-04-10Fix typo in last commitSteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10proto_hnet: fix homenet dependencySteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10proto_hnet: add missing categoriesSteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-29luci-proto-openconnect: Added option for default gatewayNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-18luci-proto-ipv6: fix aiccu requiretlsPaul Oranje
2015-02-08Merge pull request #315 from poranje/proto-ipv6+aiccuJo-Philipp Wich
luci-proto-ipv6: add aiccu
2015-02-08openconnect: ask for the output interface nameNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-06luci-proto-ipv6: aiccu fixed ip6prefix datatypePaul Oranje
2015-02-06luci-proto-ipv6: aiccu improvementsPaul Oranje
- option heartbeat as tunnel type (heartbeat or AYIYA) (inspired by idea of openwrt forum user thefRont) - another typo fix in the mtu option
2015-02-04luci-proto-ipv6: fix typo in aiccu mtu rangePaul Oranje
2015-02-04luci-proto-ipv6: set aiccu mtu option rangePaul Oranje
2015-02-04luci-proto-ipv6: add aiccuPaul Oranje
initial commit
2015-01-16Update my email addresses in the license headersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16Globally reduce copyright headersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16luci-proto-3g: add dialnumber optionLuiz Angelo Daros de Luca
UCI network already permit dialnumber option for 3g interfaces. This adds dialnumber to luci protocol 3g. Also it introduces a new translation string "Dial number", added to template and updated on each language (all empty but pt-br). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-15protocols: fix keepalive settings for pppd based protocolsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-29openconnect proto: added missing makefileNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-20Added luci configuration for openconnect protocolNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-01proto/ipv6: emit a validation error if 6in4 username is still an md5sumJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-06-19hnet: update mode selectionSteven Barth
2014-06-11build: introduce luci-baseJo-Philipp Wich
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, modules/admin-core, themes/base and protcols/core into modules/base and renames luci-lib-core to luci-base.
2014-06-10hnet: update protocol configurationSteven Barth