]> granicus.if.org Git - curl/commit
sasl: Moved ntlm authentication message handling from smtp.c
authorSteve Holme <steve_holme@hotmail.com>
Sat, 2 Jun 2012 10:07:58 +0000 (11:07 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 2 Jun 2012 10:07:58 +0000 (11:07 +0100)
commitd9ca9e9869e8dd5559b36ffec608c847f154e40a
tree7c7e9e8405ce2c5e549dbedfdaf183d2ad7c36ed
parent2df6e6d9f8cb84c6010ac1c0471cfaa5d66f8d7d
sasl: Moved ntlm authentication message handling from smtp.c

Moved the ntlm message creation and decoding from smtp.c into the sasl
module to allow for use by other modules such as pop3.
lib/curl_sasl.c
lib/curl_sasl.h
lib/smtp.c