[PATCH] kerberos: Support non-DCE style contexts.

Alexandre Julliard julliard at winehq.org
Mon Feb 5 09:24:29 CST 2018


Hans Leidekker <hans at codeweavers.com> writes:

> Signed-off-by: Hans Leidekker <hans at codeweavers.com>
> ---
>  dlls/kerberos/krb5_ap.c | 163 +++++++++++++++++++++++++++++++++++++++---------
>  1 file changed, 134 insertions(+), 29 deletions(-)

This doesn't build without gssapi:

../../../wine/dlls/kerberos/krb5_ap.c: In function ‘kerberos_SpQueryContextAttributes’:
../../../wine/dlls/kerberos/krb5_ap.c:1096:9: error: unknown type name ‘gss_ctx_id_t’
../../../wine/dlls/kerberos/krb5_ap.c:1099:29: warning: implicit declaration of function ‘ctxthandle_sspi_to_gss’ [-Wimplicit-function-declaration]
../../../wine/dlls/kerberos/krb5_ap.c:1100:21: warning: implicit declaration of function ‘is_dce_style_context’ [-Wimplicit-function-declaration]
Makefile:174: recipe for target 'krb5_ap.o' failed

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list