Re: [Openvpn-devel] Obfuscation for Iran SSL blocking

2012-02-18 Thread awgh
Hello Jun! I have spent the last couple of days preparing a bundled installer for the Tor Obfuscation Proxy combined with OpenVPN. The installer currently works on 32-bit and 64-bit Windows. It simply installs obfsproxy in SOCKS proxy mode and sets it up as a Windows service, so it starts

Re: [Openvpn-devel] Obfuscation for Iran SSL blocking

2012-02-18 Thread awgh
Hello Jun! I have spent the last couple of days preparing a bundled installer for the Tor Obfuscation Proxy combined with OpenVPN. The installer currently works on 32-bit and 64-bit Windows. It simply installs obfsproxy in SOCKS proxy mode and sets it up as a Windows service, so it starts

Re: [Openvpn-devel] [PATCH] Bogus check for negative values on an unsigned number.

2012-02-18 Thread Frank de Brabander
I totally agree on not ACKing the patch and your solution description ;-) I tried to start a discussion on IRC about the preferred solution before sending this patch, but that didn't get very far. Op 17 februari 2012 22:58 heeft Gert Doering het volgende geschreven: > Hi, > > On Fri, Feb 17, 2012

[Openvpn-devel] [DEVELOPER REQUESTED] Repackage TAP-Win32

2012-02-18 Thread Alon Bar-Lev
Hello, We have a go to rewrite the OpenvPN build system. I started to work at core product [1]. As part of the re-write we split out the TAP-Win32 out of OpenVPN code base. To make things go faster we may try to parallelize the effort. Here are the tasks to perform: 1. Create a GIT repository o

[Openvpn-devel] [PATCH] define access mode flag X_OK as 0 on Windows

2012-02-18 Thread Heiko Hund
The _access and _waccess functions in Windows don't know about X_OK (1). If you pass an uneven mode flag the C runtime's default invalid parameter handler ends execution of openvpn. Signed-off-by: Heiko Hund --- win/config.h.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --

Re: [Openvpn-devel] [DEVELOPER REQUESTED] Repackage TAP-Win32

2012-02-18 Thread Karl O. Pinc
On 02/18/2012 09:05:16 AM, Alon Bar-Lev wrote: > Hello, > > We have a go to rewrite the OpenvPN build system. > 9. Output of build system would be [at least] (msi, tarball) for > (win32, win64). Why tarball? To enable people to fetch files without > hacking the msi (example: cross compile). I'd

Re: [Openvpn-devel] [DEVELOPER REQUESTED] Repackage TAP-Win32

2012-02-18 Thread Scott Zeid
On Feb 18, 2012 9:05 AM, "Alon Bar-Lev" wrote: > 9. Output of build system would be [at least] (msi, tarball) for > (win32, win64). Why tarball? To enable people to fetch files without > hacking the msi (example: cross compile). It should probably be a zip file since Windows doesn't support tarba

Re: [Openvpn-devel] [DEVELOPER REQUESTED] Repackage TAP-Win32

2012-02-18 Thread Karl O. Pinc
On 02/18/2012 04:53:50 PM, Scott Zeid wrote: > On Feb 18, 2012 9:05 AM, "Alon Bar-Lev" > wrote: > > 9. Output of build system would be [at least] (msi, tarball) for > > (win32, win64). Why tarball? To enable people to fetch files > without > > hacking the msi (example: cross compile). > > It sh

Re: [Openvpn-devel] [DEVELOPER REQUESTED] Repackage TAP-Win32

2012-02-18 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/02/12 16:05, Alon Bar-Lev wrote: > Hello, > > We have a go to rewrite the OpenvPN build system. I started to work at > core product [1]. > > As part of the re-write we split out the TAP-Win32 out of OpenVPN code > base. > > To make things go f