1. 03 Oct, 2007 2 commits
  2. 02 Oct, 2007 3 commits
  3. 25 Sep, 2007 1 commit
  4. 24 Sep, 2007 2 commits
  5. 21 Sep, 2007 2 commits
  6. 20 Sep, 2007 4 commits
  7. 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
  8. 13 Sep, 2007 3 commits
  9. 09 Sep, 2007 1 commit
  10. 06 Sep, 2007 1 commit
  11. 05 Sep, 2007 1 commit
  12. 03 Sep, 2007 1 commit
  13. 01 Sep, 2007 1 commit
  14. 31 Aug, 2007 1 commit
  15. 30 Aug, 2007 1 commit
    • Dan Fandrich's avatar
      Renamed several libcurl error codes and options to make them more general · 9f44a955
      Dan Fandrich authored
      and allow reuse by multiple protocols. Several unused error codes were
      removed.  In all cases, macros were added to preserve source (and binary)
      compatibility with the old names.  These macros are subject to removal at
      a future date, but probably not before 2009.  An application can be
      tested to see if it is using any obsolete code by compiling it with the
      CURL_NO_OLDIES macro defined.
      
      Documented some newer error codes in libcurl-error(3)
      9f44a955
  16. 23 Aug, 2007 2 commits
  17. 22 Aug, 2007 1 commit
  18. 17 Aug, 2007 2 commits
  19. 14 Aug, 2007 3 commits
  20. 11 Aug, 2007 1 commit
    • Daniel Stenberg's avatar
      Patrick Monnerat modified the LDAP code and approach in curl. Starting now, · d0edb478
      Daniel Stenberg authored
      the configure script checks for openldap and friends and we link with those
      libs just like we link all other third party libraries, and we no longer
      dlopen() those libraries. Our private header file lib/ldap.h was renamed to
      lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
      just before this commit, just in case.
      d0edb478
  21. 07 Aug, 2007 2 commits
  22. 06 Aug, 2007 3 commits