Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-15 | fixed VC6 makefiles for new ldap linkage. | Gunter Knauf | |
2007-09-11 | - I noticed while writing test 541 that the FTP code wrongly did a CWD on the | Daniel Stenberg | |
second transfer as it didn't store and remember the "" path from the previous transfer so it would instead CWD to the entry path as stored. This worked, but did a superfluous command. Thus, test case 541 now also verifies this fix. | |||
2007-09-11 | - Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed | Daniel Stenberg | |
out a problem with doing an empty upload over FTP on a re-used connection. I added test case 541 to reproduce it and to verify the fix. | |||
2007-09-07 | TFTP now reports the "not defined" TFTP error code 0 as an error, | Dan Fandrich | |
not success. | |||
2007-09-05 | Minix doesn't support getsockopt on UDP sockets or send/recv on TCP | Dan Fandrich | |
sockets. | |||
2007-09-05 | Curl_GetFTPResponse() now checks and properly deals with the fact that the | Daniel Stenberg | |
underlying ftp_readresp() function has a separate "cache" where there might in fact be leftover data... | |||
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich | |
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility. | |||
2007-08-31 | Made some of the error strings returned by the *strerror functions more | Dan Fandrich | |
generic, and more consistent with each other. | |||
2007-08-31 | Fixed an invalid returned error code added in my last submission. | Dan Fandrich | |
2007-08-30 | Added more accurate error code returns from SFTP operations. Added test | Dan Fandrich | |
case 615 to test an SFTP upload failure. | |||
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | |
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) | |||
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich | |
cleaning up after an OOM condition in curl_multi_add_handle | |||
2007-08-30 | Made Curl_GetFTPResponse() use lots less code and instead use the proper | Daniel Stenberg | |
low-level ftp_readresp() function. Hopefully adressing bug #1779054. | |||
2007-08-29 | Added lots of consts | Dan Fandrich | |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich | |
2007-08-26 | Fixed some minor mismatched types found by splint. | Dan Fandrich | |
2007-08-25 | bail out with error if someone tries to use another cert than PEM with OpenLDAP. | Gunter Knauf | |
2007-08-25 | only link with -lwldap32 if we dont use other LDAP SDKs. | Gunter Knauf | |
2007-08-24 | added defines to build with OpenLDAP. | Gunter Knauf | |
2007-08-24 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg | |
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. | |||
2007-08-24 | Remove leading space in curl_version_info ss_version field. | Patrick Monnerat | |
2007-08-23 | added the two new os400 files | Daniel Stenberg | |
2007-08-23 | Porting library to OS/400 | Patrick Monnerat | |
2007-08-23 | added support for CA cert verification; | Gunter Knauf | |
default now to verify cert unless data->set.ssl.verifypeer is 0. | |||
2007-08-22 | Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed | Daniel Stenberg | |
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. | |||
2007-08-22 | Reversed the 'HAVE_LDAP_URL_PARSE' ifdef statement. | Gisle Vanem | |
2007-08-22 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg | |
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. | |||
2007-08-22 | for now comment the tls_start section... | Gunter Knauf | |
2007-08-21 | sync libssh2 paths with comments. | Gunter Knauf | |
2007-08-21 | added targets to create the files missing in CVS which makes calling ↵ | Gunter Knauf | |
buildconf.bat obsolete; removed obsolete wsock32 link lib. | |||
2007-08-20 | fixed warning with unused var; | Gunter Knauf | |
removed now obsolete defines since we include now ldap headers which define these. | |||
2007-08-20 | Based on a patch by Christian Vogt, the FTP code now sets the upcoming | Daniel Stenberg | |
download transfer size much earlier to be possible to get read with CURLINFO_CONTENT_LENGTH_DOWNLOAD as soon as possible. | |||
2007-08-20 | compile with ldaps by default since it seems to work fine so far. | Gunter Knauf | |
2007-08-20 | fixed ldaps section for OpenLDAP. Still not working, but at least it ↵ | Gunter Knauf | |
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. | |||
2007-08-20 | added some comments about the paths and build options; | Gunter Knauf | |
added define to build with ldaps support; enabled build with the Novell LDAP SDK. | |||
2007-08-20 | added define for ldap_ssl.h. | Gunter Knauf | |
2007-08-19 | ignore errors of the RM command; seems that the del command fails on W2K ↵ | Gunter Knauf | |
when the file to delete isnt found while on XP it only prints the warning but make continues.... | |||
2007-08-19 | added some comments in the makefiles about build options. | Gunter Knauf | |
2007-08-17 | - Robson Braga Araujo filed bug report #1776232 | Daniel Stenberg | |
(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). | |||
2007-08-17 | Robson Braga Araujo filed bug report #1776235 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1776235) about ftp requests with NOBODY on a directory would do a "SIZE (null)" request. This is now fixed and test case 1000 was added to verify. | |||
2007-08-17 | Song Ma provided a patch that cures a problem libcurl has when doing resume | Daniel Stenberg | |
HTTP PUT using Digest authentication. Test case 5320 and 5322 were also added to verify the functionality. | |||
2007-08-16 | fixed warning about uninitialized. | Gunter Knauf | |
2007-08-16 | added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we ↵ | Gunter Knauf | |
know its fully working, and available with all LDAP SDKs. Win32 requires to have the trusted CA in local keystore - I've not found yet a way to disable the cert check. | |||
2007-08-15 | added define PORT_LDAPS. | Gunter Knauf | |
2007-08-15 | Fix a potential buffer overflow bug in lib/version.c | Patrick Monnerat | |
2007-08-15 | added ldap_msgfree() to fix memory leak. | Gunter Knauf | |
2007-08-14 | added a dependency for libcares if build with ares support; | Gunter Knauf | |
other minor makefile tweaks. | |||
2007-08-14 | only include LDAP headers if we build with LDAP support. | Gunter Knauf | |
2007-08-14 | added -lwldap32 to link libs. | Gunter Knauf | |
2007-08-14 | changed autoload dependent LDAP NLM. | Gunter Knauf | |