- 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
(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).
-
Daniel Stenberg authored
(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.
-
Daniel Stenberg authored
HTTP PUT using Digest authentication. Test case 5320 and 5322 were also added to verify the functionality.
-
- Aug 16, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we 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.
-
- Aug 15, 2007
-
-
Guenter Knauf authored
-
Patrick Monnerat authored
-
Guenter Knauf authored
-
- Aug 14, 2007
-
-
Guenter Knauf authored
other minor makefile tweaks.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
NTLMFLAG_NEGOTIATE_UNICODE, we need to filter it off because libcurl doesn't unicode encode the strings it packs into the NTLM authenticate packet.
-
- Aug 13, 2007
-
-
Dan Fandrich authored
-
Patrick Monnerat authored
-
- Aug 12, 2007
-
-
Daniel Stenberg authored
indented some of the code to curl-style
-
Guenter Knauf authored
-
- Aug 11, 2007
-
-
Daniel Stenberg authored
size earlier when doing HTTP downloads, so that applications and the progress meter etc know get the info earlier in the flow than before.
-
Daniel Stenberg authored
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.
-
- Aug 09, 2007
-
-
Guenter Knauf authored
fixed warning with gcc 4.x (hopefully); dynamincally imported UseAccurateCaseForPaths() for CLIB port to be stonetime-compatible (NW 3.x).
-
Guenter Knauf authored
-
- Aug 08, 2007
-
-
Guenter Knauf authored
-
Dan Fandrich authored
countermeasures code path.
-
Guenter Knauf authored
-
Patrick Monnerat authored
Improve "universal" alignment type in struct memdebug
-
- Aug 07, 2007
-
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Patrick Monnerat authored
undef standard *printf before (re)defining them
-
Dan Fandrich authored
-
- Aug 05, 2007
-
-
Daniel Stenberg authored
based on his comments/suggestions.
-
- Aug 04, 2007
-
-
Guenter Knauf authored
fixed link order in case libssh2 is build with zlib.
-
Daniel Stenberg authored
non-ASCII systems.
-
Dan Fandrich authored
-
- Aug 03, 2007
-
-
Dan Fandrich authored
it into a few new functions. Fixed a few leaks in out of memory conditions, including for test case 231.
-
Guenter Knauf authored
-
James Housley authored
-
James Housley authored
LIBSSH2_APINO
-