Searched defs:Authctxt (Results 1 – 2 of 2) sorted by relevance
49 typedef struct Authctxt Authctxt; typedef53 struct Authctxt { struct54 sig_atomic_t success;55 int authenticated; /* authenticated and alarms cancelled */56 int postponed; /* authentication needs another step */57 int valid; /* user exists and is allowed to login */58 int attempt;59 int failures;60 int server_caused_failure;61 int force_pwchange;[all …]
257 typedef struct cauthctxt Authctxt; typedef