mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Squashed 'OpenVPN Adapter/Vendors/openvpn/' changes from 4095565..3e002c8
3e002c8 remove unused Jenkinsfile 16b1055 [OVPN3-140] Update company names in copyrights 6caca2c [OVPN3-140] Relicense back to AGPLv3 4f9ae74 cliproto: react to tls_warnings 546547b Proto: export tls_warnings attribute from SSL session 7cbaa26 SSLAPI: add tls_warning attribute 7ed93a3 clievent: add Warn event class 7a71ba1 win: get 'arch' param value from environment 61bb21b win: make parameter optional 15d66c4 [OVPN3-141] win: disable WPO 97d9c28 [OU-15] mbedtls: remove duplicated code 95aec32 [OU-15] mbedtls: refactor X509Cert to allow reuse der2pem 946753e [OVPN3-135] Win: remove unneeded default route d7f8c47 nrpt: create separate policy per dns suffix 577b5ca cli.cpp: fix typ0 in define fc8f89d [OVPN3-129] android: ensure all SWIG files are archived and saved e143bc0 [OVPN3-129] android: improve build system in order to perform full build 06d23ec [OVPN3-129] build-system: let scripts download dependencies 76bb99c fix usage of to_string() in Android 44c183a time: mute type conversion warnings for UWP client 7d7490c transport: enable socket protect call for UWP 1c003ac transport: pass protocol type to external factory c0de92c transport: add stop_requeueing method e2c60c8 android: build core library with MD5 support 3928069 [OVPN3-119] mbedTLS: create INSECURE profile including MD5 4f99310 remove function accidentally duplicated by last merge b91d841 self-test: add missing includes 19e33c4 [OA-14] mbedTLS: relax x509 date/time format check f3cf645 [OVPN3-116] disable SSL_CBC_RECORD_SPLITTING fca9ed2 [OVPN3-105] ParseClientConfig: avoid crash when not all key material is provided 7299fef [OC-42] Android: specify API level on command line d3da3df android: build client lib for x86 (for emulator) 8e501c5 Update version for mbedTLS and lz4 e57676e ParseClientConfig: export config to json format 9aa715f ParseClientConfig: export configuration to ovpn file format 1eab4cb ParseClientConfig: add helper constructor 71a59e4 ParseClientConfig: store the entire ovpn profile e0bb85a Transport: convert from transport protocol to config string 2fe56c3 Compress: convert from ctx type to config string 174ee25 OpenSSL: implement stub methods for new private_key_type/length() SSLAPIs 3d57708 mbedTLS: implement private_key_type/length() API a3210f0 SSLAPI: add private_key_type/length() getter methods 8ffe888 OpenSSL: implement stub methods for new extract_* SSLAPIs 16e9160 mbedTLS: implement extended API for key material extraction fe3d519 SSLAPI: extend API with methods to extract key material 2b4c850 Debugging: added header and build flag for valgrind run-time extensions. b948cde ManClientInstance::Factory: added virtual stop() method. 121e975 client API: added portOverride 106981c JSON: allow alternative JSON library implementations f206ae2 logging: added logdatetime.hpp which prepends date/time to log lines 49e933d Time: added to_double, delta_float, and delta_str methods 569b1da daemon.hpp: added class WritePid for managing pid files 63e9e04 ClientProto: reset CoarseTime object when AsioTimer is canceled f64b501 Cleanup: allow functor to be passed by value. ebe2560 RunContext: add configurable exit via EXIT_IN env var for debugging 1fbff4f tls-crypt: revised server-side validate_initial_packet() methods to use a BufferAllocated rather than a Buffer. 0090c51 SSLConst: added new ssl_flags() method which filters out non-ssl flags from given argument. 8379b0a CryptoDCInstance: added new RekeyType PRIMARY_SECONDARY_SWAP and use it in ProtoContext::promote_secondary_to_primary() since it more accurately reflects the underlying implementation. 18f45c2 ManClientInstance::Send: added AuthStatus::Type parameter to disconnect_user() method. 4bba803 Listen::List: added expand_ports() method. 5122e7d Listen::List: in port_offset(), set n_threads to 0 since number-of-threads data for port_offset items isn't really relevant. 4e11a6c StaticKey: added render_to_base64() and init_from_rng() methods. 190ece9 CryptoAlgs: added mode() method. 76e65cf CryptoAlgs: added AEAD_NONCE_TAIL_SIZE constant (set to 8 bytes) to represent the size in bytes of AEAD "nonce tail" normally taken from the HMAC key material. 2738718 compress: added method_to_string() method, i.e. the inverse of parse_method(). 7b47f99 compress: since parse_method() performs a linear search on method, reorder so that more frequently used methods appear at the top of the list. b428f74 library: added integer is_pow2() and log2() methods based on efficient __builtin_ffs and __builtin_clz intrinsics. 4926011 Android: adapt toolchain scripts to new SDK and move to API 26 ad4e995 mbedTLS: use mbedtls API to initialize cert object 908c611 transport: use socket_protect to communicate socket handle on UWP 92a6216 build win: read certain params from env 8166ea8 common: define uwp platform macro 0186bf6 common: report platform name as "uwp" 3f291b0 netconf: disable getting hwaddr for UWP 6365d26 transport: external factory 2ffa0c9 transport: synchronous DNS lookup 2c09c7c cliconnect.hpp: support for AsioWork always on 4f5a04d rand.hpp: allow external entropy source b19c5da time.hpp: use GetTickCount64 on Vista and newer 712ccfc android: export DEP_DIR via vars files only if not already defined 1b5a784 asio: make sure to switch to DEP_DIR before building 4302651 changes to support android building 6f56b2b Merge pull request #21 from OpenVPN/make_test_proto_deterministic 3a5ef2b travis-ci: make testing binary deterministic b76882d mbedtls: fix typ0 in exception message 40065a6 avoid "uninitialized variable warning" f33e7c2 [OVPN3-5] tls-crypt: add tls-crypt support in proto.hpp test unit 74c5f4f [OVPN3-5] tls-crypt: introduce tls-crypt support 389353c proto.cpp: uninit process at the end of the execution 56a831f [OVPN3-5] crypto/ssl: add support for AES-256-CTR 7cbf539 [OVPN3-5] build script: allow user to specify its own mbedTLS folder and LDFLAGS 8ae2a3f Integrate Google Test framework 68ae101 Add swig build to jenkins pipeline d496311 ovpncli.hpp: inline LogInfo constructor for clarity 96e0d89 Revert "Merged in OVPN3-21-prepend-log-record-with-unique- (pull request #7)" 7db95cc Make build fail on compilation errors 860129a TunBuilderCapture: make (to|from)_json methods public 2486494 random: added helper class Rand2 containing a crypto and non-crypto RNG 04175c2 appversion.hpp: Stringize VERSION -> MY_VERSION 81cb887 build script: added DPROF=1 flag a3dd47f timestr.hpp: moved milliseconds_since_epoch() to time/epoch.hpp 59b9492 sslchoose.hpp: added SSL_LIB_NAME 8fcb797 ProtoContext::KeyContext::raw_recv() : fix state transition e49e993 ProtoContext: comment edit 1d941aa VPNServerNetblock::Netblock refactor 7190495 Server-side renamings to break up long class names using namespaces. 3f74ec1 Listen::List: minor changes 79c789b RandomAPI: comment edit 5b5af36 Added SSLConst::SERVER_TO_SERVER flag fe00df4 OpenSSLContext::Config::set_rng: call assert_crypto() 3ae0076 In sslchoose.hpp, move OPENVPN_LOG_SSL macro to new file ssllog.hpp 1502cf6 URL::Parse: made is_valid_uri_char() standalone and moved to validate_uri.hpp 2dcb189 Added HTTP::Status::SwitchingProtocols constant 2f57024 HTTP::HeaderList: added get_value_trim_lower() method bee94d2 HTTP::HeaderList: get_value() and get_value_trim() should return std::string instead of const std::string 5debab1 Frame::Context: #define OPENVPN_NO_IO to allow building without i/o layer faf8f8f StaticKey: added parse_from_base64() method d11f250 HashString: added final_base64() method c373bf8 CompressContext: use C++11 member initialization and remove explicit attribute on constructor bd75cd7 RCPtr: added operator==() and operator!=() methods 7be33c5 PThreadBarrier: fixed incorrect comment 6f5f77b Link: use move semantics 17a5d89 inotify.hpp: no longer used 8ce39fc added render_hex() and render_hex_sep() methods that accept void* data ddc8e8a Function: use std::forward 76ee587 write_binary_atomic(): added tmpdir (temporary directory) parameter f366d55 base64: encode() now accepts void* data 462fe90 BufferType: added read(), write(), and prepend() variants that accept void* data 9ad1be4 IP::RouteType: added host_bits() method 3ebc8c7 IPv[46]::Addr::to_sockaddr() now accepts optional port number ce0977b Support Cityhash. fdbb0b9 IP::Addr: added validate_prefix_len() 25146d8 IP::Addr::from_ipv[4|6](): use move semantics a264f99 Merge pull request #20 from OpenVPN/fix_travis_ci_coverity 966e212 travis: don't mess up the SSL libs for wget/curl 2b8f09d Merge pull request #19 from OpenVPN/antonio/travis-ci-to-coverity 127cbb0 travis.yml: send build to Coverity SCAN when building master 2bca49b Merge pull request #15 from OpenVPN/antonio/travis-ci a5ce566 add basic support for Travis CI f9b14e9 macOS: add basic logging support 2b9188d Remotelist: pass meaningful port value to resolve::async_resolve() 4ebdbd0 Merged in OVPN3-38-improve-jenkins-pipeline-script (pull request #8) 832cf7f Report build status to Bitbucket 62423c9 Merged in OVPN3-21-prepend-log-record-with-unique- (pull request #7) cce2455 Prepend log string with unique reference. f26b08b Merged in OVPN3-25-pipeline-build (pull request #4) dc5ff1f Add OpenSSL version building. c77e1d6 Add pipeline script for multiplatform build. 4fab9b0 Merged in OVPN3-18-vs-project (pull request #2) 8eb0d6c Add Visual Studio project info to README 67c4989 Visual Studio 2015 solution and project files 52bfcd3 Merged in OVPN3-17 (pull request #1) 5f648ce Document Windows build process 3213c48 Support for local build settings b3ec01b Support for gpl version of mbedtls 903abc8 Support for zipballs 4029579 AsioPolySock: support bind to local address. 1e85566 Use openvpn::strerror_str() instead of std::strerror(). 3ba37fc OpenVPN 3 client: added OPENVPN_OVPNCLI_ASYNC_SETUP flag. git-subtree-dir: OpenVPN Adapter/Vendors/openvpn git-subtree-split: 3e002c83ce2e9f9f40ddcee750d3cfa664238abe
This commit is contained in:
@@ -3,3 +3,10 @@ cli.exe
|
||||
cli.obj
|
||||
*.pdb
|
||||
.vs
|
||||
parms_local.py
|
||||
Debug
|
||||
x64
|
||||
PropertySheet.props
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
*.vcxproj.user
|
||||
|
||||
+21
-3
@@ -16,13 +16,19 @@ def src_fn(parms, srcfile):
|
||||
srcfile = cli_cpp(parms)
|
||||
return srcfile
|
||||
|
||||
def is_unit_test(argv):
|
||||
unit_test = False
|
||||
if len(argv) >= 2:
|
||||
unit_test = argv[1] == "unittest"
|
||||
return unit_test
|
||||
|
||||
def src_fn_argv(parms, argv):
|
||||
srcfile = None
|
||||
if len(argv) >= 1:
|
||||
srcfile = argv[0]
|
||||
return src_fn(parms, srcfile)
|
||||
|
||||
def build(parms, srcfile):
|
||||
def build(parms, srcfile, unit_test=False):
|
||||
# Debug?
|
||||
if parms['DEBUG']:
|
||||
dbg_rel_flags = "/Zi"
|
||||
@@ -62,14 +68,26 @@ def build(parms, srcfile):
|
||||
options['extra_lib_path'] += " /LIBPATH:%(jsoncpp)s/dist" % options
|
||||
options['extra_lib'] += " jsoncpp.lib"
|
||||
|
||||
if unit_test:
|
||||
options['extra_lib'] += " gtest.lib"
|
||||
options['extra_inc'] += " /I %s" % os.path.join(parms["GTEST_ROOT"], "googletest", "include")
|
||||
options['extra_lib_path'] += " /LIBPATH:%s" % os.path.join(parms["GTEST_ROOT"], "googlemock", "gtest", "Debug")
|
||||
|
||||
# Build OpenVPN Connect
|
||||
if parms.get("CONNECT"):
|
||||
options['extra_inc'] += " /I " + os.path.join(parms['OVPN3'], "common")
|
||||
|
||||
# build it
|
||||
vc_cmd(parms, r"cl %(extra_defs)s /DNOMINMAX /D_CRT_SECURE_NO_WARNINGS /DUSE_ASIO /DASIO_STANDALONE /DASIO_NO_DEPRECATED /I %(asio)s\asio\include /DUSE_MBEDTLS /I %(mbedtls)s\include /DHAVE_LZ4 /I %(lz4)s%(extra_inc)s -DTAP_WIN_COMPONENT_ID=%(tap_component_id)s /I %(tap)s /I %(ovpn3)s\core /GL /EHsc %(link_static_dynamic_flags)s /W0 %(dbg_rel_flags)s /nologo %(srcfile)s /link /LIBPATH:%(mbedtls)s\library /LIBPATH:%(lz4)s%(extra_lib_path)s mbedtls.lib lz4.lib%(extra_lib)s ws2_32.lib crypt32.lib iphlpapi.lib winmm.lib user32.lib gdi32.lib advapi32.lib wininet.lib shell32.lib ole32.lib rpcrt4.lib" % options, arch=os.environ.get("ARCH"))
|
||||
vc_cmd(parms, r"cl %(extra_defs)s /DNOMINMAX /D_CRT_SECURE_NO_WARNINGS /DUSE_ASIO /DASIO_STANDALONE /DASIO_NO_DEPRECATED /I %(asio)s\asio\include /DUSE_MBEDTLS /I %(mbedtls)s\include /DHAVE_LZ4 /I %(lz4)s%(extra_inc)s -DTAP_WIN_COMPONENT_ID=%(tap_component_id)s /I %(tap)s /I %(ovpn3)s\core /EHsc %(link_static_dynamic_flags)s /W0 %(dbg_rel_flags)s /nologo %(srcfile)s /link /LIBPATH:%(mbedtls)s\library /LIBPATH:%(lz4)s%(extra_lib_path)s mbedtls.lib lz4.lib%(extra_lib)s ws2_32.lib crypt32.lib iphlpapi.lib winmm.lib user32.lib gdi32.lib advapi32.lib wininet.lib shell32.lib ole32.lib rpcrt4.lib" % options, arch=os.environ.get("ARCH"))
|
||||
|
||||
if __name__ == "__main__":
|
||||
import sys
|
||||
from parms import PARMS
|
||||
build(PARMS, src_fn_argv(PARMS, sys.argv[1:]))
|
||||
|
||||
# some parameters might be redefined, like in Jenkins multibranch pipeline case
|
||||
PARMS['BUILD'] = os.environ.get('BUILD', PARMS['BUILD'])
|
||||
PARMS['OVPN3'] = os.environ.get('OVPN3', PARMS['OVPN3'])
|
||||
|
||||
src = src_fn_argv(PARMS, sys.argv[1:])
|
||||
unit_test = is_unit_test(sys.argv[1:])
|
||||
build(PARMS, src, unit_test)
|
||||
|
||||
@@ -30,6 +30,9 @@ def build_mbedtls(parms):
|
||||
d = expand('mbedtls', parms['DEP'], parms.get('LIB_VERSIONS'))
|
||||
if d.endswith("-apache"):
|
||||
d = d[:-7]
|
||||
elif d.endswith("-gpl"):
|
||||
d = d[:-4]
|
||||
|
||||
os.rename(d, dist)
|
||||
|
||||
# edit mbedTLS config.h
|
||||
@@ -89,4 +92,10 @@ def build_all(parms):
|
||||
|
||||
if __name__ == "__main__":
|
||||
from parms import PARMS
|
||||
|
||||
# some parameters might be redefined, like in Jenkins multibranch pipeline case
|
||||
PARMS['BUILD'] = os.environ.get('BUILD', PARMS['BUILD'])
|
||||
PARMS['OVPN3'] = os.environ.get('OVPN3', PARMS['OVPN3'])
|
||||
PARMS['ARCH'] = os.environ.get('ARCH', PARMS['ARCH'])
|
||||
|
||||
build_all(PARMS)
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25420.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cli", "ovpn3-core.vcxproj", "{1F891260-2039-494F-9777-EC5166AF31BC}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unittests", "..\test\unittests\unittests.vcxproj", "{18446924-20CC-4EB7-B639-A76C1422E5C2}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|ARM = Release|ARM
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Debug|ARM.ActiveCfg = Debug|Win32
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Debug|x64.Build.0 = Debug|x64
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Debug|x86.Build.0 = Debug|Win32
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Release|ARM.ActiveCfg = Release|Win32
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Release|x64.ActiveCfg = Release|x64
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Release|x64.Build.0 = Release|x64
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Release|x86.ActiveCfg = Release|Win32
|
||||
{1F891260-2039-494F-9777-EC5166AF31BC}.Release|x86.Build.0 = Release|Win32
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Debug|ARM.ActiveCfg = Debug|Win32
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Debug|x64.Build.0 = Debug|x64
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Debug|x86.Build.0 = Debug|Win32
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Release|ARM.ActiveCfg = Release|Win32
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Release|x64.ActiveCfg = Release|x64
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Release|x64.Build.0 = Release|x64
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Release|x86.ActiveCfg = Release|Win32
|
||||
{18446924-20CC-4EB7-B639-A76C1422E5C2}.Release|x86.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,516 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\test\ovpncli\cli.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\client\ovpncli.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\addrlist.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\addrpair.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\ip.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\iperr.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\ipv4.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\ipv6.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\macaddr.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\pool.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\range.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\regex.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\route.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\routeinv.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\crypto\api.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\crypto\cipher.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\crypto\digest.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\crypto\hmac.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\ssl\sslctx.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\util\rand.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cf.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfhelper.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfhost.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfrunloop.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfsec.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfsocket.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfstream.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cftimer.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\error.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\iosactiveiface.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\maclife.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\macsleep.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\macver.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\reach.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\reachable.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\scdynstore.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\ver.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asioboundsock.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiocontext.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asioerr.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiopolysock.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiosignal.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiostop.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiowork.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\scoped_asio_stream.hpp" />
|
||||
<ClInclude Include="..\openvpn\auth\authcert.hpp" />
|
||||
<ClInclude Include="..\openvpn\auth\authcreds.hpp" />
|
||||
<ClInclude Include="..\openvpn\auth\cr.hpp" />
|
||||
<ClInclude Include="..\openvpn\auth\validatecreds.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\asiobuf.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufclamp.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufcomplete.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufcomposed.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\buffer.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufhex.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\buflimit.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\buflist.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufread.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufstr.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufstream.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\memq.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\safestr.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\zlib.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliconnect.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliconstants.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\clicreds.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliemuexr.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\clievent.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\clihalt.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\clilife.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliopt.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliopthelper.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliproto.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\ipverflags.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\optfilt.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\remotelist.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\rgopt.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\abort.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\action.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\actionthread.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\arch.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\argv.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\arraysize.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\asyncsleep.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\autoreset.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\base64.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\binprefix.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\circ_list.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\cleanup.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\core.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\count.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\daemon.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\demangle.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\destruct.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\endian.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\enumdir.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\environ.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\exception.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\extern.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\ffs.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\file.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\fileatomic.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\fileunix.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\format.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\function.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\getopt.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\getpw.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\glob.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hash.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hexstr.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hostlist.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hostname.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hostport.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\inotify.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\lex.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\likely.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\link.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\logrotate.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\memneq.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\mode.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\msgwin.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\number.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\olong.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\options.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\ostream.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\path.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\peercred.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\persistfile.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\pipe.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\platform.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\platform_name.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\platform_string.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\process.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\pthreadcond.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\rc.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\redir.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\runcontext.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\scoped_fd.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\sess_id.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\signal.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\size.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\sleep.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\sockopt.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\socktypes.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\split.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\splitlines.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\stat.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\stop.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\strerror.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\string.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\stringize.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\stringtempl.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\tempfile.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\to_string.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\umask.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\unicode-impl.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\unicode.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\uniqueptr.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\usecount.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\usergroup.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\userpass.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\version.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\waitbarrier.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\write.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\wstring.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\compnull.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\compress.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\compstub.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lz4.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lzo.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lzoasym.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lzoasym_impl.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lzoselect.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\snappy.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\bs64_data_limit.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\cipher.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\cryptoalgs.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\cryptodc.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\cryptodcsel.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\crypto_aead.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\crypto_chm.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\decrypt_chm.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\digestapi.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\encrypt_chm.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\hashstr.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\ovpnhmac.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\packet_id.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\selftest.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\static_key.hpp" />
|
||||
<ClInclude Include="..\openvpn\error\error.hpp" />
|
||||
<ClInclude Include="..\openvpn\error\excode.hpp" />
|
||||
<ClInclude Include="..\openvpn\frame\frame.hpp" />
|
||||
<ClInclude Include="..\openvpn\frame\frame_init.hpp" />
|
||||
<ClInclude Include="..\openvpn\frame\memq_dgram.hpp" />
|
||||
<ClInclude Include="..\openvpn\frame\memq_stream.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\header.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\htmlskip.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\method.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\parseutil.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\reply.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\request.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\status.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\urlencode.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\urlparm.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\urlparse.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\webexcept.hpp" />
|
||||
<ClInclude Include="..\openvpn\init\cryptoinit.hpp" />
|
||||
<ClInclude Include="..\openvpn\init\engineinit.hpp" />
|
||||
<ClInclude Include="..\openvpn\init\initprocess.hpp" />
|
||||
<ClInclude Include="..\openvpn\io\io.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\dhcp.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\eth.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\icmp.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\ip.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\udp.hpp" />
|
||||
<ClInclude Include="..\openvpn\legal\copyright.hpp" />
|
||||
<ClInclude Include="..\openvpn\linux\core.hpp" />
|
||||
<ClInclude Include="..\openvpn\linux\daemon_alive.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logbasesimple.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\lognull.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logperiod.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logsimple.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logthread.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\sessionstats.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\api.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\cipher.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\ciphergcm.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\digest.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\hmac.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\pki\dh.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\pki\pkctx.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\pki\x509cert.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\pki\x509crl.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\ssl\sslctx.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\util\error.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\util\pkcs1.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\util\rand.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\util\selftest.hpp" />
|
||||
<ClInclude Include="..\openvpn\netconf\enumiface.hpp" />
|
||||
<ClInclude Include="..\openvpn\netconf\hwaddr.hpp" />
|
||||
<ClInclude Include="..\openvpn\netconf\ios\net-route.h" />
|
||||
<ClInclude Include="..\openvpn\netconf\linux\gw.hpp" />
|
||||
<ClInclude Include="..\openvpn\netconf\linux\route.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\bio\bio_memq_dgram.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\bio\bio_memq_stream.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\api.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\cipher.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\ciphergcm.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\digest.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\hmac.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\crl.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\dh.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\pkey.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\x509.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\x509store.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\sign\pkcs7verify.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\sign\verify.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\ssl\sslctx.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\engine.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\error.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\init.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\rand.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\tokenencrypt.hpp" />
|
||||
<ClInclude Include="..\openvpn\options\continuation.hpp" />
|
||||
<ClInclude Include="..\openvpn\options\merge.hpp" />
|
||||
<ClInclude Include="..\openvpn\options\sanitize.hpp" />
|
||||
<ClInclude Include="..\openvpn\options\servpush.hpp" />
|
||||
<ClInclude Include="..\openvpn\pki\cclist.hpp" />
|
||||
<ClInclude Include="..\openvpn\pki\epkibase.hpp" />
|
||||
<ClInclude Include="..\openvpn\pki\pkcs1.hpp" />
|
||||
<ClInclude Include="..\openvpn\pki\x509track.hpp" />
|
||||
<ClInclude Include="..\openvpn\proxy\httpdigest.hpp" />
|
||||
<ClInclude Include="..\openvpn\proxy\ntlm.hpp" />
|
||||
<ClInclude Include="..\openvpn\proxy\proxyauth.hpp" />
|
||||
<ClInclude Include="..\openvpn\random\devurand.hpp" />
|
||||
<ClInclude Include="..\openvpn\random\mtrandapi.hpp" />
|
||||
<ClInclude Include="..\openvpn\random\randapi.hpp" />
|
||||
<ClInclude Include="..\openvpn\random\randbytestore.hpp" />
|
||||
<ClInclude Include="..\openvpn\reliable\relack.hpp" />
|
||||
<ClInclude Include="..\openvpn\reliable\relcommon.hpp" />
|
||||
<ClInclude Include="..\openvpn\reliable\relrecv.hpp" />
|
||||
<ClInclude Include="..\openvpn\reliable\relsend.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\listenlist.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\manage.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\peeraddr.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\peerstats.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\servhalt.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\servproto.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\vpnservnetblock.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\vpnservpool.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\datalimit.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\is_openvpn_protocol.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\kuparse.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\mssparms.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\nscert.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\peerinfo.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\proto.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\protostack.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\proto_context_options.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\psid.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\sslapi.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\sslchoose.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\sslconsts.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\tlsprf.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\tlsver.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\tls_cert_profile.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\tls_remote.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\asiotimer.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\coarsetime.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\durhelper.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\time.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\timestr.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\altproxy.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\httpcli.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\relay.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\tcpcli.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\transbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\udpcli.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\dco.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\gremlin.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\mutate.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\pktstream.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\protocol.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\reconnect_notify.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\server\transbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\socket_protect.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\tcplink.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\udplink.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\base.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\capture.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\client.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\rgwflags.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\setup.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\dhcp_capture.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\emuexr.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\tunbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\tunnull.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\tunprop.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\extern\config.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\extern\fw.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\ipv6_setting.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\layer.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\linux\client\tuncli.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\linux\tun.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\client\tuncli.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\client\tunsetup.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\gwv4.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\macdns.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\macdns_watchdog.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\macgw.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\tunutil.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\utun.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\persist\tunpersist.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\persist\tunwrap.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\persist\tunwrapasio.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\server\tunbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\tunio.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\tunlog.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\tunmtu.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\tunspec.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\client\setupbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\client\tuncli.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\client\tunsetup.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\nrpt.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\tunutil.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\wfp.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\call.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\cmd.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\console.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\handle.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\modname.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\reg.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\scoped_handle.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\sleep.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\unicode.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\winerr.hpp" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{1F891260-2039-494F-9777-EC5166AF31BC}</ProjectGuid>
|
||||
<RootNamespace>ovpn3core</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
<ProjectName>cli</ProjectName>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v140</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v140</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v140</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v140</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="Shared">
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup />
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>false</SDLCheck>
|
||||
<AdditionalIncludeDirectories>$(OVPN3_BUILD)\amd64\mbedtls\include;$(OVPN3_TAP_WINDOWS)\src;$(OVPN3_BUILD)\amd64\asio\asio\include;$(OVPN3_BUILD)\amd64\lz4\lib;$(OVPN3_CORE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;_WIN32_WINNT=0x0600;USE_ASIO;ASIO_STANDALONE;USE_MBEDTLS;HAVE_LZ4;TAP_WIN_COMPONENT_ID=tap0901;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalLibraryDirectories>$(OVPN3_BUILD)\amd64\mbedtls\library;$(OVPN3_BUILD)\amd64\lz4\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<AdditionalDependencies>lz4.lib;mbedtls.lib;fwpuclnt.lib;ws2_32.lib;crypt32.lib;iphlpapi.lib;winmm.lib;advapi32.lib;wininet.lib;shell32.lib;ole32.lib;rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>false</SDLCheck>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;_WIN32_WINNT=0x0600;USE_ASIO;ASIO_STANDALONE;USE_MBEDTLS;HAVE_LZ4;TAP_WIN_COMPONENT_ID=tap0901;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>$(OVPN3_BUILD)\amd64\mbedtls\include;$(OVPN3_TAP_WINDOWS)\src;$(OVPN3_BUILD)\amd64\asio\asio\include;$(OVPN3_BUILD)\amd64\lz4\lib;$(OVPN3_CORE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<SuppressStartupBanner>false</SuppressStartupBanner>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalLibraryDirectories>$(OVPN3_BUILD)\amd64\mbedtls\library;$(OVPN3_BUILD)\amd64\lz4\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<AdditionalDependencies>lz4.lib;mbedtls.lib;fwpuclnt.lib;ws2_32.lib;crypt32.lib;iphlpapi.lib;winmm.lib;advapi32.lib;wininet.lib;shell32.lib;ole32.lib;rpcrt4.lib</AdditionalDependencies>
|
||||
<ShowProgress>NotSet</ShowProgress>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>false</SDLCheck>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;_WIN32_WINNT=0x0600;USE_ASIO;ASIO_STANDALONE;USE_MBEDTLS;HAVE_LZ4;TAP_WIN_COMPONENT_ID=tap0901;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>$(OVPN3_BUILD)\amd64\mbedtls\include;$(OVPN3_TAP_WINDOWS)\src;$(OVPN3_BUILD)\amd64\asio\asio\include;$(OVPN3_BUILD)\amd64\lz4\lib;$(OVPN3_CORE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<AdditionalLibraryDirectories>$(OVPN3_BUILD)\amd64\mbedtls\library;$(OVPN3_BUILD)\amd64\lz4\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<AdditionalDependencies>lz4.lib;mbedtls.lib;fwpuclnt.lib;ws2_32.lib;crypt32.lib;iphlpapi.lib;winmm.lib;advapi32.lib;wininet.lib;shell32.lib;ole32.lib;rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>false</SDLCheck>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;_WIN32_WINNT=0x0600;USE_ASIO;ASIO_STANDALONE;USE_MBEDTLS;HAVE_LZ4;TAP_WIN_COMPONENT_ID=tap0901;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>$(OVPN3_BUILD)\amd64\mbedtls\include;$(OVPN3_TAP_WINDOWS)\src;$(OVPN3_BUILD)\amd64\asio\asio\include;$(OVPN3_BUILD)\amd64\lz4\lib;$(OVPN3_CORE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<AdditionalLibraryDirectories>$(OVPN3_BUILD)\amd64\mbedtls\library;$(OVPN3_BUILD)\amd64\lz4\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<AdditionalDependencies>lz4.lib;mbedtls.lib;fwpuclnt.lib;ws2_32.lib;crypt32.lib;iphlpapi.lib;winmm.lib;advapi32.lib;wininet.lib;shell32.lib;ole32.lib;rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,384 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\test\ovpncli\cli.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\client\ovpncli.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\addrlist.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\addrpair.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\ip.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\iperr.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\ipv4.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\ipv6.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\macaddr.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\pool.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\range.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\regex.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\route.hpp" />
|
||||
<ClInclude Include="..\openvpn\addr\routeinv.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cf.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfhelper.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfhost.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfrunloop.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfsec.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfsocket.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cfstream.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\cftimer.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\cf\error.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\iosactiveiface.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\maclife.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\macsleep.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\macver.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\reach.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\reachable.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\scdynstore.hpp" />
|
||||
<ClInclude Include="..\openvpn\apple\ver.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\crypto\api.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\crypto\cipher.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\crypto\digest.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\crypto\hmac.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\ssl\sslctx.hpp" />
|
||||
<ClInclude Include="..\openvpn\applecrypto\util\rand.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asioboundsock.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiocontext.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asioerr.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiopolysock.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiosignal.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiostop.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\asiowork.hpp" />
|
||||
<ClInclude Include="..\openvpn\asio\scoped_asio_stream.hpp" />
|
||||
<ClInclude Include="..\openvpn\auth\authcert.hpp" />
|
||||
<ClInclude Include="..\openvpn\auth\authcreds.hpp" />
|
||||
<ClInclude Include="..\openvpn\auth\cr.hpp" />
|
||||
<ClInclude Include="..\openvpn\auth\validatecreds.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\asiobuf.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufclamp.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufcomplete.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufcomposed.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\buffer.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufhex.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\buflimit.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\buflist.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufread.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufstr.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\bufstream.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\memq.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\safestr.hpp" />
|
||||
<ClInclude Include="..\openvpn\buffer\zlib.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliconnect.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliconstants.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\clicreds.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliemuexr.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\clievent.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\clihalt.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\clilife.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliopt.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliopthelper.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\cliproto.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\ipverflags.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\optfilt.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\remotelist.hpp" />
|
||||
<ClInclude Include="..\openvpn\client\rgopt.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\abort.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\action.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\actionthread.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\arch.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\argv.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\arraysize.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\asyncsleep.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\autoreset.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\base64.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\binprefix.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\circ_list.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\cleanup.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\core.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\count.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\daemon.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\demangle.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\destruct.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\endian.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\enumdir.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\environ.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\exception.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\extern.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\ffs.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\file.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\fileatomic.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\fileunix.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\format.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\function.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\getopt.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\getpw.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\glob.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hash.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hexstr.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hostlist.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hostname.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\hostport.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\inotify.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\lex.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\likely.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\link.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\logrotate.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\memneq.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\mode.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\msgwin.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\number.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\olong.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\options.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\ostream.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\path.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\peercred.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\persistfile.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\pipe.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\platform.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\platform_name.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\platform_string.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\process.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\pthreadcond.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\rc.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\redir.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\runcontext.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\scoped_fd.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\sess_id.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\signal.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\size.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\sleep.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\sockopt.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\socktypes.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\split.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\splitlines.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\stat.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\stop.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\strerror.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\string.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\stringize.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\stringtempl.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\tempfile.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\to_string.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\umask.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\unicode-impl.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\unicode.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\uniqueptr.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\usecount.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\usergroup.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\userpass.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\version.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\waitbarrier.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\write.hpp" />
|
||||
<ClInclude Include="..\openvpn\common\wstring.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\compnull.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\compress.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\compstub.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lz4.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lzo.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lzoasym.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lzoasym_impl.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\lzoselect.hpp" />
|
||||
<ClInclude Include="..\openvpn\compress\snappy.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\bs64_data_limit.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\cipher.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\cryptoalgs.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\cryptodc.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\cryptodcsel.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\crypto_aead.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\crypto_chm.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\decrypt_chm.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\digestapi.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\encrypt_chm.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\hashstr.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\ovpnhmac.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\packet_id.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\selftest.hpp" />
|
||||
<ClInclude Include="..\openvpn\crypto\static_key.hpp" />
|
||||
<ClInclude Include="..\openvpn\error\error.hpp" />
|
||||
<ClInclude Include="..\openvpn\error\excode.hpp" />
|
||||
<ClInclude Include="..\openvpn\frame\frame.hpp" />
|
||||
<ClInclude Include="..\openvpn\frame\frame_init.hpp" />
|
||||
<ClInclude Include="..\openvpn\frame\memq_dgram.hpp" />
|
||||
<ClInclude Include="..\openvpn\frame\memq_stream.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\header.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\htmlskip.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\method.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\parseutil.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\reply.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\request.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\status.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\urlencode.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\urlparm.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\urlparse.hpp" />
|
||||
<ClInclude Include="..\openvpn\http\webexcept.hpp" />
|
||||
<ClInclude Include="..\openvpn\init\cryptoinit.hpp" />
|
||||
<ClInclude Include="..\openvpn\init\engineinit.hpp" />
|
||||
<ClInclude Include="..\openvpn\init\initprocess.hpp" />
|
||||
<ClInclude Include="..\openvpn\io\io.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\dhcp.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\eth.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\icmp.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\ip.hpp" />
|
||||
<ClInclude Include="..\openvpn\ip\udp.hpp" />
|
||||
<ClInclude Include="..\openvpn\legal\copyright.hpp" />
|
||||
<ClInclude Include="..\openvpn\linux\core.hpp" />
|
||||
<ClInclude Include="..\openvpn\linux\daemon_alive.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logbasesimple.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\lognull.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logperiod.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logsimple.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\logthread.hpp" />
|
||||
<ClInclude Include="..\openvpn\log\sessionstats.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\api.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\cipher.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\ciphergcm.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\digest.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\crypto\hmac.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\pki\dh.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\pki\pkctx.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\pki\x509cert.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\pki\x509crl.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\ssl\sslctx.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\util\error.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\util\pkcs1.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\util\rand.hpp" />
|
||||
<ClInclude Include="..\openvpn\mbedtls\util\selftest.hpp" />
|
||||
<ClInclude Include="..\openvpn\netconf\enumiface.hpp" />
|
||||
<ClInclude Include="..\openvpn\netconf\hwaddr.hpp" />
|
||||
<ClInclude Include="..\openvpn\netconf\ios\net-route.h" />
|
||||
<ClInclude Include="..\openvpn\netconf\linux\gw.hpp" />
|
||||
<ClInclude Include="..\openvpn\netconf\linux\route.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\bio\bio_memq_dgram.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\bio\bio_memq_stream.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\api.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\cipher.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\ciphergcm.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\digest.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\crypto\hmac.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\crl.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\dh.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\pkey.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\x509.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\pki\x509store.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\sign\pkcs7verify.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\sign\verify.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\ssl\sslctx.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\engine.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\error.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\init.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\rand.hpp" />
|
||||
<ClInclude Include="..\openvpn\openssl\util\tokenencrypt.hpp" />
|
||||
<ClInclude Include="..\openvpn\options\continuation.hpp" />
|
||||
<ClInclude Include="..\openvpn\options\merge.hpp" />
|
||||
<ClInclude Include="..\openvpn\options\sanitize.hpp" />
|
||||
<ClInclude Include="..\openvpn\options\servpush.hpp" />
|
||||
<ClInclude Include="..\openvpn\pki\cclist.hpp" />
|
||||
<ClInclude Include="..\openvpn\pki\epkibase.hpp" />
|
||||
<ClInclude Include="..\openvpn\pki\pkcs1.hpp" />
|
||||
<ClInclude Include="..\openvpn\pki\x509track.hpp" />
|
||||
<ClInclude Include="..\openvpn\proxy\httpdigest.hpp" />
|
||||
<ClInclude Include="..\openvpn\proxy\ntlm.hpp" />
|
||||
<ClInclude Include="..\openvpn\proxy\proxyauth.hpp" />
|
||||
<ClInclude Include="..\openvpn\random\devurand.hpp" />
|
||||
<ClInclude Include="..\openvpn\random\mtrandapi.hpp" />
|
||||
<ClInclude Include="..\openvpn\random\randapi.hpp" />
|
||||
<ClInclude Include="..\openvpn\random\randbytestore.hpp" />
|
||||
<ClInclude Include="..\openvpn\reliable\relack.hpp" />
|
||||
<ClInclude Include="..\openvpn\reliable\relcommon.hpp" />
|
||||
<ClInclude Include="..\openvpn\reliable\relrecv.hpp" />
|
||||
<ClInclude Include="..\openvpn\reliable\relsend.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\listenlist.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\manage.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\peeraddr.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\peerstats.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\servhalt.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\servproto.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\vpnservnetblock.hpp" />
|
||||
<ClInclude Include="..\openvpn\server\vpnservpool.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\datalimit.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\is_openvpn_protocol.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\kuparse.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\mssparms.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\nscert.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\peerinfo.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\proto.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\protostack.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\proto_context_options.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\psid.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\sslapi.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\sslchoose.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\sslconsts.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\tlsprf.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\tlsver.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\tls_cert_profile.hpp" />
|
||||
<ClInclude Include="..\openvpn\ssl\tls_remote.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\asiotimer.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\coarsetime.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\durhelper.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\time.hpp" />
|
||||
<ClInclude Include="..\openvpn\time\timestr.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\altproxy.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\httpcli.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\relay.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\tcpcli.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\transbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\client\udpcli.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\dco.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\gremlin.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\mutate.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\pktstream.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\protocol.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\reconnect_notify.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\server\transbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\socket_protect.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\tcplink.hpp" />
|
||||
<ClInclude Include="..\openvpn\transport\udplink.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\base.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\capture.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\client.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\rgwflags.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\builder\setup.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\dhcp_capture.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\emuexr.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\tunbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\tunnull.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\client\tunprop.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\extern\config.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\extern\fw.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\ipv6_setting.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\layer.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\linux\client\tuncli.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\linux\tun.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\client\tuncli.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\client\tunsetup.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\gwv4.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\macdns.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\macdns_watchdog.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\macgw.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\tunutil.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\mac\utun.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\persist\tunpersist.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\persist\tunwrap.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\persist\tunwrapasio.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\server\tunbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\tunio.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\tunlog.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\tunmtu.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\tunspec.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\client\setupbase.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\client\tuncli.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\client\tunsetup.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\nrpt.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\tunutil.hpp" />
|
||||
<ClInclude Include="..\openvpn\tun\win\wfp.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\call.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\cmd.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\console.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\handle.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\modname.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\reg.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\scoped_handle.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\sleep.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\unicode.hpp" />
|
||||
<ClInclude Include="..\openvpn\win\winerr.hpp" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
+8
-1
@@ -15,5 +15,12 @@ PARMS = {
|
||||
'asio' : "asio-20170227",
|
||||
'mbedtls' : "mbedtls-2.4.0",
|
||||
'lz4' : "lz4-1.7.5",
|
||||
}
|
||||
},
|
||||
"GTEST_ROOT": ""
|
||||
}
|
||||
|
||||
try:
|
||||
from parms_local import PARMS as parms_local
|
||||
PARMS.update(parms_local)
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
+44
-15
@@ -1,4 +1,4 @@
|
||||
import os, sys, re, stat, shutil, tarfile, subprocess
|
||||
import os, sys, re, stat, shutil, tarfile, zipfile, subprocess
|
||||
|
||||
j = os.path.join
|
||||
|
||||
@@ -134,35 +134,61 @@ def tarsplit(fn):
|
||||
raise ValueError("unrecognized tar file type: %r" % (fn,))
|
||||
return b, t
|
||||
|
||||
def tarsplit_filt(fn):
|
||||
def zipsplit(fn):
|
||||
if fn.endswith(".zip"):
|
||||
t = "zip"
|
||||
b = fn[:-4]
|
||||
else:
|
||||
raise ValueError("unrecognized zip file type: %r" % (fn,))
|
||||
return b, t
|
||||
|
||||
def archsplit(fn):
|
||||
try:
|
||||
b, t = tarsplit(fn)
|
||||
except:
|
||||
b, t = zipsplit(fn)
|
||||
return b, t
|
||||
|
||||
def archsplit_filt(fn):
|
||||
try:
|
||||
tarsplit(fn)
|
||||
except:
|
||||
return False
|
||||
try:
|
||||
zipsplit(fn)
|
||||
except:
|
||||
return False
|
||||
else:
|
||||
return True
|
||||
else:
|
||||
return True
|
||||
|
||||
def tarextract(fn, t):
|
||||
print "TAR EXTRACT %s [%s]" % (fn, t)
|
||||
tar = tarfile.open(fn, mode='r:'+t)
|
||||
try:
|
||||
tar.extractall()
|
||||
finally:
|
||||
tar.close()
|
||||
def extract(fn, t):
|
||||
print "%s EXTRACT %s [%s]" % ("ZIP" if t == "zip" else "TAR", fn, t)
|
||||
|
||||
if t == "zip":
|
||||
with zipfile.ZipFile(fn) as z:
|
||||
z.extractall()
|
||||
else:
|
||||
tar = tarfile.open(fn, mode='r:'+t)
|
||||
try:
|
||||
tar.extractall()
|
||||
finally:
|
||||
tar.close()
|
||||
|
||||
def expand(pkg_prefix, srcdir, lib_versions=None, noop=False):
|
||||
if lib_versions and pkg_prefix in lib_versions:
|
||||
f = one_prefix(lib_versions[pkg_prefix], srcdir, tarsplit_filt)
|
||||
f = one_prefix(lib_versions[pkg_prefix], srcdir, archsplit_filt)
|
||||
else:
|
||||
f = one_prefix(pkg_prefix, srcdir, tarsplit_filt)
|
||||
b, t = tarsplit(f)
|
||||
f = one_prefix(pkg_prefix, srcdir, archsplit_filt)
|
||||
|
||||
b, t = archsplit(f)
|
||||
|
||||
if not noop:
|
||||
# remove previous directory
|
||||
rmtree(os.path.realpath(b))
|
||||
|
||||
# expand it
|
||||
tarextract(os.path.join(srcdir, f), t)
|
||||
extract(os.path.join(srcdir, f), t)
|
||||
|
||||
return b
|
||||
|
||||
@@ -199,7 +225,10 @@ def vc_cmd(parms, cmd, arch=None, succeed=0):
|
||||
|
||||
def vc_parms(parms, cmd_dict):
|
||||
cmd_dict["dbg_rel_flags"] = "/Zi" if parms['DEBUG'] else "/O2"
|
||||
cmd_dict["link_static_dynamic_flags"] = "/MT" if parms['STATIC'] else "/MD"
|
||||
flags = "/MT" if parms['STATIC'] else "/MD"
|
||||
if parms['DEBUG']:
|
||||
flags += "d"
|
||||
cmd_dict["link_static_dynamic_flags"] = flags
|
||||
|
||||
def patchfile(pkg_prefix, patchdir):
|
||||
return os.path.join(patchdir, one_prefix(pkg_prefix, patchdir))
|
||||
|
||||
Reference in New Issue
Block a user