]> granicus.if.org Git - neomutt/commitdiff
Add a comment in auth_gss about RFCs and null-termination.
authorKevin McCarthy <kevin@8t8.us>
Sun, 15 Apr 2018 22:57:28 +0000 (15:57 -0700)
committerRichard Russon <rich@flatcap.org>
Tue, 17 Apr 2018 20:38:13 +0000 (21:38 +0100)
imap/auth_gss.c

index 40802e0d34455c01474935aedee1f3fd2b369038..23a4e0bb632e6025b4274e158915ecb0f920f750 100644 (file)
  * @page imap_auth_gss IMAP GSS authentication method
  *
  * IMAP GSS authentication method
+ *
+ * An overview of the authentication method is in RFC 1731.
+ *
+ * An overview of the C API used is in RFC 2744.
+ * Of note is section 3.2, which describes gss_buffer_desc.
+ * The length should not include a terminating '\0' byte, and the client
+ * should not expect the value field to be '\0'terminated.
  */
 
 #include "config.h"