aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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.)