Hans Leidekker hans@codeweavers.com wrote:
A simple test that does the following: printf("kerberos.dll => %p\n", GetModuleHandle("kerberos.dll")); AcquireCredentialsHandleA(NULL, "Kerberos", SECPKG_CRED_OUTBOUND, NULL, NULL, NULL, NULL, &cred, &ts); printf("kerberos.dll => %p\n", GetModuleHandle("kerberos.dll"));
prints this under Windows 7: kerberos.dll => 00000000 kerberos.dll => 734A0000
Does this answer your question?
That's a good indication, thanks. If I replace "Kerberos" with "NTLM" in the AcquireCredentialsHandleA call kerberos.dll is not loaded, so it's not just a side-effect.
Thanks for the confirmation. What else is needed to get the remaining patches reviewed? I guess that Alexandre waits for your sign-offs, although the patches are not explicitly assigned to you for a review.