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
base64_codec.c
dispatcher.c secur32: Initialise more pointers in helper to NULL. 2008-02-04 11:10:54 +01:00
hmac_md5.c
hmac_md5.h
lsa.c
negotiate.c
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.c secur32: Fix possible crash while loading SSP providers from registry. 2007-12-21 13:46:15 +01:00
secur32.spec
secur32_priv.h
thunks.c
thunks.h
util.c
wrapper.c