Sweden-Number/dlls/secur32
Kai Blin ec443be738 secur32: Don't try to use ntlm_auth --use-cred-cache.
If ntlm_auth actually uses the cred cache, it will not give a session key.
As the Wine NTLM code depends on the session key to do transport crypto, don't
attempt to use the winbind cred cache.

This completely reverts my attempted fix 7788c8ed and also parts of Rob's
888a8e27 and 8a2125f9. It does not affect the code using wine's own credential
cache.
2009-05-20 13:34:16 +02:00
..
tests secur32/tests: Sign compare fixes. 2009-05-11 12:47:48 +02:00
Makefile.in secur32: Require gnutls for schannel. 2008-09-23 14:03:11 +02:00
base64_codec.c
dispatcher.c secur32: Check for lack of fork() support. 2008-12-22 18:04:39 +01:00
hmac_md5.c
hmac_md5.h
lsa.c secur32: Implement LsaRegisterLogonProcess stub. 2007-08-30 20:06:56 +02:00
negotiate.c
ntlm.c secur32: Don't try to use ntlm_auth --use-cred-cache. 2009-05-20 13:34:16 +02:00
schannel.c secur32: Remove superfluous pointer casts. 2009-01-22 12:04:52 +01:00
secur32.c secur32: Implement more GetUserNameEx() formats. 2009-04-14 15:20:30 -05:00
secur32.spec secur32: Implement LsaRegisterLogonProcess stub. 2007-08-30 20:06:56 +02:00
secur32_priv.h secur32: Declare a function static. 2009-01-26 15:48:48 +01:00
thunks.c secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc(). 2007-12-06 12:07:12 +01:00
thunks.h
util.c secur32: Remove superfluous pointer casts. 2009-01-22 12:04:52 +01:00
wrapper.c secur32: Assign to structs instead of using memcpy. 2008-03-17 11:41:23 +01:00