- Mar 12, 2011
-
-
Daniel Stenberg authored
These issues are now addressed: 276 - Karl M's vc makefile patch 277 - The "Stall when uploading to sftp using multi interface" bug 279 - curl_multi_remove_handle() crashes 280 - Marcus Sundberg's gss patch
-
Karl M authored
http_negotiate_sspi.c was added to the source tree recently
-
Marcus Sundberg authored
Make GSS authentication work when a curl handle is reused for multiple authenticated requests, by always setting negdata->state in output_auth_headers(). Signed-off-by: Marcus Sundberg <marcus.sundberg@aptilo.com>
-
Daniel Stenberg authored
This test case is meant to verify that the logic in commit 60172a04 actually works. This test failed for me before that change and it works after it.
-
Daniel Stenberg authored
When using the multi interface and a handle using SFTP was removed very early on, we would get a segfault due to the code assumed data was there that hadn't yet been setup. Bug: http://curl.haxx.se/mail/lib-2011-03/0066.html Reported by: Saqib Ali
-
Manuel Massing authored
recvfrom in bionic (the android libc) deviates from POSIX and uses a const in the 5th argument ("const struct sockaddr *") so the check now tests for that as well.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Both SFTP and SCP are protocols that need to shut down stuff properly when the connection is about to get torned down. The primary effect of not doing this shows up as memory leaks (when using SCP or SFTP with the multi interface). This is one of the problems detected by test 582.
-
Daniel Stenberg authored
As we know how much to send, we can and should stop once we've sent that much data as it avoids having to rely on other mechanisms to detect the end. This is one of the problems detected by test 582. Reported by: Henry Ludemann <misc@hl.id.au>
-
Daniel Stenberg authored
When using the multi_socket API to do SFTP upload, it is important that we set a quick expire when leaving the SSH_SFTP_UPLOAD_INIT state as there's nothing happening on the socket so there's no read or write to wait for, but the next libssh2 API function needs to be called to get the ball rolling. This is one of the problems detected by test 582. Reported by: Henry Ludemann <misc@hl.id.au>
-
Daniel Stenberg authored
-
- Mar 11, 2011
-
-
Daniel Stenberg authored
-
- Mar 10, 2011
-
-
Daniel Stenberg authored
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 09, 2011
-
-
Daniel Stenberg authored
Instead of using haxx.se as a fixed magic host name in lots of tests, this is a first step to move toward the generic example.com host instead.
-
Daniel Stenberg authored
... since search engines find what they think is a URL in this, they hammer www.haxx.se on this port!
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Mar 08, 2011
-
-
Daniel Stenberg authored
-
Todd A Ouska authored
This is the modified existing files commit.
-
Todd A Ouska authored
CyaSSL (available from git@github.com:cyassl/cyassl.git) has been added to the SSL abstraction layer. To test: 1) git CyaSSL sources 2) autoreconf -i 3) ./configure --disable-static 4) make 5) sudo make install 6) autoreconf -i 7) git curl sources (and this patch) 8) ./configure --disable-shared --with-cyassl --without-ssl --enable-debug 9) make 10) normal testing Please send questions or comments to todd@yassl.com .
-
Daniel Stenberg authored
Stress that it is for client certificates and then mention that it also works for all other SSL-based protocols apart from HTTPS and FTPS. Namely POP3S, IMAPS and SMTPS for now.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Accidentally not included in commit 0e74e1d8
-
Dan Fandrich authored
-
- Mar 07, 2011
-
-
Henry Ludemann authored
Add test 582 for uploading a file using sftp and the multi interface. (Patch and test slightly tweaked by Daniel Stenberg) Initially marked as disabled until it is fixed in the source.
-
Daniel Stenberg authored
-
- Mar 06, 2011
-
-
Daniel Stenberg authored
The end-of-file #endif in rawstr.h was not correcly positioned after all prototypes. Reported by: Boris Bug: http://curl.haxx.se/bug/view.cgi?id=3195205
-
- Mar 04, 2011
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
Test 558 was just a subset of 559 which is something that can be easily added later.
-
Dan Fandrich authored
-
Dan Fandrich authored
These are for when a test failure makes it impossible to continue running further tests.
-
Stefan Krause authored
-
- Feb 26, 2011
-
-
Daniel Stenberg authored
libssh2_knownhost_readfile() returns a negative value on error or otherwise number of parsed known hosts - this was previously not documented correctly in the libssh2 man page for the function. Bug: http://curl.haxx.se/mail/lib-2011-02/0327.html Reported by: murat
-
Julien Chaffraix authored
|premature| is used in Curl_http_done.
-
Julien Chaffraix authored
-
- Feb 23, 2011
-
-
Daniel Stenberg authored
-