Sweden-Number/dlls/kerberos
Dmitry Timoshkov b8f0649851 kerberos: Calling InitializeSecurityContext without a token buffer is not an error.
This patch makes Kerberos Authentication Tester work with https and dotnet40.
Apparently that's a dotnet40 quirk that it passes not NULL input buffers
but doesn't mark any of buffers as a token, dotnet20 passes NULL input.

Note, that in order to make version 2.0 applications work (Kerberos
Authentication Tester is such an application) with dotnet40+ one
needs to add to the registry key
[Software\\Microsoft\\.NETFramework]
"OnlyUseLatestCLR"=dword:00000001

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-05 11:46:45 +01:00
..
Makefile.in kerberos: Implement SpAcquireCredentialsHandle. 2018-01-24 16:12:38 +01:00
kerberos.spec kerberos: Add SpUserModeInitialize implementation. 2018-01-25 12:26:36 +01:00
krb5_ap.c kerberos: Calling InitializeSecurityContext without a token buffer is not an error. 2018-02-05 11:46:45 +01:00