aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-10 12:22:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-10 12:22:19 +0000
commite56ae1426cb7a0a4a427cf8d6099a821fdaae428 (patch)
tree42fd54560e276dcaefec12be5f60987b8a146f0e /CHANGES
parent696843c020ba5beea9f1479b8f433e1ea322f987 (diff)
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
added.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ac8050bc7..012567158 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
Daniel (10 June)
+- Daniel Kouril added HTTP Negotiate authentication support, as defined in the
+ IETF draft draft-brezak-spnego-http-04.txt. In use already by various
+ Microsoft web applications. CURLOPT_HTTPNEGOTIATE and --negotiate are the
+ new family members.
+
- A missing ending bracket (']') while doing URL globbing could lead to a
segfault. While fixing this, I also introduced better error reporting in the
globbing code. (All this is application code outside libcurl.)