Commit Graph

5 Commits (06218b4f69afd5c3e8def9faab222f25b25d5489)

Author SHA1 Message Date
Selva Nair 2bb1726764 Do not disconnect on suspend
Openvpn no longer terminates but restarts on suspend. This conflicts with
the stop/restart logic in the gui during windows power state change events.
This patch changes the default behaviour so that SIGTERM is not triggered
during windows suspend.

Signed-off-by: Selva Nair <selva.nair@gmail.com>
2015-11-17 23:38:17 -05:00
Samuli Seppänen 7df0cdef11 Removed openvpn-gui.exe restart functionality
It seems that openvpn-gui.exe loads libeay32.dll when it launches. This prevents
the OpenVPN installer from overwriting that library when it needs to, in the
"Dependencies" section. There are various workarounds, none of which are
particularly pretty, so for now the restart functionality is simply removed.

Signed-off-by: Samuli Seppänen <samuli.seppanen@gmail.com>
2015-02-27 13:02:01 +02:00
Samuli Seppänen dc91cd6319 Add openvpn-gui.exe to PATH
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
2015-02-18 14:54:16 +02:00
Samuli Seppänen 20c94686bc Migrate openvpn-gui.exe starting/stopping code from openvpn.nsi
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
2015-02-18 11:48:52 +02:00
Heiko Hund 10c32f06c2 add NSIS installer files Samuli Seppänen
'make installer' will now spit out an openvpn-gui-installer.exe. The
location of the required makensis tool can be specified by appending
MAKENSIS=/path/to/makensis to the configure command line. Otherwise
it's searched for in your $PATH. The installer target is only available
when makensis is available.
2013-08-05 16:22:36 +02:00