aboutsummaryrefslogtreecommitdiffstats
path: root/config/openvpn-client-export/vpn_openvpn_export.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't use references in OpenVPN client export. It doesn't need to modify ↵jim-p2011-01-181-2/+2
| | | | anything, and there probably won't be enough data for it to make a measurable speed difference.
* Add a note about Server CA/Client CA mismatch causing clients to not show up ↵jim-p2010-10-211-0/+6
| | | | when expected.
* Fix cert name reference after the move from name to descr.jim-p2010-10-201-1/+1
|
* Use these headers in all cases, since it makes even IE8 happier with HTTP, ↵jim-p2010-09-091-12/+6
| | | | not just HTTPS.
* Update OpenVPN client export package to work with the new user cert setup ↵jim-p2010-09-041-3/+7
| | | | (and retain compatibility with the old setup too)
* Fix IE downloading config archive/installer. Resolves #498jim-p2010-04-271-0/+12
|
* Add option to export the openvpn configuration and its certs with a .zip file.Ermal2010-03-301-9/+27
|
* Allow config to be exported when using only server authentication based only ↵Ermal Luçi2010-03-031-12/+50
| | | | on user/pass.
* Remove check with 3rd party authenticate backends it does not make sense.Ermal Luçi2010-03-021-2/+0
|
* fix textChris Buechler2010-02-281-2/+2
|
* Ticket #383. Escape special javascript characters. It would be wiser to ↵Ermal Luçi2010-02-261-1/+1
| | | | prevent them from being used on certificate names.
* Add my copyright. Enough mods to justify.Ermal Luçi2010-02-231-0/+1
|
* * Teach exporeter about http-proxy directiveErmal Luçi2010-02-231-24/+241
| | | | | | * Support http-proxy authentication * Fix some javascript/style handling * Implement propper error messages for configuration exported. It needs to be added for installer and viscosity.
* Do not show disabled entries too. The OpenVPN API assumes that.Ermal Luçi2010-02-161-0/+2
|
* Give the user the option of choosing what to put on the auto-generated ↵Ermal Luçi2010-02-161-18/+71
| | | | openvpn config as a remote site identification. Options: Interface choosen on server/Hostname of pfSense installation/Given hostname or ip address.
* Ticket #260. Prevent some errors from happening.Ermal Luçi2010-02-031-23/+35
|
* Viscosity bundle exporter is working, at least it is a directory with the ↵Scott Ullrich2009-06-301-2/+2
| | | | needed files called Viscosity.visc
* Correct arguments to zip.Scott Ullrich2009-06-301-1/+1
|
* Output file as zip. Do not store files in config/Scott Ullrich2009-06-301-1/+1
|
* Woops, give us the Viscosity config when we ask for itScott Ullrich2009-06-301-3/+1
|
* First stab at Adding Viscosity Bundles (configuration installer file)Scott Ullrich2009-06-301-20/+33
|
* Adding zip and unzipScott Ullrich2009-06-301-0/+20
|
* Moving file from .tgz to normal directory for easier modificationScott Ullrich2009-06-301-0/+362