summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-openvpn/luasrc
AgeCommit message (Collapse)Author
2018-09-17luci-app-openvpn: remove obsolete config optionsDirk Brenken
* remove obsolete config options according to openwrt/openwrt@89b8ba9, fix for #2135 * whitespace/intendation fixes * replace fieldset leftover with div * fix finally recipe options transfer to regular config with "Add" Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-14luci-app-openvpn: fix template based config creationDirk Brenken
* minimal fix to bring back openvpn config creation based on openvpn_recipes template, fix for #2146 Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-05-25Merge pull request #1481 from TDT-AG/luci-app-openvpn-fixesJo-Philipp Wich
luci-app-openvpn: several fixes
2018-04-13luci-app-openvpn: properly parse low PIDsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-06luci-app-openvpn: quote grep expression in getPID()Jo-Philipp Wich
Fixes c0d9c4f3c ("treewide: filter shell arguments through shellquote() where applicable") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-05treewide: filter shell arguments through shellquote() where applicableJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-02-15luci-app-openvpn: run '/etc/init.d/openvpn reload' after commitMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-02-15luci-app-openvpn: fix validity check for new instance input fieldMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-02-15luci-app-openvpn: use initscript to stop instancesMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2017-10-10[luci-app-openvpn] Added support for tls-crypt option.Vladimir Ulrich
Closes #1340 Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-05-04luci-app-openvpn: fix proto param selection in basicFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-04-25[luci-app-openvpn] Fixed ivalid checks for parameters in VPN tab.Vladimir Ulrich
closes #887 Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-04-12luci-app-openvpn: Fix default value for remote_random flagMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2017-03-14luci-app-openvpn: fix prettify refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-09luci-app-openvpn: prettify openvpn-advanced parameter setFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2016-06-28luci-app-openvpn: various fixes and optimizationsVladimir Ulrich
Closes #628 as suggestion was implemented and tested. Added PID handling function (Fixes https://dev.openwrt.org/ticket/21506). Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-03-25[luci-app-openvpn] Optimized code and added suggested fix from #650Vladimir Ulrich
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-12-17Merge pull request #437 from fkooman/issue-436Jo-Philipp Wich
introduce tls_version_min and tls_version_max, add key_direction and …
2015-12-03Merge pull request #559 from Arnie97/add-openvpn-protoJo-Philipp Wich
luci-app-openvpn: Add udp6 and tcp6 to proto
2015-12-03luci-app-openvpn: Add udp6 and tcp6 to protoArnie97
Signed-off-by: Yifeng Zhang <arnie97@gmail.com>
2015-11-30luci-app-openvpn: add route_nopull (#560)Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-10-07Globally replace luci.dispatcher.build_url(...) with url(...) invocationsJo-Philipp Wich
Also concat multiple string arguments into one while we're at it. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-08-22Enable setting --script-security in client mode.Srdjan Rosic
This is useful in client mode as well, since it allows one to use --route-noexec and --up <cmd> or --route-up <cmd> to create routes manually instead of relying on whatever routes vpn server pushes down to the client. mode=server dependency in luci was introduced together with script_security by mmunz back in 2011.with no explanation in the commit why mode=server was there.
2015-08-15introduce tls_version_min and tls_version_max, add key_direction and change ↵François Kooman
tls_auth and secret config options to use it
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-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>