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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/7ef77d3def36
changeset: 8314:7ef77d3def36
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 a634cd6ca486 -r 7ef77d3def36 src/auth/auth-worker-client.h
--- a/src/auth/auth-worker-client.h	Wed Jun 24 14:15:46 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