Skip to content
  1. Oct 03, 2007
  2. Oct 02, 2007
  3. Sep 30, 2007
  4. Sep 29, 2007
  5. Sep 28, 2007
  6. Sep 26, 2007
    • Daniel Stenberg's avatar
      we added a curl_easy_setopt() option too · 9b550564
      Daniel Stenberg authored
      9b550564
    • Daniel Stenberg's avatar
      Philip Langdale provided the new CURLOPT_POST301 option for · fd4cf78f
      Daniel Stenberg authored
      curl_easy_setopt() that alters how libcurl functions when following
      redirects. It makes libcurl obey the RFC2616 when a 301 response is received
      after a non-GET request is made. Default libcurl behaviour is to change
      method to GET in the subsequent request (like it does for response code 302
      - because that's what many/most browsers do), but with this CURLOPT_POST301
      option enabled it will do what the spec says and do the next request using
      the same method again. I.e keep POST after 301.
      
      The curl tool got this option as --post301
      
      Test case 1011 and 1012 were added to verify.
      fd4cf78f
    • Daniel Stenberg's avatar
      Max Katsev reported that when doing a libcurl FTP request with · a6315359
      Daniel Stenberg authored
      CURLOPT_NOBODY enabled but not CURLOPT_HEADER, libcurl wouldn't do TYPE
      before it does SIZE which makes it less useful. I walked over the code and
      made it do this properly, and added test case 542 to verify it.
      a6315359
  7. Sep 24, 2007
  8. Sep 21, 2007
  9. Sep 20, 2007
  10. Sep 18, 2007
    • Daniel Stenberg's avatar
      Rob Crittenden provided an NSS update with the following highlights: · 8c3f40ee
      Daniel Stenberg authored
      o It looks for the NSS database first in the environment variable SSL_DIR,
        then in /etc/pki/nssdb, then it initializes with no database if neither of
        those exist.
      
      o If the NSS PKCS#11 libnspsem.so driver is available then PEM files may be
        loaded, including the ca-bundle. If it is not available then only
        certificates already in the NSS database are used.
      
      o Tries to detect whether a file or nickname is being passed in so the right
        thing is done
      
      o Added a bit of code to make the output more like the OpenSSL module,
        including displaying the certificate information when connecting in
        verbose mode
      
      o Improved handling of certificate errors (expired, untrusted, etc)
      
      The libnsspem.so PKCS#11 module is currently only available in Fedora
      8/rawhide. Work will be done soon to upstream it. The NSS module will work
      with or without it, all that changes is the source of the certificates and
      keys.
      8c3f40ee
    • Daniel Stenberg's avatar
      Immanuel pointed out that public key SSH auth failed if no public/private · 45fd6685
      Daniel Stenberg authored
      key was specified and there was no HOME environment variable, and then it
      didn't continue to try the other auth methods. Now it will instead try to
      get the files id_dsa.pub and id_dsa from the current directory if none of
      the two conditions were met.
      45fd6685
  11. Sep 17, 2007
  12. Sep 15, 2007
  13. Sep 14, 2007
  14. Sep 13, 2007
  15. Sep 12, 2007
  16. Sep 11, 2007
  17. Sep 09, 2007
  18. Sep 06, 2007
  19. Sep 03, 2007
  20. Aug 30, 2007
  21. Aug 24, 2007
    • Daniel Stenberg's avatar
      Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed · 7cba40b2
      Daniel Stenberg authored
      out that libcurl didn't deal with large responses from server commands, when
      the single response was consisting of multiple lines but of a total size of
      16KB or more. Dan Fandrich improved the ftp test script and provided test
      case 1006 to repeat the problem, and I fixed the code to make sure this new
      test case runs fine.
      7cba40b2
  22. Aug 23, 2007
  23. Aug 22, 2007
  24. Aug 20, 2007
  25. Aug 17, 2007
  26. Aug 14, 2007
  27. Aug 11, 2007