Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced lookup_ca($server_cert['caref']) with ca_chain($server_cert). Note ↵ | Kyle Johnston | 2015-08-28 | 2 | -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 here | doktornotor | 2015-08-25 | 1 | -2/+1 |
| | |||||
* | Remove useless remount calls and other redundant stuff | doktornotor | 2015-08-25 | 1 | -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 export | jim-p | 2015-08-05 | 1 | -2/+2 |
| | |||||
* | Merge pull request #935 from phil-davis/openvpn-export | Renato Botelho | 2015-08-05 | 3 | -115/+146 |
|\ | |||||
| * | OpenVPN Client Export code style | Phil Davis | 2015-08-05 | 4 | -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-p | 2015-08-05 | 2 | -3/+3 |
| | | |||||
* | | Change Viscosity URL to https | Kevin Wojniak | 2015-08-05 | 1 | -1/+1 |
| | | |||||
* | | Update Tunnelblick URL | Kevin Wojniak | 2015-08-05 | 1 | -1/+1 |
| | | |||||
* | | Change "OSX" to "OS X" | Kevin Wojniak | 2015-08-05 | 1 | -5/+5 |
|/ | |||||
* | vpn_openvpn_export.php - fix pfSense website link | doktornotor | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | vpn_openvpn_export_shared.php - fix pfSense website link | doktornotor | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | openvpn-client-export.xml - fix pfSense website link | doktornotor | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | openvpn-client-export.inc - fix pfSense website link | doktornotor | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | openvpnexport.inc - fix pfSense website link | doktornotor | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | vpn_openvpn_export_shared.php - developer style guide fixes | doktornotor | 2015-07-31 | 1 | -19/+35 |
| | |||||
* | vpn_openvpn_export.php - developer style guide fixes | doktornotor | 2015-07-31 | 1 | -11/+23 |
| | |||||
* | openvpnexport.inc - add standard copyright header | doktornotor | 2015-07-31 | 1 | -0/+27 |
| | |||||
* | openvpn-client-export.inc - developer style guide fixes | doktornotor | 2015-07-31 | 1 | -97/+136 |
| | |||||
* | openvpn-client-export.xml - XML cleanup and fixes | doktornotor | 2015-07-31 | 1 | -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 Botelho | 2015-04-30 | 1 | -8/+12 |
| | | | | system, it's not necessary to uncompress tarball anymore | ||||
* | Remove unused var | Renato Botelho | 2015-04-30 | 1 | -1/+0 |
| | |||||
* | Mark openvpn-client-export tarball to be ignored when creating metaport | Renato Botelho | 2015-04-30 | 1 | -0/+1 |
| | |||||
* | Bump OpenVPN client export so it uses the latest installers. | jim-p | 2015-04-02 | 2 | -2/+2 |
| | |||||
* | OpenVPN export fix index typo | Phil Davis | 2015-01-10 | 1 | -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-p | 2014-12-01 | 2 | -4/+7 |
| | |||||
* | Re-fix typo | jim-p | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Update OpenVPN installers to 2.3.5-Ix01. Add -I6xx installers. | jim-p | 2014-11-04 | 3 | -19/+47 |
| | |||||
* | Text typos | Phil Davis | 2014-10-05 | 1 | -2/+2 |
| | |||||
* | Text typo | Phil Davis | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | Text typos | Phil Davis | 2014-10-05 | 1 | -2/+2 |
| | |||||
* | Typos in OpenVPN Manager installer welcome screen | Phil Davis | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | Typos in OpenVPN Manager installer welcome screen | Phil Davis | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | Bump version of OpenVPN Client Export, windows installers have been updated ↵ | jim-p | 2014-10-01 | 1 | -1/+1 |
| | | | | to -I003 | ||||
* | Do a basic validation on useaddr value | Renato Botelho | 2014-06-18 | 1 | -3/+7 |
| | |||||
* | Bump version of OpenVPN Client Export to indicate that the Windows installer ↵ | jim-p | 2014-06-05 | 1 | -1/+1 |
| | | | | was bumped (to 2.3.4-I002) | ||||
* | Bump version of OpenVPN Client Export to indicate that the Windows installer ↵ | jim-p | 2014-05-30 | 1 | -1/+1 |
| | | | | was bumped (to 2.3.4-I001) | ||||
* | Don't add a second tls-auth line when exporting for Viscosity. | jim-p | 2014-04-24 | 2 | -2/+2 |
| | |||||
* | Bump here too | jim-p | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Fix various OpenVPN Client Export protocol issues that prevented the export ↵ | jim-p | 2014-04-24 | 1 | -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-p | 2014-04-24 | 2 | -1/+4 |
| | | | | automatic port forward methods but has no port forwards defined. | ||||
* | fix typo | Chris Buechler | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | fix Viscosity OpenVPN client export with advanced options | Chris Buechler | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -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-p | 2013-11-25 | 3 | -10/+46 |
| | | | | configuration. | ||||
* | Bump version again | jim-p | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Missed this file in the previous commit. | jim-p | 2013-11-14 | 1 | -14/+20 |
| | |||||
* | Bring back tls-remote as a non-default option for those stuck on older ↵ | jim-p | 2013-11-13 | 2 | -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-p | 2013-11-13 | 4 | -16/+226 |
| | | | | postinstall script, enable 64-bit export. (Note: 64-bit export does not work with OpenVPNManager) | ||||
* | Don't include a pkcs12 line in the Viscosity config, it uses individual ↵ | jim-p | 2013-11-12 | 2 | -2/+2 |
| | | | | ca/cert/key lines and not pkcs12. |