summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_server.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed #5189Stephen Beaver2015-09-241-6/+22
|
* Fixed #5189Stephen Beaver2015-09-221-4/+7
|
* Fixed #5178Stephen Beaver2015-09-211-2/+2
| | | | Removed errant "break"
* Fixed #5175Stephen Beaver2015-09-211-26/+45
|
* Fixed 5171Stephen Beaver2015-09-211-1/+1
|
* Fixed #5161Stephen Beaver2015-09-211-1/+1
|
* Fixed #5161Stephen Beaver2015-09-181-0/+7
|
* Fixed #5142Stephen Beaver2015-09-161-31/+39
|
* Fixed #5141Stephen Beaver2015-09-161-1/+3
|
* Fixed #5143Stephen Beaver2015-09-161-4/+4
| | | | hideInput -> hideCheckbox
* fix typoChris Buechler2015-09-151-2/+2
|
* fix up textChris Buechler2015-09-151-2/+2
|
* Fixed 4980Stephen Beaver2015-09-111-39/+66
| | | | Corrected input element name
* Edits courtesy of Phil Davis. Thanks!Stephen Beaver2015-09-111-1/+1
|
* vpn_openvpn_server.php: Corrected display of CA listStephen Beaver2015-09-101-14/+35
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-1433/+1009
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+2042
OpenPOWER on IntegriCloud