| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 3 | -1/+96 |
* | 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, cert,... | jim-p | 2012-07-01 | 2 | -49/+88 |
* | 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 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 |
* | 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. Fi... | jim-p | 2011-11-29 | 2 | -3/+14 |
* | 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 | 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 |
* | Fix parameters to function call. Fixes #1898 | jim-p | 2011-09-22 | 1 | -1/+1 |
* | Merge pull request #87 from namezero111111/master | Jim P | 2011-09-19 | 1 | -6/+11 |
|\ |
|
| * | 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 |
* | | deleted "," which causes "parsing error" | Nachtfalkeaw | 2011-08-28 | 1 | -1/+1 |
* | | Edited interface to add an advanced options box where administrators can add ... | namezero111111 | 2011-08-28 | 1 | -4/+24 |
|/ |
|
* | 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 |
* | Populate dyndns hostnames into OpenVPN client exporter hostname drop-down. Im... | jim-p | 2011-05-17 | 2 | -0/+10 |
* | 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 | 2 | -1/+7 |
* | Fix openvpn client export for cert-only users (no auth), clarify some text. V... | jim-p | 2011-04-28 | 2 | -4/+8 |
* | Allow exporting OpenVPN with SSL/TLS+User Auth+External source (LDAP, Radius)... | jim-p | 2011-04-26 | 3 | -25/+88 |
* | Misc shared key export fixes. | jim-p | 2011-04-07 | 1 | -11/+14 |
* | Put each link on their own lines. This was confusing to new users. | Scott Ullrich | 2011-04-06 | 1 | -6/+6 |
* | 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 | 2 | -16/+20 |
* | Finish up shared key client export (for non-pfsense clients) | jim-p | 2011-03-01 | 4 | -1/+469 |
* | Moving this code to its own file | jim-p | 2011-03-01 | 1 | -73/+0 |
* | Initial work toward exporting shared key clients. | jim-p | 2011-03-01 | 2 | -0/+166 |
* | Whitespace fixes | jim-p | 2011-02-25 | 2 | -241/+241 |
* | Add wizards tab to the Client Export tab. | jim-p | 2011-01-21 | 1 | -0/+1 |
* | Remove this call from openvpn deinstallation. | jim-p | 2011-01-18 | 1 | -2/+0 |
* | Don't use references in OpenVPN client export. It doesn't need to modify anyt... | jim-p | 2011-01-18 | 2 | -14/+14 |
* | Check for missing template files and reinstall them if needed. | jim-p | 2011-01-13 | 1 | -2/+9 |
* | Add a note about Server CA/Client CA mismatch causing clients to not show up ... | jim-p | 2010-10-21 | 1 | -0/+6 |
* | Fix cert name reference after the move from name to descr. | jim-p | 2010-10-20 | 1 | -1/+1 |
* | Download this .tgz to /usr/local/pkg and leave it, or else the package system... | jim-p | 2010-10-05 | 2 | -3/+2 |
* | Update OpenVPN client to 2.1.3, move binary .tgz out of repo. | jim-p | 2010-09-09 | 1 | -1/+1 |