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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/f9afa9906e54
changeset: 8182:f9afa9906e54
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 6e9ca7f7e2a1 -r f9afa9906e54 src/auth/password-scheme.c
--- a/src/auth/password-scheme.c	Mon Mar 02 21:04:11 2009 -0500
+++ b/src/auth/password-scheme.c	Mon Mar 02 22:16:15 2009 -0500
@@ -456,7 +456,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