Skip to content

Commit be285cd

Browse files
committed
Michele Bini modified the NTLM code to work for his "weird IIS case"
(http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash function in addition to the LM one and making some other adjustments in the order the different parts of the data block are sent in the Type-2 reply. Inspiration for this work was taken from the Firefox NTLM implementation. I edited the existing 21(!) NTLM test cases to run fine with these news. Due to the fact that we now properly include the host name in the Type-2 message the test cases now only compare parts of that chunk.
1 parent 0ff1faf commit be285cd

24 files changed

+439
-158
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
Changelog
88

9+
Daniel (5 April 2006)
10+
- Michele Bini modified the NTLM code to work for his "weird IIS case"
11+
(http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash
12+
function in addition to the LM one and making some other adjustments in the
13+
order the different parts of the data block are sent in the Type-2 reply.
14+
Inspiration for this work was taken from the Firefox NTLM implementation.
15+
16+
I edited the existing 21(!) NTLM test cases to run fine with these news. Due
17+
to the fact that we now properly include the host name in the Type-2 message
18+
the test cases now only compare parts of that chunk.
19+
920
Daniel (28 March 2006)
1021
- #1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that
1122
occurred when asking libcurl to follow HTTP redirects and the original URL

RELEASE-NOTES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This release includes the following changes:
1616

1717
This release includes the following bugfixes:
1818

19+
o Improved NTLM functionality
1920
o following redirects with more than one question mark in source URL
2021
o fixed debug build crash with -d
2122
o TFTP works on more systems
@@ -32,6 +33,6 @@ This release would not have looked like this without help, code, reports and
3233
advice from friends like these:
3334

3435
Dan Fandrich, Ilja van Sprundel, David McCreedy, Tor Arntsen, Xavier Bouchoux,
35-
David Byron
36+
David Byron, Michele Bini
3637

3738
Thanks! (and sorry if I forgot to mention someone)

0 commit comments

Comments
 (0)