[Openvpn-devel] [PATCH applied] Re: Fix IPv6 examples in t_client.rc-sample

2013-11-17 Thread Gert Doering
Patch has been applied to the master and release/2.3 branches. commit bbc3a6473c84ba7cdb87b359f016cd13773e42ec (master) commit 3bdc5d7c6478abe8ef35b5ccfce48194719067f8 (master) Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Sat Nov 16 18:53:21 2013 +0100 Fix IPv

Re: [Openvpn-devel] Does openvpn 2.3.2 has memory leak?

2013-11-17 Thread David Sommerseth
On 23. okt. 2013 18:26, Gert Doering wrote: > Hi, > > On Wed, Oct 23, 2013 at 04:18:29PM +0200, Gert Doering wrote: >> - each further renegotiation leaks "a few kbyte" of memory per client, >>which should also be fully returned when the client disconnects - this >>is the issue I discovere

[Openvpn-devel] Windows TAP driver and NDIS 6.0

2013-11-17 Thread Gert Doering
Hi, just so it does not get lost: here are the microsoft pages about porting NDIS (miniport) drivers to NDIS 6.0 http://msdn.microsoft.com/en-us/library/windows/hardware/ff570025(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/windows/hardware/ff570059(v=vs.85).aspx so, looking for volunte

Re: [Openvpn-devel] Windows TAP driver and NDIS 6.0

2013-11-17 Thread David Sommerseth
On 17. nov. 2013 11:40, Gert Doering wrote: > Hi, > > just so it does not get lost: here are the microsoft pages about porting > NDIS (miniport) drivers to NDIS 6.0 > > http://msdn.microsoft.com/en-us/library/windows/hardware/ff570025(v=vs.85).aspx > http://msdn.microsoft.com/en-us/library/window

[Openvpn-devel] [PATCH applied] Re: Fix slow memory drain on each client renegotiation.

2013-11-17 Thread Gert Doering
Patch has been applied to the master and release/2.3 branches. commit 4368147972d61b598bbcd5d2904d891130d5e517 (master) commit ad49fb5a74b2ac16298ee8383d514a950ece1097 (release/2.3) Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Wed Oct 23 17:54:05 2013 +0200 Fi

[Openvpn-devel] [PATCH] Make code and documentation for --remote-random-hostname consistent.

2013-11-17 Thread Gert Doering
Documentation examples, description and code were disagreeing on what this option actually does. Now they will all agree that it will *prepend* a random-byte string to the hostname name before resolving to work around DNS caching (needs a "*" wildcard record in the zone). Fix trac #143 Signed-of

Re: [Openvpn-devel] [PATCH] Make code and documentation for --remote-random-hostname consistent.

2013-11-17 Thread Gert Doering
Hi, this is actually not only asking for an ACK, but also for users that rely on the *old* behaviour ("foo.bar.gov" -> "foo-0x12345.bar.gov") and would be surprised. gert On Sun, Nov 17, 2013 at 03:30:20PM +0100, Gert Doering wrote: > Documentation examples, description and code were disagreeing