From 472d1d8e0561e407ce0d5c419978532a71150eca Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 9 Aug 2014 23:38:08 +0100 Subject: email: Introduced the GSSAPI states --- lib/pop3.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/pop3.c') diff --git a/lib/pop3.c b/lib/pop3.c index 314567e3f..ff7e0cabc 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -27,6 +27,7 @@ * RFC2831 DIGEST-MD5 authentication * RFC4422 Simple Authentication and Security Layer (SASL) * RFC4616 PLAIN authentication + * RFC4752 The Kerberos V5 ("GSSAPI") SASL Mechanism * RFC5034 POP3 SASL Authentication Mechanism * RFC6749 OAuth 2.0 Authorization Framework * Draft LOGIN SASL Mechanism @@ -320,6 +321,9 @@ static void state(struct connectdata *conn, pop3state newstate) "AUTH_DIGESTMD5_RESP", "AUTH_NTLM", "AUTH_NTLM_TYPE2MSG", + "AUTH_GSSAPI", + "AUTH_GSSAPI_TOKEN", + "AUTH_GSSAPI_NO_DATA", "AUTH_XOAUTH2", "AUTH_CANCEL", "AUTH_FINAL", -- cgit v1.2.1