bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] NTLM auth broken in 1.13.4


From: Tony Lewis
Subject: Re: [Bug-wget] NTLM auth broken in 1.13.4
Date: Tue, 16 Jul 2013 17:38:37 -0700

NTLM has evolved over the years. The last time I looked at the code, wget
only supported NTLM message types 1 and 2. It very well may be that the
server you are connecting to requires type 3 messages.

In 2009, I did a major refactoring of http_ntlm.c (against the wget 1.11.4
sources) to support NTLM type 1, 2, and 3 messages. I did not have any way
to test against servers supporting all three types of messages so the code
was never integrated into wget.

At this point in time, I don't have access to any server supporting any
configuration of NTLM so I cannot do anything with the attached code. If
someone to test all three types of NTML messages and wants to integrate the
attached code into wget, please do so.

Tony

Attachment: http-ntlm.c
Description: Text document

Attachment: http-ntlm.h
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]