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
a449f63bcd
fix IV_GUI_VERSION string
2014-11-16 16:16:31 +01:00
Heiko Hund
82a9b8bb6f
buildsystem fixes
2014-11-16 15:55:38 +01:00
Piotr Zborowski
b5db8a68c5
fixed typo in tray tooltip (polish language)
...
Signed-off-by: Piotr Zborowski <pzborowski@users.sf.net>
2014-04-14 10:15:59 +02:00
Heiko Hund
92329e6e90
pass IV_GUI_VER to the openvpn server
2014-04-08 20:14:49 +02:00
Heiko Hund
c338ca0761
don't define callback functions as static
2014-04-08 20:06:37 +02:00
Heiko Hund
060da97c5f
update program graphics, thanks to Evgheni Dereveanchin
2014-01-16 18:28:45 +01:00
Heiko Hund
6f2445bce7
fix comparsion of config file options
2014-01-16 18:11:20 +01:00
Erwin Bronkhorst
a4119be7c0
Fixed another typo in Dutch translation
2014-01-16 13:36:33 +01:00
Erwin Bronkhorst
01a78282e4
Fixed some typo's and spelling errors in Dutch translation.
2013-12-10 01:21:09 +01: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
Heiko Hund
02b924f48a
bump version to 5
2013-08-05 11:09:00 +02:00
Heiko Hund
10c18fae4f
fix disconnect happening when closing RDP client
2013-08-05 10:47:32 +02:00
Heiko Hund
56bc27649e
bump version to 4
2013-06-03 12:28:52 +02:00
Heiko Hund
bc015578d5
always send keyboard events
2013-06-03 12:22:22 +02:00
Heiko Hund
47cff87477
make auth popups show when returning from suspend
2013-04-25 17:53:16 +02:00
Heiko Hund
c00191f51e
use UI language set by user for l10n, closes #27
2013-04-15 19:23:24 +02:00
Heiko Hund
77d2f5b2b2
make MAX_CONFIGS a autoconf precious variable
...
You can now define up to how many configuration files you want
to support by stating something like
./configure MAX_CONFIGS=150 ...
when invoking configure. Default value remains 50.
2013-04-12 20:16:04 +02:00
Heiko Hund
2de72ec0ca
don't let menu IDs overlap when MAX_CONFIGS > 100, closes issue #30
2013-04-12 14:38:46 +02:00
Heiko Hund
c54a444931
fix NULL pointer dereference, closes issue #28
2013-04-10 18:50:09 +02:00
Heiko Hund
f728b41196
bump version to 3
2013-03-07 16:17:31 +01:00
Heiko Hund
9e195404b0
fix crash on 64 bit Windows, closes trac bug #247
...
This was caused by access of invalid data on the heap.
https://community.openvpn.net/openvpn/ticket/247
2013-03-01 21:28:17 +01:00
Heiko Hund
e51a681868
fix spelling, closes community ticket #254
...
https://community.openvpn.net/openvpn/ticket/254
2013-01-25 12:03:05 +01:00
Heiko Hund
d88e66267f
switch to incremental versioning, bump to v2
2012-12-13 16:09:22 +01:00
Heiko Hund
3751dbe8f4
convert connection time from UTC to local time
2012-11-06 15:25:14 +01:00
Heiko Hund
2e53dbd254
localize connection time display in tray tooltip
2012-11-06 14:54:53 +01:00
Heiko Hund
c874ba68b4
add Russian localization by Roman Azarenko
2012-11-05 16:24:47 +01:00
Heiko Hund
15287dc5ea
correct how data from mgmt itf is received
2012-10-31 16:33:32 +01:00
Heiko Hund
976b08312b
escape \ and " in user input to management itf
2012-10-16 18:54:54 +02:00
Heiko Hund
66fe4edb01
remove --tls-exit, it requires openvpn in TLS mode
2012-10-16 16:55:40 +02:00
Heiko Hund
c2c6fdf828
make management interface work with Windows 8
...
In Windows 8 the management socket breaks after some use when
openvpn listens on 127.0.0.10 instead of 127.0.0.1.
2012-10-15 15:49:41 +02:00
Heiko Hund
22ff456888
check if "log_dir" exists or create it
2012-07-26 10:54:14 +02:00
Heiko Hund
56654663f5
fall back to English resource if string is missing
2012-07-26 08:57:27 +02:00
Heiko Hund
af99d353ac
add trustInfo to manifest, stop UAC virtualization
2012-07-26 08:23:34 +02:00
Heiko Hund
b7f923c627
fix application description in manifest
2012-07-26 08:16:58 +02:00
Heiko Hund
82eb645a5e
localize buttons in message boxes when possible
2012-07-20 17:44:48 +02:00
Heiko Hund
beead0e1a4
enforce entry of a username when querying auth
2012-07-20 12:53:14 +02:00
Heiko Hund
577d22dbc3
fix ManagementCommandFromInput()
2012-07-20 11:56:08 +02:00
Heiko Hund
3c81b7a4f2
support SOCKS 5 proxy auth notifications from mgmt
2012-07-20 11:55:10 +02:00
Heiko Hund
e84834a08a
supply system proxy settings to management itf
...
Proxy settings are fetched from the users Internet Options
for the active connection. If WPAD or a PAC script is configured
they are preferred and used for automatic proxy detection.
Proxy bypass configuration is completely ignored.
2012-07-19 16:03:50 +02:00
Heiko Hund
2156479232
use default sub-language for resources
...
This makes common controls display localized elements
2012-05-29 15:36:06 +02:00
Heiko Hund
7857583d77
add Chinese (trad.) localization by Yi-Wen Cheng
2012-05-22 18:16:37 +02:00
Heiko Hund
ae36105686
don't show status window on openvpn exit if silent
2012-05-09 11:13:19 +02:00
Heiko Hund
0b37e288bf
fix GUI status if mgmt itf can't be reached
2012-05-09 11:08:18 +02:00
Heiko Hund
b9edb7e62a
keep trying to connect to mgmt itf for 15 seconds
2012-05-08 16:50:26 +02:00
Heiko Hund
2647513238
add Norwegian localization of general settings tab
2012-05-07 15:44:14 +02:00
Heiko Hund
0658ca3f8a
corrections for Danish localization, closes #3514470
2012-04-06 21:19:12 +02:00
Heiko Hund
69392ef426
use correct tray icon during reconnect
2012-04-03 13:55:25 +02:00