Re: [Openvpn-devel] PATCH/PULL: IPv6 check for TAP driver version on windows

2010-09-02 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/10 21:26, Gert Doering wrote: > Hi, > > as discussed just now on IRC, I have adapted the IPv6 check in tun.c > to the version number used by the 2.2-beta3 tap driver. > > David: could you please pull from > >

[Openvpn-devel] PATCH/PULL: IPv6 check for TAP driver version on windows

2010-09-02 Thread Gert Doering
Hi, as discussed just now on IRC, I have adapted the IPv6 check in tun.c to the version number used by the 2.2-beta3 tap driver. David: could you please pull from git://compile.svr01.mucip.net/openvpn-gert.git "master" to feat_ipv6_payload? gert -- USENET is *not* the non-clickable part

Re: [Openvpn-devel] My results of OpenVPN Benchmarking

2010-09-02 Thread Jan Just Keijser
Hi Ansis, Ansis Atteka wrote: Hi Jan, 2. The reason for tun0 TX packets being dropped seems more like a Tun queue thing. I would guess that OpenVPN does not poll frequently enough for incoming packets from TUN device. I am wondering if anyone else was able to connect with >1000 clients to a

Re: [Openvpn-devel] openvpn and dll hijacking?

2010-09-02 Thread Stefan Monnier
>> > Having apps that can't be tricked into downloading random DLLs from >> > strange websites would certainly be a good thing ;-) >> Upgrade to a sane system, like GNU/Linux and all your apps will be fixed >> in one fell swoop, > "if they were built with a sane rpath". AFAIK, that's usually the

Re: [Openvpn-devel] openvpn and dll hijacking?

2010-09-02 Thread Gert Doering
Hi, On Thu, Sep 02, 2010 at 09:44:03AM +0200, Stefan Monnier wrote: > > Having apps that can't be tricked into downloading random DLLs from > > strange websites would certainly be a good thing ;-) > > Upgrade to a sane system, like GNU/Linux and all your apps will be fixed > in one fell swoop,

Re: [Openvpn-devel] openvpn and dll hijacking?

2010-09-02 Thread Stefan Monnier
> Having apps that can't be tricked into downloading random DLLs from > strange websites would certainly be a good thing ;-) Upgrade to a sane system, like GNU/Linux and all your apps will be fixed in one fell swoop, Stefan

[Openvpn-devel] Topics for today's meeting

2010-09-02 Thread Samuli Seppänen
Hi, Here are some topics for today's meeting (18:00 UTC, #openvpn-de...@irc.freenode.net). If you have any other things you'd like to bring up, respond to this mail, send me mail privately or add them to the list yourself. --

Re: [Openvpn-devel] Compiling OpenVPN for Windows

2010-09-02 Thread Samuli Seppänen
> Hi All, I'm fairly new to building openvpn for windows (have been > building on Linux since 2.0), > I have a small customization that I make to the openvpn sourcecode to > call external software on initialization, and would like to build a > Windows build with this in. > > I have ZERO

[Openvpn-devel] openvpn and dll hijacking?

2010-09-02 Thread Jason Haar
While we're on the topic of Windows compiles, has there being an audit of DLL-dependencies in openvpn? I'm thinking about the nightmare that is DLL Hijacking (http://isc.sans.edu/diary.html?storyid=9445) Having apps that can't be tricked into downloading random DLLs from strange websites would