- Feb 18, 2008
-
-
Daniel Stenberg authored
get a fresh one downloaded and created with 'make ca-bundle' or you can get one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use as default ca bundle for your build. If not specified, the configure script will check a few known standard places for a global ca cert to use.
-
- Feb 17, 2008
-
-
Yang Tse authored
-
- Jan 28, 2008
-
-
Daniel Stenberg authored
-
- Jan 22, 2008
-
-
Yang Tse authored
it when sys/poll.h is unavailable
-
- Jan 21, 2008
-
-
Yang Tse authored
-
- Jan 11, 2008
-
-
Daniel Stenberg authored
spanking new CURLOPT_SEEKFUNCTION simply to take advantage of the improved performance for the upload resume cases where you want to upload the last few bytes of a very large file. To implement this decently, I had to switch the client code for uploading from fopen()/fread() to plain open()/read() so that we can use lseek() to do >32bit seeks (as fseek() doesn't allow that) on systems that offer support for that.
-
- Dec 14, 2007
-
-
Daniel Stenberg authored
-
- Nov 30, 2007
-
-
Dan Fandrich authored
-
- Nov 28, 2007
-
-
Daniel Stenberg authored
get the libs as well and not only the include path like we used to.
-
- Nov 17, 2007
-
-
Daniel Stenberg authored
the lib was built staticly.
-
- Nov 01, 2007
-
-
Dan Fandrich authored
due to a missing header file.
-
- Oct 31, 2007
-
-
Dan Fandrich authored
always, except when --without-libssh2 was given
-
- Oct 29, 2007
-
-
Daniel Stenberg authored
tracker (https://bugzilla.redhat.com/show_bug.cgi?id=316191), I now made curl-config --features and --protocols show the correct output when built with NSS.
-
- Oct 25, 2007
-
-
Dan Fandrich authored
-
- Oct 19, 2007
-
-
Yang Tse authored
-
- Oct 18, 2007
-
-
Yang Tse authored
Specifically for linux x86-64 with Intel's icc.
-
- Oct 14, 2007
- Oct 13, 2007
-
-
Yang Tse authored
-
- Oct 10, 2007
-
-
Yang Tse authored
-
- Oct 09, 2007
-
-
Yang Tse authored
-
- Sep 25, 2007
-
-
Dan Fandrich 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.
-
- Sep 14, 2007
-
-
Dan Fandrich authored
Removed and fixed some AC_SUBST configure entries.
-
- Aug 30, 2007
-
-
Guenter Knauf authored
renamed LDAP(S) messages from 'yes' to 'enabled'.
-
- Aug 20, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf 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.
-
- Jun 12, 2007
-
-
Daniel Stenberg authored
complicated work-around for 64bit HPUX compiles. We do the fix using inline static functions to make them follow the header file properly and thus get used fine in the test suite too etc.
-
- May 31, 2007
-
-
Daniel Stenberg authored
to find that it crashed miserably, and this was due to some select()isms left in the code. This was due to API restrictions in c-ares 1.3.x, but with the upcoming c-ares 1.4.0 this is no longer the case so now libcurl runs much better with c-ares and the multi interface with > 1024 file descriptors in use.
-
- May 17, 2007
-
-
Dan Fandrich authored
-
- Apr 30, 2007
-
-
Daniel Stenberg authored
looking for a C++ preprocessor on libtool-using projects" with the factory- installed libtool version on Mac OS X.
-
- Apr 22, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 10, 2007
-
-
Yang Tse authored
-
- Apr 08, 2007
-
-
Daniel Stenberg authored
-
- Apr 01, 2007
-
-
Daniel Stenberg authored
by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmode() needs their hard-coded config.h files fixed. I fixed the src/config-win32.h.
-
- Mar 22, 2007
-
-
Yang Tse authored
-