FreeRDP/winpr/libwinpr/sspi/test
akallabeth 5799fb2018 Replace ConvertFromUnicode and ConvertToUnicode
* Use new ConvertUtf8ToWChar, ConvertUtf8NToWChar,
  ConvertUtf8ToWCharAlloc and ConvertUtf8NToWCharAlloc
* Use new ConvertWCharToUtf8, ConvertWCharNToUtf8,
  ConvertWCharToUtf8Alloc and ConvertWCharNToUtf8Alloc
* Use new Stream UTF16 to/from UTF8 read/write functions
* Use new settings UTF16 to/from UTF8 read/write functions
2022-11-28 10:42:36 +01:00
..
.gitignore cunit: migrate Sspi tests to CTest 2012-09-30 20:15:42 -04:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
TestAcquireCredentialsHandle.c Fix WinPR SSPI unit tests to always use SSPI function table 2022-06-01 15:16:12 +02:00
TestCredSSP.c libwinpr-sspi: improve link interface 2014-06-07 10:50:51 -04:00
TestEnumerateSecurityPackages.c Fix WinPR SSPI unit tests to always use SSPI function table 2022-06-01 15:16:12 +02:00
TestInitializeSecurityContext.c Fix WinPR SSPI unit tests to always use SSPI function table 2022-06-01 15:16:12 +02:00
TestNTLM.c Replace ConvertFromUnicode and ConvertToUnicode 2022-11-28 10:42:36 +01:00
TestQuerySecurityPackageInfo.c Fix WinPR SSPI unit tests to always use SSPI function table 2022-06-01 15:16:12 +02:00
TestSchannel.c Replaced memset/ZeroMemory with initializer 2022-10-14 12:11:01 +02:00