-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule asio
updated
30 files
Submodule openvpn
updated
12 files
+5 −35 | .github/workflows/build.yaml | |
+13 −4 | CMakeLists.txt | |
+1 −1 | configure.ac | |
+1 −1 | doc/man-sections/vpn-network-options.rst | |
+1 −0 | src/openvpn/errlevel.h | |
+1 −1 | src/openvpn/manage.c | |
+4 −4 | src/openvpn/route.c | |
+201 −63 | src/openvpn/sig.c | |
+0 −1 | src/openvpn/socket.c | |
+2 −1 | tests/unit_tests/openvpn/Makefile.am | |
+37 −0 | tests/unit_tests/openvpn/mock_win32_execve.c | |
+0 −8 | tests/unit_tests/openvpn/test_pkt.c |