Mercurial > dropbear
comparison sysoptions.h @ 785:ff6e551da826
Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 18 Apr 2013 21:47:38 +0800 |
parents | 8dcdfd44e769 |
children | e76614145aea |
comparison
equal
deleted
inserted
replaced
784:0e5ea6812bb7 | 785:ff6e551da826 |
---|---|
196 | 196 |
197 #if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH) | 197 #if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH) |
198 #define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */ | 198 #define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */ |
199 #endif | 199 #endif |
200 | 200 |
201 /* Send an auth request straight away rather than trying "none" type to get a list */ | |
202 #define CLI_IMMEDIATE_AUTH | |
203 | |
204 /* Changing this is inadvisable, it appears to have problems | 201 /* Changing this is inadvisable, it appears to have problems |
205 * with flushing compressed data */ | 202 * with flushing compressed data */ |
206 #define DROPBEAR_ZLIB_MEM_LEVEL 8 | 203 #define DROPBEAR_ZLIB_MEM_LEVEL 8 |
207 | 204 |
208 #if defined(ENABLE_SVR_PASSWORD_AUTH) && defined(ENABLE_SVR_PAM_AUTH) | 205 #if defined(ENABLE_SVR_PASSWORD_AUTH) && defined(ENABLE_SVR_PAM_AUTH) |