summaryrefslogtreecommitdiff
path: root/lib/vauth/krb5_gssapi.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-20 11:56:07 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-08-18 20:31:20 +0100
commita0f212946b1e839a673973930034b98031f1507c (patch)
tree176a18d51867ce716a224b607ca82f8752ba5b5f /lib/vauth/krb5_gssapi.c
parentcdd61dc35fc093f6e78da0168070a09f45becf5c (diff)
downloadgnurl-a0f212946b1e839a673973930034b98031f1507c.tar.gz
gnurl-a0f212946b1e839a673973930034b98031f1507c.tar.bz2
gnurl-a0f212946b1e839a673973930034b98031f1507c.zip
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
As Windows SSPI authentication calls fail when a particular mechanism isn't available, introduced these functions for DIGEST, NTLM, Kerberos 5 and Negotiate to allow both HTTP and SASL authentication the opportunity to query support for a supported mechanism before selecting it. For now each function returns TRUE to maintain compatability with the existing code when called.
Diffstat (limited to 'lib/vauth/krb5_gssapi.c')
-rw-r--r--lib/vauth/krb5_gssapi.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/vauth/krb5_gssapi.c b/lib/vauth/krb5_gssapi.c
index 31c8c7da4..c754fae45 100644
--- a/lib/vauth/krb5_gssapi.c
+++ b/lib/vauth/krb5_gssapi.c
@@ -42,6 +42,20 @@
#include "memdebug.h"
/*
+ * Curl_auth_is_gssapi_supported()
+ *
+ * This is used to evaluate if GSSAPI (Kerberos V5) is supported.
+ *
+ * Parameters: None
+ *
+ * Returns TRUE if Kerberos V5 is supported by the GSS-API library.
+ */
+bool Curl_auth_is_gssapi_supported(void)
+{
+ return TRUE;
+}
+
+/*
* Curl_auth_create_gssapi_user_message()
*
* This is used to generate an already encoded GSSAPI (Kerberos V5) user token