summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_server.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | Mote: New ticket will be opened to provide IP address sorting
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-2/+2
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Merge pull request #2017 from heper/patch-1Stephen Beaver2015-11-041-2/+2
|\
| * convert vpn_openvpn_server to faheper2015-11-021-2/+2
| |
* | Buttons updatedStephen Beaver2015-11-041-3/+4
|/
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-52/+0
|
OpenPOWER on IntegriCloud