Re: [Openvpn-devel] OpenVPN core development processes?

2010-01-20 Thread Gert Doering
t git or svn or cvs or... gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] win32 openvpn-2.1.1 has bug with "nobind"?

2010-01-27 Thread Gert Doering
WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] win32 openvpn-2.1.1 has bug with "nobind"?

2010-01-27 Thread Gert Doering
Hi, On Wed, Jan 27, 2010 at 09:32:05PM +1300, Jason Haar wrote: > On 01/27/2010 09:17 PM, Gert Doering wrote: > > Is this a single server listening on both ports, or is this two independent > > servers? > > server running openvpn on tcp:1195 and udp:1195 So it's

Re: [Openvpn-devel] New development process ready

2010-02-04 Thread Gert Doering
ing this job, I will step aside and let others do this > job. No hard feelings :) But as I've not seen or heard about anyone > stepping up yet, so I take the chance of doing that now. Thanks for volunteering! gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] New development process ready

2010-02-04 Thread Gert Doering
forward to see what I did wrong :) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] Reworked the eurephia patch for inclusion to the openvpn-testing tree

2010-02-16 Thread Gert Doering
#if 0 >/* export common name string as environmental variable */ >openvpn_snprintf (envname, sizeof(envname), "tls_common_name_%d", > ctx->error_depth); > -- > 1.6.6 > > > --------

Re: [Openvpn-devel] [ANNOUNCE] IPv6 payload patch

2010-02-16 Thread Gert Doering
and whether something should be done in a fundamentally different way. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax:

Re: [Openvpn-devel] [IPv6 support] - usage of gethostbyname() in getaddr()

2010-02-17 Thread Gert Doering
would be "leave the code as it is, merge jjo's code, and then revisit what he already had to change for IPv6 connection handling". If gethostbyname() is still there, come back and make this lookup function v4- and v6-capable, and implement FQDN routes for IPv6 :-) gert -- USENET is *no

Re: [Openvpn-devel] [PATCH] FQDN for routes should expand to all IPs

2010-02-18 Thread Gert Doering
that it should be that way, or should not be that way, it's not something brought in by the patch in question, so should not be covered by its review. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] Make sample-scripts/verify-cn dynamic

2010-02-18 Thread Gert Doering
;if the argument does not start with a "/", treat as CN - but as you said, this is just a sample script anyway). gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany

Re: [Openvpn-devel] [PATCH] Do not randomize resolving of IP addresses in getaddr()

2010-02-18 Thread Gert Doering
e non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [IPv6] Merge conflicts in mroute.c (was: Re: openvpn-testing tree available)

2010-02-19 Thread Gert Doering
f #ifdef'ing changes that affect so many different places of the code (JJO's patch has 109 chunks, my patch has 119 chunks) because it will make the code much harder to read, and also harder to test ("how many different combinations of compile-time options need to be ena

Re: [Openvpn-devel] [IPv6] Merge conflicts in mroute.c (was: Re: openvpn-testing tree available)

2010-02-19 Thread Gert Doering
27;t break anything in my code, though (lucky me :-) ) - my use of it in print_in6_addr() is mutex-locked anyway, due to the use of a static buffer there. Is getnameinfo() *guaranteed* to be thread-safe? Do you have a reference that documents that inet_ntop() and inet_pton() are unsave to be

Re: [Openvpn-devel] [IPv6] Merge conflicts in mroute.c (was: Re: openvpn-testing tree available)

2010-02-19 Thread Gert Doering
tie-breaker here :-) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [IPv6] Merge conflicts in mroute.c (was: Re: openvpn-testing tree available)

2010-02-19 Thread Gert Doering
clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] verb 5 logging wrongly reports received bytes

2010-02-19 Thread Gert Doering
in circumstances) and it doesn't break current usage. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: +49-89-3565

Re: [Openvpn-devel] [PATCH] FQDN for routes should expand to all IPs

2010-02-19 Thread Gert Doering
CK. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [IPv6] Merge conflicts in mroute.c

2010-02-19 Thread Gert Doering
s-family independent functions (like getaddrinfo()) for 10 years now, so this would break more applications. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] Summary of the IRC meeting (18th Feb 2010)

