dovecot-1.2: digest-md5 scheme generation was broken if username...

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 3 05:16:27 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/ce28325cc1c4
changeset: 8800:ce28325cc1c4
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Mar 02 22:16:15 2009 -0500
description:
digest-md5 scheme generation was broken if username didn't contain @domain.
Broken by previous change to it.

diffstat:

1 file changed, 1 deletion(-)
src/auth/password-scheme.c |    1 -

diffs (11 lines):

diff -r 969d23a89379 -r ce28325cc1c4 src/auth/password-scheme.c
--- a/src/auth/password-scheme.c	Mon Mar 02 21:13:11 2009 -0500
+++ b/src/auth/password-scheme.c	Mon Mar 02 22:16:15 2009 -0500
@@ -525,7 +525,6 @@ digest_md5_generate(const char *plaintex
 		user = t_strdup_until(user, realm);
 		realm++;
 	} else {
-		user = realm;
 		realm = "";
 	}
 


More information about the dovecot-cvs mailing list