[dovecot-cvs] dovecot/src/auth mech-digest-md5.c,1.38,1.39

tss-movial at dovecot.org tss-movial at dovecot.org
Mon May 15 11:00:13 EEST 2006


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv28868

Modified Files:
	mech-digest-md5.c 
Log Message:
Trying to use subsequent authentication crashed.



Index: mech-digest-md5.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech-digest-md5.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- mech-digest-md5.c	24 Feb 2006 10:05:16 -0000	1.38
+++ mech-digest-md5.c	15 May 2006 08:00:10 -0000	1.39
@@ -588,11 +588,7 @@
 		(struct digest_auth_request *)auth_request;
 	string_t *challenge;
 
-	if (data_size > 0) {
-		/* FIXME: support subsequent authentication? */
-		mech_digest_md5_auth_continue(auth_request, data, data_size);
-		return;
-	}
+	/* FIXME: there's no support for subsequent authentication */
 
 	challenge = get_digest_challenge(request);
 	auth_request->callback(auth_request, AUTH_CLIENT_RESULT_CONTINUE,



More information about the dovecot-cvs mailing list