2010-02-19 Thread Gert Doering
er all, the summary is only my personal interpretation of the discussion. No objections. It's an open discussion after all. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Ger

Re: [Openvpn-devel] [IPv6] Merge conflicts in mroute.c

2010-02-19 Thread Gert Doering
Hi, On Fri, Feb 19, 2010 at 08:33:04PM +0100, Gert Doering wrote: > > [uclibc without UCLIBC_HAS_IPV6] > > I have to investigate. And so I did. The impact of UCLIBC_HAS_IPV6=0 is fairly low: - getaddrinfo() will not resolve IPv6 addresses (but *will* be available) - the exte

Re: [Openvpn-devel] [IPv6] Merge conflicts in mroute.c

2010-02-20 Thread Gert Doering
16 bytes of static data. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH v2] Do not randomize resolving of IP addresses in getaddr()

2010-02-20 Thread Gert Doering
le part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] make ipv6_payload compile under windowze ( feat_ipv6_payload branch )

2010-02-21 Thread Gert Doering
ct applying it over > allmerged once the latter includes ipv6_transport. Shouldn't git sort this out, if it's exactly the same change? gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doerin

Re: [Openvpn-devel] [PATCH] make ipv6_payload compile under windowze ( feat_ipv6_payload branch )

2010-02-21 Thread Gert Doering
Hi, On Sun, Feb 21, 2010 at 09:03:11PM +0100, Peter Stuge wrote: > Gert Doering wrote: > > I'll try to figure out how to setup a cross-compile environment > > during next week, > > Some Linux distributions have premade mingw packages. > > In Gentoo building a

Re: [Openvpn-devel] Gentoo Git-Live-Ebuild

2010-02-24 Thread Gert Doering
RC... gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] FRP: Present a warning on deprecated features during start-up

2010-02-24 Thread Gert Doering
the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] Add CID to the management status overview

2010-02-28 Thread Gert Doering
ge conflict with another patch in this line (like "introduce version 4" or so), and so I'd avoid changes that are purely cosmetic in a "feature" patch. gert -- USENET is *not* the non-clickable part of WWW!

[Openvpn-devel] special-case code for OpenBSD - advice needed

2010-02-28 Thread Gert Doering
ely not sending a patch right now, because I don't understand the reason for the code being what it is. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] Allow 'lport 0' setup for random port binding

2010-02-28 Thread Gert Doering
us need for it. -> ACK. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

[Openvpn-devel] FreeBSD funny in the code

2010-02-28 Thread Gert Doering
27;ll send in a patch that drops the duplicate bits. The tun.c code is still hard enough to read... gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany g...

[Openvpn-devel] Macos X / Darwin funny in the code

2010-02-28 Thread Gert Doering
n the svn logs who did the MacOS X port and check with him...) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] Add CID to the management status overview

2010-02-28 Thread Gert Doering
fix this one when merging it into the git tree, is that > good enough for you, Gert? Yes, I'm fine with that. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany

[Openvpn-devel] Win XP problem with framedyn.dll and PATH settings

2010-02-28 Thread Gert Doering
} + + /* make sure PATH is set */ + if ( !path_seen ) + { + msg( M_INFO, "env_block: add %s", force_path ); + strcpy( p, force_path ); + p += strlen(force_path) + 1; } + *p = '\0'; return

Re: [Openvpn-devel] FreeBSD funny in the code

2010-02-28 Thread Gert Doering
de in my branch, of course, so please pull that to feat_ipv6_payload as well :-) - mostly code cleanups, and Win32 preparations) thanks, gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Mun

Re: [Openvpn-devel] [PATCH] make ipv6_payload compile under windowze ( feat_ipv6_payload branch )

2010-02-28 Thread Gert Doering
Hi, to follow up on this... On Sun, Feb 21, 2010 at 09:14:16PM +0100, Gert Doering wrote: > On Sun, Feb 21, 2010 at 09:03:11PM +0100, Peter Stuge wrote: > > Gert Doering wrote: > > > I'll try to figure out how to setup a cross-compile environment > > > durin

Re: [Openvpn-devel] special-case code for OpenBSD - advice needed

2010-03-01 Thread Gert Doering
tem and could test the OpenVPN IPv6 payload stuff there?) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [Feedback needed] Fix cross compile support

