secur32: Fix memory leaks in ntlm_InitializeSecurityContextW.
[wine] / dlls / secur32 / secur32_priv.h
2009-01-26  Andrew Talbotsecur32: Declare a function static.
2008-09-23  Henri Verbeetsecur32: Allocate schannel client credentials.
2008-07-03  Zhangrong Huangsecur32: Allow loading external schannel.dll.
2007-12-06  Michael Stefaniucsecur32: Remove the SECUR32_ALLOC() macro around HeapAl...
2007-08-27  Andrew Talbotsecur32: Constify some variables.
2007-08-08  Rob Shearmansecur32: Remove valid_session_key from NegoHelper since...
2007-08-08  Rob Shearmansecur32: Split the NTLM credential and context handles...
2007-03-27  Andrew Talbotsecur32: Replace const pointer parameters with correct...
2006-11-29  Kai Blinsecur32: Improve version detection, move all the versio...
2006-11-09  Kai Blinsecur32: Implement ntlmv2 signing.
2006-11-08  Kai Blinsecur32: Use a helper function for creating the signatu...
2006-11-08  Kai Blinsecur32: Delete session key and arc4 context when the...
2006-11-04  Kai Blinsecur32: Fix handling of buffers that don't have the...
2006-10-16  Kai Blinsecur32: Get rid of NEGO_* helper modes, they will...
2006-09-08  Kai Blinsecur32: Fix generation of the session key.
2006-08-17  Kai Blinsecur32: Add real signing / verifying to NTLM provider.
2006-08-14  Kai Blinsecur32: Implement simple MakeSignature.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Dmitry Timoshkovsecur32: Fix some wrong assumptions in the NTLM test...
2006-01-24  Dmitry TimoshkovMake more arrays const.
2005-10-30  Kai BlinA dispatcher for running ntlm_auth.
2005-09-21  Kai BlinAdded base64 codec for communication with ntlm_auth.
2005-08-30  Alexandre JulliardAuthors: James Hawkins <truiken@gmail.com>, Juan Lang...
2005-08-17  Kai BlinAdd NTLM security provider dummy.
2005-08-15  Kai BlinAdded Negotiate security provider dummy. Removed todos...
2005-05-13  Juan LangBegin stubs of built-in schannel provider.
2004-03-02  Juan LangAdded a secur32.dll that loads other SSP DLLs and forwa...