1. 04 Mar, 2005 5 commits
  2. 03 Mar, 2005 4 commits
  3. 28 Feb, 2005 1 commit
  4. 24 Feb, 2005 1 commit
  5. 22 Feb, 2005 4 commits
  6. 19 Feb, 2005 1 commit
  7. 18 Feb, 2005 3 commits
  8. 17 Feb, 2005 2 commits
  9. 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
  10. 14 Feb, 2005 4 commits
  11. 11 Feb, 2005 9 commits
  12. 10 Feb, 2005 5 commits