1. 20 Sep, 2007 1 commit
  2. 18 Sep, 2007 2 commits
    • 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
  3. 17 Sep, 2007 1 commit
  4. 15 Sep, 2007 1 commit
  5. 14 Sep, 2007 1 commit
  6. 13 Sep, 2007 1 commit
  7. 11 Sep, 2007 1 commit
    • Daniel Stenberg's avatar
      Daniel S (12 September 2007) · 9e88343a
      Daniel Stenberg authored
      - Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed
        out a problem with doing an empty upload over FTP on a re-used connection.
        I added test case 541 to reproduce it and to verify the fix.
      
      - I noticed while writing test 541 that the FTP code wrongly did a CWD on the
        second transfer as it didn't store and remember the "" path from the
        previous transfer so it would instead CWD to the entry path as stored. This
        worked, but did a superfluous command. Thus, test case 541 now also verifies
        this fix.
      9e88343a
  8. 07 Sep, 2007 2 commits
  9. 05 Sep, 2007 2 commits
  10. 31 Aug, 2007 2 commits
  11. 30 Aug, 2007 2 commits
  12. 24 Aug, 2007 1 commit
    • 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
  13. 23 Aug, 2007 1 commit
  14. 22 Aug, 2007 2 commits
  15. 20 Aug, 2007 1 commit
  16. 17 Aug, 2007 3 commits
  17. 14 Aug, 2007 1 commit
  18. 11 Aug, 2007 2 commits
  19. 08 Aug, 2007 1 commit
  20. 04 Aug, 2007 1 commit
  21. 02 Aug, 2007 2 commits
  22. 01 Aug, 2007 2 commits
  23. 30 Jul, 2007 2 commits
  24. 29 Jul, 2007 1 commit
  25. 23 Jul, 2007 2 commits
  26. 22 Jul, 2007 2 commits