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