diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,7 @@ struct Authctxt { | |||
59 | char *service; | 59 | char *service; |
60 | struct passwd *pw; /* set if 'valid' */ | 60 | struct passwd *pw; /* set if 'valid' */ |
61 | char *style; | 61 | char *style; |
62 | char *role; | ||
62 | void *kbdintctxt; | 63 | void *kbdintctxt; |
63 | void *jpake_ctx; | 64 | void *jpake_ctx; |
64 | #ifdef BSD_AUTH | 65 | #ifdef BSD_AUTH |
@@ -177,6 +178,8 @@ HostStatus | |||
177 | check_key_in_hostfiles(struct passwd *, Key *, const char *, | 178 | check_key_in_hostfiles(struct passwd *, Key *, const char *, |
178 | const char *, const char *); | 179 | const char *, const char *); |
179 | 180 | ||
181 | int reject_blacklisted_key(Key *, int); | ||
182 | |||
180 | /* hostkey handling */ | 183 | /* hostkey handling */ |
181 | Key *get_hostkey_by_index(int); | 184 | Key *get_hostkey_by_index(int); |
182 | Key *get_hostkey_by_type(int); | 185 | Key *get_hostkey_by_type(int); |