[PATCH 07/20] kerberos: Implement SpAcquireCredentialsHandle.

Hans Leidekker hans at codeweavers.com
Wed Jan 24 06:04:21 CST 2018


On Wed, 2018-01-24 at 19:32 +0800, Dmitry Timoshkov wrote:
> Hans Leidekker <hans at 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.

I'll continue the review now that we've cleared this up. Alexandre,
feel free to assign the patches to me.




More information about the wine-devel mailing list