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