Searched defs:Authctxt (Results 1 – 2 of 2) sorted by relevance
46 typedef struct Authctxt Authctxt; typedef50 struct Authctxt { struct51 sig_atomic_t success;52 int authenticated; /* authenticated and alarms cancelled */53 int postponed; /* authentication needs another step */54 int valid; /* user exists and is allowed to login */55 int attempt;56 int failures;57 int server_caused_failure;58 int force_pwchange;[all …]
289 typedef struct cauthctxt Authctxt; global() typedef [all...]