Sweden-Number/dlls/secur32
Kai Blin 9a81b032c4 secur32: Pretend the NTLM provider also does Negotiate.
We had to enable the Negotiate provider a while back so programs that expected 
that provider to be present would be happy. This broke programs that expect a 
Negotiate provider to actually do something if it is present. This fix works 
around that new issue by thunking all calls to Negotiate to NTLM.
2009-12-30 13:31:12 +01:00
..
tests secur32/tests: Fix a couple of memory leaks. 2009-12-21 15:01:24 +01:00
Makefile.in
base64_codec.c
dispatcher.c
hmac_md5.c
hmac_md5.h
lsa.c
negotiate.c secur32: Pretend the NTLM provider also does Negotiate. 2009-12-30 13:31:12 +01:00
ntlm.c secur32: Pretend the NTLM provider also does Negotiate. 2009-12-30 13:31:12 +01:00
schannel.c secur32: Handle EOF from gnutls_record_recv. 2009-11-19 11:50:40 +01:00
secur32.c secur32: Fix memory leak in SECUR32_addPackages. 2009-12-17 13:09:49 +01:00
secur32.spec
secur32_priv.h
thunks.c
thunks.h
util.c
wrapper.c