diff options
-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. |