[Openvpn-devel] [PATCH] route.c: pass the right parameter to IN6_IS_ADDR_UNSPECIFIED

2021-08-25 Thread Antonio Quartulli
IN6_IS_ADDR_UNSPECIFIED on most systems is defined as a macro that expects a struct in6_addr* argument. In one instance we are passing the right address but using a wrong type. Fix this invocation by properly passing the right pointer. This issue might become more critical on systems implementing

[Openvpn-devel] [PATCH v2 3/3] Use a template for "unsupported management commands" error

2021-08-25 Thread selva . nair
From: Selva Nair The message "ERROR: The 'foo' commmand is not supported by current daemon mode" is repeatedly used in manage.c. Move it to a function for uniformity in messaging. Signed-off-by: Selva Nair --- src/openvpn/manage.c | 34 -- 1 file changed, 20 ins

[Openvpn-devel] [PATCH v2 1/3] Add remote-count and remote-entry query via management

2021-08-25 Thread selva . nair
From: Selva Nair Selecting the remote host via the management iterface (management-query-remote) provides a restrictive user experience as there is no easy way to tabulate all available remote entries and show a list to the user to choose from. Fix that. Two new commands for querying the managem

[Openvpn-devel] [PATCH v2 2/3] Permit unlimited connection entries and remotes

2021-08-25 Thread selva . nair
From: Selva Nair Currently we allow a max of 64 connection entries and remotes. A larger number would allow users with 100's of independent config files for different end points of same provider to consolidate them to connection entries. Signed-off-by: Selva Nair --- Changes.rst | 2

Re: [Openvpn-devel] [PATCH 1/2] Add remote-count and remote-entry query via management

2021-08-25 Thread Arne Schwabe
> > > Actually this else could be possibly eliminated as, in this case, the > callback is not conditionally compiled in. Unlike things like pkcs11-id > support. Will check and simplify. I think in client vs server mode the management interface is still different enough that many of these are a

Re: [Openvpn-devel] [PATCH 1/2] Add remote-count and remote-entry query via management

2021-08-25 Thread Selva Nair
Hi On Wed, Aug 25, 2021 at 10:24 AM Arne Schwabe wrote: > > > > > +static bool > > +management_callback_remote_entry(void *arg, unsigned *count, char > **remote) > > +{ > > +assert(arg); > > +assert(count); > > + > > +struct context *c = (struct context *) arg; > > +struct connec

Re: [Openvpn-devel] [PATCH 2/2] Permit unlimited connection entries and remotes

2021-08-25 Thread Selva Nair
Hi, On Wed, Aug 25, 2021 at 8:37 AM Gert Doering wrote: > Hi, > > On Wed, Aug 25, 2021 at 12:01:22AM -0400, selva.n...@gmail.com wrote: > > From: Selva Nair > > > > Currently we allow a max of 64 connection entries and remotes. > > A larger number would allow users with 100's of independent > >

Re: [Openvpn-devel] [PATCH 1/2] Add remote-count and remote-entry query via management

2021-08-25 Thread Arne Schwabe
> > +static bool > +management_callback_remote_entry(void *arg, unsigned *count, char **remote) > +{ > +assert(arg); > +assert(count); > + > +struct context *c = (struct context *) arg; > +struct connection_list *l = c->options.connection_list; > +bool ret = true; > + > +

[Openvpn-devel] Summary of the community meeting (25th August 2021)

2021-08-25 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on libera.chat Date: Wed 25th August 2021 Time: 14:00 CET (12:00 UTC) Planned meeting topics for this meeting were here: Your local meeting

Re: [Openvpn-devel] [PATCH 2/2] Permit unlimited connection entries and remotes

2021-08-25 Thread Gert Doering
Hi, On Wed, Aug 25, 2021 at 12:01:22AM -0400, selva.n...@gmail.com wrote: > From: Selva Nair > > Currently we allow a max of 64 connection entries and remotes. > A larger number would allow users with 100's of independent > config files for different end points of same provider to > consolidate

Re: [Openvpn-devel] [ovpn-dco] When will openvpn 2.6 be released

2021-08-25 Thread Antonio Quartulli
Hi Tony, On 25/08/2021 10:09, Tony He wrote: > Hi Antonio, > > I am looking forward to official openvpn 2.6 which supports DCO. May I > know what issues are blocking us? From Linux side or Windows side? No issue at all - ovpn-dco and ovpn-dco-win are still planned to be released with OpenVPN 2.6

[Openvpn-devel] [ovpn-dco] When will openvpn 2.6 be released

2021-08-25 Thread Tony He
Hi Antonio, I am looking forward to official openvpn 2.6 which supports DCO. May I know what issues are blocking us? From Linux side or Windows side? Thank you! Tony ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sour