aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-08-22for now comment the tls_start section...Gunter Knauf
2007-08-21sync libssh2 paths with comments.Gunter Knauf
2007-08-21added targets to create the files missing in CVS which makes calling buildcon...Gunter Knauf
2007-08-20fixed warning with unused var;Gunter Knauf
2007-08-20Based on a patch by Christian Vogt, the FTP code now sets the upcomingDaniel Stenberg
2007-08-20compile with ldaps by default since it seems to work fine so far.Gunter Knauf
2007-08-20fixed ldaps section for OpenLDAP. Still not working, but at least it compiles...Gunter Knauf
2007-08-20added some comments about the paths and build options;Gunter Knauf
2007-08-20added define for ldap_ssl.h.Gunter Knauf
2007-08-19ignore errors of the RM command; seems that the del command fails on W2K when...Gunter Knauf
2007-08-19added some comments in the makefiles about build options.Gunter Knauf
2007-08-17- Robson Braga Araujo filed bug report #1776232Daniel Stenberg
2007-08-17Robson Braga Araujo filed bug report #1776235Daniel Stenberg
2007-08-17Song Ma provided a patch that cures a problem libcurl has when doing resumeDaniel Stenberg
2007-08-16fixed warning about uninitialized.Gunter Knauf
2007-08-16added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we k...Gunter Knauf
2007-08-15added define PORT_LDAPS.Gunter Knauf
2007-08-15Fix a potential buffer overflow bug in lib/version.cPatrick Monnerat
2007-08-15added ldap_msgfree() to fix memory leak.Gunter Knauf
2007-08-14added a dependency for libcares if build with ares support;Gunter Knauf
2007-08-14only include LDAP headers if we build with LDAP support.Gunter Knauf
2007-08-14added -lwldap32 to link libs.Gunter Knauf
2007-08-14changed autoload dependent LDAP NLM.Gunter Knauf
2007-08-14trial to enable LDAP support again with patched Novell headers.Gunter Knauf
2007-08-14Andrew Wansink provided an NTLM bugfix: in the case the server sets the flagDaniel Stenberg
2007-08-13Removed unused variable.Dan Fandrich
2007-08-13Simplify and rename internal structure to avoid potential name clash with LDA...Patrick Monnerat
2007-08-12Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, andDaniel Stenberg
2007-08-12disable LDAP since we can no longer compile due to header incompatiblities.Gunter Knauf
2007-08-11Allen Pulsifer provided a patch that makes libcurl set the expected downloadDaniel Stenberg
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
2007-08-09fixed warning with gcc 4.x (hopefully); dynamincally imported UseAccurateCase...Gunter Knauf
2007-08-09fixed a warning which MingW gcc 4.2.1.Gunter Knauf
2007-08-08moved ugly CLIB define to nwos.c.Gunter Knauf
2007-08-08Song Ma noted a zlib memory leak in the illegal compressed headerDan Fandrich
2007-08-08blocked ssize_t define for MingW32.Gunter Knauf
2007-08-08Fix getsockname argument typePatrick Monnerat
2007-08-07Fixed torture test for test 509Dan Fandrich
2007-08-07moved HAVE_LONGLONG from makefiles to config-win32.h.Gunter Knauf
2007-08-07Some #if --> #ifdefPatrick Monnerat
2007-08-07Fixed some icc compiler warnings.Dan Fandrich
2007-08-05Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated commentsDaniel Stenberg
2007-08-04changed to use libssh2 0.16;Gunter Knauf
2007-08-04Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work onDaniel Stenberg
2007-08-04Fixed a couple of compiler warnings.Dan Fandrich
2007-08-03Refactored CreateConnection() somewhat to reduce its length by splittingDan Fandrich
2007-08-03some more makefile fixes/changes.Gunter Knauf
2007-08-03Start adding some expanded error conversion of libssh2 errors.James Housley
2007-08-03The previous commit to force the use of libssh2-0.16 by removingJames Housley
2007-08-03changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins p...Gunter Knauf