summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_server.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style and commentsPhil Davis2016-08-161-1/+1
| | | | | | No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
* Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN ↵jim-p2016-07-151-0/+1
| | | | server. Fixes #6139
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* write_config before calling openvpn_resync. Ticket #6319Chris Buechler2016-07-101-1/+1
|
* webgui tables, doubleclick event to perform 'edit' actionPiBa-NL2016-07-031-1/+1
| | | | (cherry picked from commit 54691fc663eae7c6e92e4eaad596906758d7ebea)
* 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().
* Fix #6482 OpenVPN Redirect Gateway Option Causes GUI IssuePhil Davis2016-06-221-2/+4
| | | | | | This fixes the GUI inconsistency reported in the referenced bug. On edit of an OpenVPN server that has tun mode, not shared key, and the gwredir checkbox checked, the local_network fields are shown, but actually they should be hidden (because that is what happens on first data entry when gwredir is checked). At least this makes the GUI consistent. Then the other issues mentioned in Redmine feature 6483 can be addressed separately. (cherry picked from commit fa20dac1b58488713d88b44cafc760a83d79cb66)
* Fixed #6401Stephen Beaver2016-05-251-1/+1
| | | | (cherry picked from commit fe68a6a2b28c897cb3a8f8fda452c25f649556f1)
* Miscellanous Textual Corrections - Add missing dots to phrasesNewEraCracker2016-05-111-1/+1
| | | | (cherry picked from commit e4c7d45fc7a294817325354e13f4d5bc4987739e)
* Miscellaneous Textual CorrectionsNOYB2016-05-011-8/+8
| | | | (cherry picked from commit bb80af580c5a4408e42c76c39c67d173540897db)
* VPN Menu - PunctuationNOYB2016-04-251-6/+6
| | | | | | Clean up some VPN menu punctuation. (cherry picked from commit be4cebbf13b28cbcce289e96fb22f0355c945be8)
* Fix text styleStephen Beaver2016-04-201-1/+1
| | | | (cherry picked from commit 0f99071f5d8cc6fe2a8d6c267dae0008ec0f8575)
* Fixed #6214 by splitting the "Client settings" section into "Client ↵Stephen Beaver2016-04-201-11/+29
| | | | | | settings" and "Advanced client settings" (cherry picked from commit 71f1f25bd3f9b5a1a3a9a6a55b06cbaf7d164bc0)
* Trim the OpenVPN tunnel network before use, and on save. Fixes #6198jim-p2016-04-181-2/+2
|
* Fix extraneous chars in help texts - OpenVPN ServerPhil Davis2016-04-111-2/+2
| | | Redmine bug #6102
* Merge pull request #2826 from NOYB/VPN_/_OpenVPN_-_Remove_PersonalizationsStephen Beaver2016-04-041-21/+21
| | | | (cherry picked from commit 28ca20bb51fb3002f89c026f160e7d6ea0c4d310)
* 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
|
* Fixed #5904Stephen Beaver2016-02-171-1/+2
|
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-4/+8
|\
| * Cert is abbreviated word so adding . to stay consistent with the usage of Avail.k-paulius2016-02-141-4/+4
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-0/+4
| |
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Synchronize page titles with tab titles; Rename few titles in order to be ↵k-paulius2016-02-131-5/+5
| | | | more consistent.
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* OpenVPN maxclients must be an integer not just a numberChris Buechler2016-01-281-1/+1
|
* vpn_openvpn_server change print_info_box_np to print_info_boxPhil Davis2016-01-231-2/+2
| | | I missed this one yesterday - the aim is to get rid of all print_info_box_np soon, if I can.
* add call 'gettext' function in the vpn menu filesbruno2016-01-221-1/+1
|
* Fixed #5793Stephen Beaver2016-01-221-3/+3
|
* Fixed #5789Stephen Beaver2016-01-211-1/+1
|
* Fixed #5784Stephen Beaver2016-01-201-1/+1
|
* Fixes some hide/show issues. An lucky bug in 2.2 was not duplicated in 2.3 ↵Stephen Beaver2016-01-151-8/+5
| | | | so the page operated as written rather that as desired.
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Remove spaces at EOL as requestedstilez2016-01-131-1/+1
|
* redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-1/+1
| | | | ip2long32() etc
* Merge pull request #2276 from phil-davis/r020Stephen Beaver2015-12-171-24/+29
|\
| * Code style v wPhil Davis2015-12-171-24/+29
| |
* | vpn_openvpn_server key name typosPhil Davis2015-12-171-3/+3
|/
* Fixed #5602 by dynamically updating hte help text based on the cert selected.Stephen Beaver2015-12-101-4/+20
|
* Standardize VPN OpenVPN breadcrumbsPhil Davis2015-12-071-1/+1
|
* Fix this test. Ticket #5602jim-p2015-12-071-1/+2
|
* Prioritize and separate server certs for OpenVPN servers to make it more ↵jim-p2015-12-071-2/+17
| | | | clear they should be using certificates created as Server certificates for this purpose -- it's still valid to use non-server certs but it's not what most people intend to do. Ticket #5602
* Some adjustments to show/hide of fields on OpenVPN for shared key modejim-p2015-12-021-3/+19
|
* Input validation for the Topology parameter. Issue #5526jim-p2015-12-011-0/+4
|
* GUI/Backend changes to move topology_subnet checkbox to a topology drop-down ↵jim-p2015-12-011-12/+14
| | | | | | selection. Issue #5526 P2P is there but commented out for now.
* Put some OpenVPN functions into include filePhil Davis2015-11-261-121/+5
| | | | | | | | | | | | | | | | Forum: https://forum.pfsense.org/index.php?topic=103036.msg574854#msg574854 A few functions were in both client and server PHP already and were the same. build_crl_list() was missing from client PHP. build_cert_list() was slightly different in server and client PHP. I made a common one that takes a parameter. Maybe actually they should both be the same? or? Anyway for the first iteration I went for consolidation with no change of code behavior. Some functions were only in server PHP and only used by server PHP. I moved them to openvpn.inc anyway - seems more logical for the future. But say if you prefer them back in just server PHP.
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Form_checkbox -> Form_CheckboxStephen Beaver2015-11-241-20/+20
|
* Change Form_TextArea to Form_TextareaStephen Beaver2015-11-231-3/+3
| | | | (autoload now makes the classes case sensitive)
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
OpenPOWER on IntegriCloud