diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:35:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:35:48 +0000 |
commit | 3a552b1e63ca0e4c18d479eaaf88dd714f7cc6d8 (patch) | |
tree | 5a522596c2b238db5826e15588f3be41a7f9243d | |
parent | 69eb1790dae94ad879782de1c2ad2f53ff920e23 (diff) |
we do support NTLM now...
-rw-r--r-- | docs/FAQ | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Updated: May 9, 2003 (http://curl.haxx.se/docs/faq.html) +Updated: June 17, 2003 (http://curl.haxx.se/docs/faq.html) _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | @@ -593,9 +593,11 @@ FAQ 4.9. Curl can't authenticate to the server that requires NTLM? - NTLM is a Microsoft proprietary protocol. Unfortunately, curl does not - currently support that. Proprietary formats are evil. You should not use - such ones. + This is supported in curl 7.10.6 or later. No earlier curl version knows + of this magic. + + NTLM is a Microsoft proprietary protocol. Proprietary formats are evil. You + should not use such ones. 4.10 My HTTP request using HEAD, PUT or DELETE doesn't work! @@ -776,6 +778,5 @@ FAQ discussions and a large amount of people have contributed with source code knowing that this is the license we use. This license puts the restrictions we want on curl/libcurl and it does not spread to other programs or - libraries that use it. The recent dual license modification should make it - possible for everyone to use libcurl or curl in their projects, no matter - what license they already have in use. + libraries that use it. It should be possible for everyone to use libcurl or + curl in their projects, no matter what license they already have in use. |