components/curl/patches/013-curl_sasl_gssapi.c.patch
changeset 3726 1c80a90dd005
equal deleted inserted replaced
3725:57a3df1e928a 3726:1c80a90dd005
       
     1 From: https://www.mail-archive.com/[email protected]/msg21757.html
       
     2 Quanah Gibson-Mount Thu, 15 Jan 2015 12:27:13 -0800
       
     3 Unfortunately, it appears that curl is still not tested against Heimdal
       
     4 Kerberos.
       
     5 
       
     6 This problem has been reported upstream.
       
     7 
       
     8 --- lib/curl_sasl_gssapi.c.orig	2015-01-26 08:22:32.369117065 -0800
       
     9 +++ lib/curl_sasl_gssapi.c	2015-01-26 08:36:35.452740440 -0800
       
    10 @@ -31,6 +31,10 @@
       
    11  #define NCOMPAT 1
       
    12  #endif
       
    13  
       
    14 +#ifdef HAVE_GSSHEIMDAL
       
    15 +#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE
       
    16 +#endif
       
    17 +
       
    18  #define GSSAUTH_P_NONE      1
       
    19  #define GSSAUTH_P_INTEGRITY 2
       
    20  #define GSSAUTH_P_PRIVACY   4