Re: [Openvpn-devel] [PATCH 0/3] better --auto-proxy support for Windows

2011-09-13 Thread Krashan Brahmanjara
>On Wednesday 17 August 2011 16:07:42 Alon Bar-Lev wrote: >> How do you configure Internet Explorer proxy detection for local system >> account? Or... alternatively you need to create a user for openvpn >> service, login, execute IE, set whatever. >> Quite difficult for unattended setup. >> Well, m

[Openvpn-devel] Snapshot openvpn-2.x-20110909-master-install.exe fails

2011-09-13 Thread Krashan Brahmanjara
Current snapshot openvpn-2.x-20110909-master-install.exe. openvpngui fails with "no entry inet_ntop found in ws2_32.dll library' on windows xp

Re: [Openvpn-devel] First Windows snapshot installer of "master" branch now available

2011-09-13 Thread Krashan Brahmanjara
Can you release also version compatibile with Windows XP and patches from thres "PATCH 0/3] better --auto-proxy support for Windows"?

Re: [Openvpn-devel] First Windows snapshot installer of "master" branch now available

2011-09-13 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/09/11 12:02, Krashan Brahmanjara wrote: > Can you release also version compatibile with Windows XP > and patches from thres "PATCH 0/3] better --auto-proxy support for Windows"? > Those patches have not been accepted yet. They are under review

Re: [Openvpn-devel] Snapshot openvpn-2.x-20110909-master-install.exe fails

2011-09-13 Thread Samuli Seppänen
> Current snapshot openvpn-2.x-20110909-master-install.exe. > openvpngui fails with "no entry inet_ntop found in ws2_32.dll library' > on windows xp Hmm, this one rings a bell - I recall it having caused compile-time errors, too. I'll try to reproduce it a.s.a.p. Krashan: how can I reproduce this

[Openvpn-devel] [PATCH] add MinGW WinHTTP compatibility import library

2011-09-13 Thread Heiko Hund
MinGW is missing support for winhttp.dll which will be used for automatic proxy server detection in Windows. Until it becomes available the workaround performed is to define the used constants and function prototypes in openvpn and build a WINHTTP.dll import library in the build process. Signed-of