Re: stealing from cURL

2001-06-07 Thread Daniel Stenberg
done non-trivial contributions. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: wget and seeding random numbers

2001-06-11 Thread Daniel Stenberg
a whole lot better... -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Bus errors and recursion

2001-06-18 Thread Daniel Stenberg
to platforms that don't offer alloca()? -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Testing wget with ssl?

2001-06-20 Thread Daniel Stenberg
On Wed, 20 Jun 2001, Marc Stephenson wrote: I've built wget 1.7.1 with ssl, but don't really know how to test it. Anybody know an easy way to test that combination? Yes, you get stunnel and use that to front your normal web server. -- Daniel Stenberg - http://daniel.haxx.se - +46-705

Re: wget 1.6 can not parse this server response

2001-07-02 Thread Daniel Stenberg
go with passive ftp: --passive-ftp -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Dynamic content collection

2001-09-03 Thread Daniel Stenberg
. (Search in a mailing list archive.) Another option would be the tool named curl [http://curl.haxx.se/] that offers POST support already. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: sigsegv on debian ppc

2001-09-24 Thread Daniel Stenberg
. Your linker or compiler screwed up. make clean and rebuild is my idea of what to do. If that doesn't help, I'm clueless. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: probleme with SSL connection with certificat ... pls help

2001-09-25 Thread Daniel Stenberg
-- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Forms

2001-09-27 Thread Daniel Stenberg
-archive.com/wget%40sunsite.dk/msg00154.html (I couldn't find any more recent.) curl [http://curl.haxx.se/] is a free (as in speech and beer) tool that alredy offers this functionality from command line. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx

Re: problem with permanent connection.... (maybe a bug)

2001-10-24 Thread Daniel Stenberg
. I tried passive mode and now it works but what does passive mode means? why do i need that? PORT tells the server to contact you for the data transfer. When you do PASV you contact the server instead. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc

Re: Problem with cookies in Wget 1.7

2001-11-01 Thread Daniel Stenberg
isn't detected just so cookies on these websites work? AFAIK, no web sites anywhere follow RFC2109 or RFC2965 that obsoletes 2109 (anyone seen Max-Age in use? ;-). They all just carry on doing cookies the way they've done since day 1, like netscape did it... -- Daniel Stenberg - http

Re: connect timeout

2001-11-07 Thread Daniel Stenberg
On Wed, 7 Nov 2001, Hack Kampbjørn wrote: Well, Daniel Stenberg maybe you should try to get your cURL implementation accepted. AFAIK, there's no one around to accept any fixes or contributions right now. I've even emailed Hrvoje with my own views, that he should open up the CVS to let more

Re: Differences between wget and cURL?

2001-11-19 Thread Daniel Stenberg
-biased comparison chart can be found here: http://curl.haxx.se/docs/comparison-table.html -- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/

Re: Patch: --range switch implemented

2001-11-19 Thread Daniel Stenberg
0. Both are inclusive. I vote for the second alternative. Being (non Python-) programmer, reader of the RFC2616 and user/author of the curl --range option that uses the HTTP header syntax... Then again, both versions could be supported if they just use different syntaxes. -- Daniel

minor memory leak risk

2001-11-20 Thread Daniel Stenberg
the -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: bug?

2001-11-22 Thread Daniel Stenberg
. - Describe what you expected to happen. Provide/show the HTML in the above. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: probleme with SSL connection with certificat ... pls help

2001-09-28 Thread Daniel Stenberg
will otherwise refuse to connect. Now, why do people use patches? 2054 bytes vs 659562... -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol --- /home/dast/src/wget-1.7/src/gen_sslfunc.c Sun May 27 21:34:59 2001

Re: wget1.7.1: Compilation Error (please Cc'ed to me :-)

2001-11-28 Thread Daniel Stenberg
i; if (to from) { for (i = len - 1; i = 0; i--) to[i] = from[i]; } else { for (i=0; i len; i++) to[i] = from[i]; } } #endif -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: wget1.7.1: Compilation Error (please Cc'ed to me :-)

2001-11-28 Thread Daniel Stenberg
strncasecmp strpbrk memmove) AC_CHECK_FUNCS(gettimeofday mktime strptime) AC_CHECK_FUNCS(strerror snprintf vsnprintf select signal symlink access isatty) AC_CHECK_FUNCS(uname gethostname usleep) -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx

Re: wget1.7.1: Compilation Error (please Cc'ed to me :-)

2001-11-29 Thread Daniel Stenberg
() is not present? I wouldn't be so bold to say that. I'd vote for a separate implemenation. But that's just me. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: wget: ftp-retrieve only latest version?

2001-10-10 Thread Daniel Stenberg
it and check for the most recent version present. Check if the most recent one in the remote directory is more recent than the one you have locally and if it is, get it. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Win ssl bug

2001-12-03 Thread Daniel Stenberg
recommend using the RAND_screen() function (it is only presen in windows), it uses the current displayed screen as input to the random engine. Of course, I may be completely wrong. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi

Re: wget 1.8 SEGV when getting https URL thru a https_proxy

2001-12-17 Thread Daniel Stenberg
, not that many http proxies allow CONNECT to other ports than 443... :-/ -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Patch for wget hanging on connect() call

2001-12-19 Thread Daniel Stenberg
handler. It would work on pretty much all unix-systems... -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Patch for wget hanging on connect() call

2001-12-19 Thread Daniel Stenberg
, although we try to ducment that it isn't gonna work in multi-threaded systems, or systems without signals (like windows). -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Wget Patch for 1.8.1 witch IPv6

2002-01-14 Thread Daniel Stenberg
, the extended IPv6 commands are not IPv6-specific but work just as good on IPv4-systems. If the server have them implemented that is. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Wget Patch for 1.8.1 witch IPv6

2002-01-15 Thread Daniel Stenberg
(making curl fully IPv6 compliant), I'll of course respect whatever decision you make on this. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Wget Patch for 1.8.1 witch IPv6

2002-01-15 Thread Daniel Stenberg
more than what I have knowledge about with regard to how the wget code is designed. My discussion is generic and may not apply to wget internals. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: IPv6

2002-01-16 Thread Daniel Stenberg
it. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: WGET+IPv6

2002-01-16 Thread Daniel Stenberg
in IPv6 will have a number of different addresses, using different scope. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: WGET+IPv6

2002-01-16 Thread Daniel Stenberg
abilities. This is news to me and I don't really understand what a outgoing scope zone is... Sorry for the added confusion to this thread. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: IPv6

2002-01-17 Thread Daniel Stenberg
that being problematic. In fact, Red Hat Linux 7.2 even ships with libcurl installed IPv6-enabled doing name lookups that way. It works great on my glibc 2.1.3 box using a recent Linux 2.4 kernel. So what does badly broken mean to you? -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44

Re: timestamping content-length --ignore-length

2002-01-31 Thread Daniel Stenberg
as advocating for HTTP 1.1 support, yes! ;-) -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: timestamping content-length --ignore-length

2002-02-01 Thread Daniel Stenberg
problem as in that case the server should use Content-Length: headers. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: (Fwd) Automatic posting to forms

2002-03-08 Thread Daniel Stenberg
is the key here). I wrote a basic find the form info script once. It is far from perfect, but it does the job on most pages: http://curl.haxx.se/programs/formfind.txt I'd also like to point out that curl already supports both regular HTTP POST as well as multipart formposts. -- Daniel

