summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_client.php
Commit message (Collapse)AuthorAgeFilesLines
* Permit openvpn to use same port on different interfaces. It should fix #814Renato Botelho2013-01-291-1/+1
|
* Document remote network lists in OpenVPN GUIPhil Davis2013-01-291-15/+15
| | | Also, now the advanced route command is not needed. So change the example to the "remote" command, which can be useful in the advanced box.
* Allow specifying multiple local/remote networks for OpenVPN separated by ↵jim-p2013-01-241-2/+9
| | | | commas. While I'm here, fix up the IPv6 tunnel/remote/local network input validation. Simplify some code using functions.
* While I'm here, allow selecting "Localhost" as an OpenVPN interface.jim-p2013-01-071-0/+1
|
* Unbreak selecting "any" for OpenVPN client/server interface.jim-p2013-01-071-2/+2
|
* Add input validation to reject invalid combinations of IPv4/IPv6 openvpn ↵jim-p2012-12-041-0/+11
| | | | protocols and interface/VIPs.
* Refine OpenVPN client/server deletion to allow for removing invalid empty ↵jim-p2012-09-251-3/+3
| | | | entries. Fixes #2643
* Fix IPv6 remote_network typophildd2012-08-241-1/+1
| | | | The IPv4 remote network was being displayed in both the IP4 and IPv6 input fields. Then whatever value was in the IPv6 field ended up in the config as the IPv4 remote network. Just a couple of missing "v6" on variable names.
* Fixup openvpn shortcut bar status/controljim-p2012-08-101-0/+5
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Add forgotten "ipv6 remote network", clean up a couple bits, make sure local ↵jim-p2012-08-091-3/+42
| | | | network box is hidden for shared key servers.
* Allow for selecting the gateway group as a interface for the OpenVPN clientssmos2012-06-281-1/+11
|
* OpenVPN Client config page - minor test fixPhil Davis2012-06-281-3/+2
|
* Actually save the value typed in the bandwidth limit box for the openvpn ↵jim-p2011-11-161-0/+5
| | | | client instead of ignoring it.
* Converting javascript code from prototype to jQueryVinicius Coque2011-10-241-3/+3
|
* Reverting class="sortable" damaged by commit ↵Evgeny Yurchenko2011-06-051-1/+1
| | | | 17d5077f61d963178f47e016b8768b768800ba68
* Merge remote branch 'origin/master'Evgeny Yurchenko2011-06-051-4/+8
|\
| * Instead of showing an emtpy drop-down for CA/Cert/CRL, show an error that ↵jim-p2011-06-031-0/+8
| | | | | | | | there are none defined, and link to the page to create one.
| * Remove the warning message that a user doesn't have any CA/Certs when ↵jim-p2011-06-031-4/+0
| | | | | | | | viewing OpenVPN connections. This is just confusing people, and isn't relevant to people using only shared key tunnels.
* | Restoring gray background to the right of some tables in GUI.Evgeny Yurchenko2011-06-051-1/+1
|/
* Don't test for a user cert here either, see previous commit.jim-p2011-04-071-2/+0
|
* Switch back to dev_mode so existing configs aren't broken by the other changes.jim-p2011-04-011-4/+4
|
* standardize the device_mode variablelgcosta2011-04-011-4/+4
|
* Fix copypastojim-p2011-01-311-1/+1
|
* Add drop-down to select OpenVPN hardware crypto (finds usable devices from ↵jim-p2011-01-201-0/+20
| | | | "openssl engine" list) for clients and servers.
* Fix vip descriptions in openvpn and ipsec screens. Ticket #1042Pierre POMES2010-12-061-2/+2
|
* When the local port is left blank on an OpenVPN client, use 'lport 0' to ↵jim-p2010-11-191-1/+1
| | | | direct the client to use a random source port. Fixes #1025
* Fix XSS issuesScott Ullrich2010-11-121-1/+1
|
* Warn a user when entering the OpenVPN client/server screens that they need a ↵jim-p2010-11-041-6/+28
| | | | CA/Cert if none exist.
* Replace \r from custom options otherwise it breaks config.Ermal2010-10-281-1/+1
|
* Fix formattingjim-p2010-10-281-16/+16
|
* Fix this logic.jim-p2010-10-281-1/+1
|
* Indicate in various places if a certificate is revoked.jim-p2010-10-211-1/+13
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-2/+2
| | | | protection and standardize field names. Ticket #320.
* Make OpenVPN client list sortable.jim-p2010-09-201-1/+7
|
* CA/CERT Movejim-p2010-09-011-2/+2
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Implement gettext() calls on vpn_openvpn_client.phpCarlos Eduardo Ramos2010-07-271-75/+75
|
* Remove logs tab from OpenVPN, since it is now replaced by the Log icon.jim-p2010-06-011-1/+0
|
* Add status and log urls to OpenVPN pages.jim-p2010-06-011-0/+2
|
* Fix copypasta error. Part of ticket #449.jim-p2010-05-171-1/+1
|
* Fix OpenVPN client disable variable. It is being set/tested improperly (or ↵jim-p2010-05-171-3/+4
| | | | at least inconsistently). Partial fix for #449.
* Fix the same problem with sharing an OpenVPN instance w/existing shared key ↵jim-p2010-05-081-4/+6
| | | | on the client page this time.
* add Logs tabChris Buechler2010-05-041-0/+1
|
* restore double click to editChris Buechler2010-04-041-1/+1
|
* Show wizard tab for openvpn.Ermal Luçi2010-03-111-0/+1
|
* Add proxy authentication capabilities to OpenVPN client.Ermal Luçi2010-02-231-0/+65
|
* Feature #248. Ticket #248. Merge patch from Antonio No to add tap device ↵Ermal Luçi2010-02-051-1/+19
| | | | type to OpenVPN.
* Save TOS config in openvpn clientpierrepomes2010-01-171-0/+1
|
* fix typosChris Buechler2010-01-011-1/+1
|
OpenPOWER on IntegriCloud