Re: RFC: Attempt to work around AIX's not having sockaddr_storage.ss_family

2010-08-04 Thread Tor Arntsen
Hi Ben, On Tue, Aug 3, 2010 at 20:17, Tor Arntsen t...@spacetec.no wrote: On Tue, Aug 3, 2010 at 18:59, Ben Greear gree...@candelatech.com wrote: It seems AIX 5.1 doesn't have sockaddr_storage.ss_family.  I don't have any way to test this, but I am hoping the attached patch will fix the

Re: Connection killed right after connect, Expire Cleared / Curl Error 56

2010-08-04 Thread m0n0
Am Dienstag, den 03.08.2010, 20:23 +0200 schrieb Daniel Stenberg dan...@haxx.se: Does FreeMiNT have a track record of a fine socket/network layer otherwise? I'm not absolutly sure what you mean, but if you wan't to know if other network apps work correctly, yes they do. Including curl command

Problems dealing with Authorization in RTSP

2010-08-04 Thread Tello Oraa
Hi, I'm writing a RTSP client and I can't find out how to provide authorization when sending a Describe message. I've tried setting CURLOPT_USERPWD but I have only succeeded with HTTP requests and not with RTSP requests. And so, I'm stuck with 401 Unauthorized responses (see the output #1 below).

re. 454561/ use of void*

2010-08-04 Thread Tor Arntsen
Re. 4545613 -bcopy(input, context-buffer[bufindex], partLen); +memcpy((void *)context-buffer[bufindex], (void *)input, partLen); It shouldn't be necessary to cast to (void*) here, unless there are systems out there where memcpy() isn't declared as 'void *memcpy (void *s1, const void *s2,

scp halts for filesize 2GB

2010-08-04 Thread Mikael Johansson
Hello members. I am using libCurl to transfer files via scp and have encountered a problem, file upload halts when 1803625280 bytes have been transferred. I've found a workaround but I am curious if there is another way to solve the problem. Some background info: OS Windows XP (32 bit)

Re: RFC: Attempt to work around AIX's not having sockaddr_storage.ss_family

2010-08-04 Thread Ben Greear
On 08/04/2010 12:21 AM, Tor Arntsen wrote: Looks like it worked (see autobuilds page). I'll remove the local patch from my builds now. Thanks, I pushed this to upstream...will check the auto-builds later today. Thanks, Ben -Tor -- Ben Greear gree...@candelatech.com Candela Technologies

Re: re. 454561/ use of void*

2010-08-04 Thread Yang Tse
2010/8/4, Tor Arntsen wrote: It shouldn't be necessary to cast to (void*) here, unless there are systems out there where memcpy() isn't declared as 'void *memcpy (void *s1, const void *s2, size_t n);' True!. Removed this cast now in md4.c and md5.c In case any autobuild starts warning

Re: Problems dealing with Authorization in RTSP

2010-08-04 Thread Christopher Conroy
On Wed, Aug 4, 2010 at 7:54 AM, Tello Oraa tello.o...@sumenor.com wrote: Hi, I’m writing a RTSP client and I can’t find out how to provide authorization when sending a Describe message. I’ve tried setting CURLOPT_USERPWD but I have only succeeded with HTTP requests and not with RTSP requests.

Re: Issue while writing a RTSP client

2010-08-04 Thread Christopher Conroy
On Wed, Aug 4, 2010 at 1:52 AM, Harshdeep Singh harshcals...@gmail.com wrote: Hi,    I am writing a RTSP client program. I am having trouble getting the program to receive RTP packets Plz can anybody help in resolving this issue. How can i make my program to receive RTP packets. I tried using

Failure when receiving data from the peer

2010-08-04 Thread Fabio Salsa Durieux Lopes
   I have an application that's getting this error while trying to connect to server A but not while connecting to server B. I've looked at network configuration of both servers and everything seems to be equal. What are the possible causes for this? Below some debug from the connection

Re: Connection killed right after connect, Expire Cleared / Curl Error 56

2010-08-04 Thread Daniel Stenberg
On Wed, 4 Aug 2010, m0n0 wrote: Does FreeMiNT have a track record of a fine socket/network layer otherwise? I'm not absolutly sure what you mean, but if you wan't to know if other network apps work correctly, yes they do. Including curl command line client ... and curl is using nothing but

Re: autobuilds uload form vanished

2010-08-04 Thread Daniel Stenberg
On Mon, 2 Aug 2010, Michael Wood wrote: Hah, lovely! ;-) I think you should make sure to append Subject: autobuild\n\n at the top of the mailbody.txt file. Should the Subject not be handled in the same way as one adds HTTP headers? Unless you think that should be used for the SMTP commands

Re: Connection killed right after connect, Expire Cleared / Curl Error 56

2010-08-04 Thread m0n0
Am Mittwoch, den 04.08.2010, 23:57 +0200 schrieb Daniel Stenberg dan...@haxx.se: Anyway, even if they are, I don't see how that necessary says that the bug is in libcurl and not in any of the other parts! ;-) Although I of course don't rule out any libcurl bugs. We fix more than one every