[dovecot-cvs] dovecot/src/imap-login client-authenticate.c, 1.39.2.5, 1.39.2.6

tss at dovecot.org tss at dovecot.org
Wed Dec 20 04:52:27 UTC 2006


Update of /var/lib/cvs/dovecot/src/imap-login
In directory talvi:/tmp/cvs-serv1827/imap-login

Modified Files:
      Tag: branch_1_0
	client-authenticate.c 
Log Message:
"Plaintext authentication disabled" -> "Plaintext authentication disallowed
on non-secure connections"



Index: client-authenticate.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap-login/client-authenticate.c,v
retrieving revision 1.39.2.5
retrieving revision 1.39.2.6
diff -u -d -r1.39.2.5 -r1.39.2.6
--- client-authenticate.c	12 Nov 2006 12:41:28 -0000	1.39.2.5
+++ client-authenticate.c	20 Dec 2006 04:52:25 -0000	1.39.2.6
@@ -293,8 +293,7 @@
 			"* BAD [ALERT] Plaintext authentication is disabled, "
 			"but your client sent password in plaintext anyway. "
 			"If anyone was listening, the password was exposed.");
-		client_send_tagline(client,
-				    "NO Plaintext authentication disabled.");
+		client_send_tagline(client, "NO "AUTH_PLAINTEXT_DISABLED_MSG);
 		return 1;
 	}
 



More information about the dovecot-cvs mailing list