The new code to enable IPv6 extended error reporting will cause
an error ("Protocol not available (errno=92)") if trying to enable
that setsockopt() option on an IPv4-only socket.
Fix: pass sock->info.af to set_sock_extended_error_passing(), only
apply to AF_INET6 sockets.
Add comments to make ex
Hi,
Il 03/06/22 11:03, Lev Stipakov ha scritto:
From: Lev Stipakov
After successfult builds on all platforms,
start openvpn-build GHA which produces
Windows MSI installers.
Signed-off-by: Lev Stipakov
---
.github/workflows/build.yaml | 21 +++--
1 file changed, 19 insertio
From: Lev Stipakov
After successfult builds on all platforms,
start openvpn-build GHA which produces
Windows MSI installers.
Signed-off-by: Lev Stipakov
---
v2:
- bring pull_request trigger back
- simplify trigger_openvpn_build run condition
.github/workflows/build.yaml | 19 +++
Signed-off-by: Christopher Ng
---
openvpn/omi/CMakeLists.txt | 9 +
1 file changed, 9 insertions(+)
diff --git a/openvpn/omi/CMakeLists.txt b/openvpn/omi/CMakeLists.txt
index d773da39..cd7cb8fd 100644
--- a/openvpn/omi/CMakeLists.txt
+++ b/openvpn/omi/CMakeLists.txt
@@ -1,3 +1,5 @@
+opti
Signed-off-by: Christopher Ng
---
openvpn/ovpnagent/win/ovpnagent.cpp | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/openvpn/ovpnagent/win/ovpnagent.cpp
b/openvpn/ovpnagent/win/ovpnagent.cpp
index 8a31b0aa..fa020e7d 100644
--- a/openvpn/ovpnagent/win/ovpnagent.cpp
+++
Hi,
The OpenVPN 3 Linux v18 (beta) release is now available. This release
consists of a larger overhaul on the logging system with a few
additional bug fixes and other improvements.
* Log system changes
In prior releases, the backend VPN client (openvpn3-service-client
processes) sent Log
As per discussion on https://github.com/OpenVPN/openvpn3/pull/218
Acked-by: Lev Stipakov
ti 7. kesäk. 2022 klo 20.30 Christopher Ng (fac...@gmail.com) kirjoitti:
> Signed-off-by: Christopher Ng
> ---
> openvpn/ovpnagent/win/ovpnagent.cpp | 6 --
> 1 file changed, 4 insertions(+), 2 deleti
As discussed at https://github.com/OpenVPN/openvpn3/pull/218
Acked-by: Lev Stipakov
ti 7. kesäk. 2022 klo 20.26 Christopher Ng (fac...@gmail.com) kirjoitti:
> Signed-off-by: Christopher Ng
> ---
> openvpn/omi/CMakeLists.txt | 9 +
> 1 file changed, 9 insertions(+)
>
> diff --git a/ope