[dovecot-cvs] dovecot/src/pop3-login client-authenticate.c, 1.22,
1.23
cras at dovecot.org
cras at dovecot.org
Thu Jul 22 16:33:36 EEST 2004
Update of /home/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv32255
Modified Files:
client-authenticate.c
Log Message:
POP3 CAPA command shouldn't return "AUTH=" in SASL reply. Patch by Andrey
Panin
Index: client-authenticate.c
===================================================================
RCS file: /home/cvs/dovecot/src/pop3-login/client-authenticate.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- client-authenticate.c 6 Jul 2004 05:55:46 -0000 1.22
+++ client-authenticate.c 22 Jul 2004 13:33:34 -0000 1.23
@@ -37,7 +37,6 @@
if (mech[i].advertise &&
(client->secured || !mech[i].plaintext)) {
str_append_c(str, ' ');
- str_append(str, "AUTH=");
str_append(str, mech[i].name);
}
}
More information about the dovecot-cvs
mailing list