Re: OK, time to moderate this list

2002-03-20 Thread Daniel Stenberg
to particpate. It will effectively prevent contributors and good mail communication. This of course matters both wget and bug-wget as they are directed to the same list. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Malformed status line error

2002-04-09 Thread Daniel Stenberg
make sense out of it. Is 220 an HTTP status code? If so, which one? What version of HTTP is the proxy speaking? That looks *so* much like a FTP server response... -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg

Re: Current download speed in progress bar

2002-04-09 Thread Daniel Stenberg
speed during the entire transfer and it shows an ETA that is based on the average speed... -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Current download speed in progress bar

2002-04-10 Thread Daniel Stenberg
This basicly explains what curl does, not saying it is any particularly scientific way or anything, I've just found this info interesting. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Proposal for despamming the list

2002-04-14 Thread Daniel Stenberg
mails mailed to N different admins for approval, will definitely risk them getting approved by multiple admins and thus the system would need to discover and discard the duplicates caused by this. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed

Re: Proposal for despamming the list

2002-04-15 Thread Daniel Stenberg
, which type we recommends! As was very quickly proven, that just isn't enough. Or you need to add much stricter rules or whatever. I found it very ironic that the first mail after your previous post here, was a... spam! -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech

Re: ScanMail Message: To Recipient virus found or matched file blocking setting.

