Skip to content
  1. Mar 16, 2005
    • Daniel Stenberg's avatar
      more · b5d97b3d
      Daniel Stenberg authored
      b5d97b3d
    • Daniel Stenberg's avatar
      - Tru64 and some IRIX boxes seem to not like test 237 as it is. Their · 61133545
      Daniel Stenberg authored
        inet_addr() functions seems to use &255 on all numericals in a ipv4 dotted
        address which makes a different failure... Now I've modified the ipv4
        resolve code to use inet_pton() instead in an attempt to make these systems
        better detect this as a bad IP address rather than creating a toally bogus
        address that is then passed on and used.
      61133545
  2. Mar 15, 2005
  3. Mar 14, 2005
  4. Mar 12, 2005
  5. Mar 11, 2005
  6. Mar 10, 2005
  7. Mar 09, 2005
  8. Mar 08, 2005
  9. Mar 07, 2005
  10. Mar 04, 2005
  11. Mar 03, 2005
  12. Feb 18, 2005
  13. 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
  14. Feb 11, 2005
  15. Feb 10, 2005
  16. Feb 09, 2005
  17. Feb 08, 2005
  18. Feb 04, 2005
  19. Feb 01, 2005
  20. Jan 30, 2005
  21. Jan 29, 2005
  22. Jan 28, 2005
  23. Jan 25, 2005
  24. Jan 21, 2005
  25. Jan 20, 2005
  26. Jan 19, 2005
  27. Jan 18, 2005
  28. Jan 16, 2005