propsys/tests: Added PropVariantToGUID tests.
[wine] / dlls / secur32 / tests / ntlm.c
2011-02-09  Austin Englishsecur32/tests: Make sure a return value is used (LLVM...
2009-12-30  Rob Shearmansecur32: Simplify memory management by not allocating...
2009-12-30  Rob Shearmansecur32: Fix memory leaks in tests.
2009-12-21  Hans Leidekkersecur32/tests: Fix a couple of memory leaks.
2009-11-09  Rob Shearmansecur32: Output extra data in NTLM sign & seal test...
2009-11-09  Kai Blinsecur32: Use empty credentials when cached creds fail.
2009-10-06  Ge van Geldorpsecur32/tests: Add acceptable error code for Win7 ntlm...
2009-10-06  Hans Leidekkersecur32: Test passing null authentication data to Acqui...
2009-02-23  Francois Gougetsecur32/tests: Use win_skip() to skip over unimplemente...
2009-01-06  Michael Stefaniucinclude: sspi.h: Use the Win types as per MSDN.
2008-08-01  Reece Dunnsecur32: Fix the ntlm tests crashing on Vista.
2008-05-07  Kai Blinsecur32: Fix ntlm tests on Vista.
2007-07-05  Paul Vrienssecur32/tests: Use skip when functions are not available.
2007-07-04  Rob Shearmansecur32: Add tests for multiple use of a credential...
2007-05-25  Rob Shearmansecur32: Fix NTLM's InitializeSecurityContextA/W to...
2007-05-25  Rob Shearmansecur32: Don't set the output buffer type in NTLM's...
2007-05-25  Rob Shearmansecur32: Make the NTLM SSP cope with a NULL phCredentia...
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-06  Rob Shearmansecur32: NTLM's AcquireCredentialHandleA/W should accep...
2007-03-05  Kai Blinsecur32: Use skip for skipped tests, reduce indentation.
2006-12-15  Andrew Talbotsecur32/tests: Cast-qual warnings fix.
2006-11-14  Kai Blinsecur32: Fix handling of ISC_REQ* flags in InitializeSe...
2006-11-08  Francois Gougetsecur32: sspi.h must not include wtypes.h.
2006-11-06  Kai Blinsecur32: Test and fix DecryptMessage for multiple data...
2006-11-04  Kai Blinsecur32: Fix handling of buffers that don't have the...
2006-11-04  Kai Blinsecur32: Get rid of some HeapAlloc() calls to make...
2006-10-11  Michael Ploujnikovsecur32/tests: Win64 printf format warning fixes.
2006-09-08  Kai Blinsecur32: Fix DecryptMessage for the dummy case.
2006-09-08  Kai Blinsecur32: Fix generation of the session key.
2006-08-21  Kai Blinsecur32: Initial working implementation of EncryptMessa...
2006-08-14  Kai Blinsecur32: Implement simple VerifySignature.
2006-08-14  Kai Blinsecur32: Implement simple MakeSignature.
2006-08-09  Kai Blinsecur32: Make ntlm tests run on both WinXP and Win2k.
2006-08-09  Kai Blinsecur32: Add tests for MakeSignature, VerifySignature...
2006-08-09  Kai Blinsecur32: Move NTLM tests to ntlm.c to avoid cluttering...