Re: [Openvpn-devel] [PATCH 12/25] dco: check that pulled options are compatible

2022-07-18 Thread Antonio Quartulli
Hi, On 14/07/2022 22:14, Gert Doering wrote: Hi, On Fri, Jun 24, 2022 at 10:37:56AM +0200, Antonio Quartulli wrote: diff --git a/src/openvpn/init.c b/src/openvpn/init.c index b0a4b252..091cbd24 100644 --- a/src/openvpn/init.c +++ b/src/openvpn/init.c @@ -2219,6 +2219,19 @@ do_deferred_p2p_ncp(

Re: [Openvpn-devel] [PATCH 12/25] dco: check that pulled options are compatible

2022-07-14 Thread Gert Doering
Hi, On Fri, Jun 24, 2022 at 10:37:56AM +0200, Antonio Quartulli wrote: > diff --git a/src/openvpn/init.c b/src/openvpn/init.c > index b0a4b252..091cbd24 100644 > --- a/src/openvpn/init.c > +++ b/src/openvpn/init.c > @@ -2219,6 +2219,19 @@ do_deferred_p2p_ncp(struct context *c) > return true;

Re: [Openvpn-devel] [PATCH 12/25] dco: check that pulled options are compatible

2022-06-28 Thread Arne Schwabe
Am 24.06.22 um 10:37 schrieb Antonio Quartulli: A server may push options that are not compatible with DCO. In this case we should log a message and bail out. Acked-By: Arne Schwabe ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net

[Openvpn-devel] [PATCH 12/25] dco: check that pulled options are compatible

2022-06-24 Thread Antonio Quartulli
A server may push options that are not compatible with DCO. In this case we should log a message and bail out. Signed-off-by: Antonio Quartulli --- src/openvpn/init.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/src/openvpn/init.c b/src/openvpn/init.c index b0a4b2