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.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -7,6 +7,12 @@
|
||||
Changelog
|
||||
|
||||
Daniel Stenberg (18 Oct 2009)
|
||||
- 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. He also provided a small and simple
|
||||
patch for it.
|
||||
|
||||
- Kevin Baughman found a double close() problem with libcurl-NSS, as when
|
||||
libcurl called NSS to close the SSL "session" it also closed the actual
|
||||
socket.
|
||||
|
||||
Reference in New Issue
Block a user