Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use OpenVPN Manager client management port if specified for the server concerned | Phil Davis | 2013-08-25 | 1 | -2/+7 |
| | | | | | | If the OpenVPN server has the client management port field specified, then use that port number when generating the OpenVPN Manager client config file, otherwise use the default of "166". See: forum.pfsense.org/index.php/topic,63668.0.html Discussion: https://github.com/jochenwierum/openvpn-manager/issues/17 Related pull request on pfsense repo: https://github.com/pfsense/pfsense/pull/783 | ||||
* | RFC2136 hostnames should also be listed as choices for openvpn client export ↵ | jim-p | 2013-07-15 | 2 | -1/+6 |
| | | | | hostnames. | ||||
* | Replace spaces in a CN with _ in filenames when exporting an OpenVPN client. ↵ | jim-p | 2013-07-14 | 2 | -3/+3 |
| | | | | Also only use a CN if there isn't a username to use instead. Unbreaks Windows Installer export with spaces in CN. | ||||
* | Properly handle filenames containing spaces when exporting an archive. Fixes ↵ | jim-p | 2013-07-11 | 1 | -4/+8 |
| | | | | #2856 | ||||
* | When we don't need a client cert, add a line to tell the client that we ↵ | jim-p | 2013-07-11 | 1 | -0/+3 |
| | | | | don't need a client cert, or else the OpenVPN Connect app will try to force the user to pick one. | ||||
* | Add Proxy Type Option | N0YB | 2013-06-06 | 1 | -10/+12 |
| | | | | Allow UPD protocol with socks proxy | ||||
* | Add Proxy Type Option | N0YB | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | Add Proxy Type Option | N0YB | 2013-06-06 | 1 | -14/+31 |
| | |||||
* | Add Proxy Type Option | N0YB | 2013-06-05 | 2 | -7/+30 |
| | |||||
* | Attempt to fix openvpn client export http proxy password entry. | jim-p | 2013-05-01 | 2 | -2/+2 |
| | |||||
* | fix typo/wording. | jim-p | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -134/+139 |
| | | | | | | Tidied up the javascript tag, deprecated the ampersand and escaped the slashes, added summary to tables, added missing end table cell removed duplicate width. | ||||
* | Do not mix OpenVPN's secure modes | bcyrill | 2013-01-27 | 2 | -2/+2 |
| | |||||
* | Reword inline config link for iOS since that same client also exists for ↵ | jim-p | 2013-01-23 | 2 | -10/+24 |
| | | | | 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 | 3 | -45/+84 |
| | | | | clear/easy to follow. Also bump version and promote package status to reflect how stable it has become. | ||||
* | Fix up the inline config format a little to make Android and iOS both happy. | jim-p | 2013-01-17 | 2 | -17/+11 |
| | |||||
* | 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. | ||||
* | Normalize line endings | jim-p | 2012-12-19 | 1 | -92/+92 |
| | |||||
* | Merge pull request #339 from PiBa-NL/openvpn-client-export-certchecks | Jim P | 2012-11-24 | 1 | -13/+22 |
|\ | | | | | openvpn-client-export, better error reporting on unsupported OpenVPN configurations | ||||
| * | removed purpose checking because: "Certs created before 2.0.1 can have the ↵ | PiBa-NL | 2012-11-24 | 1 | -6/+0 |
| | | | | | | | | "wrong" purpose but we should not invalidate them." | ||||
| * | openvpn-client-export, better checking/error reporting on ↵ | PiBa-NL | 2012-11-24 | 1 | -13/+28 |
| | | | | | | | | unsupported/illogical OpenVPN configurations | ||||
* | | openvpn-client-export, use certificate common-name in the exported files ↵ | PiBa-NL | 2012-11-24 | 1 | -6/+5 |
| | | | | | | | | filenames. | ||||
* | | openvpn-client-export, use certificate common-name in the exported files ↵ | PiBa-NL | 2012-11-21 | 2 | -6/+8 |
|/ | | | | filenames. | ||||
* | openvpn-client-export, added option to include OpenVPNManager in windows ↵ | PiBa-NL | 2012-11-05 | 4 | -52/+299 |
| | | | | setup, this solves the issues with Windows7/Vista client machines where elevated permissions are required by running OpenVPN as a service. | ||||
* | Write client install exe to temp dir | Phil Davis | 2012-10-03 | 1 | -4/+4 |
| | | | The code did not work on nanobsd, due to $workdir templates being on a read-only mount point. The appropriate $client_install_exe needs to be written straight to $tempdir rather than first done in $workdir templates. And also we don't want to be writing to $workdir templates every time we make a client install package for someone. | ||||
* | Add export option for OpenVPN 2.3 beta client as well as the existing one. | jim-p | 2012-10-02 | 2 | -11/+39 |
| | |||||
* | Make quoting the server CN optional since it seems to break more clients ↵ | jim-p | 2012-09-18 | 3 | -14/+52 |
| | | | | than it fixes; Add a third Yealink variant. | ||||
* | Enclose this in quotes, since it may contain spaces. Otherwise, openvpn will ↵ | jim-p | 2012-08-09 | 2 | -2/+2 |
| | | | | choke on it. | ||||
* | Fix inline client export | jim-p | 2012-08-09 | 2 | -1/+3 |
| | |||||
* | Update config/openvpn-client-export/openvpn-client-export.inc | dhatz | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Teach the OpenVPN Client Export package how to make config archives for ↵ | jim-p | 2012-08-03 | 3 | -1/+96 |
| | | | | Yealink T28, Yealink T38g, and SNOM SIP handsets. | ||||
* | Version bump for openvpn client export. | jim-p | 2012-07-01 | 1 | -1/+1 |
| | |||||
* | Add inline config format that the openvpn client for android likes (ca, ↵ | jim-p | 2012-07-01 | 2 | -49/+88 |
| | | | | cert, key, tls-auth inside single config file) to the export package. | ||||
* | Generalize this variable name | jim-p | 2012-06-30 | 2 | -11/+12 |
| | |||||
* | Move this common code into a function. | jim-p | 2012-06-30 | 1 | -86/+25 |
| | |||||
* | client export code cleanup. Remove a bunch of redundant/duplicate code. | jim-p | 2012-06-30 | 2 | -175/+36 |
| | |||||
* | Fix braces around variable - Fixes #2429 | jim-p | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | The client export was missing a newline after the ns-cert-type which would ↵ | Leroux Cifer | 2012-05-02 | 1 | -1/+1 |
| | | | | thus mess up comp-lzo and such afterwards. | ||||
* | Fix syntax error | jim-p | 2012-04-04 | 1 | -2/+2 |
| | |||||
* | Handle a blank hostname a bit more gracefully when exporting OpenVPN. | jim-p | 2012-04-04 | 1 | -3/+5 |
| | |||||
* | openvpn-client-export - remove unnecessary menu option | marcelloc | 2011-12-19 | 1 | -6/+0 |
| | |||||
* | openvpn-client-export - add menu and file permission | marcelloc | 2011-12-19 | 2 | -1/+23 |
| | |||||
* | Add contributed patch to optionally encrypt the key for Viscosity bundles. ↵ | jim-p | 2011-11-29 | 2 | -3/+14 |
| | | | | Fixes #2032 | ||||
* | If we can determine that the server cert has nsCertType=server, then add ↵ | jim-p | 2011-11-22 | 1 | -0/+9 |
| | | | | ns-cert-type server to the client config. | ||||
* | Fix up various export scenarios that were not functioning properly. | jim-p | 2011-11-17 | 2 | -7/+20 |
| | |||||
* | Correct path to binary | Scott Ullrich | 2011-11-02 | 1 | -1/+4 |
| | |||||
* | Correct path to binary | Scott Ullrich | 2011-11-02 | 1 | -2/+2 |
| | |||||
* | Include zip package | Scott Ullrich | 2011-11-02 | 1 | -2/+10 |
| |