https://bugs.winehq.org/show_bug.cgi?id=53757
--- Comment #7 from Hans Leidekker hans@meelstraat.net --- (In reply to 化神期水牛 from comment #6)
(In reply to Hans Leidekker from comment #5)
(In reply to 化神期水牛 from comment #4)
(In reply to Hans Leidekker from comment #2)
Can you attach a +secur32,+ntlm,+kerberos,+winhttp,+wininet trace?
ok, the log is attached
0110:trace:ntlm:ntlm_SpInitLsaModeContext 0x9628d58, 0, L"HTTP/192.168.10.34", 0x20802, 0, 028601C8, 0050DED4, 028601DC, 0285D0B0, 0050E104, 0050DED3, 00000000 0110:trace:ntlm:ntlm_SpInitLsaModeContext returning 0x80090308
This is the first call to ntlm_SpInitLsaModeContext() and it returns SEC_E_INVALID_TOKEN because we expect the input buffer to be NULL when the context handle is NULL. This needs some tests to show how Windows behaves.
It returns SEC_E_UNSUPPORTED_FUNCTION.