[Openvpn-devel] [PATCH] Add building man page on Windows

2021-08-24 Thread Lev Stipakov
From: Lev Stipakov Use rst2html to build html from rst. Ignore error - this is not fatal and affects only MSI build. Signed-off-by: Lev Stipakov --- build/msvc/msvc-generate/Makefile.mak | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

[Openvpn-devel] [PATCH v2] Add building man page on Windows

2021-08-24 Thread Lev Stipakov
From: Lev Stipakov Use rst2html to build html from rst. Ignore errors, this is not fatal and affects only MSI build. Modify MSVC GitHub Actions to install python3/rst2html and add html man page to artifacts. Signed-off-by: Lev Stipakov --- v2: - change implementation to support GitHub

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

2021-08-24 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 |

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

2021-08-24 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