aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openvpn-client-export
Commit message (Collapse)AuthorAgeFilesLines
* mv packages to config dir to match web layoutBill Marquette2009-02-0614-912/+0
|
* 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
|
* Nuke extra /Scott Ullrich2008-09-251-2/+2
|
* Update the URLs in the OpenVPN client export utility and add it to the 7Matthew Grooms2008-09-241-2/+2
| | | | package configuration list.
* Add a new OpenVPN client configuration and installer export package. ItMatthew Grooms2008-09-1714-0/+904
will create and export a config file or pre-configured windows installer based on the server configuration and user information.