Re: [Openvpn-devel] [PATCH] resolvconf fails with -p

2021-11-06 Thread Greg Cox
On Sat, Nov 6, 2021 at 7:37 PM David Sommerseth < open...@sf.lists.topphemmelig.net> wrote: > I quickly checked resolveconf on Ubuntu {18,20,21}.04 and Debian 9-11. > Neither of them supports the '-p' argument. > > I've checked Fedora 34, RHEL-{7,8} too, where I could not find any > obvious

[Openvpn-devel] [PATCH applied] Re: resolvconf fails with -p

2021-11-06 Thread Gert Doering
Sorry that it took so long. But here we go. Your patch has been applied to the master and release/2.5 branch. commit e739f41d05084c1bc9bfb6c5d49c74de37e53dc7 (master) commit 8fcce5042865b6bed7dcde5d7d0372ae83d54708 (release/2.5) Author: Sergio E. Nemirowski Date: Sat May 29 04:35:16 2021

Re: [Openvpn-devel] [PATCH] resolvconf fails with -p

2021-11-06 Thread David Sommerseth
On 29/05/2021 03:35, sergio wrote: From: "Sergio E. Nemirowski" resolvconf -p resolvconf: Error: Command not recognized Signed-off-by: Sergio E. Nemirowski --- contrib/pull-resolv-conf/client.up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Openvpn-devel] [PATCH] Avoid resending reset reply more than once per client packet

2021-11-06 Thread Gert Doering
Hi, On Thu, Jun 10, 2021 at 05:30:11PM +0200, Arne Schwabe wrote: > For the second reply of a OpenVPN we have no completed the three > way handshake yet and the client IP address is still untrusted. > When retransmitting the reset packet multiple times when timing > out for an ACK response to it,

[Openvpn-devel] [PATCH v5] Refactor early initialisation and uninitialisation into methods

2021-11-06 Thread Arne Schwabe
This put the early initialisation and uninitialisation that needs to happen between option parsing and post processing into small methods. Signed-off-by: Arne Schwabe --- src/openvpn/openvpn.c | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git