Hans Leidekker hans@codeweavers.com writes:
On Tue, 2017-10-24 at 10:27 +0200, Alexandre Julliard wrote:
Hans Leidekker hans@codeweavers.com writes:
Signed-off-by: Hans Leidekker hans@codeweavers.com
configure.ac | 18 +++ dlls/secur32/Makefile.in | 2 +- dlls/secur32/kerberos.c | 276 +++++++++++++++++++++++++++++++++++++++++--- dlls/secur32/secur32.c | 1 + dlls/secur32/secur32_priv.h | 1 + 5 files changed, 282 insertions(+), 16 deletions(-)
I liked the idea of putting this in kerberos.dll. Have you given up on this?
I liked it too, but it turns out that this dll doesn't implement the interface secur32 uses to load SSP modules (a SecurityFunctionTable returned by InitSecurityInterface).
It's also clear now that native doesn't use the SecurityProviders registry key to load the Kerberos provider.
Yes, but isn't that a matter of figuring out how secur32 is supposed to load it instead? Or do you believe that it's now all inside secur32 on Windows too?