summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
Commit message (Collapse)AuthorAgeFilesLines
* The logic for resolv-retry infinite was always setting it in client mode no ↵jim-p2017-05-221-10/+0
| | | | matter what the GUI option wanted. Remove the GUI option and clean up the logic so it isn't duplicated. Fixes #7572
* Clarify address assignment behavior in the Tunnel Network fields for openvpn ↵jim-p2017-05-221-4/+5
| | | | clients and servers. Fixes #7573
* Fix help text for route_no_exec. Issue #7575jim-p2017-05-221-1/+1
|
* Add OpenVPN GUI Option for "sndbuf" and "rcvbuf", using the same value for ↵jim-p2017-05-101-0/+16
| | | | both. Fixes #7507
* Add OpenVPN GUI option for "fast-io" to clients and servers. Ticket #7507jim-p2017-05-101-1/+43
| | | | Only compatible with UDP modes, and also not compatible with "shaper".
* Merge pull request #3629 from doktornotor/patch-18Renato Botelho2017-04-201-0/+1
|\
| * Merge branch 'master' into patch-18doktornotor2017-03-241-1/+1
| |\
| * | Add missing includedoktornotor2017-03-081-0/+1
| | |
* | | Fixed #7451Steve Beaver2017-04-131-3/+3
| | | | | | | | | | | | Revised onchage handlers to obviate need for second click in Chrome on MacOS
* | | Properly hide TLS Key / TLS Type fields when changing to Shared Key mode for ↵jim-p2017-04-121-2/+2
| |/ |/| | | | | OpenVPN clients.
* | Redmine #7422 remove bogus z at end of wordsPhil Davis2017-03-241-1/+1
|/
* Add reason to write_config() calls for OpenVPNPhil Davis2017-03-061-2/+7
|
* Fix up some options in OpenVPN that were not showing for the correct modes. ↵jim-p2017-02-281-2/+6
| | | | Fixes #7331
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-11/+7
| | | | functions - VPN
* GET/POST conversion vpn_openvpn_clientSteve Beaver2017-02-101-11/+8
|
* setHelp and gettext format vpn*Phil Davis2017-02-091-28/+28
|
* Fixed #7180Steve Beaver2017-01-311-1/+1
|
* Required fields for VPN pagesPhil Davis2017-01-311-14/+14
|
* Breadcrumb linksPhil Davis2017-01-101-0/+2
|
* vpn_openvpn_client comment typoPhil Davis2017-01-051-1/+1
| | | Same stuff was copied here
* Fix a probably copy/paste errorRenato Botelho2017-01-041-2/+2
|
* As done on OpenVPN Server, delete tunnel when dev_mode changes so new device ↵Renato Botelho2017-01-041-0/+9
| | | | is created accordingly
* No longer add "null" to the selector when clicking a blank areaSteve Beaver2017-01-041-1/+3
|
* Fix NCP breaking save on a new server/client. Ticket #7072jim-p2017-01-041-2/+2
|
* Some improvements to the NCP validation. Ticket #7072jim-p2017-01-041-3/+5
|
* Add NCP options to OpenVPN client. Fixes #7072jim-p2017-01-041-1/+112
|
* Add some more help text to OpenVPN pages.jim-p2017-01-031-16/+18
|
* Add some help text to OpenVPN client/server for encryption and auth digest.jim-p2017-01-031-2/+6
|
* Add --tls-crypt support for OpenVPN servers and clients. Implements #7071jim-p2017-01-031-8/+27
|
* Fix typo. Ticket #7068jim-p2017-01-021-1/+1
|
* Reject the invalid OpenVPN combination of static key + GCM. Fixes #7068jim-p2017-01-021-0/+4
|
* OpenVPN Client 2.4 save correct protocolPhil Davis2017-01-021-1/+1
| | | | This needs to be fixed the same as vpn_openvpn_server.php
* Ticket #7054: Remove tun-ipv6 option, deprecated on OpenVPN 2.4.0 and ↵Renato Botelho2016-12-301-10/+0
| | | | related GUI knobs
* Fix #7031 Allow interfaces that use DHCP for OpenVPNPhil Davis2016-12-221-2/+10
| | | | | | even though the interface (or gateway group) has not yet actually received an IP address. This is useful when setting up a new system that is currently offline.
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* write_config before openvpn_resync here as well. Ticket #6139Chris Buechler2016-07-111-1/+1
|
* webgui tables, doubleclick event to perform 'edit' actionPiBa-NL2016-07-031-1/+1
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Fixed #6872 Restored missing proxy port settingStephen Beaver2016-05-201-0/+7
| | | | (cherry picked from commit 6b43692408912de3375b34cc1982ff73f52762a5)
* Miscellaneous Textual CorrectionsNOYB2016-05-011-2/+2
|
* Merge pull request #2900 from NOYB/VPN_Menu_-_PunctuationStephen Beaver2016-04-251-5/+5
|\
| * VPN Menu - PunctuationNOYB2016-04-221-5/+5
| | | | | | | | Clean up some VPN menu punctuation.
* | Further fix for tun/tap and topologyStephen Beaver2016-04-221-0/+2
| |
* | Fixed #6236Stephen Beaver2016-04-221-1/+3
|/
* VPN / OpenVPN - Remove PersonalizationsNOYB2016-04-011-12/+12
| | | | Remove "you" personalizations.
* Show the full OpenVPN verb debug range same as 2.2.x.Chris Buechler2016-03-241-1/+1
|
* Clarify OpenVPN verb level descriptionsChris Buechler2016-03-241-1/+1
|
* Fix OpenVPN client additional options typoJose Luis Duran2016-03-231-2/+1
| | | | Should read client instead of server. Also remove the `push` example.
OpenPOWER on IntegriCloud