Mercurial > dropbear
comparison runopts.h @ 692:c58a15983808
Allow configuring "allow blank password option" at runtime
Changes this from a compile-time switch to a command-line option.
Signed-off-by: Paul Eggleton <[email protected]>
author | Paul Eggleton <paul.eggleton@linux.intel.com> |
---|---|
date | Tue, 12 Feb 2013 15:52:57 +0000 |
parents | 4edea9f363d0 |
children | 7fc0aeada79c 7f604f9b3756 |
comparison
equal
deleted
inserted
replaced
691:e698d1a9f428 | 692:c58a15983808 |
---|---|
87 | 87 |
88 int norootlogin; | 88 int norootlogin; |
89 | 89 |
90 int noauthpass; | 90 int noauthpass; |
91 int norootpass; | 91 int norootpass; |
92 int allowblankpass; | |
92 | 93 |
93 #ifdef ENABLE_SVR_REMOTETCPFWD | 94 #ifdef ENABLE_SVR_REMOTETCPFWD |
94 int noremotetcp; | 95 int noremotetcp; |
95 #endif | 96 #endif |
96 #ifdef ENABLE_SVR_LOCALTCPFWD | 97 #ifdef ENABLE_SVR_LOCALTCPFWD |