- Apr 26, 2005
-
-
Daniel Stenberg authored
typecast the third argument in the macros to avoid compiler warnings.
-
Daniel Stenberg authored
-
- Apr 25, 2005
-
-
Daniel Stenberg authored
.netrc, and when following a Location: the subsequent requests didn't properly use the auth as found in the netrc file. Added test case 257 to verify my fix.
-
- Apr 24, 2005
-
-
Daniel Stenberg authored
*/setup.h and */config-win32.h to build fine with VS2005 on x64.
-
- Apr 22, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 20, 2005
-
-
Guenter Knauf authored
-
- Apr 19, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 18, 2005
-
-
Daniel Stenberg authored
used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the fix.
-
Daniel Stenberg authored
libcurl didn't properly send an Expect: 100-continue header. It does now.
-
- Apr 13, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 12, 2005
-
-
Daniel Stenberg authored
configure. An attempt to fix warnings when we build and the strlcat() function is provided by one if the libs (gss or krb4) since then we have no protos for it in a system header.
-
- Apr 09, 2005
-
-
Daniel Stenberg authored
Archived thread of the help-gnutls mailing list regarding this problem: http://lists.gnu.org/archive/html/help-gnutls/2005-04/msg00000.html (and I _am_ sorry for my confused behaviour on this problem.)
-
Daniel Stenberg authored
bug I thought I saw before when I changed this...!
-
- Apr 08, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Marty Kuhrt authored
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
(missing file, bad file, etc), gnutls will no longer handshake properly but it just loops forever. Therefore, we must return error if we get an error when setting the CA cert file name. This is not the same behaviour as with OpenSSL. Question/report posted to the help-gnutls mailing list, April 8 2005.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS). As far as possible, internals should not need to know what SSL layer that is in use. Building with GnuTLS currently makes two test cases fail. TODO.gnutls contains a few known outstanding issues for the GnuTLS support. GnuTLS support is enabled with configure --with-gnutls
-
- Apr 05, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 04, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Gisle Vanem authored
from url.c: Curl_disconnect().
-
- Apr 03, 2005
-
-
Daniel Stenberg authored
also affecting NTLM and Negotiate.) It turned out that if the server responded with 100 Continue before the initial 401 response, libcurl didn't take care of the response properly. Test case 245 and 246 added to verify this.
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 29, 2005
-
-
Daniel Stenberg authored
send any data anyway. Probably the bug Tom Moers noticed.
-
Daniel Stenberg authored
AUTH has been received successfully.
-
Daniel Stenberg authored
up in several chunks when read.
-