Age | Commit message (Expand) | Author |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich |
2007-08-31 | Made some of the error strings returned by the *strerror functions more | Dan Fandrich |
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 |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich |
2007-08-30 | Made Curl_GetFTPResponse() use lots less code and instead use the proper | Daniel Stenberg |
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 |
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 |
2007-08-22 | Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed | Daniel Stenberg |
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 |
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 buildcon... | Gunter Knauf |
2007-08-20 | fixed warning with unused var; | Gunter Knauf |
2007-08-20 | Based on a patch by Christian Vogt, the FTP code now sets the upcoming | Daniel Stenberg |
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 compiles... | Gunter Knauf |
2007-08-20 | added some comments about the paths and build options; | Gunter Knauf |
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 when... | Gunter Knauf |
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 |
2007-08-17 | Robson Braga Araujo filed bug report #1776235 | Daniel Stenberg |
2007-08-17 | Song Ma provided a patch that cures a problem libcurl has when doing resume | Daniel Stenberg |
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 k... | Gunter Knauf |
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 |
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 |
2007-08-14 | trial to enable LDAP support again with patched Novell headers. | Gunter Knauf |
2007-08-14 | Andrew Wansink provided an NTLM bugfix: in the case the server sets the flag | Daniel Stenberg |
2007-08-13 | Removed unused variable. | Dan Fandrich |
2007-08-13 | Simplify and rename internal structure to avoid potential name clash with LDA... | Patrick Monnerat |
2007-08-12 | Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, and | Daniel Stenberg |
2007-08-12 | disable LDAP since we can no longer compile due to header incompatiblities. | Gunter Knauf |