2010-03-01 Thread Gert Doering
fects 58 (!) places in the source. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] enhance tls-verify possibility

2010-03-01 Thread Gert Doering
use issues on some platforms. (Don't put the tmp_file condition into the surrounding if(), as it would then skip the call to gc_free() as well). With that change, and a manpage documentation of the new option, ACK. gert -- USENET is *not* the non-clickable part of WWW!

Re: [Openvpn-devel] [PATCH] [PATCHv2] enhance tls-verify possibility

2010-03-02 Thread Gert Doering
nsions of the peer certificate > - delta CRL verification > - ... ACK. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected]

Re: [Openvpn-devel] Openvpn 2.1.1 bad tcp performance but good pingwhen -l 1472 (with packet size = MTU)

2010-03-04 Thread Gert Doering
package) are going extremely slowly and others not. TCP_NODELAY David has already suggested that you should try setting "socket-flags TCP_NODELAY" - did you? gert -- USENET is *not* the non-clickable part of WWW! //www.muc.

Re: [Openvpn-devel] Openvpn 2.1.1 bad tcp performance but good pingwhen -l 1472 (with packet size = MTU)

2010-03-05 Thread Gert Doering
, but not for VPN-like traffic) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] special-case code for OpenBSD - advice needed

2010-03-05 Thread Gert Doering
Hi, On Fri, Mar 05, 2010 at 09:42:23AM +0100, Heiko Hund wrote: > On Sunday 28 February 2010 15:50:01 Gert Doering wrote: > > Now, for all operatings systems *except* Win32 and OpenBSD, the sequence > > of execution is > > > > open_tun() > > do_ifconfig()

Re: [Openvpn-devel] Openvpn 2.1.1 bad tcp performance but good pingwhen -l 1472 (with packet size = MTU)

2010-03-05 Thread Gert Doering
g through the socket code of OpenVPN is fairly far down on my "what to do with OpenVPN in my spare time" list. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germa

Re: [Openvpn-devel] special-case code for OpenBSD - advice needed

2010-03-05 Thread Gert Doering
Hi, On Fri, Mar 05, 2010 at 11:44:28AM +0100, Heiko Hund wrote: > On Friday 05 March 2010 10:11:51 Gert Doering wrote: > > What happened exactly? Could you ask your colleague for a log file? > > Well, he couldn't ping any remote host. Nothing special in the log, reall

Re: [Openvpn-devel] special-case code for OpenBSD - advice needed

2010-03-05 Thread Gert Doering
logic. I'll send the patch to the list for testing. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] IPv6 support for TUN/TAP driver on windows

2010-03-07 Thread Gert Doering
Hi, On Sun, Feb 28, 2010 at 11:23:26PM +0100, Gert Doering wrote: > to follow up on this... Next round of "do things on windows" :-) > [ TUN / TAP driver on windows ] > > Now... is there someone who has worked on this before, and can help > me a bit with it?

Re: [Openvpn-devel] [PATCH] IPv6 support for TUN/TAP driver on windows

2010-03-07 Thread Gert Doering
Hi, On Sun, Mar 07, 2010 at 09:47:17PM +0100, Peter Stuge wrote: > Gert Doering wrote: > > -!define PRODUCT_TAP_RELDATE "06/22/2009" > > +!define PRODUCT_TAP_RELDATE "07/03/2010" > > Seems month/date are swapped. Stupid american

Re: [Openvpn-devel] [PATCH] IPv6 support for TUN/TAP driver on windows

2010-03-08 Thread Gert Doering
g to the code that does neighbor discovery / neighbor advertisement spoofing, so it's visible in the logs what happens and why. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany

Re: [Openvpn-devel] Supporting "route-gateway dhcp" on non-Windows

2010-03-08 Thread Gert Doering
tem. I'm not saying it can't be done :-) - but just that the "simple way" is not so simple, it's just complex in other places. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doeri

Re: [Openvpn-devel] Supporting "route-gateway dhcp" on non-Windows

2010-03-11 Thread Gert Doering
ns as with IPv4. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] Supporting "route-gateway dhcp" on non-Windows

2010-03-11 Thread Gert Doering
> configure OpenVPN. Seconded. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: +49-89-35655025

