Selva Nair
352e44f03d
Better error reporting when connection fails to come up
...
- Handle early errors (openvpn exits before management connection is up)
with a helpful error message that points the user to view log.
- Include only readable config files in the connection list
- Warn if no connection profiles found
TODO: handle startup errors from interactive service
9 years ago
Selva Nair
cdec68ef91
Put --log first in the command line
...
This is needed to avoid early messages going to stdout leaving no
trace of errors when openvpn exits before management interface is up.
It also ensures that any --log directives in the config do not override
the log file location.
Signed-off-by: Selva Nair <selva.nair@gmail.com>
9 years ago
Selva Nair
791aea49e6
Do not use interactive service if running as admin
...
Connecting to a named pipe server while running with admin rights is not
secure in some windows versions. As the interactive service is not required
to set routes while running as admin, this looks like a safe compromise.
Fix based on feedback from Heiko Hund
- Move IsUserAdmin() check before opening the service pipe
Signed-off-by: Selva Nair <selva.nair@gmail.com>
9 years ago
Heiko Hund
a449f63bcd
fix IV_GUI_VERSION string
10 years ago
Heiko Hund
92329e6e90
pass IV_GUI_VER to the openvpn server
11 years ago
Heiko Hund
c338ca0761
don't define callback functions as static
11 years ago
Heiko Hund
47cff87477
make auth popups show when returning from suspend
12 years ago
Heiko Hund
c874ba68b4
add Russian localization by Roman Azarenko
12 years ago
Heiko Hund
66fe4edb01
remove --tls-exit, it requires openvpn in TLS mode
12 years ago
Heiko Hund
beead0e1a4
enforce entry of a username when querying auth
13 years ago
Heiko Hund
3c81b7a4f2
support SOCKS 5 proxy auth notifications from mgmt
13 years ago
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.
13 years ago
Heiko Hund
ae36105686
don't show status window on openvpn exit if silent
13 years ago
Heiko Hund
b9edb7e62a
keep trying to connect to mgmt itf for 15 seconds
13 years ago
Heiko Hund
69392ef426
use correct tray icon during reconnect
13 years ago
Heiko Hund
d8737bfba2
remove limit for user/pass length, closes #3498438
...
Generation of the "username" and "password" management commands now
happens centrally in the helper function ManagementCommandFromInput()
in misc.c
13 years ago
Heiko Hund
f420d7dcbb
use CRT's _countof instead of proprietary _tsizeof
13 years ago
Alon Bar-Lev
c9eb68c77f
use automake in build
...
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Edited to not use libtool and implicit automake rule to build resource object
13 years ago
Alon Bar-Lev
6eef880c8f
debug: fix debug under unicode
...
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
edit: use _tsizeof for array element count
13 years ago
Heiko Hund
18376e2f2e
tag unused variables to stop compiler warnings
13 years ago
Heiko Hund
3670a4bd2a
support starting OpenVPN via interactive service
13 years ago
Heiko Hund
e755155332
make log window display unicode properly
13 years ago
Heiko Hund
54d74f5861
always compile a unicode binary
13 years ago
Heiko Hund
a1c152d3af
send credentials to openvpn in UTF-8 encoding
13 years ago
Heiko Hund
697ffc57f9
fix prototype of dlgproc functions
14 years ago
Heiko Hund
3653d41931
fix write out of array bounds
14 years ago
Heiko Hund
9d918954d5
ask for HTTP proxy credentials on demand
...
* use "auto" parameter for --http-proxy option
* pass proxy credentialsls via management interface
* also closes #3223163
14 years ago
Heiko Hund
4bcebba60f
use managment interface
14 years ago
Heiko Hund
7c4bea3f7e
remove support for openvpn version < 2.0
15 years ago
Heiko Hund
a6e6d88115
refactor option handling code
15 years ago
Heiko Hund
61cb987f4d
make it work when compiled as unicode
15 years ago
Heiko Hund
6939cb8792
replace GUI_* with PACKAGE_* macros
15 years ago
Heiko Hund
09a9867d8a
use new inline function instead of old macro
16 years ago
Heiko Hund
b8f520be05
config number for status dialog is now stored as property
16 years ago
Heiko Hund
5783d7da94
cleaned up resource IDs
16 years ago
Heiko Hund
d646c7fc8c
fixed compiler warnings
16 years ago
Heiko Hund
3d4aaeb5a4
switched to use of localization functions
16 years ago
Heiko Hund
fd9e4ae6db
import of openvpn-gui-1.0.3.zip
...
git-svn-id: https://openvpn-gui.svn.sourceforge.net/svnroot/openvpn-gui/trunk@2 43a1345a-9c20-4331-951f-9845fc178312
16 years ago