Dmitry Timoshkov : kerberos: Add ISC_REQ_CONNECTION to the list of supported flags.

Alexandre Julliard julliard at winehq.org
Thu May 24 16:55:58 CDT 2018


Module: wine
Branch: master
Commit: f9f7b775d92019a683db2f97d9e73ceb9dcaad65
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f9f7b775d92019a683db2f97d9e73ceb9dcaad65

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Thu May 24 14:36:13 2018 +0800

kerberos: Add ISC_REQ_CONNECTION to the list of supported flags.

Formatting messages are not supported anyway.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kerberos/krb5_ap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kerberos/krb5_ap.c b/dlls/kerberos/krb5_ap.c
index 60042e6..7d532e5 100644
--- a/dlls/kerberos/krb5_ap.c
+++ b/dlls/kerberos/krb5_ap.c
@@ -1020,7 +1020,7 @@ static NTSTATUS NTAPI kerberos_SpInitLsaModeContext( LSA_SEC_HANDLE credential,
 #ifdef SONAME_LIBGSSAPI_KRB5
     static const ULONG supported = ISC_REQ_CONFIDENTIALITY | ISC_REQ_INTEGRITY | ISC_REQ_SEQUENCE_DETECT |
                                    ISC_REQ_REPLAY_DETECT | ISC_REQ_MUTUAL_AUTH | ISC_REQ_USE_DCE_STYLE |
-                                   ISC_REQ_IDENTIFY;
+                                   ISC_REQ_IDENTIFY | ISC_REQ_CONNECTION;
     OM_uint32 ret, minor_status, ret_flags = 0, expiry_time, req_flags = flags_isc_req_to_gss( context_req );
     gss_cred_id_t cred_handle;
     gss_ctx_id_t ctxt_handle;




More information about the wine-cvs mailing list