1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-20 02:30:40 +03:00
SoftEtherVPN/src/Mayaqua
Ilya Shipitsin 13cadf6492 src/Mayaqua/Encrypt.c: remove unused functions (#506)
[src/Mayaqua/Encrypt.c:1524]: (style) The function 'ByteToStr' is never used.
[src/Mayaqua/Encrypt.c:2762]: (style) The function 'CheckX' is never used.
[src/Mayaqua/Encrypt.c:4346]: (style) The function 'Des3Decrypt' is never used.
[src/Mayaqua/Encrypt.c:4290]: (style) The function 'Des3Encrypt' is never used.
[src/Mayaqua/Encrypt.c:4434]: (style) The function 'Des3RandKey' is never used.
[src/Mayaqua/Encrypt.c:4474]: (style) The function 'DesFreeKey' is never used.
[src/Mayaqua/Encrypt.c:4499]: (style) The function 'DesNewKey' is never used.
[src/Mayaqua/Encrypt.c:4446]: (style) The function 'DesRandKey' is never used.
[src/Mayaqua/Encrypt.c:4892]: (style) The function 'DhToBuf' is never used.
[src/Mayaqua/Encrypt.c:293]: (style) The function 'EasyDecrypt' is never used.
[src/Mayaqua/Encrypt.c:259]: (style) The function 'EasyEncrypt' is never used.
[src/Mayaqua/Encrypt.c:3144]: (style) The function 'FileToK' is never used.
[src/Mayaqua/Encrypt.c:1358]: (style) The function 'FileToP12' is never used.
[src/Mayaqua/Encrypt.c:1061]: (style) The function 'GetAllNameFromA' is never used.
[src/Mayaqua/Encrypt.c:973]: (style) The function 'GetAllNameFromXExA' is never used.
[src/Mayaqua/Encrypt.c:4182]: (style) The function 'HashSha256' is never used.
[src/Mayaqua/Encrypt.c:3192]: (style) The function 'KToFile' is never used.
[src/Mayaqua/Encrypt.c:4721]: (style) The function 'MacSha196' is never used.
[src/Mayaqua/Encrypt.c:1324]: (style) The function 'P12ToFile' is never used.
[src/Mayaqua/Encrypt.c:3983]: (style) The function 'Rand128' is never used.
[src/Mayaqua/Encrypt.c:670]: (style) The function 'RsaBinToPublic' is never used.
[src/Mayaqua/Encrypt.c:2556]: (style) The function 'RsaPrivateDecrypt' is never used.
[src/Mayaqua/Encrypt.c:2525]: (style) The function 'RsaPrivateEncrypt' is never used.
[src/Mayaqua/Encrypt.c:2494]: (style) The function 'RsaPublicDecrypt' is never used.
[src/Mayaqua/Encrypt.c:2584]: (style) The function 'RsaPublicEncrypt' is never used.
[src/Mayaqua/Encrypt.c:771]: (style) The function 'RsaPublicToBin' is never used.
[src/Mayaqua/Encrypt.c:4263]: (style) The function 'Sha1__' is never used.
[src/Mayaqua/Encrypt.c:3672]: (style) The function 'SkipBufBeforeString' is never used.
2018-05-02 23:48:47 +02:00
..
intelaes v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
win32_inc/openssl v4.22-9634-beta 2016-11-27 17:43:14 +09:00
zlib v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
Cfg.c initial fix for clang warnings (#84) 2018-04-20 23:03:26 +02:00
Cfg.h remove unused functions (identified by cppcheck) 2018-02-08 00:20:07 +01:00
cryptoki.h v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
Encrypt.c src/Mayaqua/Encrypt.c: remove unused functions (#506) 2018-05-02 23:48:47 +02:00
Encrypt.h src/Mayaqua/Encrypt.c: remove unused functions (#506) 2018-05-02 23:48:47 +02:00
FileIO.c Preparing the development branch 2017-10-19 15:00:41 +09:00
FileIO.h Preparing the development branch 2017-10-19 15:00:41 +09:00
Internat.c remove unused functions (identified by cppcheck) 2018-02-08 00:20:07 +01:00
Internat.h remove unused functions (identified by cppcheck) 2018-02-08 00:20:07 +01:00
Kernel.c Fix the function name: RFC3164 -> RFC3339 2017-12-21 23:24:06 +09:00
Kernel.h Fix the function name: RFC3164 -> RFC3339 2017-12-21 23:24:06 +09:00
Mayaqua.c Preparing the development branch 2017-10-19 15:00:41 +09:00
Mayaqua.h Preparing the development branch 2017-10-19 15:00:41 +09:00
Mayaqua.vcproj v4.22-9634-beta 2016-11-27 17:43:14 +09:00
MayaType.h SMB Winbind NT Authentication (Password/MsCHAPv2) (#49) 2018-05-02 23:42:04 +02:00
Memory.c 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. 2018-01-15 10:25:10 +09:00
Memory.h 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. 2018-01-15 10:25:10 +09:00
Microsoft.c Preparing the development branch 2017-10-19 15:00:41 +09:00
Microsoft.h Preparing the development branch 2017-10-19 15:00:41 +09:00
Network.c remove msvc compiling errors (#499) 2018-04-20 19:35:52 +02:00
Network.h OpenVPN client certificate authentication (Individual Certificate Authentication) (#327) 2018-04-05 23:04:58 +02:00
Object.c Preparing the development branch 2017-10-19 15:00:41 +09:00
Object.h Preparing the development branch 2017-10-19 15:00:41 +09:00
OS.c Preparing the development branch 2017-10-19 15:00:41 +09:00
OS.h Preparing the development branch 2017-10-19 15:00:41 +09:00
Pack.c 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. 2018-01-15 10:25:10 +09:00
Pack.h remove unused functions (identified by cppcheck) 2018-02-08 00:20:07 +01:00
pkcs11.h v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
pkcs11f.h v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
pkcs11t.h v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
Secure.c remove unused functions (identified by cppcheck) 2018-02-08 00:20:07 +01:00
Secure.h remove unused functions (identified by cppcheck) 2018-02-08 00:20:07 +01:00
Str.c remove unused functions (identified by cppcheck) 2018-02-08 00:20:07 +01:00
Str.h 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. 2018-01-15 10:25:10 +09:00
Table.c Preparing the development branch 2017-10-19 15:00:41 +09:00
Table.h Preparing the development branch 2017-10-19 15:00:41 +09:00
TcpIp.c 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. 2018-01-15 10:25:10 +09:00
TcpIp.h Added the function to save the DNS query log on the packet logs. 2017-12-21 23:23:17 +09:00
Tick64.c Preparing the development branch 2017-10-19 15:00:41 +09:00
Tick64.h Preparing the development branch 2017-10-19 15:00:41 +09:00
Tracking.c Preparing the development branch 2017-10-19 15:00:41 +09:00
Tracking.h Preparing the development branch 2017-10-19 15:00:41 +09:00
TunTap.h Preparing the development branch 2017-10-19 15:00:41 +09:00
Unix.c Merge pull request #258 from ajeecai/Run_deadlock 2018-04-21 23:41:52 +02:00
Unix.h Preparing the development branch 2017-10-19 15:00:41 +09:00
Win32.c Fix a bug in the Win32EnumDirExW() function. 2018-02-12 23:55:34 +01:00
Win32.h Preparing the development branch 2017-10-19 15:00:41 +09:00