1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-06 09:40:41 +03:00

Commit Graph

  • fc39173b73
    hamcore(ja): translate OpenVPN client certificate authentication Koichiro IWAO 2020-09-03 18:25:16 +0900
  • 1a4ed27e89
    hamcore(ja): revise CMD_AccountHttpHeaderDelete_[name] Koichiro IWAO 2020-09-03 17:57:13 +0900
  • cd0db9c7d6
    hamcore(ja): translate CascadeHttpHeader* command Koichiro IWAO 2020-09-03 17:53:58 +0900
  • c5a3fd74c0
    hamcore(ja): translate AccountHttpHeader* commands Koichiro IWAO 2020-09-02 22:43:26 +0900
  • a800e6f6cc
    hamcore(ja): put trailing spaces as well as others Koichiro IWAO 2020-09-01 16:25:25 +0900
  • 5b07163975
    hamcore(ja): Translate UDP acceleration related messages Koichiro IWAO 2020-09-01 16:19:39 +0900
  • feba98199b
    Merge PR #1205: hamcore: correct mistake enable/disable in help meessages Davide Beatrici 2020-09-03 20:55:14 +0200
  • 7b73e3c0c8
    hamcore: correct mistake enable/disable in help meessages Koichiro IWAO 2020-09-03 21:46:24 +0900
  • c8af3cc47c
    Update strtable_ru.stb djony 2020-09-02 09:49:26 +0300
  • 38bebd9d2b
    Update strtable_ru.stb djony 2020-08-18 22:50:16 +0300
  • b28cf177d9
    Update strtable_ru.stb djony 2020-08-18 21:38:10 +0300
  • 490fc7b65c
    Merge PR #1196: Use "clang-cl" for Windows builds on Azure Pipelines, fix non-const wchar_t array literal initialization Davide Beatrici 2020-08-16 02:32:57 +0200
  • a8fdc1184a Azure Pipelines: use "clang-cl" for Windows builds Davide Beatrici 2020-08-16 02:15:25 +0200
  • 7edda54b9a CMake: only apply error c1010001 workaround for MSVC Davide Beatrici 2020-08-16 01:22:28 +0200
  • cc5d68a7c3 Cedar/Win32Com.cpp: fix non-const wchar_t array literal initialization error Davide Beatrici 2020-08-16 00:58:18 +0200
  • 6a7883b5fe
    Merge PR #1195: Define our types to the standard ones from <stdint.h>, remove unnecessary duplicate ones Davide Beatrici 2020-08-16 00:03:34 +0200
  • 61ccaed4f6 Mayaqua/MayaType.h: define our types to the ones from <stdint.h> on non-Windows Davide Beatrici 2020-08-15 09:12:12 +0200
  • 09f24e46b3 Remove "WORD", use "USHORT" everywhere for consistency Davide Beatrici 2020-08-15 03:55:37 +0200
  • 69cd39616b Remove "UINT32" and "DWORD", use "UINT" everywhere for consistency Davide Beatrici 2020-08-15 08:31:45 +0200
  • e18bb465c9 Remove "CHAR", use lowercase everywhere for consistency Davide Beatrici 2020-08-15 03:29:44 +0200
  • 337a04b758 Remove "BOOL", "TRUE" and "FALSE", use lowercase everywhere for consistency Davide Beatrici 2020-08-15 03:05:30 +0200
  • 1c56562cc7 Remove "UINT_PTR" and "LONG_PTR", use original type everywhere Davide Beatrici 2020-08-15 09:18:21 +0200
  • b4cd4ce360 Mayaqua/MayaType.h: remove unused integer types Davide Beatrici 2020-08-15 09:09:46 +0200
  • 818103950c
    Merge PR #1191: Proto: write message to log on session creation/deletion, remove redundant OpenVPN messages Davide Beatrici 2020-08-06 22:45:34 +0200
  • 5d782a67b4 Cedar/Proto_OpenVPN.c: remove redundant log messages Davide Beatrici 2020-08-06 03:28:08 +0200
  • cda0062367 Cedar/Proto: add ProtoLog(), write message to log on session creation/deletion Davide Beatrici 2020-08-06 03:23:55 +0200
  • a8c6a0c1b3 Cedar/Proto: rename "ProtoNewSession()" to "ProtoSessionNew()" and "ProtoDeleteSession()" to "ProtoSessionDelete()" Davide Beatrici 2020-08-06 02:41:13 +0200
  • 712c51a971
    Merge PR #1190: Cedar/Proto.c: fix session deletion not being triggered in certain cases Davide Beatrici 2020-08-05 01:53:08 +0200
  • ac1b045634 Cedar/Proto.c: fix session deletion not being triggered in certain cases Davide Beatrici 2020-08-05 00:46:04 +0200
  • d1b80d0940
    Update strtable_ru.stb djony 2020-08-01 20:51:26 +0300
  • 51022c644a
    Update strtable_ru.stb djony 2020-08-01 20:18:09 +0300
  • 3b2db45509
    Merge PR #1188: Bump elliptic from 6.4.1 to 6.5.3 in /src/bin/hamcore/wwwroot/admin/default Davide Beatrici 2020-07-30 22:53:21 +0200
  • 10e292b196
    Bump elliptic in /src/bin/hamcore/wwwroot/admin/default dependabot[bot] 2020-07-30 18:44:29 +0000
  • e8793a0098
    Merge PR #1187: Find OpenSSL and zlib on Windows like we do on UNIX, use vcpkg on Azure Pipelines, remove Windows build on AppVeyor Davide Beatrici 2020-07-28 20:13:39 +0200
  • 5cdd2a4e4a
    Merge PR #1177: Implement options API in Proto Davide Beatrici 2020-07-28 01:35:50 +0200
  • e1d9eaf590 .ci/start-se-openvpn.sh: use new vpncmd command to enable OpenVPN Davide Beatrici 2020-07-20 03:36:03 +0200
  • 6b3ac84ba2 Cedar: remove old commands and unused variables Davide Beatrici 2020-07-20 02:52:02 +0200
  • 18ad35ebfe Cedar/Admin: use Proto in StGetOpenVpnSstpConfig() and StSetOpenVpnSstpConfig() Davide Beatrici 2020-07-20 01:55:44 +0200
  • b853140626 Cedar: use Proto API for protocol options Davide Beatrici 2020-07-19 23:45:12 +0200
  • 5209b310e3 Cedar/Command: add ProtoOptionsGet and ProtoOptionsSet commands Davide Beatrici 2020-07-21 03:24:53 +0200
  • 3a275d7257 Cedar/Admin: implement RPC methods to get/set Proto options Davide Beatrici 2020-07-21 03:23:54 +0200
  • aa65327e73 Mayaqua/Pack: add PackGetStrSize(), for strings with non-constant length Davide Beatrici 2020-07-18 18:16:54 +0200
  • b352aa4cc3 Cedar/Server: load and save Proto settings Davide Beatrici 2020-07-18 18:14:28 +0200
  • 6d85fffdb5 Cedar: introduce options API in Proto Davide Beatrici 2020-07-20 02:03:44 +0200
  • 8685fe0da1 Cedar/Proto: introduce PROTO_CONTAINER, to store data for each implementation Davide Beatrici 2020-07-18 17:54:36 +0200
  • cd850c07ae Cedar: improve constness of PROTO_IMPL functions, move Name() at the top Davide Beatrici 2020-07-17 02:55:47 +0200
  • 14a410a179 AppVeyor: remove Windows build Davide Beatrici 2020-07-28 00:00:34 +0200
  • c865103795 Azure Pipelines: install OpenSSL and zlib through vcpkg on Windows Davide Beatrici 2020-07-27 23:34:34 +0200
  • 60410accce Remove Windows libraries and zlib submodule from the repository Davide Beatrici 2020-07-27 21:35:54 +0200
  • 352ed759b2 CMake: find OpenSSL and zlib on Windows like we do on UNIX Davide Beatrici 2020-07-27 21:32:50 +0200
  • b57a4b051b
    Merge PR #1185: Build vpndrvinst and vpnsetup, build installers on Azure Pipelines, remove MSVC 2008 build on AppVeyor Davide Beatrici 2020-07-27 21:26:56 +0200
  • 6c665f889f AppVeyor: remove MSVC 2008 build Davide Beatrici 2020-07-27 08:13:20 +0200
  • 5bf08e63bb Azure Pipelines: build Windows installers and provide them as artifacts Davide Beatrici 2020-07-27 08:10:20 +0200
  • 4b9c33cd30 Cedar/SW.c: disable "vpninstall" and "vpnweb" tasks Davide Beatrici 2020-07-27 06:45:34 +0200
  • 78dad1d568 Mayaqua/Microsoft.h: rename "driver_installer.exe" to "vpndrvinst.exe" Davide Beatrici 2020-07-27 06:42:38 +0200
  • 6a472d827a Mayaqua: remove all references to binaries with "_x64" and "_ia64" suffix Davide Beatrici 2020-07-27 07:25:00 +0200
  • a3eb115b0a Cedar: remove all references to binaries with "_x64" and "_ia64" suffix Davide Beatrici 2020-07-27 05:46:02 +0200
  • 24d64222ea Cedar/SW.c: load "vpnsetup.exe" directly instead of expecting it to be in "hamcore.se2" Davide Beatrici 2020-07-26 00:06:15 +0200
  • cc61c90372 Cedar/SW.c: remove "install_src.dat" file check Davide Beatrici 2020-07-23 03:11:15 +0200
  • 35200a29ea CMake: build vpnsetup Davide Beatrici 2020-07-23 02:00:58 +0200
  • c084ce30f9 CMake: build vpndrvinst Davide Beatrici 2020-07-27 04:38:51 +0200
  • 755e09e5c1 Don't include OpenSSL headers in vpndrvinst.c Davide Beatrici 2020-07-27 03:54:14 +0200
  • 2cdffffa54
    Merge PR #1186: Azure Pipelines: switch from MSVC 2017 to 2019 Davide Beatrici 2020-07-27 20:59:31 +0200
  • 8e53b948c5 Azure Pipelines: switch from MSVC 2017 to 2019 Davide Beatrici 2020-07-27 20:44:15 +0200
  • ff247687ed
    Merge PR #1184: vpntest.c: add "setupapi" command to test SetupAPI (Windows only) Davide Beatrici 2020-07-27 08:36:51 +0200
  • 588d7539f4 vpntest.c: add "setupapi" command to test SetupAPI (Windows only) Daiyuu Nobori 2020-07-27 05:30:57 +0200
  • 112b4c2c67
    Merge PR #1182: CMake: specify "WIN32" for targets that have WinMain(), add manifest for all targets that have it in the MSBuild project Davide Beatrici 2020-07-25 23:26:53 +0200
  • 28d4a113dc CMake: add manifest for all targets that have it in the MSBuild project Davide Beatrici 2020-07-25 22:46:44 +0200
  • 3732447571 CMake: specify "WIN32" for targets that have WinMain() Davide Beatrici 2020-07-25 23:13:38 +0200
  • 8292c093ac
    Update strtable_ru.stb djony 2020-07-23 19:59:35 +0300
  • 0133682eb3
    Merge PR #1180: Azure Pipelines: add macOS build Davide Beatrici 2020-07-22 00:26:31 +0200
  • 3747d2bf3f Azure Pipelines: add macOS build Davide Beatrici 2020-07-21 23:23:29 +0200
  • 3c99f64621
    Merge PR #1179: Azure Pipelines: add Windows 32 bit build, templatize Windows steps Davide Beatrici 2020-07-21 22:32:28 +0200
  • 74a1e9bd1b Azure Pipelines: add Windows 32 bit build Davide Beatrici 2020-07-21 21:51:10 +0200
  • 59be67df25 Azure Pipelines: templatize Windows steps Davide Beatrici 2020-07-21 22:01:19 +0200
  • 5e0c036e39
    Merge PR #1178: Azure Pipelines: use Ninja and designated build directory, naming improvement Davide Beatrici 2020-07-21 21:37:33 +0200
  • 6801e4b384 Azure Pipelines: improve steps, use Ninja and designated build directory Davide Beatrici 2020-07-21 21:11:57 +0200
  • c948f65850 Azure Pipelines: remove submodules checkout step, it's in the pipeline Davide Beatrici 2020-07-21 02:44:48 +0200
  • a9b30b829f Azure Pipelines: improve job names Davide Beatrici 2020-07-21 02:42:34 +0200
  • d074899fd8
    Merge PR #1176: CMake: don't hardcode build directories Davide Beatrici 2020-07-20 20:56:44 +0200
  • 3c2f5a41ba Use "build" folder instead of "tmp" in CI scripts Davide Beatrici 2020-07-20 20:33:36 +0200
  • 369a8850c4 CMake: don't hardcode build directories Davide Beatrici 2020-07-20 18:31:41 +0200
  • 7b042e53d2
    Merge PR #1175: Remove all references to strtok() and wcstok(), implement and use alternatives Davide Beatrici 2020-07-20 18:17:35 +0200
  • 844dcdb0af Remove all references to strtok() and wcstok(), implement and use alternatives Daiyuu Nobori 2020-07-20 17:53:45 +0200
  • 54e583a8f6 Remove token_lock in ParseToken Takuho NAKANO 2020-07-19 15:13:19 +0900
  • 97e0788c61 Use strtok_r for strtok Takuho NAKANO 2020-07-19 15:12:44 +0900
  • bc7092c5bf Run SSL_CTX_set_ssl_version earlier Takuho NAKANO 2020-05-20 11:59:36 +0900
  • a51895b2c5 Manage OpenSSL security level Takuho NAKANO 2020-05-06 17:10:52 +0900
  • 7dd930ecc8 Set RSA bits considering OpenSSL security Level Takuho NAKANO 2020-05-05 21:03:17 +0900
  • b120e0f07d Refact: manage SSL_OP_NO_SSLv3 in NewSSLCtx Takuho NAKANO 2020-05-05 19:05:30 +0900
  • b0fa490ecb Refact: move SSL_CTX_set_ssl_version to NewSSLCtx Takuho NAKANO 2020-05-05 19:02:51 +0900
  • 144392c587 Add Tls_Disable1_3 dnobori 2020-05-05 15:10:29 +0900
  • 3baf4674e7
    Merge PR #1171: Cedar: handle SSTP through Proto, minor improvements Davide Beatrici 2020-07-17 02:43:02 +0200
  • 869496be3e Cedar: handle SSTP through Proto Davide Beatrici 2020-07-17 02:00:30 +0200
  • d917b2ac73 Cedar/Proto.c: check whether IsPacketForMe() is available before calling it Davide Beatrici 2020-07-12 03:26:30 +0200
  • 96a2d5a124 src/Cedar: pass client hostname and cipher to Init() function in PROTO_IMPL Davide Beatrici 2020-07-17 01:59:22 +0200
  • 3090688506 Cedar/Proto.c: support secure sockets Davide Beatrici 2020-07-12 03:16:02 +0200
  • 19dbdf46be Cedar: move buffer limit handling from ProtoHandleConnection() to protocol implementation Davide Beatrici 2020-07-12 03:09:12 +0200
  • eb5150a002 Cedar: change ProtoHandleConnection() so that it supports direct protocol specification Davide Beatrici 2020-07-12 03:05:51 +0200
  • e0c6813d44
    Merge PR #1170: Cedar: fix server crash in CleanupSession() Davide Beatrici 2020-07-11 00:59:55 +0200