aboutsummaryrefslogtreecommitdiffstats
path: root/config/openvpn-client-export/vpn_openvpn_export.php
Commit message (Collapse)AuthorAgeFilesLines
* Add contributed patch to optionally encrypt the key for Viscosity bundles. ↵jim-p2011-11-291-1/+1
| | | | Fixes #2032
* Fix up various export scenarios that were not functioning properly.jim-p2011-11-171-2/+2
|
* Fix parameters to function call. Fixes #1898jim-p2011-09-221-1/+1
|
* deleted "," which causes "parsing error"Nachtfalkeaw2011-08-281-1/+1
|
* Edited interface to add an advanced options box where administrators can add ↵namezero1111112011-08-281-4/+24
| | | | | additional configuration parameters like a second remote option and remote-random, or other options that should be included in the config file of the exports. The new options box has the same look and feel like the ones on the servers and client page.
* Populate dyndns hostnames into OpenVPN client exporter hostname drop-down. ↵jim-p2011-05-171-0/+5
| | | | Implements #1536
* Fix openvpn client export for cert-only users (no auth), clarify some text. ↵jim-p2011-04-281-3/+7
| | | | Version bump again.
* Allow exporting OpenVPN with SSL/TLS+User Auth+External source (LDAP, ↵jim-p2011-04-261-21/+72
| | | | Radius), by listing certificates from the same CA as the OpenVPN server.
* Put each link on their own lines. This was confusing to new users.Scott Ullrich2011-04-061-6/+6
|
* Escape values so special characters don't fail (and also helps prevent shell ↵jim-p2011-03-141-11/+11
| | | | command injection)
* Finish up shared key client export (for non-pfsense clients)jim-p2011-03-011-0/+1
|
* Moving this code to its own filejim-p2011-03-011-73/+0
|
* Initial work toward exporting shared key clients.jim-p2011-03-011-0/+73
|
* Whitespace fixesjim-p2011-02-251-191/+191
|
* Add wizards tab to the Client Export tab.jim-p2011-01-211-0/+1
|
* 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