diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 3 |
1 files changed, 2 insertions, 1 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 |
@@ -174,7 +175,7 @@ char *authorized_principals_file(struct passwd *); | |||
174 | 175 | ||
175 | FILE *auth_openkeyfile(const char *, struct passwd *, int); | 176 | FILE *auth_openkeyfile(const char *, struct passwd *, int); |
176 | FILE *auth_openprincipals(const char *, struct passwd *, int); | 177 | FILE *auth_openprincipals(const char *, struct passwd *, int); |
177 | int auth_key_is_revoked(Key *); | 178 | int auth_key_is_revoked(Key *, int); |
178 | 179 | ||
179 | HostStatus | 180 | HostStatus |
180 | check_key_in_hostfiles(struct passwd *, Key *, const char *, | 181 | check_key_in_hostfiles(struct passwd *, Key *, const char *, |