[Openvpn-devel] Wanted: NTLM-Testers

2014-06-02 Thread Holger Kummert
Hi, due to the lack of a testing environment for the main developers we are looking for someone who is willing to test the two patches which make the NTLMv1 and v2-code running (again?) and offer a clearer user interface for the configuration of http proxy authentication. The developer of the

Re: [Openvpn-devel] [PATCH 1/2] Get NTLMv1 and NTLMv2 up and running

2014-06-02 Thread Gert Doering
Hi Holger, sorry for drag this so long. I'm not trying to stare into this, but can't really say "this is correct" or "violating specs", lacking the NTLM auth background. Is this used - and thus tested - by you only, or is it used by UTM customers? (This would give us confidence that it's teste

[Openvpn-devel] [PATCH] Fix --disable-ssl builds, were broken by cleanup in 63dc03d.

2014-06-02 Thread Steffan Karger
Wrap ssl_verify.h in "#if defined(ENABLE_CRYPTO) && defined(ENABLE_SSL)" to make it empty for --disable-ssl builds. Signed-off-by: Steffan Karger --- src/openvpn/ssl_verify.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/openvpn/ssl_verify.h b/src/openvpn/ssl_verify

[Openvpn-devel] [PATCH applied] Re: Fix --disable-ssl builds, were broken by cleanup in 63dc03d.

2014-06-02 Thread Gert Doering
Your patch has been applied to the master branch. commit d0154a3a8a73fa656ba7ce2c15087db85c8ece92 Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Mon Jun 2 21:23:39 2014 +0200 Fix --disable-ssl builds, were broken by cleanup in 63dc03d. Signed-off-by: Stef