sasl: Centralised the authentication mechanism strings
authorSteve Holme <steve_holme@hotmail.com>
Tue, 24 Sep 2013 19:12:48 +0000 (20:12 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 24 Sep 2013 19:12:50 +0000 (20:12 +0100)
commit733a4419d0b519e54e74cc6187580138bfae3db7
treef8c54cf32bc258f26ab695b8ab3e400a31b3f471
parent77dc4ba87793a02d283bd3d2db81d0e60f3fec50
sasl: Centralised the authentication mechanism strings

Moved the standard SASL mechanism strings into curl_sasl.h rather than
hard coding the same values over and over again in the protocols that
use SASL authentication.

For more information about the mechanism strings see:

http://www.iana.org/assignments/sasl-mechanisms
lib/curl_sasl.h
lib/imap.c
lib/pop3.c
lib/smtp.c