]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
wintun: Introduce new package for obscuring Windows bits
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 7 Feb 2019 03:18:27 +0000 (04:18 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 7 Feb 2019 03:39:59 +0000 (04:39 +0100)
commitea59177f1c6ab9031d5d30771410c9514fa551d9
treecfe5c11f9340d468dfd5f80b76db78584a9ef20a
parent306d08e692bc9b2249078c0b4ab7eb3e42078230
wintun: Introduce new package for obscuring Windows bits
12 files changed:
setupapi/setupapi.go [deleted file]
tun/tun_windows.go
tun/wintun/guid/guid_windows.go [new file with mode: 0644]
tun/wintun/guid/mksyscall.go [new file with mode: 0644]
tun/wintun/guid/zguid_windows.go [moved from tun/ztun_windows.go with 98% similarity]
tun/wintun/setupapi/mksyscall.go [moved from setupapi/mksyscall.go with 100% similarity]
tun/wintun/setupapi/setupapi_windows.go [moved from setupapi/setupapi_windows.go with 100% similarity]
tun/wintun/setupapi/setupapi_windows_test.go [moved from setupapi/setupapi_windows_test.go with 100% similarity]
tun/wintun/setupapi/types_windows.go [moved from setupapi/types_windows.go with 100% similarity]
tun/wintun/setupapi/zsetupapi_windows.go [moved from setupapi/zsetupapi_windows.go with 100% similarity]
tun/wintun/setupapi/zsetupapi_windows_test.go [moved from setupapi/zsetupapi_windows_test.go with 100% similarity]
tun/wintun/wintun_windows.go [new file with mode: 0644]