cURL / Mailing Lists / curl-library / Single Mail

curl-library

[PATCH] Added AUTH NTLM for SMTP (Part 2)

From: Steve Holme <steve_holme_at_hotmail.com>
Date: Tue, 2 Aug 2011 12:40:51 +0100

Dear all,

Following on from my email on Friday, I have now updated http_ntlm to use
the new NTLM module that I added.

This code does not touch the new Single Sign On functionality as only
Curl_input_ntlm() and Curl_output_ntlm() have been modified and not the SSO
functions. All other NTLM specific functionality was placed in ntlm.h and
ntlm.c last week so that other modules, such as smtp, could use it. As such
the duplicate code that was in http_ntlm has now been removed.

This also means that anyone, in the future, could add support for NTLM to
other protocols, such as POP3, with little effort.

I have attached a patch file that can be used after the one in my email last
week.

Any comments, suggestion or questions are welcome.

Kind Regards

Steve

Received on 2011-08-02