aboutsummaryrefslogtreecommitdiffstats
path: root/config/openvpn-client-export
Commit message (Collapse)AuthorAgeFilesLines
...
* openvpn-client-export - add menu and file permissionmarcelloc2011-12-192-1/+23
|
* Add contributed patch to optionally encrypt the key for Viscosity bundles. ↵jim-p2011-11-292-3/+14
| | | | Fixes #2032
* If we can determine that the server cert has nsCertType=server, then add ↵jim-p2011-11-221-0/+9
| | | | ns-cert-type server to the client config.
* Fix up various export scenarios that were not functioning properly.jim-p2011-11-172-7/+20
|
* Correct path to binaryScott Ullrich2011-11-021-1/+4
|
* Correct path to binaryScott Ullrich2011-11-021-2/+2
|
* Include zip packageScott Ullrich2011-11-021-2/+10
|
* Fix parameters to function call. Fixes #1898jim-p2011-09-221-1/+1
|
* Merge pull request #87 from namezero111111/masterJim P2011-09-191-6/+11
|\ | | | | Added functionality for advanced client export (2)
| * Edited config/openvpn-client-export/openvpn-client-export.inc via GitHubNamezero2011-09-191-1/+1
| |
| * Edited config/openvpn-client-export/openvpn-client-export.inc via GitHubNamezero2011-09-191-1/+1
| |
| * Changes for advanced optionsNamezero2011-09-191-5/+10
| |
* | deleted "," which causes "parsing error"Nachtfalkeaw2011-08-281-1/+1
| |
* | Edited interface to add an advanced options box where administrators can add ↵namezero1111112011-08-281-4/+24
|/ | | | | additional configuration parameters like a second remote option and remote-random, or other options that should be included in the config file of the exports. The new options box has the same look and feel like the ones on the servers and client page.
* When exporting a windows installer, use DOS newlines in the config file, so ↵jim-p2011-07-291-25/+27
| | | | the end user can more easily edit the config (e.g. in notepad).
* Force the connecting openvpn client to verify that the server's cn matches ↵jim-p2011-07-061-0/+5
| | | | what is expected, to prevent MITM attacks. Fixes #1587
* Populate dyndns hostnames into OpenVPN client exporter hostname drop-down. ↵jim-p2011-05-172-0/+10
| | | | Implements #1536
* If the openvpn instance is "any", export the config to point to the wan by ↵jim-p2011-05-111-1/+1
| | | | default (otherwise it was empty, an invalid config)
* Account for the server's dev type when exporting, and default to tun if it's ↵jim-p2011-05-061-1/+2
| | | | not set. http://forum.pfsense.org/index.php/topic,36467.0.html
* Bump version to 0.9 for ipv6 supportSeth2011-04-282-1/+7
|
* Fix openvpn client export for cert-only users (no auth), clarify some text. ↵jim-p2011-04-282-4/+8
| | | | Version bump again.
* Allow exporting OpenVPN with SSL/TLS+User Auth+External source (LDAP, ↵jim-p2011-04-263-25/+88
| | | | Radius), by listing certificates from the same CA as the OpenVPN server.
* Misc shared key export fixes.jim-p2011-04-071-11/+14
|
* Put each link on their own lines. This was confusing to new users.Scott Ullrich2011-04-061-6/+6
|
* Use is_numeric here instead of just testing the variable (it will fail if ↵jim-p2011-03-171-1/+1
| | | | the usrid is 0, when that should be valid)
* Escape values so special characters don't fail (and also helps prevent shell ↵jim-p2011-03-142-16/+20
| | | | command injection)
* Finish up shared key client export (for non-pfsense clients)jim-p2011-03-014-1/+469
|
* Moving this code to its own filejim-p2011-03-011-73/+0
|
* Initial work toward exporting shared key clients.jim-p2011-03-012-0/+166
|
* Whitespace fixesjim-p2011-02-252-241/+241
|
* Add wizards tab to the Client Export tab.jim-p2011-01-211-0/+1
|
* Remove this call from openvpn deinstallation.jim-p2011-01-181-2/+0
|
* Don't use references in OpenVPN client export. It doesn't need to modify ↵jim-p2011-01-182-14/+14
| | | | anything, and there probably won't be enough data for it to make a measurable speed difference.
* Check for missing template files and reinstall them if needed.jim-p2011-01-131-2/+9
|
* Add a note about Server CA/Client CA mismatch causing clients to not show up ↵jim-p2010-10-211-0/+6
| | | | when expected.
* Fix cert name reference after the move from name to descr.jim-p2010-10-201-1/+1
|
* Download this .tgz to /usr/local/pkg and leave it, or else the package ↵jim-p2010-10-052-3/+2
| | | | system thinks that it is always missing dependencies.
* Update OpenVPN client to 2.1.3, move binary .tgz out of repo.jim-p2010-09-091-1/+1
|
* Use these headers in all cases, since it makes even IE8 happier with HTTP, ↵jim-p2010-09-091-12/+6
| | | | not just HTTPS.
* Update OpenVPN client export package to work with the new user cert setup ↵jim-p2010-09-042-3/+16
| | | | (and retain compatibility with the old setup too)
* Version bump for OpenVPN Client Exportjim-p2010-07-011-1/+1
|
* Ensure that we do not get two CA lines in the Viscosity configjim-p2010-07-011-0/+8
|
* Disable remote-cert-tls for now in exported configs, it requires that the ↵jim-p2010-07-011-1/+2
| | | | server certificate be built in a different way than we currently support.
* Add this in all cases, not just TLS. Fixes #706jim-p2010-06-291-1/+3
|
* Bump openvpn client exporter to version 0.0.2. Add "remote-cert-tls server"Seth2010-06-291-1/+1
|
* Add "remote-cert-tls server" config option into the exported configuration. ↵Seth2010-06-291-1/+3
| | | | Ticket #706
* Make this package download to /root/ instead of /tmp/jim-p2010-06-242-2/+2
|
* Don't add tls line for viscosity, it's added already with a custom filename.jim-p2010-05-081-3/+3
|
* Fix IE downloading config archive/installer. Resolves #498jim-p2010-04-271-0/+12
|
* Fix zipped config export for the LDAP/RADIUS case.jim-p2010-04-271-5/+5
|