dovecot-2.0: auth: Increased AUTH_CLIENT_MAX_LINE_LENGTH.

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 14 04:41:28 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/49cd8e736a8a
changeset: 9937:49cd8e736a8a
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 13 21:40:51 2009 -0400
description:
auth: Increased AUTH_CLIENT_MAX_LINE_LENGTH.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/lib-auth/auth-client-interface.h |    3 ++-

diffs (13 lines):

diff -r 6fac2ade5dd6 -r 49cd8e736a8a src/lib-auth/auth-client-interface.h
--- a/src/lib-auth/auth-client-interface.h	Sun Sep 13 21:22:53 2009 -0400
+++ b/src/lib-auth/auth-client-interface.h	Sun Sep 13 21:40:51 2009 -0400
@@ -6,7 +6,8 @@
 #define AUTH_CLIENT_PROTOCOL_MAJOR_VERSION 1
 #define AUTH_CLIENT_PROTOCOL_MINOR_VERSION 0
 
-#define AUTH_CLIENT_MAX_LINE_LENGTH 8192
+/* GSSAPI can use quite large packets */
+#define AUTH_CLIENT_MAX_LINE_LENGTH 16384
 /* Use a bit smaller than login process timeout */
 #define AUTH_REQUEST_TIMEOUT (3*60 - 30)
 


More information about the dovecot-cvs mailing list