summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #5602 by dynamically updating hte help text based on the cert selected.Stephen Beaver2015-12-101-1/+3
|
* Standardize VPN OpenVPN breadcrumbsPhil Davis2015-12-071-1/+1
|
* Put some OpenVPN functions into include filePhil Davis2015-11-261-69/+3
| | | | | | | | | | | | | | | | 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-9/+9
|
* 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.
* Fixed saving of auth passwordStephen Beaver2015-11-171-2/+2
|
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | Mote: New ticket will be opened to provide IP address sorting
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-26/+52
|
* 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_client to faheper2015-11-021-2/+2
| |
* | Buttons updatedStephen Beaver2015-11-041-2/+3
|/
* CHanges to correct the TLS logicStephen Beaver2015-10-091-14/+12
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-43/+0
|
* Fixed #5175Stephen Beaver2015-09-211-1/+1
|
* Fixed #5161Stephen Beaver2015-09-211-1/+1
|
* Fixed #5138Stephen Beaver2015-09-211-35/+16
|
* Fixed #5163Stephen Beaver2015-09-181-2/+2
| | | | Fixed typo in element name
* Fixed #5138Stephen Beaver2015-09-161-12/+38
|
* Edits courtesy of Phil Davis. Thanks!Stephen Beaver2015-09-111-2/+2
|
* vpn_openvpn_client.php: Corrected issue with CA listStephen Beaver2015-09-101-14/+33
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Fixed #4979Stephen Beaver2015-08-281-1/+1
| | | | Add server => add client
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-854/+570
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1271
OpenPOWER on IntegriCloud