2002-04-19 Thread Daniel Stenberg
prevent his mails from showing up here? We don't need replies on all spam mails telling us that the spam contained viruses. IMHO. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: pointer to form generation / wget cURL?

2002-05-15 Thread Daniel Stenberg
you wanna fill in, and you show us what command lines that you've tried. Good luck! -- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/

Re: Trying to access an SSL site thru a HTTP proxy....

2002-06-05 Thread Daniel Stenberg
sent to the remote server, what you read was sent fromt the remote server. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Trying to access an SSL site thru a HTTP proxy....

2002-06-05 Thread Daniel Stenberg
request-headers and the response-headers that acknowledge the CONNECT are not encrypted, correct. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

The exception voids GPL

2002-06-06 Thread Daniel Stenberg
whatever things you want. IANAL. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: change the list status to subscribed members?

2002-06-07 Thread Daniel Stenberg
viruses that have been sent here. Refusing mails with ScanMail Message in the subject would've stopped all the warning mails that accompany 98% of all those virus mails. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2

Re: The exception voids GPL

2002-06-12 Thread Daniel Stenberg
in my own backyard again. ;-) -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: different response to wget and IE

2002-06-13 Thread Daniel Stenberg
just suspect that, it knows. Wget issues a HTTP/1.0 request and then it (the server) can't reply with a chunked response. Since it doesn't know the size on beforehand, it can only send the response as Connection: close. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech

Re: Bug with user:pass in URL

2002-09-16 Thread Daniel Stenberg
name or password contain , then replace it with %40 in the URL. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Reusing current connection (FTP)

2002-10-04 Thread Daniel Stenberg
similar to this, but re-uses the same connection as long as possible. curl is however not a wget clone, so there will be features only wget can do, and vice versa. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1

[RHSA-2002:229-10] Updated wget packages fix directory traversalbug (fwd)

2002-12-11 Thread Daniel Stenberg
I find it mildly annoying that I have not seen this discussed or even mentioned in here. Or am I just ignorant? -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol -- Forwarded message -- Date

Re: [Req #2433] wget project at sunsite.dk

2002-12-17 Thread Daniel Stenberg
periods when he can't donate as much of his time as wget needs. Just my own opinions of course. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: [Req #2433] wget project at sunsite.dk

2002-12-18 Thread Daniel Stenberg
was only mentioning the need for a wget team bigger than one person. And I've done this before. Multiple times. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Long-awaited feature implemented: removing of files and directoriesnot present on remote FTP server

2003-01-08 Thread Daniel Stenberg
unfortunately very likely break on other platforms as well. AFAIK. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: dev. of wget (was Re: Removing files and directories not presenton remote FTP server

2003-02-14 Thread Daniel Stenberg
that. Be it people in the FSF or elsewhere. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Reminder: wget has no maintainer

2003-08-12 Thread Daniel Stenberg
]. That said, I personally have nothing to do with the GNU project or with wget, I'm just your average Joe hanging out here with the rest. -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Reminder: wget has no maintainer

2003-08-14 Thread Daniel Stenberg
threatening as the Wget maintainer application looks, we could currently most benefit from a trusted soul. Indeed. Or make that trusted souls, as I believe it would be better to have more than one. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx

Re: autoconf 2.5x and automake support for wget 1.9 beta

2003-09-02 Thread Daniel Stenberg
if you want to. 2. Care to elaborate on why you introduced automake in wget? I have a feeling this is not what earlier wget hackers would've wanted. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: autoconf 2.5x and automake support for wget 1.9 beta

2003-09-02 Thread Daniel Stenberg
hard to do without automake... is this enough? ;-) You don't have to convince *me* since I'm just one of the interested guys in the audience, asking one of the players on stage! ;-) I'll go back to lurk mode again. Thanks for your lengthy reply anyway! -- -=- Daniel Stenberg -=- http

