aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-21 08:54:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-21 08:54:36 +0000
commit1754d6166c18cb32d91f6420616519ea03bd1b14 (patch)
tree2fe6ad70e9306fafbadfe2a8a9db3bee0c6e2a9c /include
parent481871768bd052236b4cc70eb5bfec647f6dcf90 (diff)
Added CURLOPT_KRB4LEVEL
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 85baac630..e54ccac65 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -389,6 +389,11 @@ typedef enum {
/* Set the interface string to use as outgoing network interface */
CINIT(INTERFACE, OBJECTPOINT, 62),
+ /* Set the krb4 security level, this also enables krb4 awareness. This is a
+ * string, 'clear', 'safe', 'confidential' or 'private'. If the string is
+ * set but doesn't match one of these, 'private' will be used. */
+ CINIT(KRB4LEVEL, OBJECTPOINT, 63),
+
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;
@@ -437,7 +442,7 @@ char *curl_getenv(char *variable);
char *curl_version(void);
/* This is the version number */
-#define LIBCURL_VERSION "7.3-pre2"
+#define LIBCURL_VERSION "7.3-pre6"
#define LIBCURL_VERSION_NUM 0x070300
/* linked-list structure for the CURLOPT_QUOTE option */