- Oct 03, 2007
-
-
Daniel Stenberg authored
CURLE_PEER_FAILED_VERIFICATION (standard CURL_NO_OLDIES style), and made this return code get used by the previous SSH MD5 fingerprint check in case it fails.
-
Daniel Stenberg authored
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and the curl tool --hostpubmd5. They both make the SCP or SFTP connection verify the remote host's md5 checksum of the public key before doing a connect, to reduce the risk of a man-in-the-middle attack.
-
- Oct 02, 2007
-
-
Daniel Stenberg authored
Added test case 1008 to verify. Note that #47 is still there.
-
Daniel Stenberg authored
CURLOPT_POST301 written by Philip Langdale
-
Daniel Stenberg authored
-
- Sep 25, 2007
-
-
Daniel Stenberg authored
out "written"
-
- Sep 24, 2007
-
-
Daniel Stenberg authored
URLs ending with a slash properly (it should list the contents of that directory). Test case 351 brought back and also test 1010 was added.
-
Daniel Stenberg authored
Debian bug report http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443734
-
- Sep 21, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the --proxy-negotiate command line option to allow a user to explicitly select it.
-
- Sep 20, 2007
-
-
-
Daniel Stenberg authored
-
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
-