aboutsummaryrefslogtreecommitdiffstats
path: root/config/openvpn-client-export
Commit message (Collapse)AuthorAgeFilesLines
* Add an option for a Viscosity-specific Inline export to the OpenVPN Client ↵jim-p2015-11-303-5/+28
| | | | Export package. Implements #5466
* Replaced lookup_ca($server_cert['caref']) with ca_chain($server_cert). Note ↵Kyle Johnston2015-08-282-8/+8
| | | | | | that ca_chain returns a string of Base64 encoded certificates, not an array. Thus, all references to base64_decode($server_ca['crt']) have been replaced with simply $server_ca. Additionally, incremented package version from 1.2.19 to 1.2.20.
* No need to use any variables heredoktornotor2015-08-251-2/+1
|
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-10/+0
| | | All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
* Missed a version change for OpenVPN exportjim-p2015-08-051-2/+2
|
* Merge pull request #935 from phil-davis/openvpn-exportRenato Botelho2015-08-053-115/+146
|\
| * OpenVPN Client Export code stylePhil Davis2015-08-054-116/+147
| | | | | | | | | | | | | | | | | | 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.
* | Update OpenVPN Client Export due to new installer (2.3.8-Ix01)jim-p2015-08-052-3/+3
| |
* | 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_shared.php - fix pfSense website linkdoktornotor2015-08-031-1/+1
|
* openvpn-client-export.xml - fix pfSense website linkdoktornotor2015-08-031-1/+1
|
* openvpn-client-export.inc - fix pfSense website linkdoktornotor2015-08-031-1/+1
|
* openvpnexport.inc - fix pfSense website linkdoktornotor2015-08-031-1/+1
|
* vpn_openvpn_export_shared.php - developer style guide fixesdoktornotor2015-07-311-19/+35
|
* vpn_openvpn_export.php - developer style guide fixesdoktornotor2015-07-311-11/+23
|
* openvpnexport.inc - add standard copyright headerdoktornotor2015-07-311-0/+27
|
* openvpn-client-export.inc - developer style guide fixesdoktornotor2015-07-311-97/+136
|
* openvpn-client-export.xml - XML cleanup and fixesdoktornotor2015-07-311-9/+44
| | | | | - add standard XML and copyright headers - remove bunch of 077 chmods - remove unused tags
* On 2.3+, openvpn-client-export tarball files will be already present on ↵Renato Botelho2015-04-301-8/+12
| | | | system, it's not necessary to uncompress tarball anymore
* Remove unused varRenato Botelho2015-04-301-1/+0
|
* Mark openvpn-client-export tarball to be ignored when creating metaportRenato Botelho2015-04-301-0/+1
|
* Bump OpenVPN client export so it uses the latest installers.jim-p2015-04-022-2/+2
|
* 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
* Update OpenVPN Client Export with OpenVPN 2.3.6 installers.jim-p2014-12-012-4/+7
|
* Re-fix typojim-p2014-11-041-1/+1
|
* Update OpenVPN installers to 2.3.5-Ix01. Add -I6xx installers.jim-p2014-11-043-19/+47
|
* Text typosPhil Davis2014-10-051-2/+2
|
* Text typoPhil Davis2014-10-051-1/+1
|
* Text typosPhil Davis2014-10-051-2/+2
|
* Typos in OpenVPN Manager installer welcome screenPhil Davis2014-10-051-1/+1
|
* Typos in OpenVPN Manager installer welcome screenPhil Davis2014-10-051-1/+1
|
* Bump version of OpenVPN Client Export, windows installers have been updated ↵jim-p2014-10-011-1/+1
| | | | to -I003
* Do a basic validation on useaddr valueRenato Botelho2014-06-181-3/+7
|
* Bump version of OpenVPN Client Export to indicate that the Windows installer ↵jim-p2014-06-051-1/+1
| | | | was bumped (to 2.3.4-I002)
* Bump version of OpenVPN Client Export to indicate that the Windows installer ↵jim-p2014-05-301-1/+1
| | | | was bumped (to 2.3.4-I001)
* Don't add a second tls-auth line when exporting for Viscosity.jim-p2014-04-242-2/+2
|
* Bump here toojim-p2014-04-241-1/+1
|
* Fix various OpenVPN Client Export protocol issues that prevented the export ↵jim-p2014-04-241-5/+18
| | | | from generating a valid IPv6 endpoint client config; Also the Windows installer files have been bumped to 2.3.3-I002
* Avoid a PHP error in OpenVPN client export if the user chooses one of the ↵jim-p2014-04-242-1/+4
| | | | automatic port forward methods but has no port forwards defined.
* fix typoChris Buechler2014-04-231-1/+1
|
* fix Viscosity OpenVPN client export with advanced optionsChris Buechler2014-04-161-1/+1
|
* Fixup URLs:Renato Botelho2014-03-181-5/+5
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Instruct the client to use a random local port for OpenVPN in the exported ↵jim-p2013-11-253-10/+46
| | | | configuration.
* Bump version againjim-p2013-11-141-1/+1
|
* Missed this file in the previous commit.jim-p2013-11-141-14/+20
|
* Bring back tls-remote as a non-default option for those stuck on older ↵jim-p2013-11-132-9/+21
| | | | clients. Also give the user the option to disable server cert CN verification. Implements #3318
* OpenVPN Client Export - Update OpenVPN installers to 2.3.2-I003. Fix 64-bit ↵jim-p2013-11-134-16/+226
| | | | postinstall script, enable 64-bit export. (Note: 64-bit export does not work with OpenVPNManager)