diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-10 12:22:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-10 12:22:19 +0000 |
commit | e56ae1426cb7a0a4a427cf8d6099a821fdaae428 (patch) | |
tree | 42fd54560e276dcaefec12be5f60987b8a146f0e /CHANGES | |
parent | 696843c020ba5beea9f1479b8f433e1ea322f987 (diff) |
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
added.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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.) |