Re: [PATCH] curl: Support CURLOPT_LOCALADDR to bind to local address.

2013-02-01 Thread Ben Greear
On 01/16/2013 01:45 PM, Ben Greear wrote: On 01/16/2013 01:14 PM, Daniel Stenberg wrote: On Wed, 16 Jan 2013, gree...@candelatech.com wrote: This allows a user to bind to both an interface (with CURLOPT_INTERFACE) and a local IP address. In doing so, it allows the user to work-around some se

Re: POP3 + DISABLE_CRYPTO_AUTH

2013-02-01 Thread Stanislav Ivochkin
> > Unfortunately I think we need a much heavier approach than this. I agree with it. The patch was just an illustration of what I suppose libcurl to do. > Given this and some rework of both op3_authenticate() and > imap_authenticate() that I had started locally, for some other work I am > curr

Re: [PATCH] Support for OAuth 2.0 two-legged authorization and the HTTP MAC Internet-Draft

2013-02-01 Thread Yves Arrouye
Great. I can add documentation. One of the things I wanted feedback on was my choice of adding a struct curl_oauth2_token and picking that as the value for the CURL_OAUTH2_TOKEN option. I believe that it's the right thing because one could get a token from any source, e.g. a file or direct respons

Re: [PATCH] Support for OAuth 2.0 two-legged authorization and the HTTP MAC Internet-Draft

2013-02-01 Thread Guenter
Hi, Am 01.02.2013 18:49, schrieb Yves Arrouye: I'll look at the test infrastructure. RE; docs on how to use it with libcurl, where would that go? I've made it so that curl --libcurl will produce decent examples, e.g.: thats great! Are you talking about other examples in the docs/examples direct

RE: POP3 + DISABLE_CRYPTO_AUTH

2013-02-01 Thread Steve Holme
Hi again, On Fri, 1 Feb 2013, Steve Holme wrote: > > After receiveing server's response: > > > > ... > > > > curl fails with 'No known SASL authentication mechanisms supported!' > > message and gives up. > > Thank you for you report and suggested patch - it is much appreciated. Unfortunately I

Re: [PATCH] Support for OAuth 2.0 two-legged authorization and the HTTP MAC Internet-Draft

2013-02-01 Thread Yves Arrouye
Alright, thanks. Yes it is large which is why I was asking, and I didn't know about the freeze. > In the mean time, you can work on adding a bunch of tests for this functionality and some docs on how to use it with libcurl. I'll look at the test infrastructure. RE; docs on how to use it with libc

Re: Slow Upload Performance on High-Bandwidth connections on windows

2013-02-01 Thread Christian Hägele
Am 01.02.2013, 13:47 Uhr, schrieb Gisle Vanem : Did you also see the comment in include/curl/curl.h? 'CURL_MAX_WRITE_SIZE' can be set a compile-time. I suggest you do that to not make transfer slower for people using an older Windows (Win-XP). The size of 16KiB seems to be a good choic

Re: Slow Upload Performance on High-Bandwidth connections on windows

2013-02-01 Thread Gisle Vanem
"Christian Hägele" wrote: The reason for that is the Curl_sndbufset-function in connect.c. On windows the socket-sendbuffer is set to a value of CURL_MAX_WRITE_SIZE + 32 (16416 bytes). There is a also a strange comment why this is done. When the SO_SNDBUF is not explicitly set the socket-send

RE: POP3 + DISABLE_CRYPTO_AUTH

2013-02-01 Thread Steve Holme
Hi, On Fri, 1 Feb 2013, Stanislav Ivochkin wrote: > I use libcurl v7.28.1 built with DISABLE_CRYPTO_AUTH flag to get mail > via pop3. I've recently come across the problem that libcurl can not > get messages from particular server. > > After receiveing server's response: > > ... > > curl fails

Slow Upload Performance on High-Bandwidth connections on windows

2013-02-01 Thread Christian Hägele
Hello, I tried to use curl on Windows Server 2008 R2 to do FTP-Uploads. The sender and the receiver has 1GBit connections and with other tools a tranfer-rate of 800MBit/s is possible. The two locations have a round-trip-time of 19ms. When using curl to do a FTP-Upload the transfer-rate is

RE: Patches for better PolarSSL 1.1.x and 1.2.x support

2013-02-01 Thread paul_curl
Ahh.. No problem. I'll check on it later after the new release. Thanks! > -Original Message- > From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of > Michael Wood > Sent: vrijdag 1 februari 2013 10:46 > To: libcurl development > Subject: Re: Patches for better PolarS

Re: Patches for better PolarSSL 1.1.x and 1.2.x support

2013-02-01 Thread Michael Wood
Hi On 1 February 2013 10:49, wrote: > HI list, > > Did not get a response on this yet. > > How can we help you guys integrate these patches into the repo? I suspect this message (or something similar) would apply to your patches too: http://curl.haxx.se/mail/lib-2013-02/0005.html -- Michael

RE: Patches for better PolarSSL 1.1.x and 1.2.x support

2013-02-01 Thread paul_curl
HI list, Did not get a response on this yet. How can we help you guys integrate these patches into the repo? Regards, Paul From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of paul_c...@brainspark.nl Sent: dinsdag 29 januari 2013 21:01 To: libcurl development

Re: [PATCH] Support for OAuth 2.0 two-legged authorization and the HTTP MAC Internet-Draft

2013-02-01 Thread Tor Arntsen
H Yves, On Fri, Feb 1, 2013 at 1:52 AM, Yves Arrouye wrote: > Is there no interest in this? If so, is it because of the domain (OAuth 2.0 > tokens) or the structure of the patch, or its size, or…? I'm curious. We'd > love to be contribute this back to the community. People just have to get aroun

Re: [PATCH] Support for OAuth 2.0 two-legged authorization and the HTTP MAC Internet-Draft

2013-02-01 Thread Daniel Stenberg
On Thu, 31 Jan 2013, Yves Arrouye wrote: Is there no interest in this? If so, is it because of the domain (OAuth 2.0 tokens) or the structure of the patch, or its size, or…? I'm curious. We'd love to be contribute this back to the community. I am interested. But you happened to post this patc

POP3 + DISABLE_CRYPTO_AUTH

2013-02-01 Thread Stanislav Ivochkin
Hi all, I use libcurl v7.28.1 built with DISABLE_CRYPTO_AUTH flag to get mail via pop3. I've recently come across the problem that libcurl can not get messages from particular server. After receiveing server's response: CAPA^M +OK Capability list follows TOP USER UIDL APOP STARTTLS STLS EXT-RETR

Re: Test 254 (passive FTP) still fails for me

2013-02-01 Thread Daniel Stenberg
On Thu, 31 Jan 2013, Nick Zitzmann wrote: Thanks! I can verify that this patch fixes tests 254 and 255 for me. Lovely. Thanks a lot for your help with this, it really made a difference to me since the problem didn't repeat very easily here. I've merged and pushed this change now (commit 56b7