summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_client.php
Commit message (Collapse)AuthorAgeFilesLines
* Encode ca/cert descr in vpn_openvpn_client.phpjim-p2015-07-011-3/+3
|
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Allow option to specify just 1 of user and pass in OpenVPN .up filePhil Davis2015-05-301-3/+3
| | | | | | | | | | | | | | As per comment in https://redmine.pfsense.org/issues/3633 sometimes the server end only requires a password, no username. Usually 1 long string that serves as the hard-to-guess authentication. OpenVPN expects something to be on the first line of the ".up" file - traditionally called the username. It also insists on the second line being present, but is happy with it being empty - this is the authentication information traditionally called "password". Let the user put the single piece of authentication information in either the Username or Password field on the web GUI - whichever they feel comfortable calling it. In the ".up" file it has to always be the first line to keep OpenVPN happy.
* Code style www vpn_openvpnPhil Davis2015-05-231-120/+184
|
* Pass correct package name to add_package_tabs()Renato Botelho2015-05-071-1/+2
|
* Fix display style typoPhil Davis2015-02-231-1/+1
| | | I could not see any difference in rendering of the page after fixing this, but it looks it it should be fixed.
* use example.com for examplesChris Buechler2015-01-271-1/+1
|
* these descriptions were flipped. Ticket #4273Chris Buechler2015-01-271-2/+2
|
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Do not show the user/pass for pre shared key on Openvpn since its not-supported.Ermal2014-11-131-2/+6
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Add a note clarifying the usage of OpenVPN's Auth Digest setting.jim-p2014-09-231-0/+1
|
* Update vpn_openvpn_client.phpDmitriy K.2014-06-241-3/+3
|
* Update vpn_openvpn_client.phpDmitriy K.2014-06-201-3/+0
| | | removed comments
* Default values for verb if it is not set when editDmitriy K.2014-06-171-1/+4
|
* patchpack1Dmitriy K.2014-06-171-1/+108
| | | | | -Fix #3401 (Added tun option "Disable IPv6" -Added new options: route-nopull, route-noexec, verb;
* Whitespace fixesjim-p2014-06-041-80/+80
|
* Allow the user to select "None" for OpenVPN client certificate, so long as ↵jim-p2014-06-041-6/+10
| | | | they supply and auth user/pass. Ticket #3633
* Tidy up "vpn_openvpn_client.php" XHTMLColin Fleming2014-05-081-88/+88
| | | | | | | | | | | Add CDATA section to SCRIPTS Add SUMMARY to TABLES Remove Unordered List for tabs Close BR, INPUT and IMG tags and ALT to IMG Move NOWRAP into CLASS statement Deprecate Ampersand in Anchor tags Move TFOOT between THEAD and TBODY (quirk of HTML!) Add dummy row to end of TBODY but don't display it
* replaced uppercase html tags with lowercaseayvis2014-03-191-2/+2
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* Merge pull request #907 from PiBa-NL/openvpn_client_usercredentialsErmal Luçi2014-03-191-2/+42
|\ | | | | openvpn, allow for entering client user credentials in the WebGUI
| * openvpn, allow for entering client user credentials in the WebGUIPiBa-NL2014-02-091-2/+42
| |
* | xhtml Complianceayvis2014-03-141-18/+18
| | | | | | replaced <br>, <br/> and </br> with <br />
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+4
|/ | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Change OpenVPN Compression settings to cover the full range of allowed ↵jim-p2013-10-311-13/+12
| | | | settings on OpenVPN (unset, off, on, adaptive) rather than a simple off/on switch that either doesn't set the value or enables it with adaptive (OpenVPN's default).
* Add an Authentication Digest Algorithm drop-down to OpenVPN server/client ↵jim-p2013-10-301-0/+23
| | | | (SHA1 is the default since that is OpenVPN's default)
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* 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
|
OpenPOWER on IntegriCloud