diff src/login-common/common.h @ 7922:4b4d2a4423ec HEAD

Removed login_greeting_capability setting. Instead now a minimal pre-login capability list is sent in the banner. CAPABILITY command still returns a full list. If CAPABILITY command wasn't used, the full capability list is sent in LOGIN/AUTHENTICATE tagged OK reply.
author Timo Sirainen <tss@iki.fi>
date Sat, 21 Jun 2008 10:39:45 +0300
parents 3644883cf44e
children 0db37acdc59f
line wrap: on
line diff
--- a/src/login-common/common.h	Sat Jun 21 10:14:13 2008 +0300
+++ b/src/login-common/common.h	Sat Jun 21 10:39:45 2008 +0300
@@ -13,7 +13,7 @@
 
 extern const char *login_protocol;
 
-extern bool disable_plaintext_auth, process_per_connection, greeting_capability;
+extern bool disable_plaintext_auth, process_per_connection;
 extern bool verbose_proctitle, verbose_ssl, verbose_auth;
 extern const char *greeting, *log_format;
 extern const char *const *log_format_elements;