Re: [Openvpn-devel] [PATCH] Fix error message about extended errors for IPv4-only sockets.

2022-06-20 Thread Arne Schwabe
Am 19.06.22 um 19:03 schrieb Gert Doering: Hi, On Sun, Jun 19, 2022 at 11:38:17AM +0200, Arne Schwabe wrote: #if EXTENDED_SOCKET_ERROR_CAPABILITY /* if the OS supports it, enable extended error passing on the socket */ -set_sock_extended_error_passing(sock->sd); +set_sock_exte

[Openvpn-devel] [PATCH] Insert client connection data into PAM environment

2022-06-20 Thread Paolo Cerrito
From: paolo --- src/plugins/auth-pam/auth-pam.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/plugins/auth-pam/auth-pam.c b/src/plugins/auth-pam/auth-pam.c index 70339445..f91a2f02 100644 --- a/src/plugins/auth-pam/auth-pam.c +++ b/src/plugins/aut

[Openvpn-devel] [PATCH] Insert client connection data into PAM environment, upgraded

2022-06-20 Thread Paolo Cerrito
From: paolo --- src/plugins/auth-pam/auth-pam.c | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/plugins/auth-pam/auth-pam.c b/src/plugins/auth-pam/auth-pam.c index 70339445..c2e66e5c 100644 --- a/src/plugins/auth-pam/auth-pam.c +++ b/src/plugins

Re: [Openvpn-devel] [PATCH] fix compilation issues with small and w/o debug

2022-06-20 Thread Frank Lichtenheld
Acked-By: Frank Lichtenheld I can confirm that this fixes issues seen with ./configure --enable-small --disable-debug --enable-werror (compile tested on Debian 11 amd64, gcc 10.2.1) The init.c change did not fix a warning for my compiler, but it looks correct and might be a warning with differ

Re: [Openvpn-devel] [PATCH] Update the replay-window backtrack log message

2022-06-20 Thread Frank Lichtenheld
Acked-By: Frank Lichtenheld Looks correct to me according to the code and the referenced commit. Regards, Frank Lichtenheld > Martin Janů via Openvpn-devel hat am > 10.06.2022 14:04 CEST geschrieben: > > > The man pages reference a logging message which has been rephrased > in ac1310528a