Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We are crafting a URL, not user output. Use & not & here. Unbreaks export. | jim-p | 2013-02-06 | 1 | -16/+16 |
| | |||||
* | Update HTML code in OpenVPN Export | Colin Fleming | 2013-02-06 | 1 | -97/+100 |
| | | | | | | Tidied up the javascript tag, deprecated the ampersand and escaped the slashes, added summary to tables, added missing end table cell removed duplicate width. | ||||
* | Reword inline config link for iOS since that same client also exists for ↵ | jim-p | 2013-01-23 | 1 | -9/+23 |
| | | | | Android with the same quirks. Provide a list of commonly used clients with download links at the bottom of the export page. | ||||
* | Update OpenVPN Client Export again, rearrange options to make them more ↵ | jim-p | 2013-01-22 | 1 | -26/+58 |
| | | | | clear/easy to follow. Also bump version and promote package status to reflect how stable it has become. | ||||
* | The 2.3 client is no longer beta. | jim-p | 2013-01-15 | 1 | -6/+6 |
| | |||||
* | Don't offer a server certificate to export. It doesn't work, and can just ↵ | jim-p | 2013-01-07 | 1 | -1/+1 |
| | | | | lead to confusion. | ||||
* | openvpn-client-export, use certificate common-name in the exported files ↵ | PiBa-NL | 2012-11-21 | 1 | -1/+1 |
| | | | | filenames. | ||||
* | openvpn-client-export, added option to include OpenVPNManager in windows ↵ | PiBa-NL | 2012-11-05 | 1 | -4/+28 |
| | | | | setup, this solves the issues with Windows7/Vista client machines where elevated permissions are required by running OpenVPN as a service. | ||||
* | Add export option for OpenVPN 2.3 beta client as well as the existing one. | jim-p | 2012-10-02 | 1 | -9/+24 |
| | |||||
* | Make quoting the server CN optional since it seems to break more clients ↵ | jim-p | 2012-09-18 | 1 | -6/+35 |
| | | | | than it fixes; Add a third Yealink variant. | ||||
* | Teach the OpenVPN Client Export package how to make config archives for ↵ | jim-p | 2012-08-03 | 1 | -0/+22 |
| | | | | Yealink T28, Yealink T38g, and SNOM SIP handsets. | ||||
* | Add inline config format that the openvpn client for android likes (ca, ↵ | jim-p | 2012-07-01 | 1 | -9/+23 |
| | | | | cert, key, tls-auth inside single config file) to the export package. | ||||
* | Generalize this variable name | jim-p | 2012-06-30 | 1 | -7/+8 |
| | |||||
* | client export code cleanup. Remove a bunch of redundant/duplicate code. | jim-p | 2012-06-30 | 1 | -174/+35 |
| | |||||
* | Add contributed patch to optionally encrypt the key for Viscosity bundles. ↵ | jim-p | 2011-11-29 | 1 | -1/+1 |
| | | | | Fixes #2032 | ||||
* | Fix up various export scenarios that were not functioning properly. | jim-p | 2011-11-17 | 1 | -2/+2 |
| | |||||
* | Fix parameters to function call. Fixes #1898 | jim-p | 2011-09-22 | 1 | -1/+1 |
| | |||||
* | deleted "," which causes "parsing error" | Nachtfalkeaw | 2011-08-28 | 1 | -1/+1 |
| | |||||
* | Edited interface to add an advanced options box where administrators can add ↵ | namezero111111 | 2011-08-28 | 1 | -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-p | 2011-05-17 | 1 | -0/+5 |
| | | | | Implements #1536 | ||||
* | Fix openvpn client export for cert-only users (no auth), clarify some text. ↵ | jim-p | 2011-04-28 | 1 | -3/+7 |
| | | | | Version bump again. | ||||
* | Allow exporting OpenVPN with SSL/TLS+User Auth+External source (LDAP, ↵ | jim-p | 2011-04-26 | 1 | -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 Ullrich | 2011-04-06 | 1 | -6/+6 |
| | |||||
* | Escape values so special characters don't fail (and also helps prevent shell ↵ | jim-p | 2011-03-14 | 1 | -11/+11 |
| | | | | command injection) | ||||
* | Finish up shared key client export (for non-pfsense clients) | jim-p | 2011-03-01 | 1 | -0/+1 |
| | |||||
* | Moving this code to its own file | jim-p | 2011-03-01 | 1 | -73/+0 |
| | |||||
* | Initial work toward exporting shared key clients. | jim-p | 2011-03-01 | 1 | -0/+73 |
| | |||||
* | Whitespace fixes | jim-p | 2011-02-25 | 1 | -191/+191 |
| | |||||
* | Add wizards tab to the Client Export tab. | jim-p | 2011-01-21 | 1 | -0/+1 |
| | |||||
* | Don't use references in OpenVPN client export. It doesn't need to modify ↵ | jim-p | 2011-01-18 | 1 | -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-p | 2010-10-21 | 1 | -0/+6 |
| | | | | when expected. | ||||
* | Fix cert name reference after the move from name to descr. | jim-p | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | Use these headers in all cases, since it makes even IE8 happier with HTTP, ↵ | jim-p | 2010-09-09 | 1 | -12/+6 |
| | | | | not just HTTPS. | ||||
* | Update OpenVPN client export package to work with the new user cert setup ↵ | jim-p | 2010-09-04 | 1 | -3/+7 |
| | | | | (and retain compatibility with the old setup too) | ||||
* | Fix IE downloading config archive/installer. Resolves #498 | jim-p | 2010-04-27 | 1 | -0/+12 |
| | |||||
* | Add option to export the openvpn configuration and its certs with a .zip file. | Ermal | 2010-03-30 | 1 | -9/+27 |
| | |||||
* | Allow config to be exported when using only server authentication based only ↵ | Ermal Luçi | 2010-03-03 | 1 | -12/+50 |
| | | | | on user/pass. | ||||
* | Remove check with 3rd party authenticate backends it does not make sense. | Ermal Luçi | 2010-03-02 | 1 | -2/+0 |
| | |||||
* | fix text | Chris Buechler | 2010-02-28 | 1 | -2/+2 |
| | |||||
* | Ticket #383. Escape special javascript characters. It would be wiser to ↵ | Ermal Luçi | 2010-02-26 | 1 | -1/+1 |
| | | | | prevent them from being used on certificate names. | ||||
* | Add my copyright. Enough mods to justify. | Ermal Luçi | 2010-02-23 | 1 | -0/+1 |
| | |||||
* | * Teach exporeter about http-proxy directive | Ermal Luçi | 2010-02-23 | 1 | -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çi | 2010-02-16 | 1 | -0/+2 |
| | |||||
* | Give the user the option of choosing what to put on the auto-generated ↵ | Ermal Luçi | 2010-02-16 | 1 | -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çi | 2010-02-03 | 1 | -23/+35 |
| | |||||
* | Viscosity bundle exporter is working, at least it is a directory with the ↵ | Scott Ullrich | 2009-06-30 | 1 | -2/+2 |
| | | | | needed files called Viscosity.visc | ||||
* | Correct arguments to zip. | Scott Ullrich | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | Output file as zip. Do not store files in config/ | Scott Ullrich | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | Woops, give us the Viscosity config when we ask for it | Scott Ullrich | 2009-06-30 | 1 | -3/+1 |
| | |||||
* | First stab at Adding Viscosity Bundles (configuration installer file) | Scott Ullrich | 2009-06-30 | 1 | -20/+33 |
| |