diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-19 12:56:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-19 12:56:22 +0000 |
commit | 09ccfcdcd422fc0b0421562bbdcf53f78a3f3e4b (patch) | |
tree | 5cf77bcc16c120b43dfe90c1d3a09f95bc4aaef6 /docs | |
parent | bbc01c36d2e6688068aaf47fa2869d3a8a5bb88d (diff) |
Markus Moeller's SPNEGO patch applied, with my edits, additions and minor
cleanups.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_version_info.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3 index 15bcb7b42..ed1327b21 100644 --- a/docs/libcurl/curl_version_info.3 +++ b/docs/libcurl/curl_version_info.3 @@ -2,7 +2,7 @@ .\" nroff -man [file] .\" $Id$ .\" -.TH curl_version_info 3 "12 Aug 2003" "libcurl 7.10.7" "libcurl Manual" +.TH curl_version_info 3 "19 Sep 2003" "libcurl 7.10.8" "libcurl Manual" .SH NAME curl_version_info - returns run-time libcurl version info .SH SYNOPSIS @@ -84,6 +84,10 @@ interest for libcurl hackers. (added in 7.10.6) libcurl was built with support for asynchronous name lookups, which allows more exact timeouts (even on Windows) and less blocking when using the multi interface. (added in 7.10.7) +.TP +.B CURL_VERSION_SPNEGO +libcurl was built with support for SPNEGO authentication (Simple and Protected +GSS-API Negotiation Mechanism, defined in RFC 2478.) (added in 7.10.8) .PP \fIssl_version\fP is an ascii string for the OpenSSL version used. If libcurl has no SSL support, this is NULL. |