dovecot-2.0: auth-protocol.txt: Updated with the new cookie chan...

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 15 01:30:11 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/957dd8eb1e5a
changeset: 10060:957dd8eb1e5a
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 14 18:30:04 2009 -0400
description:
auth-protocol.txt: Updated with the new cookie changes.

diffstat:

1 file changed, 5 insertions(+), 1 deletion(-)
doc/auth-protocol.txt |    6 +++++-

diffs (30 lines):

diff -r aa30fc7d771a -r 957dd8eb1e5a doc/auth-protocol.txt
--- a/doc/auth-protocol.txt	Wed Oct 14 18:25:29 2009 -0400
+++ b/doc/auth-protocol.txt	Wed Oct 14 18:30:04 2009 -0400
@@ -42,6 +42,7 @@ The connection starts by both client and
  S: "VERSION" TAB <major> TAB <minor>
  S: "SPID" TAB <pid>
  S: "CUID" TAB <pid>
+ S: "COOKIE" TAB <cookie>
  S: "MECH" TAB <name> [TAB <parameters>] (multiple times)
  S: "DONE"
 
@@ -62,6 +63,9 @@ process handled the authentication.
 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 @@ Master Requests
 Master Requests
 ---------------
 
- M: "REQUEST" TAB <id> TAB <client-pid> TAB <client-id>
+ M: "REQUEST" TAB <id> TAB <client-pid> TAB <client-id> TAB <cookie>
  M: "USER" TAB <id> TAB <userid> TAB service=<service> [TAB <parameters>]
 
  S: "NOTFOUND" TAB <id>


More information about the dovecot-cvs mailing list