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

Commit Graph

  • 32b163cc4e fixed2 Daiyuu Nobori 2018-04-26 23:58:12 +09:00
  • ec1dee356a fixed Daiyuu Nobori 2018-04-26 23:56:44 +09:00
  • 7ebdf4e4f2 Add a sentence: "preliminary declaration for future change to non-GPL licenses" on the pull requests. This will help the community to decide to switch to Apache-like License in the future. Daiyuu Nobori 2018-04-26 14:29:11 +09:00
  • 4014bd2ff5 README.md: improve build status badges position and title (#514) Davide Beatrici 2018-04-23 22:24:03 +02:00
  • 8230f16457 Fix a typo. Daiyuu Nobori 2018-04-23 10:09:34 +09:00
  • 241813e827 Preventing the Win32 API LoadLibrary() current directory DLL injection issue. Daiyuu Nobori 2018-04-22 18:21:19 +09:00
  • b8c1adec16 Virtual Network Adapter (NDIS6) kernel-mode device driver binary updates with Microsoft WHQL signed. Daiyuu Nobori 2018-04-22 18:02:09 +09:00
  • 683aecaaec Improving the compliance of Virtual Network Adapters with the local address bit of the MAC address rule. Daiyuu Nobori 2018-04-22 18:24:29 +09:00
  • 20b5b107e6 Virtual Network Adapter (NDIS6) source code updates. Daiyuu Nobori 2018-04-22 17:58:03 +09:00
  • b1f74268b1 Merge pull request #258 from ajeecai/Run_deadlock Moataz Elmasry 2018-04-21 23:41:52 +02:00
  • 8ddd328762 initial fix for clang warnings (#84) tonychung00 2018-04-20 14:03:26 -07:00
  • 323851607c Update authors list Moataz Elmasry 2018-04-20 22:15:00 +02:00
  • dd5a5eb79a appveyor: store build artifacts (#500) Ilya Shipitsin 2018-04-20 12:55:39 +05:00
  • 0dee90f181 remove msvc compiling errors (#499) Moataz Elmasry 2018-04-20 01:19:32 +02:00
  • 2ab85711fa README.md: add AppVeyor build status badge Davide Beatrici 2018-04-19 22:43:44 +02:00
  • f320908e9e AppVeyor: add configuration file Davide Beatrici 2018-04-19 23:27:12 +02:00
  • 7d17749bae BuildAll.cmd: correctly start BuildUtil.exe, check if required software exists and exit in case of error Davide Beatrici 2018-04-19 20:43:31 +02:00
  • 3a2144ce78 vpnweb: add atlthunk.lib to the dependencies Davide Beatrici 2018-04-19 02:37:55 +02:00
  • 66ca7d8fac Add Windows Driver Kit 7.1.0 directories to projects requiring ATL/MFC Davide Beatrici 2018-04-19 05:10:38 +02:00
  • ba7758f679 appveyor: store build artifacts (#500) Ilya Shipitsin 2018-04-20 12:55:39 +05:00
  • 12a30cbbe2 remove msvc compiling errors (#499) Moataz Elmasry 2018-04-20 01:19:32 +02:00
  • b29ca0be8b README.md: add AppVeyor build status badge Davide Beatrici 2018-04-19 22:43:44 +02:00
  • d66f400708 AppVeyor: add configuration file Davide Beatrici 2018-04-19 23:27:12 +02:00
  • 015848e8e9 BuildAll.cmd: correctly start BuildUtil.exe, check if required software exists and exit in case of error Davide Beatrici 2018-04-19 20:43:31 +02:00
  • 6c894c11ae vpnweb: add atlthunk.lib to the dependencies Davide Beatrici 2018-04-19 02:37:55 +02:00
  • 4529f07bc4 Add Windows Driver Kit 7.1.0 directories to projects requiring ATL/MFC Davide Beatrici 2018-04-19 05:10:38 +02:00
  • 94e2e37cc1 debian: correct date in README.TXT (#494) Davide Beatrici 2018-04-18 23:19:39 +02:00
  • 69d132e997 Fix a deadlock when Run() to create a process. Child forked will inherit state of global mutex which may be in intermidiate taken status by one of threads of the parent, then in child process it tries to get this mutex and is always pending. One example of mutex is malloc_lock, and there are more. ajeecai 2016-10-09 14:23:25 +08:00
  • 478270efba Revert "Cleanup ssl library. No memory leaks. (#143)". Build failing using OpenSSL 1.1.0f Moataz Elmasry 2018-04-11 23:25:21 +02:00
  • 227842f89c Cleanup ssl library. No memory leaks. (#143) Moataz Elmasry 2018-04-11 23:18:16 +02:00
  • 3f553abf1d Use correct sizeof value (#426) Maks Naumov 2018-04-11 23:53:59 +03:00
  • 596493e1a1 resolve several issues identified by cppcheck (#465) Ilya Shipitsin 2018-04-11 03:08:31 +05:00
  • a238b7450d Updated authors list Moataz Elmasry 2018-04-09 23:20:06 +02:00
  • affcc39300 GitHub: improve issue template (#480) Davide Beatrici 2018-04-09 23:18:00 +02:00
  • 26f3ebc059 travis-ci: split openssl into 1.0.2, 1.1.0 matrix (#477) Ilya Shipitsin 2018-04-10 02:16:38 +05:00
  • fcaaab0d8e Initial commit of ISSUE_TEMPLATE so that users can create more detailed issue description (#392) Moataz Elmasry 2018-04-07 22:18:18 +02:00
  • a2a0c271c8 Move disclaimer to its own file (#417) Moataz Elmasry 2018-04-07 21:44:45 +02:00
  • 9b19949614 Fix compilation with OpenSSL 1.1.0 (broken in #327) (#476) Alexey Kryuchkov 2018-04-07 22:42:08 +03:00
  • 2c64df848d Updated authors list moatazelmasry2 2018-04-05 23:07:31 +02:00
  • 83295bb736 OpenVPN client certificate authentication (Individual Certificate Authentication) (#327) Alexey Kryuchkov 2018-04-06 00:04:58 +03:00
  • 9fff38de2b Rewriting PPP stack, preparing for IPv6 support Evengard 2018-03-13 17:10:22 +03:00
  • 863f87fac1 travis-ci: add "dh build-arch" step debian: fix dependencies Ilya Shipitsin 2018-03-10 02:01:36 +05:00
  • cdde36ccb2 Remove deploy snippet from travis-ci config moatazelmasry2 2018-03-07 22:07:01 +01:00
  • 4a0e493446 Add secure oauth token for travis-ci launchpad moatazelmasry2 2018-03-07 21:53:16 +01:00
  • 1cd55559cb Add PPA deployer to travis-ci moatazelmasry2 2018-03-06 23:29:36 +01:00
  • 8f65a6ff16 Update AUTHORS.TXT Moataz Elmasry 2018-03-06 23:11:41 +01:00
  • f4b3187602 Remove a file that was added by mistake into the repo Moataz Elmasry 2018-03-06 23:10:35 +01:00
  • ac3e5535f6 Make textbox of encryption algorithm name scrollable parly 2018-02-15 10:25:59 +09:00
  • b3291c98b0 Update authors list Moataz Elmasry 2018-02-19 23:52:26 +01:00
  • 734380c767 Squash PR 413 Update README.md into master Moataz Elmasry 2018-02-19 23:51:06 +01:00
  • 8128798875 Update Authors list Moataz Elmasry 2018-02-15 22:23:50 +01:00
  • 9ad254115f Merge PR #154 Add Traditional Chinese language translation into master Moataz Elmasry 2018-02-15 22:10:02 +01:00
  • c32b26694e Updated authors list Moataz Elmasry 2018-02-14 23:58:09 +01:00
  • c2c3ff3b4d Updated authors list Moataz Elmasry 2018-02-14 23:52:48 +01:00
  • d2f9d03297 Updated build instructions and package versions Quintin 2017-12-09 13:41:14 +02:00
  • e04ec3b203 Incrementing Version of SoftEther to 5.1. Preparing for release Moataz Elmasry 2018-02-14 23:10:21 +01:00
  • 8c0c4396b7 Add the Alternative subject name field on the new X.509 certificate creation. Daiyuu Nobori 2018-01-15 10:29:30 +09:00
  • 02bcf9152c Fix a bug in the Win32EnumDirExW() function. Daiyuu Nobori 2018-01-15 10:31:40 +09:00
  • 79c06146a4 remove unused functions (identified by cppcheck) Ilya Shipitsin 2018-02-01 12:19:46 +05:00
  • 56c4582da8 Allow specifying cipher suites instead of single ciphers (#343) Guanzhong Chen 2018-02-07 15:13:41 -08:00
  • 8cafa07d9c Set an initialization value in Network.c to be conform with PR #275 Moataz Elmasry 2018-02-01 00:10:04 +01:00
  • a5fa265811 Merge pull request #275 from chipitsine/master Moataz Elmasry 2018-02-01 00:06:08 +01:00
  • 3de0890a02 Extend authors list Moataz Elmasry 2018-01-25 02:58:31 +01:00
  • 9d6c1ea0e9 Add missing function definition Moataz Elmasry 2018-01-25 02:58:18 +01:00
  • 93d9ade990 Merge PR #129 into master. Moataz Elmasry 2018-01-25 02:55:11 +01:00
  • 93c04d0ddc Update authors list Moataz Elmasry 2018-01-23 21:44:49 +01:00
  • ea4bb811ef Fix log msg for IKE with agressive exchange mode (#425) Maks Naumov 2018-01-23 18:42:20 +02:00
  • 5eb83bbad4 Merge pull request #419 from dnobori/180105-bugfix Moataz Elmasry 2018-01-19 17:54:23 +01:00
  • 7de986dcca 7 missing memory boundaries checks and similar memory problems. There are no risk of arbitrary code execution or intrusion on these bugs in my analysis. However, these problems may lead to crash the running server process. So these bugs must be fixed. Daiyuu Nobori 2018-01-15 10:25:10 +09:00
  • 8edbcd4c0d update recent authors Daiyuu Nobori 2018-01-15 10:11:40 +09:00
  • b810352f67 Updated AUTHORS.TXT file Moataz Elmasry 2018-01-11 23:57:55 +01:00
  • ab4b27ab3c Add parameter "ListenIP" to server configuration (vpn_server.config) (#202) macvk 2018-01-12 01:53:38 +03:00
  • e391b4d503 Merge pull request #405 from dnobori/dev Daiyuu Nobori 2018-01-04 17:59:03 +09:00
  • ce3d35c595 Added the function to save the DNS query log on the packet logs. (fix) Daiyuu Nobori 2017-12-22 07:26:06 +09:00
  • a0b54d7c6d Added the TCP destination port 3128 (well known as Squid default port) to assume as the HTTP proxy port on the packet logging. Daiyuu Nobori 2017-12-21 23:25:08 +09:00
  • bb30535bb6 Fix the function name: RFC3164 -> RFC3339 Daiyuu Nobori 2017-12-21 23:24:06 +09:00
  • 97e7a82be2 Added the function to save the DNS query log on the packet logs. Daiyuu Nobori 2017-12-21 23:23:17 +09:00
  • 4a01c41d09 Fixed the bug which occurs the L2TP/IPsec connection error with Android Oreo. Daiyuu Nobori 2017-12-21 23:21:31 +09:00
  • bed99f9a56 build documentation refactoring (#395) Ilya Shipitsin 2017-12-05 17:17:14 +05:00
  • 671407dcfa Add travis-ci Badge to README.md Moataz Elmasry 2017-12-04 23:40:39 +01:00
  • 87c659e089 Update AUTHORS.TXT Moataz Elmasry 2017-12-04 16:58:59 +01:00
  • d94d5ed2e7 Reformat README. Add compile requirements (#379) Moataz Elmasry 2017-12-03 20:51:07 +01:00
  • 1f33fbdff4 Fix: vpncmd thinks that "hamcore.se2" is missing or broken (#339) Nguyễn Hồng Quân 2017-12-04 02:50:12 +07:00
  • 0796249525 fix aarch64 build (#281) Den Lesnov 2017-12-03 22:48:39 +03:00
  • d1c543eecd initial travis-ci support (#348) Ilya Shipitsin 2017-12-04 00:47:31 +05:00
  • b8f0dd9e80 align the code and update some translations holoreimu 2017-12-02 06:04:57 +08:00
  • 39c1081d38 Merge pull request #1 from SoftEtherVPN/master Holoreimu 2017-12-02 01:30:07 +08:00
  • feb268c404 Initial Commit of gitignore (#380) Moataz Elmasry 2017-11-22 16:05:30 +01:00
  • 4f23c7d08a Added the board members list on README Daiyuu Nobori 2017-11-06 00:57:29 +09:00
  • 1f2c052dfb Fixed the bug on the OpenVPN Server function. Daiyuu Nobori 2017-10-23 02:54:51 +09:00
  • fd7707d95a Fixed the service title. Daiyuu Nobori 2017-10-19 15:28:28 +09:00
  • d8bf734baa Fixed the service title. Daiyuu Nobori 2017-10-19 15:24:51 +09:00
  • 804b9f1a19 Preparing the development branch Daiyuu Nobori 2017-10-19 15:18:42 +09:00
  • d7d0e6d36f Merge branch 'master' of github.com:SoftEtherVPN/SoftEtherVPN Daiyuu Nobori 2017-10-19 15:01:10 +09:00
  • 9f9dc459a7 Preparing the development branch Daiyuu Nobori 2017-10-19 11:48:23 +09:00
  • d8ab9c00ec Preparing the development branch Daiyuu Nobori 2017-10-19 11:48:23 +09:00
  • faee11ff09 v4.23-9647-beta dnobori 2017-10-18 18:24:21 +09:00
  • acf49ad536 Merge pull request #344 from quantum5/openssl1.1 Daiyuu Nobori 2017-10-18 16:58:46 +09:00
  • 1b73778e3f Merge pull request #315 from rel22/SoftetherVPN-RuToken-S-patch-1 Daiyuu Nobori 2017-10-18 16:58:19 +09:00
  • f9436daa6f Merge pull request #313 from zulzardi/patch-2 Daiyuu Nobori 2017-10-18 16:58:09 +09:00