diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-18 00:18:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-18 00:18:27 +0000 |
commit | e5ee82274535366632343f80ea5ca5556b056486 (patch) | |
tree | 7629cdfe9a57031765634380166c21b18157c887 /RELEASE-NOTES | |
parent | 167a92810a77b3abd973ea987a1306cfa155d65c (diff) |
John Dennis filed bug report #2873666
(http://curl.haxx.se/bug/view.cgi?id=2873666) which identified a problem which
made libcurl loop infinitely when given incorrect credentials when using HTTP
GSS negotiate authentication.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8556b54b8..111e98255 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -37,6 +37,7 @@ This release includes the following bugfixes: o connect next bug o invalid file name characters handling on Windows o double close() on the primary socket with libcurl-NSS + o GSS negotiate infinite loop on bad credentials This release includes the following known bugs: @@ -49,6 +50,6 @@ advice from friends like these: Michal Marek, Eric Wong, Guenter Knauf, Peter Sylvester, Daniel Johnson, Claes Jakobsson, Sven Anders, Chris Mumford, John P. McCaskey, Constantine Sapuntzakis, Michael Stillwell, Tom Mueller, Dan Fandrich, - Kevin Baughman + Kevin Baughman, John Dennis Thanks! (and sorry if I forgot to mention someone) |