- Dec 27, 2007
-
-
Daniel Stenberg authored
-
- Dec 14, 2007
-
-
Daniel Stenberg authored
will prompt for a password. Denis Bredelet pointed out!
-
- Dec 12, 2007
-
-
Daniel Stenberg authored
added the --no-keep-alive option that can disable that on demand.
-
- Nov 22, 2007
-
-
Daniel Stenberg authored
and documentation.
-
- Nov 20, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
data sent in a post.
-
- Oct 13, 2007
-
-
Daniel Stenberg authored
My understanding is that we use "number" for discrete variables and "amount" for continuous variables. So you can say "The amount of flour required depends on..." or, "Last night I consumed a large amount of beer!". And, "That tank contains a large number of fish" or, "Over the week I consumed a number of cases of beer." I think that features are discrete, so the man page would read "...the number of features will make your head spin!".
-
- Oct 09, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
man page.
-
- 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
CURLOPT_POST301 written by Philip Langdale
-
- Sep 24, 2007
-
-
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 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.
-
- Aug 23, 2007
-
-
Daniel Stenberg authored
-
- Jul 20, 2007
-
-
Dan Fandrich authored
lower case for consistency since sftp commands are case insensitive.
-
- Jul 01, 2007
-
-
Daniel Stenberg authored
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
-
- Jun 13, 2007
-
-
James Housley authored
upload. Some text provieded by Tom Regner
-
- May 15, 2007
-
-
Dan Fandrich authored
case 614. Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
-
- May 14, 2007
-
-
Dan Fandrich authored
-
- May 09, 2007
-
-
Dan Fandrich authored
-
- Apr 22, 2007
-
-
Daniel Stenberg authored
the man page now.
-
Daniel Stenberg authored
to GET on redirect
-
- Mar 23, 2007
-
-
Dan Fandrich authored
plus made --pass work on an SSH private key as well.
-
- Feb 28, 2007
-
-
Daniel Stenberg authored
-
- Feb 23, 2007
-
-
Daniel Stenberg authored
-v, --trace and --trace-ascii, since it could really confuse the user. Clarified this fact in the man page.
-
- Feb 20, 2007
-
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
- Feb 12, 2007
-
-
Daniel Stenberg authored
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
-
Daniel Stenberg authored
to the debug callback. - Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's internal decoding of content or transfer encoded content. This may be preferable in cases where you use libcurl for proxy purposes or similar. The command line tool got a --raw option to disable both at once.
-
- Jan 25, 2007
-
-
Daniel Stenberg authored
ordinary curl command line, and you will get a libcurl-using source code written to the file that does the equivalent operation of what your command line operation does!
-
- Jan 05, 2007
-
-
Daniel Stenberg authored
curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it will make libcurl shutdown SSL/TLS after the authentication is done on a FTP-SSL operation.
-
- Dec 14, 2006
-
-
Daniel Stenberg authored
-
- Dec 06, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
temporarily higher speeds than requested, but the given limiting is considered "over time" and is an average
-
- Nov 03, 2006
-
-
Daniel Stenberg authored
-
- Oct 25, 2006
-
-
Daniel Stenberg authored
case when 401 or 407 are returned, *IF* no auth credentials have been given. The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401 and 407 cases when auth credentials is given, but we've now covered this somewhat more. You might get some amounts of headers transferred before this situation is detected, like for when a "100-continue" is received as a response to a POST/PUT and a 401 or 407 is received immediately afterwards. Added test 281 to verify this change.
-
- Oct 12, 2006
-
-
Daniel Stenberg authored
-
- Oct 09, 2006
-
-
Daniel Stenberg authored
-