Mercurial > dropbear
comparison options.h @ 342:3e098639b05f
From Erik Hovland
- Check for valid cipher independently to starting encryption
- Use failure-checking m_mp_init for initialising mpint value
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 07 Jul 2006 09:28:32 +0000 |
parents | bfa09e369e0e |
children | 381834084475 01e4180895ba |
comparison
equal
deleted
inserted
replaced
341:2eb5a8514905 | 342:3e098639b05f |
---|---|
125 * a simple "Login: " "Password: " (you can edit the strings in svr-authpam.c). | 125 * a simple "Login: " "Password: " (you can edit the strings in svr-authpam.c). |
126 * It's useful for systems like OS X where standard password crypts don't work, | 126 * It's useful for systems like OS X where standard password crypts don't work, |
127 * but there's an interface via a PAM module - don't bother using it otherwise. | 127 * but there's an interface via a PAM module - don't bother using it otherwise. |
128 * You can't enable both PASSWORD and PAM. */ | 128 * You can't enable both PASSWORD and PAM. */ |
129 | 129 |
130 #define ENABLE_SVR_PASSWORD_AUTH | 130 /*#define ENABLE_SVR_PASSWORD_AUTH*/ |
131 /* #define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */ | 131 #define ENABLE_SVR_PAM_AUTH |
132 #define ENABLE_SVR_PUBKEY_AUTH | 132 #define ENABLE_SVR_PUBKEY_AUTH |
133 | 133 |
134 #define ENABLE_CLI_PASSWORD_AUTH | 134 #define ENABLE_CLI_PASSWORD_AUTH |
135 #define ENABLE_CLI_PUBKEY_AUTH | 135 #define ENABLE_CLI_PUBKEY_AUTH |
136 #define ENABLE_CLI_INTERACT_AUTH | 136 #define ENABLE_CLI_INTERACT_AUTH |