1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00

Commit Graph

  • e3e35f5a4c
    Merge pull request #1122 from benrubson/ban Ilya Shipitsin 2020-05-13 15:35:45 +0500
  • c15a4ba04f
    Merge PR #1126: Cedar/Proto.c: fix wrong NULL check in ProtoHandleDatagrams(), found by Coverity Davide Beatrici 2020-05-12 23:50:30 +0200
  • 5e1c728f92
    Update strtable_tw.stb Ben RUBSON 2020-05-12 22:08:59 +0200
  • eb9d6e77a4
    Update strtable_ru.stb Ben RUBSON 2020-05-12 22:08:42 +0200
  • 6e707f7550
    Update strtable_pt_br.stb Ben RUBSON 2020-05-12 22:08:23 +0200
  • 71b814060d
    Update strtable_ko.stb Ben RUBSON 2020-05-12 22:08:05 +0200
  • 8e1a377b82
    Update strtable_ja.stb Ben RUBSON 2020-05-12 22:07:35 +0200
  • adf0f18b7a
    Update strtable_cn.stb Ben RUBSON 2020-05-12 22:07:09 +0200
  • 20bbe325fe Cedar/Proto.c: fix wrong NULL check in ProtoHandleDatagrams(), found by Coverity Davide Beatrici 2020-05-12 21:26:42 +0200
  • 1d5ded9388
    Merge PR #1123: Increase Radius timeout Davide Beatrici 2020-05-12 19:47:15 +0200
  • cbbac659a3 Fixing VS2015 quirks Evengard 2020-05-12 18:51:55 +0300
  • 2cfe031398 Fixing most errors, the link on Windows is working and is stable Evengard 2020-05-12 03:30:59 +0300
  • a2a6502ab9 Numerous fixes. First working version. Evengard 2020-05-12 01:16:58 +0300
  • f2fee4d32c Preliminary implementation of IPv6CP and IPv6 for PPP (untested) Evengard 2020-05-12 01:06:59 +0300
  • f627b64264 Auto formatting with AStyle Evengard 2020-05-11 17:18:55 +0300
  • 1d6a4d3ec8 Preliminary IPC IPv6 implementation (untested) Evengard 2020-05-11 16:35:33 +0300
  • 3b7dd25b65
    Log client IP in failed accesses Ben RUBSON 2020-05-11 23:10:40 +0200
  • 3f16a7e704
    Log client IP in failed accesses Ben RUBSON 2020-05-11 23:09:26 +0200
  • 4e583e43f1
    Increase Radius timeout Ben RUBSON 2020-05-11 23:06:01 +0200
  • 8fdf7302a5
    Merge PR #1120: Cedar: implement UDP system in Proto Davide Beatrici 2020-05-11 19:58:13 +0200
  • 981b57ee28 Cedar/Server: set ports in Proto, remove OpenVPN UDP server leftovers Davide Beatrici 2020-05-11 07:59:34 +0200
  • 27f7d43ff7 Cedar/Proto_OpenVPN: remove UDP system, use the one provided by Proto Davide Beatrici 2020-05-11 08:23:29 +0200
  • a3aea00820 Cedar/Proto: implement UDP system Davide Beatrici 2020-05-11 08:22:44 +0200
  • 0570f7d31c Mayaqua/Network: add StopUdpListener() Davide Beatrici 2020-05-11 07:50:55 +0200
  • 667108319d Cedar: prepare Proto for UDP support Davide Beatrici 2020-05-11 07:07:04 +0200
  • 7e8b3c0b39
    Merge pull request #1112 from Evengard/making-unique-clientid-dhcp Ilya Shipitsin 2020-05-05 16:00:23 +0500
  • 34dfc14549 Fixing errors discovered with Coverity. Evengard 2020-05-04 16:05:50 +0300
  • 1fe863e866 Generate DHCP Client ID based on MAC all the time Evengard 2020-05-03 17:46:02 +0300
  • b41c17f45a
    Merge pull request #1109 from Evengard/ppp-eap-tls Ilya Shipitsin 2020-05-04 17:13:15 +0500
  • ca1c6a5f3f Fixing a use of unitialized variable as per CPPCHECK Evengard 2020-05-03 14:22:18 +0300
  • 8fb456f6a6 Fixing a memory leak in SslCertVerifyCallback because of a duplicated callback Evengard 2020-05-03 05:32:01 +0300
  • 132926ee09 Fixing alignment of struct on GCC, changing the method to server one Evengard 2020-05-03 04:24:01 +0300
  • 8a856e4672 Codestyle fixes Evengard 2020-05-02 21:05:42 +0300
  • e6803a1fab
    Merge PR #1108: Cedar: various improvements to Proto Davide Beatrici 2020-05-02 19:52:31 +0200
  • 9180e065a0 Some weirdness fixes Evengard 2020-05-02 20:29:31 +0300
  • 39becfe4ab Some hacks to make Android VPN Client Pro working Evengard 2020-05-02 17:50:07 +0300
  • 723f38e72f Fixing Linux... Evengard 2020-05-02 19:15:30 +0300
  • a2b7cb0148 Added possibility to load CA certificates from chain_certs folder to allow verifying the client certificates against it. Evengard 2020-05-02 14:40:46 +0300
  • 24bd2b3198 Fixing up some errors Evengard 2020-05-02 10:11:01 +0300
  • 9f2a5cecf3 Preliminary (untested) EAP-TLS implementation Evengard 2020-05-02 09:38:08 +0300
  • a65c436e8f Writing skeleton for EAP-TLS implementation Evengard 2020-05-02 01:54:03 +0300
  • aa0ec4343c Fixing errors as per static analysis Evengard 2020-04-27 22:18:57 +0300
  • 1bdd9a92bc Adding timeout propagation from user policy in PPP sessions (including L2TP and SSTP). Evengard 2020-04-27 21:43:40 +0300
  • 942051d3a8 Cedar: various improvements to Proto Davide Beatrici 2020-05-01 07:14:38 +0200
  • 039cd8edf0
    Merge pull request #1107 from chipitsine/master 5.01.9674 Ilya Shipitsin 2020-04-30 13:26:45 +0500
  • e025762a52
    Merge pull request #1106 from SoftEtherVPN/dependabot/npm_and_yarn/src/bin/hamcore/wwwroot/admin/default/jquery-3.5.0 Ilya Shipitsin 2020-04-30 12:42:35 +0500
  • a902d3eed9 5.01.9674 release Ilya Shipitsin 2020-04-30 12:02:05 +0500
  • 44f731f781
    Bump jquery in /src/bin/hamcore/wwwroot/admin/default dependabot[bot] 2020-04-30 06:12:25 +0000
  • d84712d3a6
    Update strtable_ru.stb djony 2020-04-28 21:03:00 +0300
  • 820b0b4c7c
    Update strtable_ru.stb djony 2020-04-27 16:50:06 +0300
  • c524ce0c1e
    Update strtable_ru.stb djony 2020-04-27 01:03:59 +0300
  • 14e9c7299d
    Merge pull request #1104 from Evengard/fixup-ppp-unices Ilya Shipitsin 2020-04-26 17:26:16 +0500
  • a0eb7ebc45
    Update strtable_ru.stb djony 2020-04-26 13:54:08 +0300
  • 8a00bfa9e0
    Update strtable_ru.stb djony 2020-04-26 13:16:03 +0300
  • f20e99f8e4 Treating empty IPCP requests as IPCP requests with IP-Address option zeroed out Evengard 2020-04-25 18:02:02 +0300
  • b9109211d3 ACKing an empty LCP options list Evengard 2020-04-25 05:01:09 +0300
  • 09257b8fc6
    Update strtable_ru.stb djony 2020-04-25 13:50:27 +0300
  • c80ec4d442
    Update strtable_ru.stb djony 2020-04-22 18:58:15 +0300
  • 419a89f7fd
    Update strtable_ru.stb djony 2020-04-22 18:32:42 +0300
  • c96d67be0e
    Update strtable_ru.stb djony 2020-04-22 18:16:51 +0300
  • c1c5bad734
    Update strtable_ru.stb djony 2020-04-20 21:09:11 +0300
  • 6b6a068485
    Update strtable_ru.stb djony 2020-04-20 16:16:55 +0300
  • 9073452b09
    Merge PR #1092: src/Cedar/Proto_OpenVPN.c: push "block-outside-dns" to clients Davide Beatrici 2020-04-20 03:25:43 +0200
  • bf65ef290a
    Merge pull request #1098 from chipitsine/master 5.01.9673 Ilya Shipitsin 2020-04-18 11:30:53 +0500
  • 70a7c4596d 5.01.9673 release Ilya Shipitsin 2020-04-18 00:47:47 +0500
  • 98404fb9b8
    Update strtable_ru.stb djony 2020-04-15 22:19:44 +0300
  • dd0c36a536
    Update strtable_ru.stb djony 2020-04-12 13:31:05 +0300
  • 2718ac16e4
    Update strtable_ru.stb djony 2020-04-06 01:05:19 +0300
  • 101004f2a8
    Update strtable_ru.stb djony 2020-04-05 23:55:30 +0300
  • 28c852d3b8
    Update strtable_ru.stb djony 2020-04-05 21:58:10 +0300
  • 16cdf62cc6
    Merge PR #1093: Fix security issue: Fix the security of JSON-API Davide Beatrici 2020-04-05 20:49:11 +0200
  • 033647c8ac Fix security issue: Fix the security of JSON-API. If the administrator password of the Virtual Hub is empty, JSON-API (which was added in 4.30 Build 9696 Beta) will not be able to access to the virtual hub with a empty password since this release. Because there are relatively many cases in which administrator password is empty for a virtual hub, being able to manage a virtual hub without a password using JSON-API was a security problem. In this release, this behavior has been changed so that JSON-API cannot be accessed in the Virtual Hub management mode until it is configured with non-empty password. Daiyuu Nobori 2020-04-06 00:44:14 +0900
  • ec3d052e21 v4.34-9745-beta dnobori 2020-04-06 00:18:10 +0900
  • 7e6da6a836
    Update strtable_ru.stb djony 2020-04-04 18:45:44 +0300
  • 2545e7fc9f
    Update strtable_ru.stb djony 2020-04-04 16:33:43 +0300
  • b6ef9f88c9 src/Cedar/Proto_OpenVPN.c: push "block-outside-dns" to clients Davide Beatrici 2020-04-04 08:37:19 +0200
  • c6f186bd73
    Merge pull request #1084 from ffontaine/master Ilya Shipitsin 2020-04-03 17:45:19 +0500
  • 84bd9abb30
    Merge pull request #1072 from Evengard/ppp-ipv6 Ilya Shipitsin 2020-04-02 20:29:51 +0500
  • a819f6a34b
    Update strtable_ru.stb djony 2020-04-01 13:24:08 +0300
  • 172701f55f
    Update strtable_ru.stb djony 2020-04-01 13:01:18 +0300
  • dc5b0c192e
    Update strtable_ru.stb djony 2020-04-01 12:25:57 +0300
  • 5db21a1dc1
    Merge pull request #1086 from jubnzv/sa-fixes Ilya Shipitsin 2020-03-27 14:45:43 +0500
  • 4772a508dc
    sam: fix using pointer to local variable that is out of scope Georgy Komarov 2020-03-27 07:28:43 +0300
  • 1416a693e7
    protocol: fix uninitialized variable Georgy Komarov 2020-03-27 07:25:45 +0300
  • 22272ec838
    Merge pull request #1085 from paulmenzel/remove-trailing-spaces-from-comments Ilya Shipitsin 2020-03-25 16:48:57 +0500
  • be3e45a4bf hamcore: Remove trailing spaces from comments Paul Menzel 2020-03-25 08:50:34 +0100
  • f484739196
    Update strtable_ru.stb djony 2020-03-24 17:27:07 +0300
  • e77666eb77
    Update strtable_ru.stb djony 2020-03-24 17:19:07 +0300
  • 00bcbc526c
    Update strtable_ru.stb djony 2020-03-24 17:14:44 +0300
  • 9586558638
    Update strtable_ru.stb djony 2020-03-24 15:48:19 +0300
  • 9692f1ae6c
    Update strtable_ru.stb djony 2020-03-24 15:28:56 +0300
  • b8c0c2fbfa
    Update strtable_ru.stb djony 2020-03-24 14:30:45 +0300
  • cea0a0ccf5
    Update strtable_ru.stb djony 2020-03-24 09:07:52 +0300
  • dcecd4c0d5 Only enable getifaddrs support when available Fabrice Fontaine 2020-03-21 17:54:36 +0100
  • e3370fb62c v4.34-9744-beta dnobori 2020-03-21 10:40:29 +0900
  • 60c1e2027d
    Merge pull request #1082 from metalefty/freebsd-ci Ilya Shipitsin 2020-03-20 19:35:58 +0500
  • 6399b0f852 FreeBSD CI: quit freebsd-11-3-snap Koichiro IWAO 2020-03-20 22:44:56 +0900
  • 3b00d4c56b
    Merge pull request #1081 from metalefty/describe_cmake_flags Ilya Shipitsin 2020-03-20 18:43:16 +0500
  • 5dde23cb55
    add myself to AUTHORS Koichiro IWAO 2020-03-20 21:44:09 +0900
  • e6b8e6eee3
    replace SoftEther project related http links with https Koichiro IWAO 2020-03-20 21:14:04 +0900