Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-21 | conn->user and conn->passwd will now always be set to point to something. | Daniel Stenberg | |
If not user or password is set, they will point to a "" string. | |||
2003-10-18 | gcc -Wshadow complaints fixed | Daniel Stenberg | |
2003-10-17 | Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize. | Daniel Stenberg | |
2003-10-17 | o the name and password arrays are 256 bytes, so let's accept that lengthy | Daniel Stenberg | |
input o have ->passwd and ->name be NULL if no name/passwd was given o only set default user+password for FTP if no userpwd was given | |||
2003-10-16 | password promting support removed from libcurl | Daniel Stenberg | |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | |
2003-10-09 | Lachlan O'Dea fixed a resume problem: "If I set CURLOPT_RESUME_FROM, perform | Daniel Stenberg | |
an HTTP download, then reset CURLOPT_RESUME_FROM to 0, the next download still has a Range header with a garbage value." bug report #820502 | |||
2003-09-19 | Markus Moeller's SPNEGO patch applied, with my edits, additions and minor | Daniel Stenberg | |
cleanups. | |||
2003-09-15 | If a connection is closed down and it had some kind of NTLM involved, we | Daniel Stenberg | |
reset the authentication state to make it restart on the next connection. This of course because NTLM is connection-oriented, whilst all other authentication schemes are not. | |||
2003-09-03 | Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied. | Daniel Stenberg | |
2003-09-03 | Joerg Mueller-Tolk's fix to better deal with user+passwords for proxies | Daniel Stenberg | |
2003-08-28 | CURLOPT_BUFFERSIZE must not be smaller than 0 (zero) as that is impossible | Daniel Stenberg | |
for us to deal with | |||
2003-08-17 | setting WRITEFUNCTION or READFUNCTION to NULL will now reset the callback | Daniel Stenberg | |
pointers to the internal default functions | |||
2003-08-14 | prevent memory leak when going out of memory | Daniel Stenberg | |
2003-08-11 | use safefree instead | Daniel Stenberg | |
2003-08-11 | memory leak fixed when re-using connections with proxy user+passwd | Daniel Stenberg | |
2003-08-11 | Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies | Daniel Stenberg | |
work. | |||
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg | |
2003-08-08 | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | Daniel Stenberg | |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg | |
build libcurl to use ares for asynch name resolves. | |||
2003-08-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg | |
2003-07-25 | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg | |
need it. | |||
2003-07-23 | When we re-use an existing connection we must make sure that we don't | Daniel Stenberg | |
accidentally re-use the connect_addr field, as that might no longer be around. Fix verified by Tracy Boehrer who basicly debugged and tracked down this problem. | |||
2003-07-22 | reversed the check for GSSAPI when request that auth | Daniel Stenberg | |
2003-07-21 | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg | |
connectdata to work as expected | |||
2003-07-20 | If NTLM is requested, only re-use connections that have the exact same | Daniel Stenberg | |
credentials. | |||
2003-07-19 | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg | |
of the sessionhandle struct, as that was not good. | |||
2003-07-04 | Peter Sylvester's patch was applied that introduces the following: | Daniel Stenberg | |
CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If anything but CURLE_OK is returned, that will also be returned by libcurl all the way back. If this function changes the CURLOPT_URL, libcurl will detect this and instead go use the new URL. CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set with CURLOPT_SSL_CTX_FUNCTION. | |||
2003-06-26 | added CURLOPT_HTTPAUTH support | Daniel Stenberg | |
2003-06-12 | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg | |
a "plain" Negotiate as well. | |||
2003-06-11 | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg | |
but the infrastructure is there. | |||
2003-06-10 | Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan | Daniel Stenberg | |
to add more method in the future. | |||
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg | |
added. | |||
2003-05-23 | include digest.h for proto | Daniel Stenberg | |
2003-05-22 | Added CURLOPT_HTTPDIGEST support | Daniel Stenberg | |
SOCKS5 fix as suggested by Jis in bugreport #741841. | |||
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | |
2003-05-12 | Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if | Daniel Stenberg | |
set to "". This frees the application from having to know which encodings the library supports. | |||
2003-05-09 | support for CURLOPT_FTP_USE_EPRT added | Daniel Stenberg | |
2003-04-30 | if there's a cookiehost allocated, free that too | Daniel Stenberg | |
2003-04-11 | ah, move the zero byte too or havoc will occur | Daniel Stenberg | |
2003-04-11 | support ? as separator instead of / even if not protocol was given | Daniel Stenberg | |
2003-04-11 | show a verbose warning message in case cookie-saving fails, after | Daniel Stenberg | |
Ralph Mitchell's notification. | |||
2003-04-10 | Vlad Krupin's URL parsing patch to fix the URL parsing when the URL has no | Daniel Stenberg | |
slash after the host name, but still a ? and following "parameters". | |||
2003-03-31 | move the ssl config clone call to before the connectionexists call and then | Daniel Stenberg | |
also subsequently free the ssl struct if the connection struct is to be deleted | |||
2003-03-31 | Fixup after talks with Richard Bramante. We should now make better | Daniel Stenberg | |
comparisons before re-using SSL connections and re-using SSL connection IDs. | |||
2003-03-31 | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg | |
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts. | |||
2003-03-31 | Frankie Fong filed bug report #708708 which identified a problem with | Daniel Stenberg | |
ConnectionExists() when first doing a proxy connecto to a HTTPS site and then switching over to a HTTP connection to the same host. This fix corrects the problem. | |||
2003-03-25 | white space and indent fix | Daniel Stenberg | |
2003-03-24 | Richard Bramante's provided a fix for a handle re-use problem seen when you | Daniel Stenberg | |
change options on an SSL-enabled connection between requests. | |||
2003-03-21 | Hopefully this change addresses these two bug reports: 707003 and 706624. | Daniel Stenberg | |
We need to make sure that when we init a 'connectdata' struct and then afterwards check for and re-use another one, we must be careful so that the newly set values are transmitted and used in the surviving connectdata struct. |