diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-15 22:55:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-15 22:55:12 +0000 |
commit | d19134e64464cd2ecaed99523eb281970301c8c7 (patch) | |
tree | 9867e59d0642354e412e6b80f5eb0398860ecdc1 | |
parent | 951e2a654582c6c05c28d69b049584d28e19b932 (diff) |
bug fixes
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,7 +6,18 @@ Changelog +Daniel (16 September) +- Doing PUT with --digest failed, as reported in bug report #805853. + +- Using --anyauth that picked NTLM, and then a redirect closed the connection + and took curl to a second NTLM page made curl fail. Test case #806328 + identified the problem. + Daniel (14 September) +- codemastr brought a patch for ares to make the Windows portions of it work + properly on NT4. I uploaded a new diff and updated the docs on where to get + it etc. + - Jeff Pohlmeyer tracked down a very hard-to-find bug where we removed a cached DNS entry even though it may be in use, which caused "random" memory to get overwritten and thus "random" crashes. |