[dovecot-cvs] dovecot/src/auth mech-digest-md5.c, 1.38.2.2, 1.38.2.3
tss at dovecot.org
tss at dovecot.org
Sun Oct 15 14:05:27 UTC 2006
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv17304
Modified Files:
Tag: branch_1_0
mech-digest-md5.c
Log Message:
If unknown QoP value is received, log what it is.
Index: mech-digest-md5.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech-digest-md5.c,v
retrieving revision 1.38.2.2
retrieving revision 1.38.2.3
diff -u -d -r1.38.2.2 -r1.38.2.3
--- mech-digest-md5.c 17 Jun 2006 19:15:18 -0000 1.38.2.2
+++ mech-digest-md5.c 15 Oct 2006 13:05:25 -0000 1.38.2.3
@@ -380,7 +380,8 @@
}
if (i == QOP_COUNT) {
- *error = "Unknown QoP value";
+ *error = t_strdup_printf("Unknown QoP value: %s",
+ str_sanitize(value, 32));
return FALSE;
}
More information about the dovecot-cvs
mailing list