Re: Error when doing FTP upload via http_proxy tunnel: Transferred a partial file

2014-07-09 Thread Ramprasad N
Thanks for your reply Ray, Following is my build system configuration (64bit ubuntu 12.04). The customer's configuration is also the same but just that it is behind an unknown proxy server. uname -a Linux ramprasad-VirtualBox 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64

Re: Is there a counterpart of curl_multi_fdset to UNset fd's?

2014-07-09 Thread Rich Gray
Daniel Stenberg wrote: On Tue, 8 Jul 2014, Federico Vitali wrote: Ok perhaps I've understood, I apologize for my request. It the select function itself that unsets filedescriptors... Is it correct? Please don't top-post and I'm not convinced this is the best place to ask about how select()

Kerberos Directory Cache Multiple Users same realm issue

2014-07-09 Thread valluri sathish
Hi, We are facing issue with multiple crendentials present in the cache and when other users trying to connect curl fails and throwing expecting only the user from the primary cache.How the curl library works in case of kerberos directory cache which is updated with multiple credentials as

Re: http_negotiate_sspi.c in CURL 7.21.7 doesn't allow to pass user/password

2014-07-09 Thread Leonardo Rosati
In http_ntlm.c, line 713, user and password are taken from the proxy and used even if USE_WINDOWS_SSPI is defined. Code from line 748 to line 832 used them and in particular AcquireCredentialsHandleA is invoked with a ntlm-identity struct filled with these user and password This is not done in

Re: http_negotiate_sspi.c in CURL 7.21.7 doesn't allow to pass user/password

2014-07-09 Thread Michael-O
Am 2014-07-09 17:21, schrieb Leonardo Rosati: In http_ntlm.c, line 713, user and password are taken from the proxy and used even if USE_WINDOWS_SSPI is defined. Code from line 748 to line 832 used them and in particular AcquireCredentialsHandleA is invoked with a ntlm-identity struct filled with

Re: Kerberos Directory Cache Multiple Users same realm issue

2014-07-09 Thread Michael-O
Your mail is unreadable. Use decent mail client *without* HTML. Am 2014-07-09 16:01, schrieb valluri sathish: Hi, We are facing issue with multiple crendentials present in the cache and when other users trying to connect curl fails and throwing expecting only the user from the primary

Please review my patches

2014-07-09 Thread Michael Osipov
Hi, I have several patches pending since end of May no one has taken any action to review them at least. [PATCH] SF bug #1302: HTTP Auth Negotiate sends Kerberos token instead of SPNEGO token [PATCH] Add non-default GSS-API for HP-UX to configure.ac [PATCH] Fix configuration of fbopenssl

Issue in url.c

2014-07-09 Thread Glen A Johnson Jr.
I ran into this issue using curl 7.36.0 and also confirmed with curl 7.37.0. The issue is that when use_netrc is set to CURL_NETRC_OPTIONAL that CURLE_OUT_OF_MEMORY is returned from override_login if the netrc file is not present. I ran into this issue when using the GDAL WMS driver in an

curl 7.37 build failures on HP-UX 11.23 ia64

2014-07-09 Thread Richard Gray
I'm trying to go round the horn again to build curl (and libcurl) for our population of Unix systems. Out the gate, I ran into trouble on our HP-UX Itanium development system. I'm curious if anyone can provide further info on building on HP-UX Itanium systems. - with gcc - On the

Re: Please review my patches

2014-07-09 Thread Dan Fandrich
On Wed, Jul 09, 2014 at 08:22:42PM +0200, Michael Osipov wrote: I have several patches pending since end of May no one has taken any action to review them at least. I think a big part of the problem is that lots of people are taking summer vacations at the moment, and fewer people want to code.

Re: Please review my patches

2014-07-09 Thread Michael Osipov
Am 2014-07-09 22:48, schrieb Dan Fandrich: On Wed, Jul 09, 2014 at 08:22:42PM +0200, Michael Osipov wrote: I have several patches pending since end of May no one has taken any action to review them at least. I think a big part of the problem is that lots of people are taking summer vacations

Re: curl 7.37 build failures on HP-UX 11.23 ia64

2014-07-09 Thread Michael Osipov
Am 2014-07-09 21:34, schrieb Richard Gray: I'm trying to go round the horn again to build curl (and libcurl) for our population of Unix systems. Out the gate, I ran into trouble on our HP-UX Itanium development system. I'm curious if anyone can provide further info on building on HP-UX

Re: curl 7.37 build failures on HP-UX 11.23 ia64

2014-07-09 Thread Dan Fandrich
On Wed, Jul 09, 2014 at 03:34:28PM -0400, Richard Gray wrote: Taking the hint from above, I re-ran using: CFLAGS=-D_XOPEN_SOURCE_EXTENDED ./configure and I seem to have gotten a working curl build. I wonder if configure should always set this flag for HP-UX systems? It (or something

Re: Issue in url.c

2014-07-09 Thread Dan Fandrich
On Wed, Jul 09, 2014 at 03:25:12PM -0400, Glen A Johnson Jr. wrote: I ran into this issue using curl 7.36.0 and also confirmed with curl 7.37.0. The issue is that when use_netrc is set to CURL_NETRC_OPTIONAL that CURLE_OUT_OF_MEMORY is returned from override_login if the netrc file is not

Re: http_negotiate_sspi.c in CURL 7.21.7 doesn't allow to pass user/password

2014-07-09 Thread Daniel Stenberg
On Wed, 9 Jul 2014, Michael-O wrote: Again, nothing is passed and should not be. Everything is done automatically by SSPI. Period. -u : is simply a bug in curl. No more, no less. What are you talking about? It is not a bug, it is by design. Possibly not the most conveniant way but it

Re: Bug 1355 (CURL_POLL_REMOVE too early) and reasons why it's important

2014-07-09 Thread Daniel Stenberg
On Tue, 8 Jul 2014, myriac...@cox.net wrote: I just ran into bug 1355 (CURL_POLL_REMOVE callback occurs after close call rather than before), and there are a couple of points I'd like to make about it as a counterargument to the ones made before on the bug's closure message. Let me just