|
Lines 133-138
void auth_info(Authctxt *authctxt, const char *, ...)
Link Here
|
| 133 |
__attribute__((__format__ (printf, 2, 3))) |
133 |
__attribute__((__format__ (printf, 2, 3))) |
| 134 |
__attribute__((__nonnull__ (2))); |
134 |
__attribute__((__nonnull__ (2))); |
| 135 |
void auth_log(Authctxt *, int, int, const char *, const char *); |
135 |
void auth_log(Authctxt *, int, int, const char *, const char *); |
|
|
136 |
void auth_maxtries_exceeded(Authctxt *) __attribute__((noreturn)); |
| 136 |
void userauth_finish(Authctxt *, int, const char *, const char *); |
137 |
void userauth_finish(Authctxt *, int, const char *, const char *); |
| 137 |
int auth_root_allowed(const char *); |
138 |
int auth_root_allowed(const char *); |
| 138 |
|
139 |
|
|
Lines 184-189
void auth_debug_reset(void);
Link Here
|
| 184 |
|
185 |
|
| 185 |
struct passwd *fakepw(void); |
186 |
struct passwd *fakepw(void); |
| 186 |
|
187 |
|
| 187 |
#define AUTH_FAIL_MSG "Too many authentication failures for %.100s" |
|
|
| 188 |
|
| 189 |
#endif |
188 |
#endif |