Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-11 | Dima Barsky patched problem #1348930: the GnuTLS code completely ignored | Daniel Stenberg | |
client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930). | |||
2005-11-11 | Moved the sockaddr_storage definition to lib/sockaddr.h and only include that | Daniel Stenberg | |
in files that actually need the struct. | |||
2005-11-11 | Squelch gcc 4.x warning. | Gisle Vanem | |
2005-11-11 | Detabified. Added CVS id. | Gisle Vanem | |
2005-11-11 | HAVE_xx defines moved to config-win32.h. | Gisle Vanem | |
2005-11-11 | mention how to set domain when using NTLM | Daniel Stenberg | |
2005-11-11 | Update using ares_inet_pton() and ares_inet_ntop(). | Gisle Vanem | |
2005-11-10 | one in, one out | Daniel Stenberg | |
2005-11-10 | Fun while it lasted. New mirror already out-of-date. | Daniel Stenberg | |
2005-11-10 | David Lang fixed IPv6 support for TFTP! | Daniel Stenberg | |
2005-11-10 | David Lang: if there is no sockaddr_storage, make up our own and use that | Daniel Stenberg | |
2005-11-10 | modified to the new error text for range error | Daniel Stenberg | |
2005-11-10 | just implemented | Daniel Stenberg | |
2005-11-10 | Introducing range stepping to the curl globbing support. Now you can specify | Daniel Stenberg | |
step counter by adding :[num] within the brackets when specifying a range. | |||
2005-11-10 | Use config-win32.h on Windows. Fixes for djgpp. | Gisle Vanem | |
2005-11-10 | Defines moved to config-win32.h. | Gisle Vanem | |
2005-11-10 | Easy configuration with this file. | Gisle Vanem | |
2005-11-10 | Remove generated files areslib.plg areslib.mak from CVS. | Gisle Vanem | |
2005-11-10 | Remove generated files ahost.plg ahost.mak from CVS. | Gisle Vanem | |
2005-11-10 | Remove generated files adig.plg adig.mak from CVS. | Gisle Vanem | |
2005-11-09 | * Add step parameter to the globbing. Like [0-1000;10] that would walk the | Daniel Stenberg | |
range increasing the number with 10 for every step. Requested by Jose: http://curl.haxx.se/feedback/display.cgi?id=11315662266802 | |||
2005-11-09 | Update with "new" HAVE_xx. | Gisle Vanem | |
2005-11-09 | Replace <winsock.h> with <winsock2.h> | Gisle Vanem | |
since IPv6 support is required. | |||
2005-11-09 | Add cvs id. | Gisle Vanem | |
2005-11-09 | Added Makefile.vc6. | Gisle Vanem | |
2005-11-09 | I hate MS-devstudio project files. | Gisle Vanem | |
2005-11-09 | Updated for MingW. Added inet_ntop.o inet_net_pton.o bitncmp.o. | Gisle Vanem | |
Added -D'efines'. | |||
2005-11-09 | MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> + | Gisle Vanem | |
<ws2tcpip.h> since IPv6 is no longer optional (was it ever?) | |||
2005-11-09 | Fixes for building with MSVC-6/7. Added inet*.c. | Gisle Vanem | |
Replace <winsock.h> with <winsock2.h> + <ws2tcpip.h> (ala libcurl since IPv6 is not optional now). | |||
2005-11-09 | Fixes for building ahost with MSVC-6/7. Added inet*.c. | Gisle Vanem | |
2005-11-08 | Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since | Daniel Stenberg | |
we really have no use for reverse lookups of the address. I truly hope these are the last reverse lookups we had lingering in the code! | |||
2005-11-08 | SSPI-fix and a new mirror | Daniel Stenberg | |
2005-11-08 | Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled | Daniel Stenberg | |
version of libcurl with different Windows versions. Current version of libcurl imports SSPI functions from secur32.dll. However, under Windows NT 4.0 these functions are located in security.dll, under Windows 9x - in secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll just forwards calls to secur32.dll). Dmitry's patch loads proper library dynamically depending on Windows version. Function InitSecurityInterface() is used to obtain pointers to all of SSPI function in one structure. : ---------------------------------------------------------------------- | |||
2005-11-07 | 27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike | Daniel Stenberg | |
Curl_ossl_connect(), the Curl_gtls_connect() function does not send the user certificate to the peer. In fact, it ignores the conn->data->set.cert field completely, it always uses the anonymous credentials. See http://curl.haxx.se/bug/view.cgi?id=1348930 | |||
2005-11-07 | mention the need for a "fake" -u when --negotiate is used | Daniel Stenberg | |
2005-11-05 | CurlPas 2005-11-05 was released: http://curlpas.sf.net/ | Daniel Stenberg | |
2005-11-02 | oops | Daniel Stenberg | |
2005-11-02 | Added: | Daniel Stenberg | |
1.9 Where do I buy commercial support for curl? 1.10 How many are using curl? 6.7 What are my obligations when using libcurl in my commerical apps? Edited a few other paragraphs slightly. | |||
2005-11-01 | Use an empty '*mod_name'. | Gisle Vanem | |
2005-10-31 | Vilmos Nebehaj improved libcurl's LDAP abilities: | Daniel Stenberg | |
The LDAP code in libcurl can't handle LDAP servers of LDAPv3 nor binary attributes in LDAP objects. So, I made a quick patch to address these problems. The solution is simple: if we connect to an LDAP server, first try LDAPv3 (which is the preferred protocol as of now) and then fall back to LDAPv2. In case of binary attributes, we first convert them to base64, just like the openldap client does. It uses ldap_get_values_len() instead of ldap_get_values() to be able to retrieve binary attributes correctly. I defined the necessary LDAP macros in lib/ldap.c to be able to compile libcurl without the presence of libldap | |||
2005-10-31 | kill trailing whitespace | Daniel Stenberg | |
2005-10-30 | test 275 makes a CONNECT through a proxy and then gets two pages from the | Daniel Stenberg | |
same server | |||
2005-10-29 | --max-redirs 0 | Daniel Stenberg | |
2005-10-29 | re-arranged the win32 section and added a pointer to the INSTALL.devcpp | Daniel Stenberg | |
document | |||
2005-10-28 | Tom Kyer's DevCpp-Mingw Install & Compilation guide | Daniel Stenberg | |
2005-10-28 | mention brokenness | Daniel Stenberg | |
2005-10-28 | elaborated somewhat in the license chapter | Daniel Stenberg | |
2005-10-27 | Nis Jorgensen filed bug report #1338648 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify. | |||
2005-10-27 | tommink[at]post.pl reported in bug report #1337723 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1337723) that curl could not upload binary data from stdin on Windows if the data contained control-Z (hex 1a) since that is treated as end-of-file when read in text mode. Gisle Vanem pointed out the fix, and I made both -T and --data-binary take advantage of it. | |||
2005-10-27 | updates to reflect current status in Debian land, and added some known | Daniel Stenberg | |
differences between OpenSSL and GnuTLS (that is probably a suitable subject for a separate document...) |