Re: [Openvpn-devel] Bug or Feature? Username in environment in auth-user-pass-verify

2017-06-16 Thread Jan Just Keijser
Hi Gert et al, On 15/06/17 09:47, Gert Doering wrote: Hi, On Thu, Jun 15, 2017 at 12:50:40PM +1000, Steven Haigh wrote: I'm just trying to figure out if its expected behaviour to have the 'username' set in the environment when using the auth-user-pass-verify script. The code in question (ssl_

[Openvpn-devel] Unsubscribe

2017-06-16 Thread smitco via Openvpn-devel
Sent from ProtonMail Mobile On Thu, Jun 15, 2017 at 8:00 PM, wrote: Send Openvpn-devel mailing list submissions to openvpn-devel@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/openvpn-devel or, via email, send a mes

[Openvpn-devel] [PATCH applied] Re: dev-tools: Script generating the source releases in an automated fashion

2017-06-16 Thread Gert Doering
ACK. This makes sense, and does what it says on the lid. I tested on FreeBSD/ksh and it worked nicely and built a nice 2.3.14 tarball for me, except for the small beef that "mktemp" does not have a "-p" option there, so it needs to be "mktemp -d /var/tmp/openvpn-build-release-XX" instead...

[Openvpn-devel] [PATCH applied] Re: copyright: Update GPLv2 license texts

2017-06-16 Thread Gert Doering
ACK. As in: I have verified that this does exactly what it say: updating the address in all the files, and in the COPYING file (COPYING has a few more changes, but that's nearly all whitespace, except for one change "library" -> "Lesser", which might have been a typo originally). No code changes.

[Openvpn-devel] [PATCH applied] Re: Fix a null-pointer dereference in establish_http_proxy_passthru()

2017-06-16 Thread Gert Doering
ACK, thanks. Stared-at-code, and ran normal proxy tests, not having a malicious proxy at hand to actually trigger that error. (And thanks for using git-send-email, makes my life much easier ;-) ) Your patch has been applied to the master, release/2.4, 2.3 and 2.2 branch (2.2 and 2.3 with whitesp