1. 13 May, 2005 1 commit
  2. 12 May, 2005 1 commit
  3. 11 May, 2005 1 commit
  4. 09 May, 2005 2 commits
  5. 06 May, 2005 1 commit
  6. 02 May, 2005 2 commits
  7. 29 Apr, 2005 1 commit
  8. 26 Apr, 2005 1 commit
  9. 23 Apr, 2005 1 commit
  10. 18 Apr, 2005 1 commit
  11. 12 Apr, 2005 1 commit
  12. 10 Apr, 2005 1 commit
  13. 07 Apr, 2005 1 commit
  14. 05 Apr, 2005 1 commit
  15. 04 Apr, 2005 1 commit
  16. 03 Apr, 2005 1 commit
  17. 30 Mar, 2005 1 commit
  18. 29 Mar, 2005 2 commits
  19. 18 Mar, 2005 1 commit
  20. 16 Mar, 2005 1 commit
  21. 14 Mar, 2005 1 commit
  22. 12 Mar, 2005 2 commits
  23. 09 Mar, 2005 1 commit
  24. 08 Mar, 2005 1 commit
  25. 04 Mar, 2005 5 commits
  26. 03 Mar, 2005 2 commits
  27. 18 Feb, 2005 2 commits
  28. 16 Feb, 2005 1 commit
    • Daniel Stenberg's avatar
      Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth" · ac022b2e
      Daniel Stenberg authored
      that picks NTLM. Thanks to David Byron letting me test NTLM against his
      servers, I could quickly repeat and fix the problem. It turned out to be:
      
      When libcurl POSTs without knowing/using an authentication and it gets back a
      list of types from which it picks NTLM, it needs to either continue sending
      its data if it keeps the connection alive, or not send the data but close the
      connection. Then do the first step in the NTLM auth. libcurl didn't send the
      data nor close the connection but simply read the response-body and then sent
      the first negotiation step. Which then failed miserably of course. The fixed
      version forces a connection if there is more than 2000 bytes left to send.
      ac022b2e
  29. 11 Feb, 2005 1 commit
  30. 10 Feb, 2005 1 commit