1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-17 21:24:57 +03:00

Commit Graph

  • 2dab282eb2 CI: Switch from Ubuntu 16.04 to 18.04, install libsodium Davide Beatrici 2021-02-04 06:10:38 +01:00
  • ef24ff74c8 Cedar/Admin.c: Restrict StGetProtoOptions() access to server administrators Davide Beatrici 2021-02-04 06:12:11 +01:00
  • a8580458c4 Cedar/Command: Add WgkAdd, WgkDelete and WgkEnum commands Davide Beatrici 2020-09-01 04:22:58 +02:00
  • 6115f1c713 Cedar/Admin: Implement RPC methods to add/delete/list WireGuard keys Davide Beatrici 2020-09-01 01:27:01 +02:00
  • dd1eebdbed Cedar: Implement support for WireGuard Davide Beatrici 2020-09-01 07:00:17 +02:00
  • 8495388933 Cedar/IPC: Remove unused "UserName" and "Password" variables and assignment code Davide Beatrici 2020-08-01 02:45:20 +02:00
  • afe576dcdc Cedar: Add "DefaultGateway" and "DefaultSubnet" virtual hub options Davide Beatrici 2020-09-01 03:04:14 +02:00
  • decfcecc97 Cedar: Add ProtoOptionString() in PROTO_IMPL, to generate default option values Davide Beatrici 2020-08-12 00:49:31 +02:00
  • d8aa470192 Cedar: Improve IsPacketForMe()'s "data" argumment in PROTO_IMPL Davide Beatrici 2020-07-29 20:00:46 +02:00
  • b339104f4f Cedar: Add "BLAKE2" submodule Davide Beatrici 2021-03-01 02:37:00 +01:00
  • 8a37f5ce11 Mayaqua/Network.c: Fix several warnings related to Windows data type mismatches Davide Beatrici 2021-03-01 02:48:38 +01:00
  • e7bf97583d Mayaqua/Microsoft: Fix several warnings related to Windows data type mismatches Davide Beatrici 2021-03-01 01:46:11 +01:00
  • a39905c288 Merge PR #1283: Link to Windows libraries in CMake project, remove related #pragma directives Davide Beatrici 2021-02-28 21:09:05 +01:00
  • dbd4dd5ae7 Link to Windows libraries in CMake project, remove related #pragma directives Davide Beatrici 2021-02-28 20:32:25 +01:00
  • ec201f340a Merge PR #1281: CMake: Build hamcore.se2 only when related files change Davide Beatrici 2021-02-27 21:20:13 +01:00
  • 0a924aea4d CMake: Build hamcore.se2 only when related files change Davide Beatrici 2021-02-27 20:52:44 +01:00
  • d161b75a7d Merge PR #1280: hamcorebuilder: Fix possible resource leak found by Coverity Davide Beatrici 2021-02-27 04:37:57 +01:00
  • 621fb087f8 hamcorebuilder: Fix possible resource leak found by Coverity Davide Beatrici 2021-02-27 04:18:18 +01:00
  • 809f891f0c Merge PR #1279: CMake: Explicitly set C standard to 99 Davide Beatrici 2021-02-27 01:25:05 +01:00
  • 82f2c73ce9 CMake: Explicitly set C standard to 99 Davide Beatrici 2021-02-27 00:35:58 +01:00
  • 5cddafbb3b Merge PR #1278: move coverity scan to github actions, cleanup travis-ci Davide Beatrici 2021-02-27 00:24:44 +01:00
  • dd6e79d526 remove travis-ci badge Ilya Shipitsin 2021-02-27 01:13:29 +05:00
  • 5792aa7c41 remove coverity scan from travis Ilya Shipitsin 2021-02-27 01:12:59 +05:00
  • 0325c13c40 move coverity scan to github actions Ilya Shipitsin 2021-02-27 01:12:07 +05:00
  • 25e2854725 Merge pull request #1277 from davidebeatrici/hamcorebuilder-revamp Ilya Shipitsin 2021-02-27 00:20:17 +05:00
  • cf2585c079 Hamcore: Remove unused functions Davide Beatrici 2021-02-26 04:32:15 +01:00
  • 1301dc93c6 New hamcorebuilder implementation, independent from Cedar and Mayaqua Davide Beatrici 2021-02-26 07:06:26 +01:00
  • 5ed11a0270 Merge PR #1276: fix several issues found by Coverity Davide Beatrici 2021-02-23 21:18:42 +01:00
  • 5c346ef96e remove dead code found by Coverity Ilya Shipitsin 2021-02-24 00:35:17 +05:00
  • 2715d80e18 fix potential null pointer dereference found by Coverity Ilya Shipitsin 2021-02-24 00:26:44 +05:00
  • a08857150b cleanup redundant check found by Coverity Ilya Shipitsin 2021-02-24 00:04:52 +05:00
  • e5cfa347da Merge pull request #1274 from davidebeatrici/src-bin-hamcore-cleanup Ilya Shipitsin 2021-02-22 13:36:56 +05:00
  • a6239a4ae3 Merge pull request #1238 from metalefty/translate-LH_AUTH_NG Ilya Shipitsin 2021-02-22 12:06:26 +05:00
  • 8e2616ef7d hamcore: Remove files that are not referenced in the code Davide Beatrici 2021-02-22 00:44:35 +01:00
  • ea2c8f9861 Merge PR #1273: fix null pointer dereference found by ErrorSanitizer Davide Beatrici 2021-02-21 14:10:08 +01:00
  • e5e86abc0e fix null pointer dereference found by ErrorSanitizer Ilya Shipitsin 2021-02-21 16:13:36 +05:00
  • 992410c3d4 Merge pull request #1257 from chipitsine/master Ilya Shipitsin 2021-02-21 09:29:56 +05:00
  • cd889f78dc Merge PR #1272: Azure Pipelines: Use "python3" instead of "python" on macOS, restore inline if statement in version.py Davide Beatrici 2021-02-20 17:53:20 +01:00
  • cabcba1ef9 Revert "version.py: Fix CI failure on macOS by avoiding inline if statement" Davide Beatrici 2021-02-20 17:27:02 +01:00
  • 2969237e04 Azure Pipelines: Use "python3" instead of "python" on macOS Davide Beatrici 2021-02-20 17:23:53 +01:00
  • 78f06569b3 Merge PR #1270: Update strtable_en.stb Davide Beatrici 2021-02-20 17:15:40 +01:00
  • 1fa6c14e4e Merge PR #1271: version.py: Fix CI failure on macOS by avoiding inline if statement Davide Beatrici 2021-02-20 17:11:32 +01:00
  • 586c27d43b Merge pull request #1269 from chipitsine/openssl_version_agnostic Ilya Shipitsin 2021-02-20 20:56:26 +05:00
  • 63b841efc0 version.py: Fix CI failure on macOS by avoiding inline if statement Davide Beatrici 2021-02-20 16:55:43 +01:00
  • 2981a44de3 Merge PR #1267: Improve versioning by setting the version in a single place and automatically increasing the build number Davide Beatrici 2021-02-20 16:44:21 +01:00
  • 2db9f15ea7 Update strtable_en.stb djony 2021-02-20 17:56:33 +03:00
  • ebd1d281dd use SSL_SECOP_VERSION macro instead of OPENSSL_VERSION Ilya Shipitsin 2021-02-20 17:48:26 +05:00
  • 9620dcbcd0 Azure Pipelines: Retrieve build number from server, pass it to CMake Davide Beatrici 2021-02-19 21:22:48 +01:00
  • 943ddadd3d Move Azure Pipelines configurations into dedicated directory Davide Beatrici 2021-02-19 06:16:51 +01:00
  • 272ec5a8ef Add BUILD_NUMBER option to CMake and version.py script Davide Beatrici 2021-02-19 21:05:43 +01:00
  • d53f80bfa6 Remove BuildUtil and all MSBuild projects, except the ones not in CMake yet Davide Beatrici 2021-02-19 05:31:01 +01:00
  • ac48ac348b add basic OpenSUSE workflow Ilya Shipitsin 2020-12-19 02:54:44 +05:00
  • 44447e9762 Merge PR #1252: Bump ini from 1.3.5 to 1.3.7 in /src/bin/hamcore/wwwroot/admin/default Davide Beatrici 2020-12-11 21:38:11 +01:00
  • 394354ff8a Bump ini from 1.3.5 to 1.3.7 in /src/bin/hamcore/wwwroot/admin/default dependabot[bot] 2020-12-11 09:21:51 +00:00
  • 6ff00f637b Merge pull request #1249 from davidebeatrici/proto-sstp-handleconnection-crash-fix Ilya Shipitsin 2020-12-08 21:26:20 -08:00
  • 5611156ca8 Cedar/Proto.c: fix crash in ProtoHandleConnection() sl077 2020-12-09 01:11:30 +01:00
  • f03e83369e Merge PR #1248: Bug fix: Proxy button not enabled for SOCKS5 Davide Beatrici 2020-12-08 08:23:33 +01:00
  • 501fe217ff Bug fix: Proxy button not enabled for SOCKS5 Allen Cui 2020-12-08 14:12:21 +08:00
  • bf1201aa26 Merge pull request #1245 from dnobori/201130_fix_bad_remove Ilya Shipitsin 2020-11-30 04:29:44 -08:00
  • a207260e38 Found the bad remove for lock files. Daiyuu Nobori 2020-11-30 18:15:37 +09:00
  • eddf593e22 Merge PR #1243: update Install requirements on macOS Davide Beatrici 2020-11-23 21:57:05 +01:00
  • 3fa24c6731 update Install requirements on macOS Kensei Sakai 2020-11-23 21:22:29 +09:00
  • 5f12684b42 Merge PR #1240: Fixed setting change trigger of keepalive function Davide Beatrici 2020-11-17 07:17:02 +01:00
  • 5f6306d5e5 Fixed setting change trigger of keepalive function Tetsuo Sugiyama 2020-11-17 12:23:14 +09:00
  • 023250df9a hamcore(ja): translate LH_AUTH_NG Koichiro IWAO 2020-11-10 13:10:56 +09:00
  • 16ca0694fb Merge PR #1236: wait for vpnserver to listen localhost:443 in live tests Davide Beatrici 2020-11-04 20:30:03 +01:00
  • 99e99a46b1 wait for vpnserver to listen localhost:443 in live tests Ilya Shipitsin 2020-11-04 22:45:56 +05:00
  • fffed52f3b Merge PR #1235: Manage security level Davide Beatrici 2020-10-31 22:12:08 +01:00
  • 69b4001355 Merge pull request #1231 from chipitsine/master Ilya Shipitsin 2020-10-31 22:28:20 +03:00
  • c029b34b80 Run SSL_CTX_set_ssl_version earlier Takuho NAKANO 2020-05-20 11:59:36 +09:00
  • 7fdacec2a6 Manage OpenSSL security level Takuho NAKANO 2020-10-31 20:19:10 +01:00
  • 190672bd84 Set RSA bits considering OpenSSL security Level Takuho NAKANO 2020-05-05 21:03:17 +09:00
  • 5ca62bdd8a Refact: manage SSL_OP_NO_SSLv3 in NewSSLCtx Takuho NAKANO 2020-05-05 19:05:30 +09:00
  • d0b3cde485 Refact: move SSL_CTX_set_ssl_version to NewSSLCtx Takuho NAKANO 2020-05-05 19:02:51 +09:00
  • bb2e2ff997 Cedar/Session.c: fix "use after free" in CleanupSession() Ilya Shipitsin 2020-10-31 19:59:57 +01:00
  • a2d15615f3 Merge pull request #1115 from takotakot/import_v4_change Ilya Shipitsin 2020-10-31 20:04:20 +03:00
  • 945715e4bb Merge PR #1227: README.md: update build status badges Davide Beatrici 2020-10-15 07:18:29 +02:00
  • 1ac7602b3a README.md: update build status badges Nemo Xiong 2020-10-15 10:13:38 +08:00
  • 3c140dde8d Merge PR #1218: Cedar: DHCP server now assigns static IPv4 address, if present in user note Davide Beatrici 2020-10-12 05:18:41 +02:00
  • d29d1f516a Add myself to AUTHORS PeTeeR 2020-09-23 21:58:01 +02:00
  • b890c7d813 Cedar: DHCP server now assigns static IPv4 address, if present in user note PeTeeR 2020-10-12 04:56:30 +02:00
  • 8bb787f233 Merge pull request #1225 from chipitsine/master Ilya Shipitsin 2020-10-11 15:38:45 +03:00
  • 819f2f92f6 travis-ci: do not use aggressive LD_LIBRARY_PATH anymore Ilya Shipitsin 2020-10-11 00:25:45 +05:00
  • e6a80fb4f2 Merge pull request #1223 from chipitsine/master Ilya Shipitsin 2020-10-10 22:18:03 +03:00
  • 249575a5a5 Merge PR #1224: fix build documentation Davide Beatrici 2020-10-10 21:10:38 +02:00
  • 2c9ac51c84 fix build documentation Ilya Shipitsin 2020-10-10 17:20:56 +05:00
  • 9e7d87bea6 travis-ci: fix coverity build (broken since 20 Jul 2020) Ilya Shipitsin 2020-10-10 17:04:34 +05:00
  • 3cf23e58a3 Merge pull request #1210 from nokia/openssl_engine_auth Ilya Shipitsin 2020-10-09 12:31:18 +03:00
  • f52ccc6493 Add translation for pw_type5 for the non-english languages mcallist 2020-10-09 11:03:55 +02:00
  • 2e0c24f6c8 Add english translation to each language for openssl engine auth mcallist 2020-10-09 10:22:23 +02:00
  • d1ad4196bb Change from unix only implementation to all os and skip ENGINE_load_dynamic if oss is 1.1.0 or later mcallist 2020-10-09 09:58:34 +02:00
  • 1e164ecc4e Fix openssl engine's internationalisation mcallist 2020-10-09 09:12:35 +02:00
  • 51ffe4be2c Add accountcertget for openssl engine authentication type mcallist 2020-10-09 07:23:45 +02:00
  • 20b84f3928 Change openssl version checking to api compat mcallist 2020-10-09 04:58:25 +02:00
  • dec532a8eb Increase required openssl version for openssl engines implementation mcallist 2020-10-09 03:32:53 +02:00
  • ff3910eb86 Openssl engine certificate authentication mcallist 2020-07-06 20:25:18 +02:00
  • 684d17e86a Merge PR #813: BuildUtil: fix an issue encountered with Visual Studio 2008 on Windows XP Davide Beatrici 2020-09-19 01:31:28 +02:00
  • efd24133be BuildUtil: fix an issue encountered with Visual Studio 2008 on Windows XP C Linus Hicks 2020-09-19 00:33:22 +02:00
  • 1c4b257a1b Merge PR #1211: Fix Parameter Descriptions in the JSON-RPC Documentation Davide Beatrici 2020-09-09 20:40:47 +02:00
  • 77aee2d21c Fix Parameter Descriptions Stephen H 2020-09-09 21:21:26 +10:00