FreeRDP/winpr/libwinpr/sspi
Armin Novak 5f4843191b Replaced BIO_free with BIO_free_all
There is no point in using BIO_free with a custom recursion
to free up stacked BIOs if there is already BIO_free_all.
Using it consistently avoids memory leaks due to stacked BIOs
not being recursively freed.
2018-11-08 12:09:49 +01:00
..
CredSSP Functions static, warnings fixed. 2017-11-15 15:56:24 +01:00
Kerberos Cleaned up const char** -> char** for argv, since we definitely do modify the argv! 2018-06-06 16:43:09 +02:00
Negotiate Cleaned up const char** -> char** for argv, since we definitely do modify the argv! 2018-06-06 16:43:09 +02:00
NTLM winpr/sspi/ntlm: Fix leak found by covscan 2018-08-22 14:34:02 +02:00
Schannel Replaced BIO_free with BIO_free_all 2018-11-08 12:09:49 +01:00
test Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
CMakeLists.txt fix Kerberos flavour's detection (MIT/Heimdal) and double free for MIT<1.13 2017-11-13 16:20:56 +01:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
sspi_export.c libwinpr-sspi: fix build on Linux 2014-06-07 16:46:32 -04:00
sspi_gss.c fixed include path 2018-02-05 14:34:49 +01:00
sspi_gss.h use SSIZE_T instead of ssize_t 2017-11-13 16:20:56 +01:00
sspi_winpr.c Fixed /pth: Consistently treat the hash offset to password length. 2018-05-03 17:51:11 +02:00
sspi_winpr.h libwinpr-sspi: make native sspi option dynamic 2014-06-06 15:34:12 -04:00
sspi.c Removed unused functions, fixed feature define guards 2017-12-21 11:30:21 +01:00
sspi.h Fixed /pth: Consistently treat the hash offset to password length. 2018-05-03 17:51:11 +02:00