Re: [Openvpn-devel] [PATCH] Fix autotools check for res_init

2015-03-06 Thread Gert Doering
Hi, On Fri, Mar 06, 2015 at 01:45:16PM -0600, Nicholas Hall wrote: > > We use getaddrinfo() and getnameinfo() extensively, which do not require > > res_init() to be called first... > > > > So, instead of adding more convolutions to configure.ac, I propose to > > throw out res_init() and everything

Re: [Openvpn-devel] [PATCH] Fix autotools check for res_init

2015-03-06 Thread Nicholas Hall
Hello! > We use getaddrinfo() and getnameinfo() extensively, which do not require > res_init() to be called first... > > So, instead of adding more convolutions to configure.ac, I propose to > throw out res_init() and everything related to it :-) - much easier. res_init seems to be necessary to p

Re: [Openvpn-devel] Add support for Keying Material Exporter [RFC 5705]

2015-03-06 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/03/15 01:03, daniel kubec wrote: > Greetings Steffan, David and Gert > > Thank you very much for your comments. > > 1) log level switched to D_TLS_DEBUG_MED 2) ekm_size removed, > ekm_size != 0 condition is used instead. 3) changed to: > export

Re: [Openvpn-devel] [PATCH] Fix autotools check for res_init

2015-03-06 Thread Gert Doering
Hi, On Fri, Mar 06, 2015 at 01:07:38PM -0600, Nicholas Hall wrote: > Autotools configure check fails to detect res_init on recent glibc > versions. It appears that resolv.h in recent glibc maps res_init to > __res_init which autotools doesn't catch. Thanks for your patch. Looking at it, I wonde

[Openvpn-devel] [PATCH] Fix autotools check for res_init

2015-03-06 Thread Nicholas Hall
Autotools configure check fails to detect res_init on recent glibc versions. It appears that resolv.h in recent glibc maps res_init to __res_init which autotools doesn't catch. This is my first patch ever to anything autotools related. I used the check that the ntpd uses and tested on Debian 8 x

[Openvpn-devel] [PATCH applied] Re: polarssl: make sure to always null-terminate the cn

2015-03-06 Thread Gert Doering
ACK. Your patch has been applied to the master branch. commit 63559e142eb71a5e38dfc55d429f35f6e1af0b7c (master) Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Mar 5 22:58:36 2015 +0100 polarssl: make sure to always null-terminate the cn Signed-off-by

[Openvpn-devel] [PATCH applied] Re: Get rid of old OpenSSL workarounds.

2015-03-06 Thread Gert Doering
ACK. Your patch has been applied to the master branch. commit 48e5e425b7568d8fbd2e32517b7c358dbb6d4c5f (master) Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Mar 5 22:58:35 2015 +0100 Get rid of old OpenSSL workarounds. Signed-off-by: Steffan Karger

[Openvpn-devel] [PATCH applied] Re: Fix CN maximum length

2015-03-06 Thread Gert Doering
ACK. Your patch has been applied to the master and release/2.3 branches. commit ecd934b1ef83eec58eb2df5d3a98309ca56d5812 (master) commit d7d61b4c2d1f1dd47e779ca38b936f9b99042c82 (release/2.3) Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Mar 5 22:37:31 2015 +01

Re: [Openvpn-devel] Add support for Keying Material Exporter [RFC 5705]

2015-03-06 Thread Gert Doering
Hi, On Mon, Mar 02, 2015 at 01:03:38AM +0100, daniel kubec wrote: > Added 2 patches related to [RFC-5705] (code + docs). Thanks. TBH, this is all very nice and dandy, but it still doesn't make much sense to me... Some more real-worldish specific examples ("do *this* and *that*, and then this me

Re: [Openvpn-devel] [PATCH v4] Mac OS X Keychain management client

2015-03-06 Thread Vasily Kulikov
Hi, On Fri, Feb 27, 2015 at 20:34 +0100, Gert Doering wrote: > Mmmh. Actually we don't usually do Makefile changes, as this is always > generated by configure for us - so normally, it is good to have it in > .gitignore. Of course your subdirectory has a Makefile in it for > MacOS X only... > >