Re: [Openvpn-devel] Supporting "route-gateway dhcp" on non-Windows

2010-03-11 Thread Gert Doering
VPN wants to be friendly to the users, and give them an option to do DHCP-on-TAP without(!) having to fiddle with their local network setup. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich,

Re: [Openvpn-devel] Supporting "route-gateway dhcp" on non-Windows

2010-03-12 Thread Gert Doering
S X and Window - and it's not OpenVPN's job to fix the local equivalent of ifplugd on each of these systems. OpenVPN's aim is to provide an easy-to-use VPN environment for people that do not want to endlessly fiddle with operating system settings. gert -- USENET is *not* t

[Openvpn-devel] [[email protected]: Re: [PATCH] IPv6 support for TUN/TAP driver on windows]

2010-03-12 Thread Gert Doering
=-2.6 required=7.0 tests=BAYES_00 autolearn=no version=3.2.5 From: Ben Bird To: Gert Doering Subject: Re: [PATCH] IPv6 support for TUN/TAP driver on windows List-Post: [email protected] Date: Thu, 11 Mar 2010 16:45:24 -0700 Reply-To: [email protected] In-Reply-To

Re: [Openvpn-devel] Compiling openvpn for windows using mingw32

2010-03-14 Thread Gert Doering
led packages work perfectly well...) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [Feedback needed] Fix cross compile support

2010-03-14 Thread Gert Doering
navoidable for required functionality, see ipv6 payload vs. ipv6 transport). gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [Feedback needed] Fix cross compile support

2010-03-14 Thread Gert Doering
n out though :) Given the amount of religous discussions about OpenSource stuff, this is a very reasonable point of view ;-) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany

[Openvpn-devel] Windows, OpenVPN-GUI, disconnect

2010-03-17 Thread Gert Doering
sn't work "as is", as it requires a signed driver. -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected] pgpxZVlmr0KDP.pgp Description: PGP signature

Re: [Openvpn-devel] Windows, OpenVPN-GUI, disconnect

2010-03-18 Thread Gert Doering
ls. (If I increase the log verbosity to "verb 9", lots of stuff is going on, but nothing in there that gives any indication of signals being received) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.

Re: [Openvpn-devel] Windows, OpenVPN-GUI, disconnect

2010-03-18 Thread Gert Doering
ges (which is an important bit). When running openvpn.exe from the "cmd.exe" command line, it does not matter which binary I am using - "ctrl-c" never does anything, and "F4" always causes a clean shutdown. Weird, this. gert -- USENET is *not* the non-clickable part o

Re: [Openvpn-devel] [Fwd: Re: Clarifications to "OpenVPN will not connect through certain HTTP proxies" bug report]

2010-03-22 Thread Gert Doering
USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

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

2010-04-08 Thread Gert Doering
ms supports 64 bit - and fallback to 32 bit where it is not possible. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

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

2010-04-09 Thread Gert Doering
ntain the > complete ./configure line which was used when configuring the package > for building. A bit late, but "looks good to me" (and useful, too :) ). ACK. gert -- USENET is *not* the non-clickable part of WWW! //www.m

Re: [Openvpn-devel] [PATCH 4/9] vlan: Prepend and remove VLAN identifiers on outgoing and incoming frames

2010-04-11 Thread Gert Doering
smissions) on a different VID. So you can't rely on "VID 1 = untagged". gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany g...@greenie

Re: [Openvpn-devel] [PATCH 4/9] vlan: Prepend and remove VLAN identifiers on outgoing and incoming frames

2010-04-11 Thread Gert Doering
n in real-world scenarios). gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] Harden create_temp_filename()

2010-04-16 Thread Gert Doering
to non-existant files (like "-> /etc/nologin"). It *will* protect against symlink attacks to existing files (overwriting /etc/passwd or something similarily nasty). gert -- USENET is *not* the non-clickable part of WWW! //w

Re: [Openvpn-devel] [PATCH] Harden create_temp_filename()

2010-04-16 Thread Gert Doering
ame is a symbolic link, open() will fail even if the symbolic link points to a non-existent name. - so please disregard my comment. Everything is fine. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Ger

Re: [Openvpn-devel] [PATCH 2/2] Fixed potential NULL pointer issue

