1. 28 Apr, 2015 5 commits
  2. 27 Apr, 2015 4 commits
  3. 26 Apr, 2015 9 commits
  4. 25 Apr, 2015 2 commits
  5. 24 Apr, 2015 3 commits
  6. 23 Apr, 2015 1 commit
  7. 22 Apr, 2015 15 commits
  8. 21 Apr, 2015 1 commit
    • Daniel Stenberg's avatar
      http_done: close Negotiate connections when done · 79b9d5f1
      Daniel Stenberg authored
      When doing HTTP requests Negotiate authenticated, the entire connnection
      may become authenticated and not just the specific HTTP request which is
      otherwise how HTTP works, as Negotiate can basically use NTLM under the
      hood. curl was not adhering to this fact but would assume that such
      requests would also be authenticated per request.
      
      CVE-2015-3148
      
      Bug: http://curl.haxx.se/docs/adv_20150422B.html
      Reported-by: Isaac Boukris
      79b9d5f1