- Aug 24, 2007
-
-
Guenter Knauf authored
-
Patrick Monnerat authored
Adding DOCS file in OS400 installation library with license and various other documentation text files. Setting character set of OS400 installed source components
-
http://curl.haxx.se/bug/view.cgi?id=1779054Daniel Stenberg authored
out that libcurl didn't deal with large responses from server commands, when the single response was consisting of multiple lines but of a total size of 16KB or more. Dan Fandrich improved the ftp test script and provided test case 1006 to repeat the problem, and I fixed the code to make sure this new test case runs fine.
-
Patrick Monnerat authored
-
- Aug 23, 2007
-
-
Dan Fandrich authored
multiple lines (similar to test case 1003).
-
Dan Fandrich authored
characters.
-
Patrick Monnerat authored
-
Dan Fandrich authored
-
Dan Fandrich authored
empty proxy server is selected.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
just because if I do that automake does funny things automatically with the makefile.sh file in that directory and thus doing it this way was a quick work-around that annoyance!
-
Daniel Stenberg authored
-
Patrick Monnerat authored
-
Guenter Knauf authored
default now to verify cert unless data->set.ssl.verifypeer is 0.
-
- Aug 22, 2007
-
-
http://curl.haxx.se/bug/view.cgi?id=1779751Daniel Stenberg authored
out that doing first a file:// upload and then an FTP upload crashed libcurl or at best caused furious valgrind complaints. Fixed now by making sure we free and clear the file-specific struct properly when done with it.
-
Gisle Vanem authored
-
http://curl.haxx.se/bug/view.cgi?id=1779054Daniel Stenberg authored
out that libcurl didn't deal with very long (>16K) FTP server response lines properly. Starting now, libcurl will chop them off (thus the client app will not get the full line) but survive and deal with them fine otherwise. Test case 1003 was added to verify this.
-
Daniel Stenberg authored
future
-
Daniel Stenberg authored
that verfies ridiculously long server response lines. Also changed sprintf to snprintf in a few places.
-
Daniel Stenberg authored
2) added nroff header
-
Guenter Knauf authored
-
- Aug 21, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
removed obsolete wsock32 link lib.
-
- Aug 20, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
removed now obsolete defines since we include now ldap headers which define these.
-
Daniel Stenberg authored
download transfer size much earlier to be possible to get read with CURLINFO_CONTENT_LENGTH_DOWNLOAD as soon as possible.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Guenter Knauf authored
fixed ldaps section for OpenLDAP. Still not working, but at least it compiles now, and should serve as base to get it finally working. Also seems that the ifdefs can be arranged some better because the Solaris and Netscape/iPlanet/Mozilla LDAP SDKs seem to be closer to the Novell section than the OpenLDAP one.
-
Guenter Knauf authored
added define to build with ldaps support; enabled build with the Novell LDAP SDK.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Aug 19, 2007
-
-
Guenter Knauf authored
ignore errors of the RM command; seems that the del command fails on W2K when the file to delete isnt found while on XP it only prints the warning but make continues....
-
Guenter Knauf authored
-
- Aug 17, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1776232) about libcurl calling Curl_client_write(), passing on a const string that the caller may not modify and yet it does (on some platforms).
-