secur32: Don't set the output buffer type in NTLM's IntializeSecurityContextA/W.
[wine] / dlls / secur32 / tests / ntlm.c
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...