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
2156479232
use default sub-language for resources
...
This makes common controls display localized elements
13 years ago
Heiko Hund
7857583d77
add Chinese (trad.) localization by Yi-Wen Cheng
13 years ago
Heiko Hund
ae36105686
don't show status window on openvpn exit if silent
13 years ago
Heiko Hund
0b37e288bf
fix GUI status if mgmt itf can't be reached
13 years ago
Heiko Hund
b9edb7e62a
keep trying to connect to mgmt itf for 15 seconds
13 years ago
Heiko Hund
2647513238
add Norwegian localization of general settings tab
13 years ago
Heiko Hund
0658ca3f8a
corrections for Danish localization, closes #3514470
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
Heiko Hund
3046f8a345
convert files to unix style end-of-line
13 years ago
Alon Bar-Lev
93118db5e8
cleanup: add missing stdlib.h
...
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
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
Alon Bar-Lev
45421c2514
cleanup: resolve warnings missing malloc include
...
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
13 years ago
Heiko Hund
18376e2f2e
tag unused variables to stop compiler warnings
13 years ago
Heiko Hund
0bac9ed151
fix resource leak in viewlog.c, closes #3485875
13 years ago
Heiko Hund
3670a4bd2a
support starting OpenVPN via interactive service
13 years ago
Heiko Hund
fb667a866c
replace "..." with ellipses
13 years ago
Heiko Hund
cb491623b9
correct Japanese about dialog caption
13 years ago
Heiko Hund
4725798de6
fix property sheet initialization
13 years ago
Heiko Hund
66b77868b4
move "About" dialog to settings tab
13 years ago
Heiko Hund
cb99eadb0a
add Japanese localization by Taro Yamazaki
13 years ago
Heiko Hund
781e34c846
convert language resource files to UTF-8
13 years ago
Heiko Hund
7528c6b2af
move resource files into separate directory
13 years ago
Heiko Hund
e755155332
make log window display unicode properly
13 years ago
Heiko Hund
c697eed849
fix proxy command line if config is used
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
81a666aebe
add Turkish localization by Hakan Darama
13 years ago
Heiko Hund
75d914dbbe
add mandatory "VarFileInfo" VERSIONINFO block
13 years ago
Heiko Hund
0edea0324c
choose the right cpu architecture for comctl32.dll
13 years ago
Heiko Hund
df7688777c
use -mno-cygwin only when building for cygwin
14 years ago
Heiko Hund
651238c1ef
use SetWindowLongPtr() for x64 compatibility
14 years ago
Heiko Hund
4683e8f045
fix popup menu creation
14 years ago
Heiko Hund
8d59948572
fix prototype of threadproc ChangePassphraseThread()
14 years ago
Heiko Hund
697ffc57f9
fix prototype of dlgproc functions
14 years ago
Heiko Hund
147d63d812
make cross compilation on linux work
14 years ago
Heiko Hund
3653d41931
fix write out of array bounds
14 years ago
Heiko Hund
a1f2df515b
update Swedish localization
14 years ago
Heiko Hund
77c587ba22
tweak combobox on general options dialog
14 years ago
Heiko Hund
2c6eb62c74
fix write to static buffer
14 years ago
Heiko Hund
42b3ead5f0
fix symbol clash
14 years ago
Heiko Hund
bb030a99c1
set right language for general options dialog
14 years ago
Heiko Hund
b5da5cc661
localize general options tab for es, it and nl
14 years ago
Heiko Hund
8249067076
let openvpn determine the Windows proxy settings
14 years ago
Heiko Hund
d46789bc27
fix parameter type in FillLangListProc()
14 years ago
Heiko Hund
6934dfa783
fix loading of the proxy source from registry
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