| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace spaces in a CN with _ in filenames when exporting an OpenVPN client. ... | jim-p | 2013-07-14 | 1 | -2/+2 |
* | Properly handle filenames containing spaces when exporting an archive. Fixes ... | jim-p | 2013-07-11 | 1 | -4/+8 |
* | When we don't need a client cert, add a line to tell the client that we don't... | jim-p | 2013-07-11 | 1 | -0/+3 |
* | Add Proxy Type Option | N0YB | 2013-06-06 | 1 | -10/+12 |
* | Add Proxy Type Option | N0YB | 2013-06-05 | 1 | -2/+8 |
* | Do not mix OpenVPN's secure modes | bcyrill | 2013-01-27 | 1 | -1/+1 |
* | Update OpenVPN Client Export again, rearrange options to make them more clear... | jim-p | 2013-01-22 | 1 | -18/+25 |
* | Fix up the inline config format a little to make Android and iOS both happy. | jim-p | 2013-01-17 | 1 | -16/+10 |
* | Merge pull request #339 from PiBa-NL/openvpn-client-export-certchecks | Jim P | 2012-11-24 | 1 | -13/+22 |
|\ |
|
| * | removed purpose checking because: "Certs created before 2.0.1 can have the "w... | PiBa-NL | 2012-11-24 | 1 | -6/+0 |
| * | openvpn-client-export, better checking/error reporting on unsupported/illogic... | PiBa-NL | 2012-11-24 | 1 | -13/+28 |
* | | openvpn-client-export, use certificate common-name in the exported files file... | PiBa-NL | 2012-11-24 | 1 | -6/+5 |
* | | openvpn-client-export, use certificate common-name in the exported files file... | PiBa-NL | 2012-11-21 | 1 | -5/+7 |
|/ |
|
* | openvpn-client-export, added option to include OpenVPNManager in windows setu... | PiBa-NL | 2012-11-05 | 1 | -18/+51 |
* | Write client install exe to temp dir | Phil Davis | 2012-10-03 | 1 | -4/+4 |
* | Add export option for OpenVPN 2.3 beta client as well as the existing one. | jim-p | 2012-10-02 | 1 | -2/+15 |
* | Make quoting the server CN optional since it seems to break more clients than... | jim-p | 2012-09-18 | 1 | -7/+16 |
* | Enclose this in quotes, since it may contain spaces. Otherwise, openvpn will ... | jim-p | 2012-08-09 | 1 | -1/+1 |
* | Fix inline client export | jim-p | 2012-08-09 | 1 | -0/+2 |
* | 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 Yeali... | jim-p | 2012-08-03 | 1 | -0/+73 |
* | Add inline config format that the openvpn client for android likes (ca, cert,... | jim-p | 2012-07-01 | 1 | -40/+65 |
* | Generalize this variable name | jim-p | 2012-06-30 | 1 | -4/+4 |
* | 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 | 1 | -1/+1 |
* | 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 th... | Leroux Cifer | 2012-05-02 | 1 | -1/+1 |
* | 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 |
* | Add contributed patch to optionally encrypt the key for Viscosity bundles. Fi... | jim-p | 2011-11-29 | 1 | -2/+13 |
* | If we can determine that the server cert has nsCertType=server, then add ns-c... | jim-p | 2011-11-22 | 1 | -0/+9 |
* | Fix up various export scenarios that were not functioning properly. | jim-p | 2011-11-17 | 1 | -5/+18 |
* | 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 |
* | Edited config/openvpn-client-export/openvpn-client-export.inc via GitHub | Namezero | 2011-09-19 | 1 | -1/+1 |
* | Edited config/openvpn-client-export/openvpn-client-export.inc via GitHub | Namezero | 2011-09-19 | 1 | -1/+1 |
* | Changes for advanced options | Namezero | 2011-09-19 | 1 | -5/+10 |
* | When exporting a windows installer, use DOS newlines in the config file, so t... | jim-p | 2011-07-29 | 1 | -25/+27 |
* | Force the connecting openvpn client to verify that the server's cn matches wh... | jim-p | 2011-07-06 | 1 | -0/+5 |
* | If the openvpn instance is "any", export the config to point to the wan by de... | jim-p | 2011-05-11 | 1 | -1/+1 |
* | Account for the server's dev type when exporting, and default to tun if it's ... | jim-p | 2011-05-06 | 1 | -1/+2 |
* | Bump version to 0.9 for ipv6 support | Seth | 2011-04-28 | 1 | -0/+6 |
* | Allow exporting OpenVPN with SSL/TLS+User Auth+External source (LDAP, Radius)... | jim-p | 2011-04-26 | 1 | -3/+15 |
* | Use is_numeric here instead of just testing the variable (it will fail if the... | jim-p | 2011-03-17 | 1 | -1/+1 |
* | Escape values so special characters don't fail (and also helps prevent shell ... | jim-p | 2011-03-14 | 1 | -5/+9 |
* | Finish up shared key client export (for non-pfsense clients) | jim-p | 2011-03-01 | 1 | -0/+12 |
* | Initial work toward exporting shared key clients. | jim-p | 2011-03-01 | 1 | -0/+93 |
* | Whitespace fixes | jim-p | 2011-02-25 | 1 | -50/+50 |
* | Remove this call from openvpn deinstallation. | jim-p | 2011-01-18 | 1 | -2/+0 |