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