Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mv packages to config dir to match web layout | Bill Marquette | 2009-02-06 | 14 | -912/+0 |
| | |||||
* | Use unlink_if_exists() instead of unlink() | Scott Ullrich | 2008-10-26 | 1 | -1/+1 |
| | |||||
* | Correct a typo that prevented the OpenVPN Client Export tool from working | Matthew Grooms | 2008-10-03 | 1 | -1/+1 |
| | | | | when a TLS file was in use. Reported by Chris Buechler. | ||||
* | Correct a bug in the OpenVPN client export package. The config directory | Matthew Grooms | 2008-10-02 | 1 | -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 check | Scott Ullrich | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | Create /usr/local/share/openvpn if it does exist | Scott Ullrich | 2008-09-25 | 1 | -0/+3 |
| | |||||
* | Nuke extra / | Scott Ullrich | 2008-09-25 | 1 | -2/+2 |
| | |||||
* | Update the URLs in the OpenVPN client export utility and add it to the 7 | Matthew Grooms | 2008-09-24 | 1 | -2/+2 |
| | | | | package configuration list. | ||||
* | Add a new OpenVPN client configuration and installer export package. It | Matthew Grooms | 2008-09-17 | 14 | -0/+904 |
will create and export a config file or pre-configured windows installer based on the server configuration and user information. |