cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: feedback on the issue 12 patch?

From: Xiuping Hu <xhu_at_aventail.com>
Date: Tue, 2 Mar 2004 15:13:48 -0800

Hi Daniel,

For a proxy server that servers more authentication methods, it is very
convenient to have a CURLOPT_DOMAIN option for NTLM domain setting.
Once having this option, it is easy to switch between forward Basic Auth and
NTLM auth. Otherwise, if you forward the username like: domain\\user, it
would not work for Basic auth. But if you set domain, Basic auth would not
care.

I have a patch that just does this. This will be put into our production
soon. So could you please have a look at to see if I have any thing left
out?

Thanks a lot,

Xiuping

> -----Original Message-----
> From: Dan Fandrich [mailto:dan_at_coneharvesters.com]
> Sent: Tuesday, March 02, 2004 2:40 PM
> To: curl-library_at_cool.haxx.se
> Subject: Re: feedback on the issue 12 patch?
>
> On Tue, Mar 02, 2004 at 02:14:32PM +0100, Daniel Stenberg wrote:
> > Hi friends!
> >
> > There is now only ONE single issue left in the TODO-RELEASE[1] document
> > waiting to get fixed before we can put together a new release. (If you
> know of
> > other issues, patches, fixes, bugs or whatever for the upcoming release,
> > please speak up.)
> >
> > That issues is the one we call "issue 12" and has been reported numerous
> times
> > by people, and I believe I have gotten three or four different patches
> > offering different solutions.
> >
> > I posted my patch[2] back on February 20, and I am still waiting for
> some kind
> > of feedback on this. Xiuping Hu responded and said it fixed one of his
> > problems but that it had a "timing problem" that he would get back to
> later.
> >
> > If you have a way to repeat this problem on a server of yours and can't
> get
> > the time off to test this yourself, then I am interested in getting my
> hands
> > on such a server to run a few tests of mine. The servers I've tried to
> verify
> > my patch against have not been of the picky kind that "issue 12" was
> reported
> > to show problems on in the first place so they haven't been very good.
> >
> > [1] = http://curl.haxx.se/lxr/source/TODO-RELEASE
> > [2] = http://curl.haxx.se/mail/lib-2004-02/0271.html
> >
> > I hope to release 7.11.1 before curl's 6th birthday, March 20th.
>
> Well, this hardly qualifies as a thorough test, but I tried the unpatched
> curl on an IIS server with NTLM authentication and got a "411 Length
> Required" response; with the Feb 20 patch I didn't (I did get a 400 Bad
> Request but that's because I was doing a POST when I should have been
> doing a GET).
>
> >>> Dan
> --
> http://www.MoveAnnouncer.com The web change of address
> service
> Let webmasters know that your web site has moved

Received on 2004-03-03