Re: NTLM authentication in wget

2003-09-09 Thread Daniel Stenberg
This is NTLM required, indeed. Does anyone have any ideas on what's wrong and how to fix it (if possible)? The problem is that wget doesn't support NTLM. The fix is to implement it. A work-around would be to get a recent curl release, as it supports NTLM. -- -=- Daniel Stenberg -=- http

Re: IPv6 detection in configure

2003-09-09 Thread Daniel Stenberg
On Tue, 9 Sep 2003, Hrvoje Niksic wrote: Thanks to Daniel Stenberg who has either been reading my mind or has had the exact same needs, here is a patch that brings configure (auto-)detection for IPv6. Of course I read your mind, what else could it be? :-P I'm glad it helped

Re: Portable representation of large integers

2003-09-22 Thread Daniel Stenberg
support yet anyway, but that's another story. For example, we have to face the problems with exposing an API using such a variable type...) -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Using chunked transfer for HTTP requests?

2003-10-07 Thread Daniel Stenberg
with this automaticly, that I can think of, is to use a Expect: 100-continue request-header and based on the 100-response you can decide if the server is 1.1 or not. Other than that, I think a command line option is the only choice. -- -=- Daniel Stenberg -=- http://daniel.haxx.se

Re: POST followed by GET

2003-10-14 Thread Daniel Stenberg
in the cookie file (I believe I read that it doesn't atm). -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Cookie options

2003-11-05 Thread Daniel Stenberg
a request from a single soul to add it to curl. I'd say it is an indication that such an option would not be widely used. (Given that curl has been used for scripting POSTs, logins and cookie stuff for years already.) -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu

Re: Cookie options

2003-11-05 Thread Daniel Stenberg
session's business. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: The libtool situation

2003-11-05 Thread Daniel Stenberg
-1.5.tar.gz -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: keep alive connections

2003-11-08 Thread Daniel Stenberg
`Connection: keep-alive' response header. HTTP 1.1 servers don't (normally) use Connection: keep-alive. Since 1.1 assumes persistant connections by default they only send Connection: close if they aren't. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx

Re: Does HTTP allow this?

2003-11-09 Thread Daniel Stenberg
these things. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Does HTTP allow this?

2003-11-10 Thread Daniel Stenberg
://davenport.sourceforge.net/ntlm.html -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Does HTTP allow this?

2003-11-10 Thread Daniel Stenberg
prepare a C file and header and post them in a separate mail. They will need a little attention, but not much. Mainly to setup pointers to user name, password, etc. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: keep alive connections

2003-11-11 Thread Daniel Stenberg
of the server side. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: feature request: --second-guess-the-dns

2003-11-17 Thread Daniel Stenberg
for thought here. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

MSG_PEEK (was Re: Testing on BEOS?)

2003-11-26 Thread Daniel Stenberg
this peeking? I mean, what's the gain? -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

RE: SSL over proxy passthrough

2003-11-28 Thread Daniel Stenberg
couldn't really tell from this patch, but make sure that you don't accidentally pass on the proxy authentication in the following request to the actual remote server as well. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1

Re: SSL over proxy passthrough

2003-11-28 Thread Daniel Stenberg
method string, you need to make sure that 'CONNECT' is the method used when you use Digest for this case. But as you said, Digest is rarely used for proxy authentication. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg

Re: SSL over proxy passthrough

2003-11-28 Thread Daniel Stenberg
a https URL? Nope. curl only speaks non-SSL HTTP with the proxy. (To be precise, it ignores the protocol part of the given proxy and connects to it non-SSL.) -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: passive-ftp as default

2003-12-11 Thread Daniel Stenberg
On Thu, 11 Dec 2003, Hrvoje Niksic wrote: IIRC passive FTP is not documented by RFC 959 It was. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: bit overflow in wget 1.9

2004-01-21 Thread Daniel Stenberg
I'd share a clue I've learned: off_t is not a good type to use for this (large sizes) on Windows, since it is 32 bits even though Windows _does_ support large files. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

RE: Syntax question ...

2004-01-23 Thread Daniel Stenberg
to direct it elsewhere. You can use curl -v -i [URL] to get to see the full request curl sends and all the headers it receives back. Then those could be compared to what wget sends/gets. In my eyes, this looks like the correct output from curl. Wasn't it? -- -=- Daniel Stenberg -=- http

Re: http over auth/proxy

2004-03-30 Thread Daniel Stenberg
in the GET request, only in the CONNECT request. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Large Files Support for Wget

2004-05-11 Thread Daniel Stenberg
depending on platform. I can't see many benefits in using 64bit variables on systems that don't deal with 64bit filesizes. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Large Files Support for Wget

2004-05-10 Thread Daniel Stenberg
On Mon, 10 May 2004, [iso-8859-2] Dra?en Ka?ar wrote: * Change most (all?) occurrences of `long' in the code to `off_t'. Or should we go the next logical step and just use uintmax_t right away? Just use off_t. ... but Windows has no off_t... ;-) -- -=- Daniel Stenberg

