Sweden-Number/dlls/secur32
Rob Shearman 0d2a623150 secur32: Initialise more pointers in helper to NULL.
This is to avoid calling HeapFree on random pointers when 
DeleteSecurityContext is called on a context that hasn't had a second 
InitializeSecurityContext called on it, which would otherwise intialise 
those pointers.
2008-02-04 11:10:54 +01:00
..
tests secur32/tests: InitFunctionPtrs() needs to use the global crypt32dll variable. 2007-12-19 12:19:00 +01:00
Makefile.in Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
base64_codec.c secur32: Move NTLM debug output to a seperate "ntlm" channel. 2007-04-16 12:08:44 +02:00
dispatcher.c secur32: Initialise more pointers in helper to NULL. 2008-02-04 11:10:54 +01:00
hmac_md5.c secur32: Constify some variables. 2007-08-27 12:01:47 +02:00
hmac_md5.h secur32: Constify some variables. 2007-08-27 12:01:47 +02:00
lsa.c secur32: Implement LsaRegisterLogonProcess stub. 2007-08-30 20:06:56 +02:00
negotiate.c secur32: Win64 printf format warning fixes. 2006-10-16 10:54:33 +02:00
ntlm.c secur32: Try to retrive credentials by using the credential manager to retrieve credentials saved for the target server in InitializeContextHandleW, if possible. 2008-02-04 11:10:50 +01:00
schannel.c secur32: Constify some variables. 2007-08-27 12:01:47 +02:00
secur32.c secur32: Fix possible crash while loading SSP providers from registry. 2007-12-21 13:46:15 +01:00
secur32.spec secur32: Implement LsaRegisterLogonProcess stub. 2007-08-30 20:06:56 +02:00
secur32_priv.h secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc(). 2007-12-06 12:07:12 +01:00
thunks.c secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc(). 2007-12-06 12:07:12 +01:00
thunks.h secur32: Win64 printf format warning fixes. 2006-10-16 10:54:33 +02:00
util.c secur32: Constify some variables. 2007-08-27 12:01:47 +02:00
wrapper.c secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc(). 2007-12-06 12:07:12 +01:00