]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
email: Corrected references to SASL RFC
authorSteve Holme <steve_holme@hotmail.com>
Tue, 22 Jan 2013 18:37:12 +0000 (18:37 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 22 Jan 2013 18:37:12 +0000 (18:37 +0000)
The most recent version of the SASL RFC is RFC4422 and not RFC2222 as
previously documented.

lib/imap.c
lib/pop3.c
lib/smtp.c

index a4c1373684b7e94b88df1dc9c41d9df8e82f6bcc..469dad32d986b65eb50d886d946f97f2be9f17b9 100644 (file)
  * KIND, either express or implied.
  *
  * RFC2195 CRAM-MD5 authentication
- * RFC2222 Simple Authentication and Security Layer (SASL)
  * RFC2595 Using TLS with IMAP, POP3 and ACAP
  * RFC2831 DIGEST-MD5 authentication
  * RFC3501 IMAPv4 protocol
+ * RFC4422 Simple Authentication and Security Layer (SASL)
  * RFC4616 PLAIN authentication
  * RFC5092 IMAP URL Scheme
  *
index 91e7bcdd88516d720ca4ed6d8d29226b10b98a2f..cb86911dd5a85482a9adbc3d1049a226008e86a3 100644 (file)
  * RFC1734 POP3 Authentication
  * RFC1939 POP3 protocol
  * RFC2195 CRAM-MD5 authentication
- * RFC2222 Simple Authentication and Security Layer (SASL)
  * RFC2384 POP URL Scheme
  * RFC2449 POP3 Extension Mechanism
  * RFC2595 Using TLS with IMAP, POP3 and ACAP
  * RFC2831 DIGEST-MD5 authentication
+ * RFC4422 Simple Authentication and Security Layer (SASL)
  * RFC4616 PLAIN authentication
  *
  ***************************************************************************/
index ec077f351fc053396c073d57998873bd6da3c1ca..af3fb0680b38cc70e7e955148045f34b3208fd90 100644 (file)
@@ -22,8 +22,8 @@
  * RFC3207 SMTP over TLS
  * RFC4954 SMTP Authentication
  * RFC2195 CRAM-MD5 authentication
- * RFC2222 Simple Authentication and Security Layer (SASL)
  * RFC2831 DIGEST-MD5 authentication
+ * RFC4422 Simple Authentication and Security Layer (SASL)
  * RFC4616 PLAIN authentication
  *
  ***************************************************************************/