dovecot-2.0: auth: Increased auth workers' max. input line lengt...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jun 24 21:20:42 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/c8ff1a3722b7
changeset: 9526:c8ff1a3722b7
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jun 24 14:20:11 2009 -0400
description:
auth: Increased auth workers' max. input line length to 8192.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/auth/auth-worker-client.h |    2 +-

diffs (12 lines):

diff -r 02badd89127e -r c8ff1a3722b7 src/auth/auth-worker-client.h
--- a/src/auth/auth-worker-client.h	Tue Jun 23 22:01:17 2009 -0400
+++ b/src/auth/auth-worker-client.h	Wed Jun 24 14:20:11 2009 -0400
@@ -1,7 +1,7 @@
 #ifndef AUTH_WORKER_CLIENT_H
 #define AUTH_WORKER_CLIENT_H
 
-#define AUTH_WORKER_MAX_LINE_LENGTH 1024
+#define AUTH_WORKER_MAX_LINE_LENGTH 8192
 
 struct auth_worker_client *auth_worker_client_create(struct auth *auth, int fd);
 void auth_worker_client_destroy(struct auth_worker_client **client);


More information about the dovecot-cvs mailing list