- Aug 22, 2007
-
-
Daniel Stenberg authored
2) added nroff header
-
Guenter Knauf authored
-
- Aug 21, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
removed obsolete wsock32 link lib.
-
- Aug 20, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
removed now obsolete defines since we include now ldap headers which define these.
-
Daniel Stenberg authored
download transfer size much earlier to be possible to get read with CURLINFO_CONTENT_LENGTH_DOWNLOAD as soon as possible.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Guenter Knauf authored
fixed ldaps section for OpenLDAP. Still not working, but at least it 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.
-
Guenter Knauf authored
added define to build with ldaps support; enabled build with the Novell LDAP SDK.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- 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
-
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
-
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
* #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers from being output in NOBODY requests over ftp
-
Daniel Stenberg authored
-
Daniel Stenberg authored
range. They are about FTP but the 100-199 range is full.
-
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.
-
Dan Fandrich authored
-
Guenter Knauf authored
-
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.
-
Daniel Stenberg authored
-
- Aug 13, 2007
-
-
Dan Fandrich authored
-