aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openvpn-client-export/openvpn-client-export.inc
Commit message (Collapse)AuthorAgeFilesLines
* Use unlink_if_exists() instead of unlink()Scott Ullrich2008-10-261-1/+1
|
* Correct a typo that prevented the OpenVPN Client Export tool from workingMatthew Grooms2008-10-031-1/+1
| | | | when a TLS file was in use. Reported by Chris Buechler.
* Correct a bug in the OpenVPN client export package. The config directoryMatthew Grooms2008-10-021-2/+7
| | | | | | | | | path must exist. If it is not included in the template archive, create it. I didn't notice this bug before as the template archive contained the config import directory so it was copied along with other template data. Without this fix, errors would be thrown but the output would be included in the download which appended them to the beginning of the executable. This of course corrupted the file contents. Reported by Chris Buechler.
* Correct checkScott Ullrich2008-09-251-1/+1
|
* Create /usr/local/share/openvpn if it does existScott Ullrich2008-09-251-0/+3
|
* Add a new OpenVPN client configuration and installer export package. ItMatthew Grooms2008-09-171-0/+248
will create and export a config file or pre-configured windows installer based on the server configuration and user information.