From: Timo Sirainen Date: Wed, 14 Oct 2009 22:33:03 +0000 (-0400) Subject: auth-protocol.txt: Updated version to 1.1. X-Git-Tag: 2.0.alpha2~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb7ca1008e8a22f5955355f5922d5e731effa0d6;p=thirdparty%2Fdovecot%2Fcore.git auth-protocol.txt: Updated version to 1.1. --HG-- branch : HEAD --- diff --git a/doc/auth-protocol.txt b/doc/auth-protocol.txt index b3ebe2d0b3..58e05175bd 100644 --- a/doc/auth-protocol.txt +++ b/doc/auth-protocol.txt @@ -1,4 +1,4 @@ -Dovecot Authentication Protocol v1.0 +Dovecot Authentication Protocol v1.1 General @@ -49,7 +49,7 @@ The connection starts by both client and server sending handshakes: Both client and server should check that they support the same major version number. If they don't, the other side isn't expected to be talking the same protocol and should be disconnected. Minor version can be ignored. This -document is version number 1.0. +document is version number 1.1. CPID, SPID and specify client and server PIDs. They should be unique identifiers for the specific process. UNIX process IDs are good choices. @@ -65,7 +65,7 @@ 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+) +given to REQUEST command. (Protocol v1.1+ / Dovecot v2.0+) DONE finishes the handshake from server. CPID finishes the handshake from client.