1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-11-21 19:01:36 +03:00

Commit Graph

  • 2103520728 src/Cedar/Server.c: remove logically dead code found by coverity Ilya Shipitsin 2018-08-12 16:19:29 +05:00
  • b8af87adc1 src/Cedar/Interop_OpenVPN.c: remove logically dead code found by coverity Ilya Shipitsin 2018-08-12 16:17:56 +05:00
  • 981e8d0e77 src/Cedar/Protocol.c: remove logically dead code found by coverity Ilya Shipitsin 2018-08-12 16:15:53 +05:00
  • e302cb5f74 src/Cedar/IPsec_PPP.c: remove logically dead code found by coverity Ilya Shipitsin 2018-08-12 16:12:48 +05:00
  • 595245cd45 src/Cedar/IPsec_PPP.c: remove logically dead code found by coverity Ilya Shipitsin 2018-08-12 16:07:13 +05:00
  • ad41d54b29 src/Cedar/Command.c: remove logically dead code found by coverity Ilya Shipitsin 2018-08-12 16:03:10 +05:00
  • 1fd17c266a src/Mayaqua/Str: remove unused functions Ilya Shipitsin 2018-08-12 15:34:51 +05:00
  • d3fc90f4e0 Merge PR #641: resolve several issues found by coverity Davide Beatrici 2018-08-12 12:28:49 +02:00
  • 3e4a2cabd8 Merge PR #640: Protocol: remove RC4 related stuff Davide Beatrici 2018-08-12 12:20:04 +02:00
  • c9b56bf590 Merge PR #639: Encrypt: support NULL message digest Davide Beatrici 2018-08-12 12:19:30 +02:00
  • 97a9070269 Merge PR #638: Interop_OpenVPN.c: convert the cipher name to lowercase prior to calling EVP_get_cipherbyname() Davide Beatrici 2018-08-12 12:18:50 +02:00
  • 35dc165651 src/Cedar/IPsec_PPP.c: avoid unintentional integer overflow found by coverity Ilya Shipitsin 2018-08-12 15:10:44 +05:00
  • 3da4a9c5e3 src/Cedar/Hub.c: avoid unintentional integer overflow found by coverity Ilya Shipitsin 2018-08-12 15:09:18 +05:00
  • cb55ba6e7f src/Cedar/Session.c: avoid unintentional integer overflow found by coverity Ilya Shipitsin 2018-08-12 15:07:34 +05:00
  • 89e3eb5ada src/Cedar/IPsec_IKE.c: avoid unintentional integer overflow found by coverity Ilya Shipitsin 2018-08-12 15:05:48 +05:00
  • 2be6128e23 src/Cedar/IPsec_PPP.c: Array compared against NULL is always false found by coverity Ilya Shipitsin 2018-08-12 15:00:17 +05:00
  • b8d5a85b0e src/Cedar/Client.c: Array compared against NULL is always false found by coverity Ilya Shipitsin 2018-08-12 14:59:08 +05:00
  • 4f02bafc66 src/Mayaqua/Cfg.c: Array compared against NULL is always false found by coverity Ilya Shipitsin 2018-08-12 14:56:44 +05:00
  • 2e503640ab Merge pull request #637 from SoftEtherVPN/moatazelmasry2-fix-manual-installation-doc Ilya Shipitsin 2018-08-12 11:37:32 +05:00
  • eb03d1c54b Protocol: remove RC4 related stuff Davide Beatrici 2018-08-12 04:07:39 +02:00
  • 3d13f56314 Encrypt: support NULL message digest Davide Beatrici 2018-08-12 01:53:30 +02:00
  • 9bac21b52e Encrypt.c: add warning for when EVP_get_cipherbyname() fails Davide Beatrici 2018-08-12 01:09:10 +02:00
  • 3e733eac6f Interop_OpenVPN.c: convert the cipher name to lowercase prior to calling EVP_get_cipherbyname() Davide Beatrici 2018-08-12 01:03:56 +02:00
  • 6764e24f20 Merge PR #636: fix several issues found by coverity Davide Beatrici 2018-08-11 22:07:01 +02:00
  • dd2c1c0dcd src/Cedar/DDNS.c: "interval" is unsigned, so MIN can only return 0 found by coverity Ilya Shipitsin 2018-08-11 22:27:33 +05:00
  • b8081e239a src/Mayaqua/Cfg.c: "sub" is not assigned any value, no need to free it found by coverity Ilya Shipitsin 2018-08-11 21:53:24 +05:00
  • 5d2b977b4b src/Mayaqua/FileIO.c: guard win32_drive_char with "#ifdef OS_WIN32" to avoid coverity warning Ilya Shipitsin 2018-08-11 21:50:08 +05:00
  • c3bf75e8e0 src/Mayaqua/Network.c: refactor code to eliminate coverity issue Ilya Shipitsin 2018-08-11 21:49:02 +02:00
  • ed594cae6b Change the order of commands SE manual installation docs Moataz Elmasry 2018-08-11 21:03:56 +02:00
  • a73fb8c4e7 Merge PR #635: Add recursive checkout to gitlab-ci, also specify g++ as build dependency Davide Beatrici 2018-08-11 14:20:36 +02:00
  • 580a870f31 Merge PR #634: configure: stop on any error Davide Beatrici 2018-08-11 14:17:49 +02:00
  • c6fc0ccad4 BUILD_UNIX.md: add g++ as a build requirement for cpu_features Ilya Shipitsin 2018-08-11 15:02:50 +05:00
  • 6f347003ce gitlab-ci: add recursive checkout Ilya Shipitsin 2018-08-11 15:02:31 +05:00
  • 099eedf99e configure: stop on any error Ilya Shipitsin 2018-08-11 11:40:44 +05:00
  • 1e66d3f53f Merge PR #633: Encrypt.c: don't use deprecated OpenSSL functions Davide Beatrici 2018-08-11 07:08:23 +02:00
  • 8a2901f48e Merge PR #632: Cedar: fix implicit function declaration warnings Davide Beatrici 2018-08-11 07:07:40 +02:00
  • 4da4fbeca0 Encrypt.c: don't use deprecated OpenSSL functions Davide Beatrici 2018-08-10 22:29:43 +02:00
  • 84c44fbe24 Console.c: fix "implicit declaration of function 'getch'" warning Davide Beatrici 2018-08-10 21:22:36 +02:00
  • 49ed8770b8 VLanUnix: fix "implicit declaration of function 'FreeTap'" warning Davide Beatrici 2018-08-10 21:21:19 +02:00
  • e00a09b129 Merge PR #631: CMake: add support for Debian packaging with CPack Davide Beatrici 2018-08-10 17:31:21 +02:00
  • 005487c623 GitLab: create package with CMake Davide Beatrici 2018-08-10 17:06:14 +02:00
  • 8a064164c9 Travis: create package with CMake Davide Beatrici 2018-08-09 23:59:43 +02:00
  • 2d1d382678 Remove "debian" directory Davide Beatrici 2018-08-09 23:32:28 +02:00
  • a162dec76f CMake: add support for Debian packaging with CPack Davide Beatrici 2018-08-09 23:33:38 +02:00
  • 0d07ba30f2 Add project description in a dedicated file Davide Beatrici 2018-08-09 22:52:38 +02:00
  • 6f1a2f6b71 Fixed build on non-musl systems thepyper 2018-08-09 09:00:16 +02:00
  • 02db806181 Remove SSLv3 support Davide Beatrici 2018-07-30 09:03:07 +02:00
  • 19a917adc1 Merge PR #629: debian: try to initialize submodules on very early stage Davide Beatrici 2018-08-08 19:46:29 +02:00
  • ca74959d21 debian: try to initialize submodules on very early stage launchpad builds are missing ".git" subfolder, probably because of deleting them during "clean" stage Ilya Shipitsin 2018-08-08 22:27:13 +05:00
  • 9fff64b6f3 Update BUILD_UNIX.md thepyper 2018-08-08 15:16:26 +00:00
  • e7d8d698a2 Update BUILD_UNIX.md thepyper 2018-08-08 15:14:18 +00:00
  • b0101cba28 Merge PR #626: debian: switch packaging format from "quilt" to "native" Davide Beatrici 2018-08-08 16:51:43 +02:00
  • 70e1e844e9 Merge PR #624: Change 'Don't use TLS' to 'Use SSL 3.0' to clarify the danger. Davide Beatrici 2018-08-08 16:45:01 +02:00
  • 3b4e8fd9fa musl support thepyper 2018-08-08 16:02:20 +02:00
  • ae38d1d4c2 switch from "quilt" to "native" format by removing debian/source/format Ilya Shipitsin 2018-08-08 17:46:24 +05:00
  • dd24472089 Change 'Don't use TLS' to 'Use SSL 3.0' to clarify the danger. MtCedarNet 2018-08-08 19:09:44 +09:00
  • d65f292888 Merge pull request #615 from prodatakey/foreground-logging Ilya Shipitsin 2018-08-08 08:51:41 +05:00
  • d72836d6ac Merge PR #623: launchpad builds: add "git" as a build dependency Davide Beatrici 2018-08-07 18:53:01 +02:00
  • cba312c6f2 launchpad builds: add "git" as a build dependency (we need it to checkout submodules) Ilya Shipitsin 2018-08-07 21:02:53 +05:00
  • 920bc889e7 Merge PR #621: ignore temp cmake files, check whether cloned recursively Davide Beatrici 2018-08-07 17:52:58 +02:00
  • bec58b86a4 ignore temp cmake files check whether cloned recursively during cmake build Ilya Shipitsin 2018-08-07 20:38:06 +05:00
  • fc17a10c60 Merge PR #620: BUILD_UNIX.md: add commands to checkout the submodule(s) Davide Beatrici 2018-08-07 16:28:03 +02:00
  • 5b164610c0 Merge PR #622: add debian package builds to gitlab-ci.yml Davide Beatrici 2018-08-07 16:27:35 +02:00
  • bcf0c41184 add debian package builds to gitlab-ci.yml Ilya Shipitsin 2018-08-07 12:27:11 +05:00
  • 03e89a701e Merge pull request #618 from chipitsine/launchpad Ilya Shipitsin 2018-08-07 09:40:42 +05:00
  • 46ee5b00a3 BUILD_UNIX.md: add commands to checkout the submodule(s) Davide Beatrici 2018-08-07 02:18:28 +02:00
  • 5ed9586e0e recursive git checkout for launchpad Ilya Shipitsin 2018-08-06 23:52:36 +05:00
  • 93db70656d Merge PR #617: src/Mayaqua/FileIO: remove unused functions Davide Beatrici 2018-08-06 20:43:26 +02:00
  • 6c9a0ddbfe src/Mayaqua/FileIO: remove unused functions Ilya Shipitsin 2018-08-06 22:57:25 +05:00
  • e1bc2fd055 Remove last priority flag in deference to queue size checks Joshua Perry 2018-08-06 10:28:37 -06:00
  • b536cb93f4 ifdef out foreground check on windows Joshua Perry 2018-08-06 09:44:42 -06:00
  • 02da8079ee UNIX services write logs to stdout Mikhail Pridushchenko 2017-06-28 16:22:53 +03:00
  • 825931e11c Implement foreground mode for Unix services Mikhail Pridushchenko 2017-06-22 18:41:47 +03:00
  • 0b9bdc44f8 Merge PR #614: README.md: add GitLab repository Davide Beatrici 2018-08-06 15:37:44 +02:00
  • b3691d4481 README.md: add GitLab repository Davide Beatrici 2018-08-06 15:25:00 +02:00
  • b70d81b5a8 Merge PR #613: WinUi: remove unused functions Davide Beatrici 2018-08-06 14:56:49 +02:00
  • 21e9bb354e WinUi: remove unneeded WinUiDebugInit() and WinUiDebugFree() functions Davide Beatrici 2018-08-06 14:45:54 +02:00
  • 91bf0afb14 Merge PR #612: initialize variables (it makes coverity a bit happier) Davide Beatrici 2018-08-06 13:49:48 +02:00
  • 005b5ebeca src/Cedar/WinUi: remove unused functions Ilya Shipitsin 2018-08-06 13:43:23 +05:00
  • e969749bc1 initialize variables (it makes coverity a bit happier) Ilya Shipitsin 2018-08-06 12:40:06 +05:00
  • 59000e04cc Merge PR #335: Retry connection on untrusted server certificate Davide Beatrici 2018-08-05 21:15:20 +02:00
  • 28e8d4bcce Retry connection on untrusted server certificate Joshua Perry 2018-08-05 20:48:05 +02:00
  • d4d17549c4 Merge PR #337: Put TUN down on client disconnect. Davide Beatrici 2018-08-05 20:16:50 +02:00
  • 190ad01eb7 Memory: restore CloneList() function which was removed in #608 Davide Beatrici 2018-08-05 17:26:37 +02:00
  • 4cbdcb6b20 Merge PR #610: src/Cedar/Admin.c: remove unused condition, make coverity scan cleaner Davide Beatrici 2018-08-05 19:56:59 +02:00
  • 191c680ff7 src/Cedar/Admin.c: remove unused condition, make coverity scan cleaner Ilya Shipitsin 2018-08-05 22:33:16 +05:00
  • 59e1483dbf Put TUN down on client disconnect. Joshua Perry 2018-08-05 17:35:57 +02:00
  • 828d3b2ffb Merge PR #609: another attempt to fix launchpad builds Davide Beatrici 2018-08-05 16:55:34 +02:00
  • 564a3df4fc Merge PR #607: resolve several trivial issues found by Coverity Davide Beatrici 2018-08-05 16:54:45 +02:00
  • 9beec899b2 another attempt to fix launchpad builds Ilya Shipitsin 2018-08-05 19:42:05 +05:00
  • b859b76008 remove unused variable "g_zero" Ilya Shipitsin 2018-08-05 19:33:44 +05:00
  • 30a554c190 Merge PR #593: Unix.c: don't use hardcoded path to call "ethtool" Davide Beatrici 2018-08-05 16:00:25 +02:00
  • 20c7ea3432 Merge PR #608: src/Mayaqua/Memory: remove unused functions Davide Beatrici 2018-08-05 15:59:38 +02:00
  • e795b5014d resolve string format issue found by coverity Ilya Shipitsin 2018-08-05 15:56:03 +05:00
  • f778405164 src/Mayaqua/Memory: remove unused functions Ilya Shipitsin 2018-08-05 15:10:29 +05:00
  • 4b08ce9172 resolve trivial coverity finding: Ilya Shipitsin 2018-08-05 12:08:56 +05:00
  • 1c0b961aa5 remove DoNothing function (improves coverity reports) Ilya Shipitsin 2018-08-05 12:00:39 +05:00
  • 73371087ef Merge PR #605: Mayaqua: use "cpu_features" to check whether AES-NI is supported Davide Beatrici 2018-08-03 19:05:23 +02:00
  • 179bda90d1 Merge PR #606: src: remove unused VGate project Davide Beatrici 2018-08-03 18:55:30 +02:00
  • 632e86d1e5 src: remove unused VGate project Davide Beatrici 2018-08-03 16:19:33 +02:00