1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-05-12 16:41:16 +03:00
Commit Graph

1105 Commits

Author SHA1 Message Date
djony 5e09f38f0a Update strtable_ru.stb 2019-11-24 22:48:34 +03:00
djony 37ea799ca6 Update strtable_ru.stb 2019-11-24 20:11:13 +03:00
djony 421778dc62 Update strtable_ru.stb 2019-11-24 19:40:12 +03:00
djony 9749301e89 Update strtable_ru.stb 2019-11-24 01:45:57 +03:00
djony 9c66fff31c Update strtable_ru.stb 2019-11-21 08:39:38 +03:00
djony 00a513f0f3 Update strtable_ru.stb 2019-11-21 08:37:51 +03:00
djony b9186152bb Update strtable_ru.stb 2019-11-20 17:59:46 +03:00
djony 2200aabe17 Update strtable_ru.stb 2019-11-20 17:50:57 +03:00
djony 890ba8ba18 Update strtable_ru.stb 2019-11-20 16:38:13 +03:00
djony 5fcd91c390 Update strtable_ru.stb 2019-11-16 21:42:06 +03:00
djony adb2e0bbbf Update strtable_ru.stb 2019-11-16 20:51:15 +03:00
djony b4693ab973 Update strtable_ru.stb 2019-11-16 19:44:57 +03:00
djony f7f1675f6c Update strtable_ru.stb 2019-11-13 17:39:59 +03:00
djony 2a48f85636 Update strtable_ru.stb 2019-11-11 22:29:48 +03:00
djony 3e487bb196 Update strtable_ru.stb 2019-11-11 21:25:46 +03:00
djony a136957dfc Update strtable_ru.stb 2019-11-10 19:46:36 +03:00
djony 6d9f78ff48 Update strtable_ru.stb 2019-11-10 15:02:16 +03:00
djony 73bacbad2d Update strtable_ru.stb 2019-11-10 14:11:45 +03:00
djony ec67ec6f5b Update strtable_ru.stb 2019-11-07 17:15:12 +03:00
djony faaf7e3531 Update strtable_ru.stb 2019-11-07 14:29:55 +03:00
djony a0fa4ac1ad Update strtable_ru.stb 2019-11-07 11:59:08 +03:00
djony e2e8562035 Update strtable_ru.stb 2019-11-02 00:03:00 +03:00
djony faaad016d9 Update strtable_ru.stb 2019-10-28 17:40:21 +03:00
djony b78bb4f9d1 Update strtable_ru.stb 2019-10-28 16:16:08 +03:00
djony 9c767d7367 Update strtable_ru.stb 2019-10-28 14:11:23 +03:00
djony f8cafc7844 Update strtable_ru.stb 2019-10-28 13:04:41 +03:00
djony 08181a3520 Create strtable_ru.stb 2019-10-28 12:21:26 +03:00
djony 4da4f3f5c3 Merge pull request #1 from SoftEtherVPN/master
new
2019-10-28 12:20:02 +03:00
djony cc65b49014 Create strtable_ru.stb 2019-10-28 12:19:37 +03:00
djony fd73baa06d Delete strtable_ru.stb 2019-10-28 12:17:14 +03:00
djony dce351ab3b Update strtable_ru.stb 2019-10-28 12:11:44 +03:00
Davide Beatrici 1e835e7ec2 Merge PR #1020: Proto_OpenVPN.c: improve OvsProcessData(), fix out-of-bounds access found by Coverity 2019-10-27 09:37:11 +01:00
Davide Beatrici 5d73cd878f Proto_OpenVPN.c: improve OvsProcessData(), fix out-of-bounds access found by Coverity
Coverity Scan detected an out-of-bounds access issue: OvsProcessData() checked whether the payload size was bigger than the size of the buffer, instead of checking whether the entire packet size (payload size + 2 bytes) was, resulting in an out-of-bounds access in case the payload size is bigger than 1998.

This commit also improves the variable names, the comments and adds two Debug() lines.
2019-10-27 09:01:56 +01:00
Davide Beatrici 7349c4b16a Merge PR #1018: Proto_OpenVPN.c: fix segmentation fault in OvsProceccRecvPacket() 2019-10-26 00:53:27 +02:00
Davide Beatrici 16bde47763 Proto_OpenVPN.c: fix segmentation fault in OvsProceccRecvPacket()
OvsDecrypt() returns 0 when it fails, resulting in "size" rolling over with an end result of 4294967292.

This commit fixes the issue by checking whether "size" is greater than sizeof(UINT) before performing the subtraction.
2019-10-26 00:36:07 +02:00
Davide Beatrici 79a60bc5f0 Merge PR #1014: Addressing the OpenVPN UDP reflection amplification attack 2019-10-22 09:42:08 +02:00
Daiyuu Nobori 4d42f450b2 Addressing the UDP reflection amplification attack: https://github.com/SoftEtherVPN/SoftEtherVPN/issues/1001 2019-10-22 11:14:05 +09:00
Davide Beatrici 46d8da6744 Merge PR #1012: Mayaqua.h: include <stdarg.h> for "va_list" on Illumos 2019-10-21 22:08:09 +02:00
Davide Beatrici 51330fdb43 Mayaqua.h: include <stdarg.h> for "va_list" on Illumos 2019-10-21 21:44:38 +02:00
Davide Beatrici 5b15b12ea9 Merge PR #1011: Protocol.c: fix bug in ClientConnectGetSocket() causing custom HTTP header not to work 2019-10-21 21:38:34 +02:00
Davide Beatrici 12cc242529 Protocol.c: fix bug in ClientConnectGetSocket() causing custom HTTP header not to work
The bug was caused by a typo in the StrCpy() call: the source buffer was the same as the destination one, meaning that the function didn't do anything.
2019-10-21 20:26:56 +02:00
Davide Beatrici 4afdad09a1 Merge PR #1009: Move HTTP related functions to dedicated file(s) in Mayaqua 2019-10-20 13:28:53 +02:00
Davide Beatrici 2f90e9ecb8 Mayaqua: move HTTP functions from "Network" to "HTTP" 2019-10-20 04:15:12 +02:00
Davide Beatrici c3d6ffc533 Move GetMimeTypeFromFileName() and related structure to Mayaqua
The structure (containing all mimetypes) occupies almost 700 lines, which are a lot.

This is just the beginning of the refactor plan.
2019-10-20 04:15:12 +02:00
Davide Beatrici 04ecbf843a Mayaqua.h: include <stdio.h> for "FILE" 2019-10-20 04:15:12 +02:00
Davide Beatrici 6b41b19327 Mayaqua.h: include <stddef.h>, for "wchar_t" 2019-10-20 04:15:12 +02:00
Davide Beatrici 93dcd25d63 Merge PR #1010: Bump mixin-deep from 1.3.1 to 1.3.2 in /src/bin/hamcore/wwwroot/admin/default 2019-10-20 01:06:55 +02:00
dependabot[bot] 5fed2b8903 Bump mixin-deep in /src/bin/hamcore/wwwroot/admin/default
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-19 22:39:12 +00:00
Davide Beatrici 2aeec323f9 Merge PR #1008: Adding RADIUS and L3 MAC address fixing function, with small bug-fixes 2019-10-19 19:37:21 +02:00
Ilya Shipitsin 762c399c42 Merge pull request #1007 from dnobori/191019_win32openssl1.1.1d
Merge pull request #1007: Updating built-in Win32 libraries
2019-10-19 14:16:09 +05:00