-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update src/openvpn digest to 5ccaa49
- Loading branch information
1 parent
02bba2e
commit 3216373
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
25 files
+22 −22 | .github/workflows/build.yaml | |
+3 −3 | .github/workflows/coverity-scan.yml | |
+7 −2 | CMakeLists.txt | |
+13 −0 | Changes.rst | |
+10 −0 | doc/man-sections/vpn-network-options.rst | |
+1 −0 | src/openvpn/Makefile.am | |
+14 −1 | src/openvpn/dco.c | |
+6 −6 | src/openvpn/dco_freebsd.c | |
+1 −1 | src/openvpn/dco_internal.h | |
+5 −5 | src/openvpn/dco_linux.c | |
+2 −2 | src/openvpn/dco_win.c | |
+18 −3 | src/openvpn/forward.c | |
+102 −20 | src/openvpn/init.c | |
+12 −12 | src/openvpn/options.c | |
+5 −2 | src/openvpn/options.h | |
+0 −1 | src/openvpn/proto.h | |
+9 −0 | src/openvpn/run_command.c | |
+3 −0 | src/openvpn/run_command.h | |
+9 −6 | src/openvpn/socket.c | |
+12 −0 | src/openvpn/socket.h | |
+117 −156 | src/openvpn/tun.c | |
+62 −30 | src/openvpn/tun.h | |
+186 −0 | src/openvpn/tun_afunix.c | |
+72 −0 | src/openvpn/tun_afunix.h | |
+11 −6 | tests/t_client.sh.in |