Wget race condition vulnerability (fwd)

2004-05-17 Thread Daniel Stenberg
I found this on the bugtraq mailing list and since I haven't seen it discussed here, I thought it could be informative. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol -- Forwarded message -- Date

RE: Is NTLM authentication with wget possible?

2004-05-25 Thread Daniel Stenberg
myself. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: -T parameter on HP-UX port

2004-06-03 Thread Daniel Stenberg
( [], [ $func ();], AC_MSG_RESULT(yes!) eval ac_cv_func_$func=yes def=`echo HAVE_$func | tr 'a-z' 'A-Z'` AC_DEFINE_UNQUOTED($def, 1, [If you have $func]), AC_MSG_RESULT(but still no) ) -- -=- Daniel

Re: -T parameter on HP-UX port

2004-06-07 Thread Daniel Stenberg
is right first since there might be cases and systems around that works in ways I haven't considered. For example, this extra test might fail if the function name is defined as a macro. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2

Re: wput mailing list

2004-08-27 Thread Daniel Stenberg
for wput, so I just established one at http://groups.yahoo.com/group/wput/, if anyone is interested. wput is not wget so I agree discussing it on a different list is a good idea. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2

Re: File size limit

2004-09-10 Thread Daniel Stenberg
that curl groks large files too. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: 2 giga file size limit ?

2004-09-10 Thread Daniel Stenberg
. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: [PATCH] support for Content-Encoding in wget

2004-10-25 Thread Daniel Stenberg
. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Help needed ...

2004-11-01 Thread Daniel Stenberg
: http://curl.haxx.se/libcurl/competitors.html -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Windows and 2 GB downloads

2004-11-19 Thread Daniel Stenberg
that 'off_t' is 32 bit on Windows systems and thus this does not enable large file support for those. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: wget support for ftp/SSL

2004-12-01 Thread Daniel Stenberg
On Wed, 1 Dec 2004 [EMAIL PROTECTED] wrote: Is there a way to use SSL authentication with ftp in wget? AFAIK, wget doesn't support it. But curl does: curl.haxx.se -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Bugreport: wget and ssl via proxy

2004-12-03 Thread Daniel Stenberg
care about it. wget should use CONNECT when doing HTTPS over a proxy and it does GET when doing HTTP. IIRC, this problem is fixed in the CVS version. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: Problems communicating with digest authorization

2004-12-14 Thread Daniel Stenberg
... :-) -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

RE: wGET - NTLM Support

2004-12-31 Thread Daniel Stenberg
assignment stuff before 2003 ended). I'll try to get time off to fix a new version of the files in the beginning of next year. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

RE: wGET - NTLM Support

2005-01-03 Thread Daniel Stenberg
to do it. The old version is not available anymore so posting the old URL is not gonna help anyone. If you want to get a grasp of what the code looks like in its original shape, check the lib/http_ntlm.[ch] files in curl's source repository. -- -=- Daniel Stenberg -=- http

Re: wget does not handle sizes over 2GB

2005-01-09 Thread Daniel Stenberg
. It supports large files on all platforms that do. Having done lots of the adjustments in the curl code, I have to admit that the work (the transition to portable large file support) wasn't _that_ hard once we actually started working on it. -- -=- Daniel Stenberg -=- http

  1   2   >