2010-04-18 Thread Gert Doering
able part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCHv2 0/3] Harden create_temp_filename()

2010-04-18 Thread Gert Doering
n. Overall, this looks good to me (with the additional changes by Fabian and you). So ACK. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany g...@g

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

2010-04-29 Thread Gert Doering
is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

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

2010-04-29 Thread Gert Doering
clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

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

2010-04-29 Thread Gert Doering
affect the Solaris-specific part of tun.c. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: +49-89-35655025

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

2010-04-29 Thread Gert Doering
o "my" tun.c, and commit to the IPv6 payload branch. (Will take a few days...) If someone urgently needs TAP support for Solaris later on, but refuses to use the IPv6 stuff, we can still sort out what to do then. gert -- USENET is *not* the non-clickable part of WWW!

Re: [Openvpn-devel] [Openvpn-users] [TESTING NEEDED] Using --inactive and --ping seems to defeat each other

2010-04-30 Thread Gert Doering
unduly overhead. (Of course, down that road is hell and windows vista). gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] Re: Handling of subnets grammar in Packet filter file

2010-06-03 Thread Gert Doering
w value is %s/%d"). gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] Re: Handling of subnets grammar in Packet filter file

2010-06-03 Thread Gert Doering
the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] Choose a different field in X509 to be username

2010-06-20 Thread Gert Doering
orrect size. Defensive coding, less surprises later on. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [Openvpn-users] Is it possible to access Windows XP shares over port 445?

2010-06-23 Thread Gert Doering
rom an 'application > controlled' adapter . I'd assume that windows services are not "bound" to "dynamic" interfaces... gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Ger

Re: [Openvpn-devel] Debian package of feat_allmerged

2010-06-25 Thread Gert Doering
ch (which David will have "soonish" :) ) would be great as well. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] f

Re: [Openvpn-devel] [Openvpn-users] Is it possible to access Windows XP shares over port 445?

2010-06-26 Thread Gert Doering
Hi, On Wed, Jun 23, 2010 at 10:50:45PM +0300, Henno Täht wrote: > On Wed, Jun 23, 2010 at 22:48, Gert Doering wrote: > > On Wed, Jun 23, 2010 at 09:10:10AM +0200, Jan Just Keijser wrote: > > > assigns a 169.254 address. If this works for you as well then maybe the > > &g

[Openvpn-devel] How-To for OpenVPN on OpenWRT

2010-06-27 Thread Gert Doering
he wiki) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] How-To for OpenVPN on OpenWRT

2010-07-06 Thread Gert Doering
Hi, On Sun, Jun 27, 2010 at 05:13:35PM +0200, Gert Doering wrote: > as promised a few weeks ago at the IRC meeting, I've sat down and built > an OpenVPN-devel package (based on ecrist's weekly tar balls, which > in come from dazo's git tree). > > I've

[Openvpn-devel] Patch for compile-time problems on NetBSD and OpenBSD (trac #17)

2010-07-09 Thread Gert Doering
oesn't work for OpenBSD, I need to see the parts from your config.log relating to gert -- snip ---- Signed-off-by: Gert Doering --- configure.ac |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 4626e46..

Re: [Openvpn-devel] Patch for compile-time problems on NetBSD and OpenBSD (trac #17)

2010-07-10 Thread Gert Doering
Hi, On Fri, Jul 09, 2010 at 10:31:02AM +0200, Gert Doering wrote: > the following patch fixes the IFF_MULTICAST compile-time problems on NetBSD, > and it should also fix them on OpenBSD (trac entry #17). This would have been too easy... on NetBSD, can be include before (which the or

Re: [Openvpn-devel] feat_ipv6_payload problems on Solaris 10

2010-07-10 Thread Gert Doering
y TODO list :-) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected] pgpo5NBI3dkaX.pgp Description: PGP signature

Re: [Openvpn-devel] feat_ipv6_payload problems on Solaris 10

2010-07-10 Thread Gert Doering
all "major" platforms supported by OpenVPN and generally gets the job done :-) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

[Openvpn-devel] [PATCH] feat_ipv6_payload on OpenBSD

