dovecot-1.2: dovecotpw: Use CRAM-MD5 instead of HMAC-MD5 as the ...

dovecot at dovecot.org dovecot at dovecot.org
Wed Mar 25 20:12:39 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/ff1665db118c
changeset: 8858:ff1665db118c
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Mar 25 14:12:33 2009 -0400
description:
dovecotpw: Use CRAM-MD5 instead of HMAC-MD5 as the default.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/util/dovecotpw.c |    2 +-

diffs (12 lines):

diff -r be03fe93e11b -r ff1665db118c src/util/dovecotpw.c
--- a/src/util/dovecotpw.c	Wed Mar 25 14:11:51 2009 -0400
+++ b/src/util/dovecotpw.c	Wed Mar 25 14:12:33 2009 -0400
@@ -16,7 +16,7 @@
 #  include <libgen.h>
 #endif
 
-#define DEFAULT_SCHEME "HMAC-MD5"
+#define DEFAULT_SCHEME "CRAM-MD5"
 
 static void ATTR_NORETURN
 usage(const char *s)


More information about the dovecot-cvs mailing list