1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-18 13:44:58 +03:00

Commit Graph

  • e14893bbdf Merge PR #678: src/Mayaqua/Unix: remove unused code, improve readability of "ifdef" Davide Beatrici 2018-08-28 09:39:54 +02:00
  • a55a3b50e8 src/Mayaqua/Unix: remove unused code, improve readability of "ifdef" refactoring was discussed in PR#672 Ilya Shipitsin 2018-08-28 10:21:36 +05:00
  • 3f394d23c1 Merge PR #672: Unix.c: remove macOS-specific UnixGetTick64() implementation Davide Beatrici 2018-08-28 01:27:57 +02:00
  • 8f53bf23e7 Merge PR #676: Divide version in multiple macros and set build info in CMake Davide Beatrici 2018-08-27 07:24:53 +02:00
  • 9d601c2745 CMake: set build info as compiler macros Davide Beatrici 2018-08-27 05:50:40 +02:00
  • c21f427fc6 Divide version in multiple macros and set default values Davide Beatrici 2018-08-27 05:35:11 +02:00
  • 7f9177f3d7 Merge PR #671: resolve several coverity issues Davide Beatrici 2018-08-27 01:22:27 +02:00
  • 1c1aa5751e Merge PR #675: Cedar: fix segmentation fault during local bridge creation on FreeBSD Davide Beatrici 2018-08-27 00:59:56 +02:00
  • dbb0bb83f7 Cedar: fix segmentation fault during local bridge creation on FreeBSD Davide Beatrici 2018-08-27 00:46:59 +02:00
  • 37ced5c479 Cedar: custom TAP interface name support for FreeBSD, function refactor Davide Beatrici 2018-08-26 04:20:57 +02:00
  • e0598d747a Merge PR #670: Add TAP devices support for FreeBSD and OpenBSD Davide Beatrici 2018-08-25 14:43:42 +02:00
  • dcd03476c4 src/Cedar/Connection: resolve null pointer dereference found by coverity, remove unused function Ilya Shipitsin 2018-08-24 15:26:14 +05:00
  • a58d26f125 src/Cedar/IPsec_IKE.c: resolve null pointer dereference found by coverity, remove unused variable Ilya Shipitsin 2018-08-24 15:25:34 +05:00
  • 2f7d71a567 src/Cedar/Cedar.c: resolve "Identical code for different branches", remove unused functions found by coverity, cppcheck Ilya Shipitsin 2018-08-24 15:23:45 +05:00
  • 19e837d81e Unix.c: remove macOS-specific UnixGetTick64() implementation Davide Beatrici 2018-08-24 06:43:45 +02:00
  • 3ff5c061d7 Add TAP devices support for FreeBSD and OpenBSD Davide Beatrici 2018-08-23 10:56:30 +02:00
  • e530932df6 Merge PR #669: src/Mayaqua/Network.c: silence coverity on "Unchecked return value" Davide Beatrici 2018-08-23 10:50:30 +02:00
  • ddd0c96d46 src/Mayaqua/Network.c: silence coverity on "Unchecked return value" Ilya Shipitsin 2018-08-23 13:36:38 +05:00
  • 0e5d432ae4 Merge PR #667: Cedar: fix compilation on FreeBSD, broken by #337 Davide Beatrici 2018-08-23 08:55:26 +02:00
  • 7612c2bf5d Cedar: fix compilation on FreeBSD, broken by #337 Davide Beatrici 2018-08-23 04:39:13 +02:00
  • 2c9093b8eb Merge PR #666: Added Try+Except block for ProbeForRead Davide Beatrici 2018-08-23 04:16:05 +02:00
  • 34b99ea2a5 Added Try+Except block for ProbeForRead Michael B 2018-08-22 21:58:58 -04:00
  • 2b855c8db7 Merge PR #665: src/Cedar/Client.c: remove redundant "if" statement, unused variable Davide Beatrici 2018-08-22 20:53:29 +02:00
  • a2d5fb7015 src/Cedar/Client.c: remove redundant "if" statement, unused variable found by coverity, cppcheck Ilya Shipitsin 2018-08-22 20:58:03 +05:00
  • 1b493cbf20 Merge PR #664: silence several coverity "issues" Davide Beatrici 2018-08-22 10:44:48 +02:00
  • e8c6e2c1d9 src/Cedar/Client.c, src/Mayaqua/Network.c, src/Mayaqua/Unix.c: silence coverity Ilya Shipitsin 2018-08-22 10:40:13 +05:00
  • 5ecc80a14e src/Cedar/Virtual: coverity suspects null pointer dereference here however, both Cancel() and ReleaseCancel() checks for NULL themselves, so we can remove this check Ilya Shipitsin 2018-08-22 10:33:29 +05:00
  • 4b49540750 Merge PR #663: src/Mayaqua/Network: silence coverity, remove unused functions, variables Davide Beatrici 2018-08-21 23:53:16 +02:00
  • b398f09912 src/Mayaqua/Network: silence coverity, remove unused functions, variables found by coverity, cppcheck Ilya Shipitsin 2018-08-21 22:00:37 +05:00
  • 233b525d0e Merge PR #662: Fix that virtual NAT session is closed even if data remains. Davide Beatrici 2018-08-21 13:04:06 +02:00
  • f9de4a06aa Fix that virtual NAT session is closed even if data remains. MtCedarNet 2018-08-21 18:54:07 +09:00
  • dbd4b9e7c2 Merge PR #661: resolve several coverity issues Davide Beatrici 2018-08-21 10:21:57 +02:00
  • 99cdd9fe92 src/Cedar/Protocol: remove dead code, silence coverity Ilya Shipitsin 2018-08-21 11:55:37 +05:00
  • c98c7858bd src/Cedar/Virtual: resolve null pointer dereference found by coverity Ilya Shipitsin 2018-08-21 11:36:01 +05:00
  • e0e4e8a4c8 src/Mayaqua/Unix: resolve "unchecked return value", remove unused functions, variables. Found by coverity, cppcheck Ilya Shipitsin 2018-08-21 11:05:31 +05:00
  • f3ff7e2743 src/Cedar/BridgeUnix: resolve coverity "issue" Ilya Shipitsin 2018-08-21 11:04:48 +05:00
  • 45d2a3ef02 Merge PR #660: resolve several coverity issues Davide Beatrici 2018-08-19 21:01:46 +02:00
  • b0ebd1f1d5 src/Cedar/Client: remove dead code, unused functions, variables found by coverity, cppcheck Ilya Shipitsin 2018-08-18 19:24:12 +05:00
  • 29c991c487 src/Cedar/BridgeUnix: null pointer dereference resolved, unused variables, functions removed found by coverity, cppcheck Ilya Shipitsin 2018-08-18 18:59:51 +05:00
  • c4d1a10c2a src/Cedar/Command: remove dead code, null pointer dereference, unused functions, variables found by coverity, cppcheck Ilya Shipitsin 2018-08-18 17:55:24 +05:00
  • 0d966755d7 Merge PR #659: resolve cosmetic coverity issues Davide Beatrici 2018-08-18 08:09:22 +02:00
  • daed1ad8b3 Merge PR #594: Remove SSLv3 support Davide Beatrici 2018-08-18 07:38:05 +02:00
  • a71589e027 src/Cedar/EtherLog: silence coverity, remove unused functions found by coverity, cppcheck Ilya Shipitsin 2018-08-18 10:25:30 +05:00
  • 5f120e3c5e Merge PR #658: resolve several issues found by coverity Davide Beatrici 2018-08-17 22:11:27 +02:00
  • 088ed37d47 Merge PR #657: gitlab-ci: refactoring Davide Beatrici 2018-08-17 21:56:59 +02:00
  • a5c63a8ed7 configure: detect "rpm" instead of "rpmbuild" Ilya Shipitsin 2018-08-18 00:48:27 +05:00
  • e460f26b19 src/Cedar/IPsec_PPP: remove dead code, unused fuction found by coverity, cppcheck Ilya Shipitsin 2018-08-18 00:34:42 +05:00
  • 8ca0ce3efc src/Mayaqua/TcpIp: remove dead code, unused variables and fuctions found by coverity, cppcheck Ilya Shipitsin 2018-08-18 00:27:17 +05:00
  • 1062d600b4 gitlab-ci: install dpkg-dev for better dependency management, move 3.12.1 to variable Ilya Shipitsin 2018-08-16 15:26:17 +05:00
  • b029676b67 Merge PR #648: CMake: add support for RPM packaging with CPack Davide Beatrici 2018-08-15 21:15:45 +02:00
  • a10df6d63f Merge PR #656: src/Cedar/Command: remove dead code, unused variables and functions Davide Beatrici 2018-08-15 21:14:37 +02:00
  • 8a9309bedf src/Cedar/Command: remove dead code, unused variables and functions found by cppcheck and coverity Ilya Shipitsin 2018-08-15 19:04:17 +05:00
  • 3ec2e5174e Merge PR #649: Interop_OpenVPN: set "subnet" topology and remove workaround for "net30" topology on Win32 Davide Beatrici 2018-08-15 06:16:11 +02:00
  • 60a421a781 Merge PR #655: GitLab: install "wget" Davide Beatrici 2018-08-15 06:00:24 +02:00
  • 2692bb6b8e Interop_OpenVPN: set "subnet" topology and remove workaround for "net30" topology on Win32 Davide Beatrici 2018-08-15 02:39:33 +02:00
  • a109f28f1d GitLab: install "wget" Davide Beatrici 2018-08-14 23:43:27 +02:00
  • 88424e2522 Merge PR #653: GitLab: compile and install latest version of CMake Davide Beatrici 2018-08-14 23:34:18 +02:00
  • 79e2de6e25 Merge PR #654: src/Cedar/EtherLog: remove null dereference introduced in #650 Davide Beatrici 2018-08-13 23:54:14 +02:00
  • f96a3b3989 src/Cedar/EtherLog: remove null dereference introduced in #650 Ilya Shipitsin 2018-08-14 02:36:28 +05:00
  • 782e02a389 GitLab: compile and install latest version of CMake Davide Beatrici 2018-08-13 22:53:26 +02:00
  • fc0bd44392 Merge PR #650: resolve several issues identified by coverity Davide Beatrici 2018-08-13 22:32:28 +02:00
  • 0174f956e1 Merge PR #652: Mayaqua/Encrypt.c: fix invalid features.aes for mips, ppc Davide Beatrici 2018-08-13 19:41:52 +02:00
  • d6c8231ff0 Mayaqua/Encrypt.c: fix invalid features.aes for mips, ppc Andy Walsh 2018-08-13 16:23:54 +02:00
  • eb4efe3f1b src/Cedar/Session.c: avoid unintentional integer overflow found by coverity Ilya Shipitsin 2018-08-13 15:40:45 +05:00
  • ff1470cdce src/Cedar/Nat.c: resolve possible null dereference found by coverity Ilya Shipitsin 2018-08-13 15:40:17 +05:00
  • 937da4a746 src/Cedar/EtherLog.c: resolve possible null dereference found by coverity Ilya Shipitsin 2018-08-13 15:39:29 +05:00
  • fd16f73c0e src/Mayaqua/Tick64.c: reorder guards in order to silence coverity Ilya Shipitsin 2018-08-13 15:37:11 +05:00
  • 7c72e008eb Merge PR #647: remove unused functions, variables Davide Beatrici 2018-08-13 06:37:43 +02:00
  • 8237fc329f Remove "centos" directory Davide Beatrici 2018-08-13 06:02:32 +02:00
  • de656ba1a7 CMake: add support for RPM packaging with CPack Davide Beatrici 2018-08-13 05:48:45 +02:00
  • 3ca4bc0aa9 src/Cedar/Logging: remove unused functions, redundant condition Ilya Shipitsin 2018-08-13 07:13:56 +05:00
  • 6af1a2eb46 src/Cedar/Interop_OpenVPN: remove unused functions and variables Ilya Shipitsin 2018-08-13 07:00:33 +05:00
  • 4ed7c559f1 Merge PR #646: travis-ci: small coverity fixes Davide Beatrici 2018-08-12 22:29:19 +02:00
  • b7c961167a Merge pull request #616 from davidebeatrici/cmake-build-directory Ilya Shipitsin 2018-08-12 23:30:40 +05:00
  • 92393b4a75 travis-ci: small coverity fixes: change branch filter to master remove "secure" variable, token is availavle from travis-ci env variables Ilya Shipitsin 2018-08-12 23:18:48 +05:00
  • 3a7b801ce5 CMake: change output directory from "bin" to "build" Davide Beatrici 2018-08-12 19:22:51 +02:00
  • cb8e2308a3 Merge PR #645: add coverity scan to travis-ci matrix Davide Beatrici 2018-08-12 19:08:19 +02:00
  • b3aba63f8e Merge PR #644: src/BUILD_UNIX.md: Reorder commands of SE manual build with musl Davide Beatrici 2018-08-12 19:06:55 +02:00
  • 0a289debf3 Merge PR #643: resolve several issues found by coverity Davide Beatrici 2018-08-12 19:01:43 +02:00
  • 11bbf1ff62 Merge PR #642: src/Mayaqua/Str: remove unused functions Davide Beatrici 2018-08-12 18:59:37 +02:00
  • 5fc6b10fe1 add coverity scan to travis-ci matrix Ilya Shipitsin 2018-08-12 20:18:23 +05:00
  • 6d389a1348 src/BUILD_UNIX.md: Reorder commands of SE manual build with musl Ilya Shipitsin 2018-08-12 19:17:07 +05:00
  • b9d7e94353 Merge pull request #628 from thepyper/patch-1 Ilya Shipitsin 2018-08-12 19:09:34 +05:00
  • c398459ebf Merge pull request #627 from thepyper/master Ilya Shipitsin 2018-08-12 19:08:30 +05:00
  • a7933800d0 src/Cedar/Logging.c: remove logically dead code found by coverity Ilya Shipitsin 2018-08-12 16:22:09 +05:00
  • 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