Mercurial > dropbear
comparison options.h @ 161:b9d3f725e00b
0.44 release changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 02 Jan 2005 17:08:27 +0000 |
parents | ed9ca2a9705c |
children | 3e49d8d18005 |
comparison
equal
deleted
inserted
replaced
160:7ceceb46d655 | 161:b9d3f725e00b |
---|---|
115 | 115 |
116 /* PAM auth is quite simple, and only works for PAM modules which just do a | 116 /* PAM auth is quite simple, and only works for PAM modules which just do a |
117 * simple "Login: " "Password: " (or something like that - if your module is | 117 * simple "Login: " "Password: " (or something like that - if your module is |
118 * similar but not quite like that, edit the strings in svr-authpam.c). | 118 * similar but not quite like that, edit the strings in svr-authpam.c). |
119 * Basically, it's useful for systems like OS X where standard password crypts | 119 * Basically, it's useful for systems like OS X where standard password crypts |
120 * don't work, but there's and interface via a PAM module. You'll need to | 120 * don't work, but there's an interface via a PAM module. You'll need to |
121 * configure with --enable-pam as well, since it's off by default. And you | 121 * configure with --enable-pam as well, since it's off by default. And you |
122 * should only enable either PASSWORD _or_ PAM auth, not both. */ | 122 * should only enable either PASSWORD _or_ PAM auth, not both. */ |
123 | 123 |
124 #define ENABLE_SVR_PASSWORD_AUTH | 124 #define ENABLE_SVR_PASSWORD_AUTH |
125 /*#define ENABLE_SVR_PAM_AUTH*/ | 125 /*#define ENABLE_SVR_PAM_AUTH*/ |
183 /******************************************************************* | 183 /******************************************************************* |
184 * You shouldn't edit below here unless you know you need to. | 184 * You shouldn't edit below here unless you know you need to. |
185 *******************************************************************/ | 185 *******************************************************************/ |
186 | 186 |
187 #ifndef DROPBEAR_VERSION | 187 #ifndef DROPBEAR_VERSION |
188 #define DROPBEAR_VERSION "0.44test4" | 188 #define DROPBEAR_VERSION "0.44" |
189 #endif | 189 #endif |
190 | 190 |
191 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION | 191 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION |
192 #define PROGNAME "dropbear" | 192 #define PROGNAME "dropbear" |
193 | 193 |