[dovecot-cvs] dovecot/src/auth mech-digest-md5.c,1.26,1.27

cras at dovecot.org cras at dovecot.org
Sun Nov 7 20:06:05 EET 2004


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

Modified Files:
	mech-digest-md5.c 
Log Message:
DIGEST-MD5 was broken.



Index: mech-digest-md5.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech-digest-md5.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- mech-digest-md5.c	13 Oct 2004 16:38:32 -0000	1.26
+++ mech-digest-md5.c	7 Nov 2004 18:06:02 -0000	1.27
@@ -519,6 +519,7 @@
 		return;
 	}
 
+	request->authenticated = TRUE;
 	auth_request->callback(auth_request, AUTH_CLIENT_RESULT_CONTINUE,
 			       request->rspauth, strlen(request->rspauth));
 }



More information about the dovecot-cvs mailing list