aa47ac4c | 04-Mar-2005 |
Daniel Stenberg |
Added test case 235 that makes a resumed upload of a file that isn't present on the remote side. This then converts the operation to an ordinary STOR upload. This was requested/pointed out by
Added test case 235 that makes a resumed upload of a file that isn't present on the remote side. This then converts the operation to an ordinary STOR upload. This was requested/pointed out by Ignacio Vazquez-Abrams. It also proved (and I fixed) a bug in the newly rewritten ftp code (and present in the 7.13.1 release) when trying to resume an upload and the servers returns an error to the SIZE command. libcurl then loops and sends SIZE commands infinitely.
show more ...
|
b01151e8 | 04-Mar-2005 |
Dan Fandrich |
Reduced the length of data read from the random entropy file. |
67bd6f9c | 04-Mar-2005 |
Dan Fandrich |
Don't try to read the whole of the random file because when /dev/urandom is used, it slows initialization too much reading an infinitely long file! |
4869fa28 | 04-Mar-2005 |
Daniel Stenberg |
7.13.2-CVS |
d221e014 | 04-Mar-2005 |
Daniel Stenberg |
starting over |
874fc822 | 04-Mar-2005 |
Daniel Stenberg |
stand clear for release time |
6f752c64 | 04-Mar-2005 |
Daniel Stenberg |
Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate the cookie "engine" without having to provide an empty or non-existing file. |
ccb7950c | 04-Mar-2005 |
Daniel Stenberg |
killed trailing whitespace |
750e7713 | 04-Mar-2005 |
Daniel Stenberg |
killed trailing whitespace |
7012a4a2 | 04-Mar-2005 |
Daniel Stenberg |
Rene Rebe fixed a -# crash when more data than expected was retrieved. |
40ab20a2 | 03-Mar-2005 |
Daniel Stenberg |
new VB binding |
6af315e5 | 03-Mar-2005 |
Daniel Stenberg |
VB binding, updated the .NET info |
861b5e60 | 03-Mar-2005 |
Daniel Stenberg |
mention buffer overflows fixed |
f6191759 | 03-Mar-2005 |
Daniel Stenberg |
fix the distribution files |
0ddab51a | 28-Feb-2005 |
Dan Fandrich |
Fix for a base64 decode heap buffer overflow vulnerability. |
9798432f | 24-Feb-2005 |
Dan Fandrich |
Fixed some compiler warnings. Fixed a low incidence memory leak in the test server. |
5faf5261 | 22-Feb-2005 |
Daniel Stenberg |
Updated as suggested by Samuel D�az Garc�a |
f8b4ba80 | 22-Feb-2005 |
Daniel Stenberg |
krb4 fixed |
527f70e5 | 22-Feb-2005 |
Daniel Stenberg |
Curl_base64_decode() now returns an allocated buffer |
19f66c75 | 22-Feb-2005 |
Daniel Stenberg |
Thanks for the notification iDEFENCE. We are the "initial vendor" and we sure got no notification, no mail, no nothing. You didn't even bother to mail us when you went public with this.
Thanks for the notification iDEFENCE. We are the "initial vendor" and we sure got no notification, no mail, no nothing. You didn't even bother to mail us when you went public with this. Cool. NTLM buffer overflow fix, as reported here: http://www.securityfocus.com/archive/1/391042
show more ...
|
b7721deb | 19-Feb-2005 |
Daniel Stenberg |
added test case 234 which is like 233 but uses --location-trusted instead so thus the second request to the new host will use authentication fine |
5ba188ab | 18-Feb-2005 |
Daniel Stenberg |
Ralph Mitchell reported a flaw when you used a proxy with auth, and you requested data from a host and then followed a redirect to another host. libcurl then didn't use the proxy-auth properl
Ralph Mitchell reported a flaw when you used a proxy with auth, and you requested data from a host and then followed a redirect to another host. libcurl then didn't use the proxy-auth properly in the second request, due to the host-only check for original host name wrongly being extended to the proxy auth as well. Added test case 233 to verify the flaw and that the fix removed the problem.
show more ...
|
eadfd78c | 18-Feb-2005 |
Daniel Stenberg |
socket leak, mingw build |
4d815c99 | 18-Feb-2005 |
Daniel Stenberg |
Based on Mike Dobbs' report, BUILDING_LIBCURL is now defined in here if it runs to build with mingw. |
176981b5 | 17-Feb-2005 |
Daniel Stenberg |
close the socket properly when returning error due to failing localbind Bug report #1124588 by David |