[dovecot-cvs] dovecot/src/auth auth-digest-md5.c,1.14,1.15

cras at procontrol.fi cras at procontrol.fi
Fri Jan 3 07:36:23 EET 2003


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv30389

Modified Files:
	auth-digest-md5.c 
Log Message:
s/qop-options/qop/, fixes compatibility problem with Cyrus SASL library.



Index: auth-digest-md5.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/auth-digest-md5.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- auth-digest-md5.c	22 Dec 2002 08:18:29 -0000	1.14
+++ auth-digest-md5.c	3 Jan 2003 05:36:20 -0000	1.15
@@ -66,7 +66,7 @@
 	/*
 	   realm="hostname" (multiple allowed)
 	   nonce="randomized data, at least 64bit"
-	   qop-options="auth,auth-int,auth-conf"
+	   qop="auth,auth-int,auth-conf"
 	   maxbuf=number (with auth-int, auth-conf, defaults to 64k)
 	   charset="utf-8" (iso-8859-1 if it doesn't exist)
 	   algorithm="md5-sess"
@@ -103,7 +103,7 @@
 
 	return t_strconcat(str_c(realms),
 			   "nonce=\"", auth->nonce, "\",",
-			   "qop-options=\"", str_c(qoplist), "\",",
+			   "qop=\"", str_c(qoplist), "\",",
 			   "charset=\"utf-8\",",
 			   "algorithm=\"md5-sess\"",
 			   NULL);




More information about the dovecot-cvs mailing list