Re: [Openvpn-devel] [PATCH] [PATCH v5 1/1] Insert client connection data into PAM environment

2020-03-31 Thread Paolo
So, as you asked, now a make the complete patch from diff from master and my branch, making the change to remote lenght. --- a/src/plugins/auth-pam/auth-pam.c +++ b/src/plugins/auth-pam/auth-pam.c @@ -48,7 +48,7 @@  #include  #include  #include "utils.h" - +#include  #include    #define DEBUG(

Re: [Openvpn-devel] [PATCH 11/12] openvpnmsica: Merge FindTUNTAPAdapters into FindSystemInfo

2020-03-31 Thread Lev Stipakov
Hi, > To summarize: the return value of find_adapters() call is ignored on purpose. Shouldn't return type be void if return value is not used? I'll ack it to not to further delay 2.5 release, but it would be good to get a follow-up patch with either void or return value being not ignored. Acked

[Openvpn-devel] [PATCH] mbedTLS: Make sure TLS session survives move

2020-03-31 Thread Tom van Leeuwen
From: Tom van Leeuwen When a client disconnects from a server compiled with mbedTLS, the server cannot process the PUSH_REQUEST from a new connection with the same client IP and port number. This is the case when the client binds to a static port. This behavior is initiated by move_session(), wh

Re: [Openvpn-devel] [PATCH] [PATCH v5 1/1] Insert client connection data into PAM environment

2020-03-31 Thread Arne Schwabe
Am 31.03.20 um 09:34 schrieb Paolo: > So, > as you asked, now a make the complete patch from diff from master and my > branch, making the change to remote lenght. > Your patch got mangled very badly for me: > -Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â || send_string(context->foreground_fd, > comm