secur32: Pretend the NTLM provider also does Negotiate.
commit9a81b032c41c694e6e902afcb51d0f7c8a8b1096
authorKai Blin <kai.blin@gmail.com>
Tue, 29 Dec 2009 15:36:18 +0000 (29 16:36 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Dec 2009 12:31:12 +0000 (30 13:31 +0100)
treee9c34bb5e8f3950c7e94260f239a18a7ac4cbc66
parent2a00c86a98a60db6e9b16d2f1a61dae67c87c1cc
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.
dlls/secur32/negotiate.c
dlls/secur32/ntlm.c