- Sep 20, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 18, 2007
-
-
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.
-
Daniel Stenberg authored
-
- Sep 13, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
to the specific tracker entries
-
- Sep 09, 2007
-
-
Daniel Stenberg authored
-
- Sep 06, 2007
-
-
Daniel Stenberg authored
-
- Sep 05, 2007
-
-
Dan Fandrich authored
-
- Sep 03, 2007
-
-
Guenter Knauf authored
-
- Sep 01, 2007
-
-
Dan Fandrich authored
-
- Aug 31, 2007
-
-
Dan Fandrich authored
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility.
-
- Aug 30, 2007
-
-
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)
-
- Aug 23, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Aug 22, 2007
-
-
Daniel Stenberg authored
2) added nroff header
-
- Aug 17, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
* #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers from being output in NOBODY requests over ftp
-
- Aug 14, 2007
-
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
- Aug 11, 2007
-
-
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.
-
- Aug 07, 2007
-
-
Daniel Stenberg authored
the multi interface, but having the comment in here caused more questions than we fixed problems so I remove it now. It still works fine.
-
Daniel Stenberg authored
-
- Aug 06, 2007
-
-
Guenter Knauf authored
Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set the path to the bin folder.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
some brief hints about gssapi and libssh2
-
Daniel Stenberg authored
-
- Aug 03, 2007
-
-
Guenter Knauf authored
-
- Aug 02, 2007
-
-
Daniel Stenberg authored
POST
-
- Aug 01, 2007
-
-
Daniel Stenberg authored
passed to it with curl_easy_setopt()! Previously it has always just refered to the data, forcing the user to keep the data around until libcurl is done with it. That is now history and libcurl will instead clone the given strings and keep private copies.
-
- Jul 30, 2007
-
-
Daniel Stenberg authored
when using the socket API
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 29, 2007
-
-
Daniel Stenberg authored
-
- Jul 20, 2007
-
-
Dan Fandrich authored
lower case for consistency since sftp commands are case insensitive.
-
- Jul 19, 2007
-
-
Daniel Stenberg authored
-
- Jul 18, 2007
-
-
James Housley authored
-
Dan Fandrich authored
-