Skip to content
  1. Mar 04, 2005
  2. Mar 03, 2005
  3. Feb 18, 2005
  4. Feb 16, 2005
    • 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
  5. Feb 11, 2005
  6. Feb 10, 2005
  7. Feb 01, 2005
  8. Jan 28, 2005
  9. Jan 25, 2005
  10. Jan 23, 2005
  11. Jan 21, 2005
  12. Jan 20, 2005
  13. Jan 19, 2005
  14. Jan 18, 2005
  15. Jan 17, 2005
  16. Jan 13, 2005
  17. Jan 11, 2005
  18. Jan 10, 2005
  19. Jan 07, 2005
  20. Jan 05, 2005
  21. Dec 25, 2004
  22. Dec 23, 2004
  23. Dec 20, 2004
  24. Dec 19, 2004
  25. Dec 18, 2004
  26. Dec 16, 2004
  27. Dec 15, 2004
  28. Dec 14, 2004
  29. Dec 13, 2004