Steve Holme
d9ca9e9869
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.
2012-06-02 11:07:58 +01:00
Steve Holme
54d484e136
sasl: Moved login authentication message creation from smtp.c
...
Moved the login message creation from smtp.c into the sasl module
to allow for use by other modules such as pop3.
2012-05-31 23:11:54 +01:00
Steve Holme
8e860c1662
sasl: Moved plain text authentication message creation from smtp.c
...
Moved the plain text message creation from smtp.c into the sasl module
to allow for use by other modules such as pop3.
2012-05-30 20:52:52 +01:00
Steve Holme
9c480490f7
sasl: Re-factored auth-mechanism constants to be more generic
2012-05-25 21:58:17 +01:00
Steve Holme
978b808f7d
smtp: Moved auth-mechanism constants into a separate header file
...
Move the SMTP_AUTH constants into a separate header file in
preparation for adding SASL based authentication to POP3 as the two
protocols will need to share them.
2012-05-25 21:49:25 +01:00