Re: [Openvpn-devel] [PATCH] Add comile time settings from ./configure information to --version

2010-04-08 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/03/10 14:12, David Sommerseth wrote: > This patch will create ./configure.h which will contain two new #define > strings. CONFIGURE_DEFINES will contain all USE, ENABLED, DISABLED and > DEPRECATED defines from ./config.h. CONFIGURE_CALL will co

Re: [Openvpn-devel] [PATCH] Make use of counter_type instead of int when counting bytes and network packets

2010-04-08 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/10 21:22, David Sommerseth wrote: > This is in response to a reported Debian bug, where the connection > counter overflows. > > > Signed-off-by: David Sommerseth > --- > ssl.c |3

Re: [Openvpn-devel] [PATCH] Make use of counter_type instead of int when counting bytes and network packets

2010-04-08 Thread Gert Doering
Hi, On Thu, Apr 08, 2010 at 09:22:54PM +0200, David Sommerseth wrote: > This is in response to a reported Debian bug, where the connection > counter overflows. > [..] > { > - msg (D_TLS_DEBUG_LOW, "TLS: soft reset sec=%d bytes=%d/

Re: [Openvpn-devel] [PATCH-SET v2] VLAN-tagging

2010-04-08 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/04/10 23:30, Fabian Knittel wrote: > Hi, > > I didn't have much time the last few days, but as I'll be without > Internet access Tuesday through Friday I wanted to push out what I've > come up with so far. I've attached the diff between my firs

[Openvpn-devel] [PATCH] Make use of counter_type instead of int when counting bytes and network packets

2010-04-08 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is in response to a reported Debian bug, where the connection counter overflows. Signed-off-by: David Sommerseth - --- ssl.c |3 ++- ssl.h |4 ++-- 2 files changed, 4 insertions(

Re: [Openvpn-devel] DNS problems with openvpn 2.1 on Windows

2010-04-08 Thread Marcel Pennewiß
On Thursday 08 April 2010 08:03:54 Johan Ymerson wrote: > I have tried different values for route-delay and tap-sleep, but it doesn't > help. AFAIR our clients use: route-method exe route-delay 2 ip-win32 dynamic No one of our win7-users complained about this problem until now. Marcel

Re: [Openvpn-devel] DNS problems with openvpn 2.1 on Windows

2010-04-08 Thread Heiko Hund
On Wednesday 07 April 2010 22:52:22 Jan Just Keijser wrote: > this could be a timing issue, which could be caused by changes to the > userspace openvpn part; did you try playing with the > route-delay > tap-sleep > dhcp-renew > flags ? did that have any affect? We've tried all of those with

Re: [Openvpn-devel] DNS problems with openvpn 2.1 on Windows

2010-04-08 Thread Johan Ymerson
Jan Just Keijser wrote on 2010-04-07 22:52:22: > what exactly do you mean with 'nslookup always works' ? nslookup always seem to use the correct dns server. For example, we have an internal website called 'intranet'. I can do `nslookup intrnet`, and it will return the correct internal ip addre