Re: [Openvpn-devel] Any volunteer Windows devs to change OpenVPN proxying code to use "new" InternetQueryOption API?

2010-04-29 Thread Jason Haar
On 04/29/2010 02:38 AM, Heiko Hund wrote: > If the service is started by the GUI it still makes sense to use user > specific > proxy settings, doesn't it? One could consider auto-proxy for auto-started > VPNs a misconfiguration, as well. Or am I mislead? > I think it's critical. Most enterpri

Re: [Openvpn-devel] Unpackaged Windows binaries (Was: Re: [Openvpn-users] [ANN] OS X packages - OpenVPN 2.1.1)

2010-04-29 Thread Karl O. Pinc
On 04/26/2010 10:23:21 AM, David Sommerseth wrote: > On 26/04/10 16:47, Karl O. Pinc wrote: > > > > Speaking of the standard release process there is still this > thread: > > > > Re: [Openvpn-devel] Unpackged Windows binaries? -- Problems > building > > 2.1 rc15 on Windows XP > > > > and its patc

[Openvpn-devel] [PATCH] TAP interface support for Solaris/OpenSolaris

2010-04-29 Thread Kazuyoshi Aizawa
Hi, I've attached a patch for tun.c which includes support for tap interface for solaris/opensolaris. The code is based on OpneVPN 2.1.1. And it has a routine to plumb/unplumb tap interface like ifconfig command. tap driver for solarsi/opensolaris is here: http://www.whiteboard.ne.jp/~admin

Re: [Openvpn-devel] Building the TAP drivers from source and then signing them (possible?)

2010-04-29 Thread Alon Bar-Lev
http://www.verisign.com/code-signing/content-signing-certificates/microsoft-authenticode/index.html On Wed, Apr 28, 2010 at 10:38 PM, Peter Stuge wrote: > Jon Onstott wrote: >> I would like to go ahead and compile and sign the TAP drivers >> myself.  Does anyone know which certificate would be be

Re: [Openvpn-devel] Any volunteer Windows devs to change OpenVPN proxying code to use "new" InternetQueryOption API?

2010-04-29 Thread Heiko Hund
On Wednesday 28 April 2010 16:45:47 Alon Bar-Lev wrote: > On Wed, Apr 28, 2010 at 5:38 PM, Heiko Hund wrote: > > On Wednesday 28 April 2010 16:24:31 Alon Bar-Lev wrote: > >> The IE API is user specific. > >> As OpenVPN runs as a service using own user or system account, IE API > >> is not suitable

Re: [Openvpn-devel] Any volunteer Windows devs to change OpenVPN proxying code to use "new" InternetQueryOption API?

2010-04-29 Thread Heiko Hund
On Thursday 29 April 2010 03:44:37 Jason Haar wrote: > On 04/29/2010 02:38 AM, Heiko Hund wrote: > > If the service is started by the GUI it still makes sense to use user > > specific proxy settings, doesn't it? One could consider auto-proxy for > > auto-started VPNs a misconfiguration, as well. Or

Re: [Openvpn-devel] [PATCH] TAP interface support for Solaris/OpenSolaris

2010-04-29 Thread Gert Doering
Hi, On Thu, Apr 29, 2010 at 01:02:37PM +0900, Kazuyoshi Aizawa wrote: > I've attached a patch for tun.c which includes support for tap > interface for solaris/opensolaris. > The code is based on OpneVPN 2.1.1. And it has a routine to > plumb/unplumb tap interface like ifconfig command. > > tap dr

Re: [Openvpn-devel] [PATCH] TAP interface support for Solaris/OpenSolaris

2010-04-29 Thread Gert Doering
Hi again, On Thu, Apr 29, 2010 at 01:02:37PM +0900, Kazuyoshi Aizawa wrote: > I've attached a patch for tun.c which includes support for tap > interface for solaris/opensolaris. I've glanced through the patch, and there's also changes in the Win32 part of the tun.c, for example this chunk:

Re: [Openvpn-devel] Any volunteer Windows devs to change OpenVPN proxying code to use "new" InternetQueryOption API?

2010-04-29 Thread Alon Bar-Lev
On Thu, Apr 29, 2010 at 9:07 AM, Heiko Hund wrote: >> > If the service is started by the GUI it still makes sense to use user >> > specific proxy settings, doesn't it? One could consider auto-proxy for >> > auto-started VPNs a misconfiguration, as well. Or am I mislead? >> >> If this is a service

Re: [Openvpn-devel] [PATCH] TAP interface support for Solaris/OpenSolaris

2010-04-29 Thread Kazuyoshi Aizawa
Hi Gert, Thank you for your support. Please find attached patch with diff -uw. Thanks, Kazuyoshi 2010/4/29 Gert Doering : > Hi again, > > On Thu, Apr 29, 2010 at 01:02:37PM +0900, Kazuyoshi Aizawa wrote: >> I've attached a patch for tun.c which includes support for tap >> interface for solaris/

Re: [Openvpn-devel] [PATCH] TAP interface support for Solaris/OpenSolaris

2010-04-29 Thread Gert Doering
Hi, On Thu, Apr 29, 2010 at 04:39:35PM +0900, Kazuyoshi Aizawa wrote: > Thank you for your support. > Please find attached patch with diff -uw. Thanks. I wouldn't claim to understand why the specific changes are needed, but this way it is obvious that the changes really only affect the Solar

Re: [Openvpn-devel] [PATCH] TAP interface support for Solaris/OpenSolaris

2010-04-29 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/04/10 09:03, Gert Doering wrote: > Hi, > > On Thu, Apr 29, 2010 at 01:02:37PM +0900, Kazuyoshi Aizawa wrote: >> I've attached a patch for tun.c which includes support for tap >> interface for solaris/opensolaris. >> The code is based on OpneVPN

Re: [Openvpn-devel] [PATCH] TAP interface support for Solaris/OpenSolaris

2010-04-29 Thread Gert Doering
Hi, On Thu, Apr 29, 2010 at 10:03:23AM +0200, David Sommerseth wrote: > > If we include it in feat_ipv6_payload, it won't have merge conflicts - but > > then you only get the TAP-on-Solaris in combination with all the IPv6 stuff, > > which people might not want. > > > > David? > > You seem to ha

Re: [Openvpn-devel] [PATCH] TAP interface support for Solaris/OpenSolaris

2010-04-29 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/04/10 10:08, Gert Doering wrote: > Hi, > > On Thu, Apr 29, 2010 at 10:03:23AM +0200, David Sommerseth wrote: >>> If we include it in feat_ipv6_payload, it won't have merge conflicts - but >>> then you only get the TAP-on-Solaris in combination w