1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-11-21 10:51:45 +03:00
Commit Graph

674 Commits

Author SHA1 Message Date
469921d5ad Update strtable_ru.stb 2018-10-30 15:24:01 +03:00
a29b252236 Update strtable_ru.stb 2018-10-30 14:25:56 +03:00
0256d1a786 Update strtable_ru.stb 2018-10-23 17:34:00 +03:00
c6796205bf Update strtable_ru.stb 2018-10-23 16:24:56 +03:00
095c054df1 Update strtable_ru.stb 2018-10-23 15:16:06 +03:00
4c241a811c Update strtable_ru.stb 2018-10-23 14:58:35 +03:00
56d6af4799 Update strtable_ru.stb 2018-10-17 16:39:04 +03:00
d4c37b17a4 Update strtable_ru.stb 2018-10-16 17:44:27 +03:00
c5963209cc Update strtable_ru.stb 2018-10-16 16:30:20 +03:00
160a4e1259 Update strtable_ru.stb 2018-10-16 15:14:21 +03:00
7981c520e9 Update strtable_ru.stb 2018-10-16 11:47:10 +03:00
9aaf43a3e1 Update strtable_ru.stb 2018-10-16 10:51:00 +03:00
c190bae9ca Update strtable_ru.stb 2018-10-16 10:00:05 +03:00
e791cfbb3c Update strtable_ru.stb 2018-10-10 23:57:46 +03:00
91f3d02602 Update strtable_ru.stb 2018-10-10 13:43:02 +03:00
1b13d7b108 Update strtable_ru.stb 2018-10-09 17:52:12 +03:00
0efbb09976 Update strtable_ru.stb 2018-10-07 20:02:47 +03:00
32ecc28be3 Update strtable_ru.stb 2018-10-07 20:01:12 +03:00
45f723eabc Update strtable_ru.stb 2018-10-07 13:03:34 +03:00
07d5abacc6 Update strtable_ru.stb 2018-10-06 19:24:56 +03:00
4ac7d9aa22 Update strtable_ru.stb 2018-10-02 13:05:37 +03:00
393e03b679 Update strtable_ru.stb 2018-10-02 11:17:52 +03:00
06c06f1db8 Merge pull request #717 from mogikanin/master
Merge PR #717: Added some output/obj folders to git ignore.
2018-09-26 18:07:49 +05:00
540aa96428 Added some output/obj folders to git ignore. 2018-09-26 10:19:12 +03:00
6014ec8eb5 Merge pull request #716 from chipitsine/master
Merge PR #716: travis-ci: setup releases from tags
2018-09-26 09:51:11 +05:00
433c72e978 travis-ci: setup releases from tags 2018-09-26 07:21:49 +05:00
33f5de78ba Merge PR #715: src/Cedar: resolve possible null pointer dereference and silence dead code warning 2018-09-24 20:35:47 +02:00
1fdc712e66 src/Cedar/Client.c: silence coverity regarding dead code 2018-09-24 11:19:54 +05:00
36dbde6f32 src/Cedar/Hub.c: resolve possible null pointer dereference
found by coverity
2018-09-24 11:13:43 +05:00
f5bba7499d Merge PR #712: travis-ci: run stbcheck utility 2018-09-23 20:17:34 +02:00
cfd0022e61 travis-ci: run stbcheck utility 2018-09-23 22:54:57 +05:00
bfb188df0d Merge PR #714: fix localization files, missing strings were taken from "en" 2018-09-23 19:40:16 +02:00
0f77b5e30e fix localization files, missing strings were taken from "en" 2018-09-23 22:24:21 +05:00
f449b0b405 Merge PR #704: vpncmd: Added information about "Disable UDP Acceleration" setting into output of AccountGet command. 2018-09-23 17:05:45 +02:00
4c0e562019 Merge PR #713: AppVeyor: add Ubuntu 16.04 and 18.04 builds 2018-09-23 13:44:39 +02:00
a015cc04b6 AppVeyor: add Ubuntu 16.04 and 18.04 builds 2018-09-22 21:07:07 +02:00
c1d81c0940 Merge PR #695: Revamp digest functions 2018-09-22 19:18:52 +02:00
50b42070e2 Encrypt: reorder digest functions 2018-09-22 06:47:03 +02:00
3f5f716357 Revamp digest functions
- Hash() has been removed because it was ambiguous, Md5() and Sha0() are proper replacements.
- HMacMd5() and HMacSha1() now share a common implementation handled by the new Internal_HMac() function.
- NewMd() and MdProcess() now support plain hashing (without the key).
- NewMd(), SetMdKey() and MdProcess() now check the OpenSSL functions' return value and in case of failure a debug message is printed along with the error string, if available.
- SetMdKey()'s return value has been changed from void to bool, so that it's possible to know whether the function succeeded or not.
- MdProcess()' return value has been changed from void to UINT (unsigned int) and the function now returns the number of bytes written by HMAC_Final() or EVP_DigestFinal_ex().
2018-09-22 06:36:09 +02:00
69b35f875a Merge PR #709: Add 'stbcheck': the STB File Multilanguage Full-Mesh Consistency Checker 2018-09-22 05:17:12 +02:00
a6c4d2a2bc Add 'stbcheck': the STB File Multilanguage Full-Mesh Consistency Checker 2018-09-22 11:50:58 +09:00
2ec48c765e Added string to other stb files 2018-09-19 12:10:23 +03:00
a78bcb4f21 Merge PR #707: src/Cedar/Hub.c: resolve null pointer dereference found by coverity 2018-09-19 04:23:56 +02:00
f73d435302 Merge PR #706: BridgeUnix.c: add TAP local bridge support for FreeBSD 2018-09-18 21:40:58 +02:00
621fffbfbd src/Cedar/Hub.c: resolve null pointer dereference found by coverity,
also cleanup a code based on PVS analyzer findings

src/Cedar/Hub.c	5279	warn	V547 Expression 'e->UpdatedTime <= oldest_time' is always true.
src/Cedar/Hub.c	5840	warn	V581 The conditional expressions of the 'if' statements situated alongside each other are identical. Check lines: 5828, 5840.
2018-09-18 10:52:04 +05:00
60a2583ee4 BridgeUnix.c: add TAP local bridge support for FreeBSD 2018-09-18 01:35:23 +02:00
cb2aec1314 BridgeUnix.c: convert line endings from CRLF to LF 2018-09-18 01:32:01 +02:00
93c962fb68 Merge PR #705: src/Cedar/Client.c: remove not needed condition 2018-09-18 00:03:21 +02:00
f469e143fc src/Cedar/Client.c: remove not needed condition
inspired by coverity (however, coverity does not see an issue here)
2018-09-17 16:35:22 +05:00
825a5a828e vpncmd: Added information about "Disable UDP Acceleration" setting into output of AccountGet command. 2018-09-17 09:22:50 +03:00