2010-08-08 Thread Gert Doering
the mailing list as well to get review. Well, here you are :-) gert >From e1f41b55a294c4f70a72d02e77aca140ac10a3a3 Mon Sep 17 00:00:00 2001 From: Gert Doering List-Post: [email protected] Date: Sun, 8 Aug 2010 12:34:00 +0200 Subject: [PATCH] implement IPv6 ifconfig +

[Openvpn-devel] RFD: VPN client test framework

2010-08-08 Thread Gert Doering
t_client.rc). - this is neither finished nor pretty, but it helps me a *lot* in quickly testing whether I broke anything when fiddling system-dependent code (tun.c, route.c) across multiple build hosts - so I hope this is going to be fairly useful to Samuli and the buildbot :-) enjoy

Re: [Openvpn-devel] RFD: VPN client test framework

2010-08-10 Thread Gert Doering
Hi, On Sun, Aug 08, 2010 at 09:48:47PM +0200, Gert Doering wrote: > as discussed in one of the previous the IRC meetings, I've been working > on a test framework to enable full "fire up openvpn client, establish > VPN connection, run ping tests, clean up, verify cleanup"

Re: [Openvpn-devel] [PATCH] Test framework improvment - Do not FAIL if t_client.rc is missing

2010-08-18 Thread Gert Doering
uot;if you don't want to test this, this must be a mistake!!!") - but since this is not something everyone will be using, your patch makes more sense. ACK, and thanks. gert -- USENET is *not* the non-clickable part of WWW!

Re: [Openvpn-devel] [PATCH v2] Test framework improvment - Do not FAIL if t_client.rc is missing

2010-08-18 Thread Gert Doering
non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] Test framework improvment - Do not FAIL if t_client.rc is missing

2010-08-18 Thread Gert Doering
that can be successfully tested "just by extracting the tarball and run make ; make check". We ship a t_client.rc-sample that explains what goes in there and how to enable this. gert -- USENET is *not* the non-clickable part of WWW!

Re: [Openvpn-devel] [PATCH v2] Test framework improvment - Do not FAIL if t_client.rc is missing

2010-08-18 Thread Gert Doering
check > if there are more (I've not been looking at the source script for lack of > time). There are some more. David, could you patch these as well? Otherwise I need to go cherrypicking your changes first (and this might take longer). gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected]

Re: [Openvpn-devel] [PATCH] More t_client.sh updates - exit with SKIP when we want to skip

2010-08-18 Thread Gert Doering
of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected] pgpVlgCvTiva5.pgp Description: PGP signature

Re: [Openvpn-devel] Summary of the IRC meeting (19th Aug 2010)

2010-08-20 Thread Gert Doering
rt -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected] pgpJA0tfGiNHg.pgp Description: PGP signature

Re: [Openvpn-devel] Summary of the IRC meeting (19th Aug 2010)

2010-08-20 Thread Gert Doering
Hi, On Fri, Aug 20, 2010 at 10:56:51AM -0500, Karl O. Pinc wrote: > On 08/20/2010 10:48:17 AM, Gert Doering wrote: > > > The app is cross-compileable today - but to make that work requires > > that > > all relevant Windows APIs are exported in mingw headers *and > >

Re: [Openvpn-devel] Summary of the IRC meeting (19th Aug 2010)

2010-08-20 Thread Gert Doering
Hi, On Fri, Aug 20, 2010 at 06:24:06PM +0200, Peter Stuge wrote: > Gert Doering wrote: > > The app is cross-compileable today - but to make that work requires that > > all relevant Windows APIs are exported in mingw headers *and libraries*. > > Sure. You emphasize libraries

Re: [Openvpn-devel] [PATCH 3/3] Added a simple plug-in demonstrating the v3 plug-in API.

2010-08-27 Thread Gert Doering
USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: [email protected] pgpA4Qq6JBUY9.pgp Description: PGP signature

Re: [Openvpn-devel] Summary of the IRC meeting (26th Aug 2010)

2010-08-28 Thread Gert Doering
ck test, so we didn't investigate further why it failed. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: +49-89-35655025

Re: [Openvpn-devel] Netmask OpenVPN Server

2010-08-31 Thread Gert Doering
handling, of I remember right], so use with care. (You really have more than 16000 users on a single OpenVPN instance? Wow, I'm impressed!) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ G

  1   2   3   4   5   6   7   8   9   10   >