-
- Downloads
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.
Showing
- CHANGES 11 additions, 0 deletionsCHANGES
- RELEASE-NOTES 2 additions, 1 deletionRELEASE-NOTES
- lib/http_ntlm.c 299 additions, 116 deletionslib/http_ntlm.c
- lib/urldata.h 1 addition, 0 deletionslib/urldata.h
- tests/data/test150 7 additions, 2 deletionstests/data/test150
- tests/data/test155 7 additions, 2 deletionstests/data/test155
- tests/data/test159 7 additions, 2 deletionstests/data/test159
- tests/data/test162 1 addition, 1 deletiontests/data/test162
- tests/data/test169 7 additions, 2 deletionstests/data/test169
- tests/data/test170 1 addition, 1 deletiontests/data/test170
- tests/data/test176 1 addition, 1 deletiontests/data/test176
- tests/data/test209 7 additions, 2 deletionstests/data/test209
- tests/data/test213 7 additions, 2 deletionstests/data/test213
- tests/data/test239 7 additions, 2 deletionstests/data/test239
- tests/data/test243 7 additions, 2 deletionstests/data/test243
- tests/data/test265 7 additions, 2 deletionstests/data/test265
- tests/data/test267 7 additions, 2 deletionstests/data/test267
- tests/data/test67 7 additions, 2 deletionstests/data/test67
- tests/data/test68 7 additions, 2 deletionstests/data/test68
- tests/data/test69 7 additions, 2 deletionstests/data/test69
Loading
Please register or sign in to comment