[dovecot-cvs] dovecot/src/imap-login client-authenticate.c, 1.46, 1.47

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


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

Modified Files:
	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.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- client-authenticate.c	15 Dec 2006 18:38:10 -0000	1.46
+++ client-authenticate.c	20 Dec 2006 04:52:28 -0000	1.47
@@ -294,8 +294,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