aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-16added 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-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
other minor makefile tweaks.
2007-08-14LDAP is no longer excluded on Minix.Dan Fandrich
2007-08-14updated NetWare docu about recent LDAP changes.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
NTLMFLAG_NEGOTIATE_UNICODE, we need to filter it off because libcurl doesn't unicode encode the strings it packs into the NTLM authenticate packet.
2007-08-14the curl_multi_handle_control() ideaDaniel Stenberg
2007-08-13Removed redundant dependency linesDan Fandrich
2007-08-13Removed unused variable.Dan Fandrich
2007-08-13Simplify and rename internal structure to avoid potential name clash with ↵Patrick Monnerat
LDAP header file.
2007-08-12Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, andDaniel Stenberg
indented some of the code to curl-style
2007-08-12minor change in language for the --libcurl source headerDaniel 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
size earlier when doing HTTP downloads, so that applications and the progress meter etc know get the info earlier in the flow than before.
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
2007-08-09fixed warning with gcc 4.x (hopefully); dynamincally imported ↵Gunter Knauf
UseAccurateCaseForPaths() for CLIB port to be stonetime-compatible (NW 3.x).
2007-08-09fixed a warning which MingW gcc 4.2.1.Gunter Knauf
2007-08-09There's no need to ignore the User-Agent for this test.Dan Fandrich
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
countermeasures code path.
2007-08-08removed asm rules since we have no asm in the sources, and this produced 2 ↵Gunter Knauf
warnings.
2007-08-08blocked ssize_t define for MingW32.Gunter Knauf
2007-08-08Fix getsockname argument typePatrick Monnerat
Improve "universal" alignment type in struct memdebug
2007-08-07Usage of the BCURLOPT_PROGRESSFUNCTION callback is not recommended when usingDaniel Stenberg
the multi interface, but having the comment in here caused more questions than we fixed problems so I remove it now. It still works fine.
2007-08-07Fixed torture test for test 509Dan Fandrich
2007-08-07moved HAVE_LONGLONG from makefiles to config-win32.h.Gunter Knauf
2007-08-07add URL to more "generated public config.h" detailsDaniel Stenberg
2007-08-07Some #if --> #ifdefPatrick Monnerat
undef standard *printf before (re)defining them
2007-08-07Fixed some icc compiler warnings.Dan Fandrich
2007-08-06Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set ↵Gunter Knauf
the path to the bin folder.
2007-08-06ontributors from the 7.16.4 release notes and a removed duplicateDaniel Stenberg
2007-08-06removed the rsaglue hint since it doesn't apply to modern OpenSSL, and addedDaniel Stenberg
some brief hints about gssapi and libssh2
2007-08-06we now support GSS/Kerberos 5 for ftp file transfers!Daniel Stenberg
2007-08-05Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated commentsDaniel Stenberg
based on his comments/suggestions.
2007-08-04changed to use libssh2 0.16;Gunter Knauf
fixed link order in case libssh2 is build with zlib.
2007-08-04another mirrorDaniel Stenberg
2007-08-04Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work onDaniel Stenberg
non-ASCII systems.
2007-08-04Fixed a couple of compiler warnings.Dan Fandrich
2007-08-03Refactored CreateConnection() somewhat to reduce its length by splittingDan Fandrich
it into a few new functions. Fixed a few leaks in out of memory conditions, including for test case 231.
2007-08-03fixed small fix issue I introduced with my previous commit.Gunter Knauf
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
LIBSSH2_APINO
2007-08-03changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins ↵Gunter Knauf
pointed out; changed to use latest external libs.