1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-04-03 18:00:08 +03:00

Commit Graph

  • 621fb087f8 hamcorebuilder: Fix possible resource leak found by Coverity Davide Beatrici 2021-02-27 04:18:18 +0100
  • 809f891f0c
    Merge PR #1279: CMake: Explicitly set C standard to 99 Davide Beatrici 2021-02-27 01:25:05 +0100
  • 82f2c73ce9 CMake: Explicitly set C standard to 99 Davide Beatrici 2021-02-27 00:35:58 +0100
  • 5cddafbb3b
    Merge PR #1278: move coverity scan to github actions, cleanup travis-ci Davide Beatrici 2021-02-27 00:24:44 +0100
  • dd6e79d526 remove travis-ci badge Ilya Shipitsin 2021-02-27 01:13:29 +0500
  • 5792aa7c41 remove coverity scan from travis Ilya Shipitsin 2021-02-27 01:12:59 +0500
  • 0325c13c40 move coverity scan to github actions Ilya Shipitsin 2021-02-27 01:12:07 +0500
  • 25e2854725
    Merge pull request #1277 from davidebeatrici/hamcorebuilder-revamp Ilya Shipitsin 2021-02-27 00:20:17 +0500
  • e6142656ec
    Merge 9997785812 into 5ed11a0270 Piroro-hs 2021-02-26 07:06:32 +0000
  • 9997785812 Change line endings to LF Piroro-hs 2021-02-26 16:06:15 +0900
  • f52730c724 Ensure CRLF line endings for Windows batch files Piroro-hs 2021-02-23 17:10:29 +0900
  • cf2585c079 Hamcore: Remove unused functions Davide Beatrici 2021-02-26 04:32:15 +0100
  • 1301dc93c6 New hamcorebuilder implementation, independent from Cedar and Mayaqua Davide Beatrici 2021-02-26 07:06:26 +0100
  • 5ed11a0270
    Merge PR #1276: fix several issues found by Coverity Davide Beatrici 2021-02-23 21:18:42 +0100
  • 5c346ef96e remove dead code found by Coverity Ilya Shipitsin 2021-02-24 00:35:17 +0500
  • 2715d80e18 fix potential null pointer dereference found by Coverity Ilya Shipitsin 2021-02-24 00:26:44 +0500
  • a08857150b cleanup redundant check found by Coverity Ilya Shipitsin 2021-02-24 00:04:52 +0500
  • e5cfa347da
    Merge pull request #1274 from davidebeatrici/src-bin-hamcore-cleanup Ilya Shipitsin 2021-02-22 13:36:56 +0500
  • a6239a4ae3
    Merge pull request #1238 from metalefty/translate-LH_AUTH_NG Ilya Shipitsin 2021-02-22 12:06:26 +0500
  • 8e2616ef7d hamcore: Remove files that are not referenced in the code Davide Beatrici 2021-02-22 00:44:35 +0100
  • ea2c8f9861
    Merge PR #1273: fix null pointer dereference found by ErrorSanitizer Davide Beatrici 2021-02-21 14:10:08 +0100
  • e5e86abc0e fix null pointer dereference found by ErrorSanitizer Ilya Shipitsin 2021-02-21 16:13:36 +0500
  • 992410c3d4
    Merge pull request #1257 from chipitsine/master Ilya Shipitsin 2021-02-21 09:29:56 +0500
  • 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 +0100
  • cabcba1ef9 Revert "version.py: Fix CI failure on macOS by avoiding inline if statement" Davide Beatrici 2021-02-20 17:27:02 +0100
  • 2969237e04 Azure Pipelines: Use "python3" instead of "python" on macOS Davide Beatrici 2021-02-20 17:23:53 +0100
  • 78f06569b3
    Merge PR #1270: Update strtable_en.stb Davide Beatrici 2021-02-20 17:15:40 +0100
  • 1fa6c14e4e
    Merge PR #1271: version.py: Fix CI failure on macOS by avoiding inline if statement Davide Beatrici 2021-02-20 17:11:32 +0100
  • 033b6af37a
    Update strtable_ru.stb djony 2021-02-20 19:03:44 +0300
  • 586c27d43b
    Merge pull request #1269 from chipitsine/openssl_version_agnostic Ilya Shipitsin 2021-02-20 20:56:26 +0500
  • 63b841efc0 version.py: Fix CI failure on macOS by avoiding inline if statement Davide Beatrici 2021-02-20 16:55:43 +0100
  • b778fe955e
    Update strtable_ru.stb djony 2021-02-20 18:47:17 +0300
  • 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 +0100
  • 2db9f15ea7
    Update strtable_en.stb djony 2021-02-20 17:56:33 +0300
  • 64bea37742
    Update strtable_ru.stb djony 2021-02-20 16:42:52 +0300
  • ebd1d281dd use SSL_SECOP_VERSION macro instead of OPENSSL_VERSION Ilya Shipitsin 2021-02-20 17:48:26 +0500
  • 9620dcbcd0 Azure Pipelines: Retrieve build number from server, pass it to CMake Davide Beatrici 2021-02-19 21:22:48 +0100
  • 943ddadd3d Move Azure Pipelines configurations into dedicated directory Davide Beatrici 2021-02-19 06:16:51 +0100
  • 272ec5a8ef Add BUILD_NUMBER option to CMake and version.py script Davide Beatrici 2021-02-19 21:05:43 +0100
  • d53f80bfa6 Remove BuildUtil and all MSBuild projects, except the ones not in CMake yet Davide Beatrici 2021-02-19 05:31:01 +0100
  • 03ed24dc4f
    Update strtable_ru.stb djony 2021-02-07 00:37:44 +0300
  • 4feccd207c
    Update strtable_ru.stb djony 2020-12-31 00:53:18 +0300
  • ab4c3ca55f
    Update strtable_ru.stb djony 2020-12-29 16:38:40 +0300
  • 53374b6097
    Update strtable_ru.stb djony 2020-12-29 11:58:47 +0300
  • 72a89a98e5
    Update strtable_ru.stb djony 2020-12-21 21:33:36 +0300
  • ed1944c09b
    Update strtable_ru.stb djony 2020-12-21 17:41:34 +0300
  • ac48ac348b add basic OpenSUSE workflow Ilya Shipitsin 2020-12-19 02:54:44 +0500
  • 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 +0100
  • ab6371d2e5
    Update strtable_ru.stb djony 2020-12-11 20:21:29 +0300
  • c1f93634e4
    Update strtable_ru.stb djony 2020-12-11 20:20:37 +0300
  • 0fdf6debc0
    Update strtable_ru.stb djony 2020-12-11 19:05:04 +0300
  • 05b2c26aab
    Update strtable_ru.stb djony 2020-12-11 18:31:32 +0300
  • 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 +0000
  • 6ff00f637b
    Merge pull request #1249 from davidebeatrici/proto-sstp-handleconnection-crash-fix Ilya Shipitsin 2020-12-08 21:26:20 -0800
  • 5611156ca8 Cedar/Proto.c: fix crash in ProtoHandleConnection() sl077 2020-12-09 01:11:30 +0100
  • f03e83369e
    Merge PR #1248: Bug fix: Proxy button not enabled for SOCKS5 Davide Beatrici 2020-12-08 08:23:33 +0100
  • 501fe217ff
    Bug fix: Proxy button not enabled for SOCKS5 Allen Cui 2020-12-08 14:12:21 +0800
  • bf1201aa26
    Merge pull request #1245 from dnobori/201130_fix_bad_remove Ilya Shipitsin 2020-11-30 04:29:44 -0800
  • a207260e38 Found the bad remove for lock files. Daiyuu Nobori 2020-11-30 18:15:37 +0900
  • eddf593e22
    Merge PR #1243: update Install requirements on macOS Davide Beatrici 2020-11-23 21:57:05 +0100
  • 3fa24c6731
    update Install requirements on macOS Kensei Sakai 2020-11-23 21:22:29 +0900
  • 5f12684b42
    Merge PR #1240: Fixed setting change trigger of keepalive function Davide Beatrici 2020-11-17 07:17:02 +0100
  • 5f6306d5e5
    Fixed setting change trigger of keepalive function Tetsuo Sugiyama 2020-11-17 12:23:14 +0900
  • 6d31d1daeb
    Update strtable_ru.stb djony 2020-11-15 20:29:26 +0300
  • 6e0f25fc86
    Update strtable_ru.stb djony 2020-11-15 19:37:02 +0300
  • 21499038a0
    Update strtable_ru.stb djony 2020-11-15 19:23:24 +0300
  • 73434f8994
    Update strtable_ru.stb djony 2020-11-15 18:43:18 +0300
  • 29b82827fd
    Update strtable_ru.stb djony 2020-11-12 00:42:18 +0300
  • 887b1b6c13
    Update strtable_ru.stb djony 2020-11-11 19:42:50 +0300
  • 55185e942b
    Update strtable_ru.stb djony 2020-11-11 19:40:55 +0300
  • 023250df9a
    hamcore(ja): translate LH_AUTH_NG Koichiro IWAO 2020-11-10 13:10:56 +0900
  • 16ca0694fb
    Merge PR #1236: wait for vpnserver to listen localhost:443 in live tests Davide Beatrici 2020-11-04 20:30:03 +0100
  • 99e99a46b1 wait for vpnserver to listen localhost:443 in live tests Ilya Shipitsin 2020-11-04 22:45:56 +0500
  • c1ca757efb
    Update strtable_ru.stb djony 2020-11-02 16:10:31 +0300
  • fffed52f3b
    Merge PR #1235: Manage security level Davide Beatrici 2020-10-31 22:12:08 +0100
  • 69b4001355
    Merge pull request #1231 from chipitsine/master Ilya Shipitsin 2020-10-31 22:28:20 +0300
  • c029b34b80 Run SSL_CTX_set_ssl_version earlier Takuho NAKANO 2020-05-20 11:59:36 +0900
  • 7fdacec2a6 Manage OpenSSL security level Takuho NAKANO 2020-10-31 20:19:10 +0100
  • 190672bd84 Set RSA bits considering OpenSSL security Level Takuho NAKANO 2020-05-05 21:03:17 +0900
  • 5ca62bdd8a Refact: manage SSL_OP_NO_SSLv3 in NewSSLCtx Takuho NAKANO 2020-05-05 19:05:30 +0900
  • d0b3cde485 Refact: move SSL_CTX_set_ssl_version to NewSSLCtx Takuho NAKANO 2020-05-05 19:02:51 +0900
  • bb2e2ff997 Cedar/Session.c: fix "use after free" in CleanupSession() Ilya Shipitsin 2020-10-31 19:59:57 +0100
  • 67c433e601
    Revert "Add Tls_Disable1_3 (Import v4 change)" Ilya Shipitsin 2020-10-31 23:32:57 +0500
  • 730aa8357a
    Merge pull request #1232 from SoftEtherVPN/revert-1116-manage_security_level Ilya Shipitsin 2020-10-31 21:32:49 +0300
  • 46702caa72
    Revert "Manage security level" Ilya Shipitsin 2020-10-31 23:30:21 +0500
  • afc8f0d06a
    Merge pull request #1116 from takotakot/manage_security_level Ilya Shipitsin 2020-10-31 20:05:12 +0300
  • a2d15615f3
    Merge pull request #1115 from takotakot/import_v4_change Ilya Shipitsin 2020-10-31 20:04:20 +0300
  • 6df7e2df63
    Update strtable_ru.stb djony 2020-10-17 22:04:48 +0300
  • 945715e4bb
    Merge PR #1227: README.md: update build status badges Davide Beatrici 2020-10-15 07:18:29 +0200
  • 1ac7602b3a README.md: update build status badges Nemo Xiong 2020-10-15 10:13:38 +0800
  • 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 +0200
  • d29d1f516a Add myself to AUTHORS PeTeeR 2020-09-23 21:58:01 +0200
  • b890c7d813 Cedar: DHCP server now assigns static IPv4 address, if present in user note PeTeeR 2020-10-12 04:56:30 +0200
  • 8bb787f233
    Merge pull request #1225 from chipitsine/master Ilya Shipitsin 2020-10-11 15:38:45 +0300
  • 819f2f92f6 travis-ci: do not use aggressive LD_LIBRARY_PATH anymore Ilya Shipitsin 2020-10-11 00:25:45 +0500
  • e6a80fb4f2
    Merge pull request #1223 from chipitsine/master Ilya Shipitsin 2020-10-10 22:18:03 +0300
  • 249575a5a5
    Merge PR #1224: fix build documentation Davide Beatrici 2020-10-10 21:10:38 +0200
  • 2c9ac51c84 fix build documentation Ilya Shipitsin 2020-10-10 17:20:56 +0500
  • 9e7d87bea6 travis-ci: fix coverity build (broken since 20 Jul 2020) Ilya Shipitsin 2020-10-10 17:04:34 +0500
  • 3cf23e58a3
    Merge pull request #1210 from nokia/openssl_engine_auth Ilya Shipitsin 2020-10-09 12:31:18 +0300