From: Timo Sirainen Date: Wed, 14 Oct 2009 22:30:04 +0000 (-0400) Subject: auth-protocol.txt: Updated with the new cookie changes. X-Git-Tag: 2.0.alpha2~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e45869811756f353315667db58efd1146627084;p=thirdparty%2Fdovecot%2Fcore.git auth-protocol.txt: Updated with the new cookie changes. --HG-- branch : HEAD --- diff --git a/doc/auth-protocol.txt b/doc/auth-protocol.txt index bfcebd83c3..b3ebe2d0b3 100644 --- a/doc/auth-protocol.txt +++ b/doc/auth-protocol.txt @@ -42,6 +42,7 @@ The connection starts by both client and server sending handshakes: S: "VERSION" TAB TAB S: "SPID" TAB S: "CUID" TAB + S: "COOKIE" TAB S: "MECH" TAB [TAB ] (multiple times) S: "DONE" @@ -63,6 +64,9 @@ process handled the authentication. CUID is currently useful only for APOP authentication. +COOKIE returns connection-specific 128 bit cookie in hex. It must be +given to REQUEST command. (v2.0+) + DONE finishes the handshake from server. CPID finishes the handshake from client. @@ -156,7 +160,7 @@ SPID can be used to let master identify the server process. Master Requests --------------- - M: "REQUEST" TAB TAB TAB + M: "REQUEST" TAB TAB TAB TAB M: "USER" TAB TAB TAB service= [TAB ] S: "NOTFOUND" TAB