aboutsummaryrefslogtreecommitdiffstats
path: root/config/openvpn-client-export/vpn_openvpn_export.php
Commit message (Collapse)AuthorAgeFilesLines
* Add an option for a Viscosity-specific Inline export to the OpenVPN Client ↵jim-p2015-11-301-4/+14
| | | | Export package. Implements #5466
* Merge pull request #935 from phil-davis/openvpn-exportRenato Botelho2015-08-051-50/+75
|\
| * OpenVPN Client Export code stylePhil Davis2015-08-051-50/+75
| | | | | | | | | | | | | | | | | | Since doctornoktor did a bunch of this, I thought that I might as well review it also. It seems good to make the that are "internally" maintained conform to the code style guide. I bumped the version so it will be easy for people to see exactly what version of code they are running, even though there is no functional change here.
* | Change Viscosity URL to httpsKevin Wojniak2015-08-051-1/+1
| |
* | Update Tunnelblick URLKevin Wojniak2015-08-051-1/+1
| |
* | Change "OSX" to "OS X"Kevin Wojniak2015-08-051-5/+5
|/
* vpn_openvpn_export.php - fix pfSense website linkdoktornotor2015-08-031-1/+1
|
* vpn_openvpn_export.php - developer style guide fixesdoktornotor2015-07-311-11/+23
|
* OpenVPN export fix index typoPhil Davis2015-01-101-1/+1
| | | | | The $server array here has and "index" key, not an "sindex" key. Actually nothing was broken by this. When the user switches server selections, server_changed() is called. That uses JavaScript and selectedIndex to work out which entry the user selected. selectedIndex is a zero-based number. It matches the zero-based index of servers, which was built from the zero-based indexes of $ras_server array, which was built from data in the config. So by good luck or good management, this array index name typo is not actually a bug. I noticed it while investigating forum https://forum.pfsense.org/index.php?topic=86263.0
* Re-fix typojim-p2014-11-041-1/+1
|
* Update OpenVPN installers to 2.3.5-Ix01. Add -I6xx installers.jim-p2014-11-041-11/+29
|
* Text typoPhil Davis2014-10-051-1/+1
|
* Do a basic validation on useaddr valueRenato Botelho2014-06-181-3/+7
|
* Instruct the client to use a random local port for OpenVPN in the exported ↵jim-p2013-11-251-4/+34
| | | | configuration.
* Missed this file in the previous commit.jim-p2013-11-141-14/+20
|
* OpenVPN Client Export - Update OpenVPN installers to 2.3.2-I003. Fix 64-bit ↵jim-p2013-11-131-12/+7
| | | | postinstall script, enable 64-bit export. (Note: 64-bit export does not work with OpenVPNManager)
* Add an "Automatic" multi-wan option to the client export package that will ↵jim-p2013-10-231-0/+2
| | | | look for and use port forwards targeting this instance rather than the IP directly. This way you can bind to LAN or localhost, port forward on all WANs to the LAN IP:port, and then the export will include remote lines for every port forward it finds. Also works to forward multiple ports at the same instance.
* RFC2136 hostnames should also be listed as choices for openvpn client export ↵jim-p2013-07-151-0/+5
| | | | hostnames.
* Add Proxy Type OptionN0YB2013-06-051-5/+22
|
* Attempt to fix openvpn client export http proxy password entry.jim-p2013-05-011-1/+1
|
* fix typo/wording.jim-p2013-04-271-1/+1
|
* We are crafting a URL, not user output. Use & not & here. Unbreaks export.jim-p2013-02-061-16/+16
|
* Update HTML code in OpenVPN ExportColin Fleming2013-02-061-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-p2013-01-231-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-p2013-01-221-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-p2013-01-151-6/+6
|
* Don't offer a server certificate to export. It doesn't work, and can just ↵jim-p2013-01-071-1/+1
| | | | lead to confusion.
* openvpn-client-export, use certificate common-name in the exported files ↵PiBa-NL2012-11-211-1/+1
| | | | filenames.
* openvpn-client-export, added option to include OpenVPNManager in windows ↵PiBa-NL2012-11-051-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-p2012-10-021-9/+24
|
* Make quoting the server CN optional since it seems to break more clients ↵jim-p2012-09-181-6/+35
| | | | than it fixes; Add a third Yealink variant.
* Teach the OpenVPN Client Export package how to make config archives for ↵jim-p2012-08-031-0/+22
| | | | Yealink T28, Yealink T38g, and SNOM SIP handsets.
* Add inline config format that the openvpn client for android likes (ca, ↵jim-p2012-07-011-9/+23
| | | | cert, key, tls-auth inside single config file) to the export package.
* Generalize this variable namejim-p2012-06-301-7/+8
|
* client export code cleanup. Remove a bunch of redundant/duplicate code.jim-p2012-06-301-174/+35
|
* 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
|