- Fixed the HTTP Digest auth code to not behave badly when getting a blank realm

with realm="". http://curl.haxx.se/bug/view.cgi?id=2126435
This commit is contained in:
Daniel Stenberg
2008-09-25 14:09:22 +00:00
parent 4d437416da
commit 1b9d311b5c
3 changed files with 11 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ This release includes the following bugfixes:
o SFTP over SOCKS crash fixed
o thread-safety issues addressed for NSS-powered libcurls
o removed the use of mktime() and gmtime(_r)() in date parsing and conversions
o HTTP Digest with a blank realm did wrong
This release includes the following known bugs: