Searched defs:Authctxt (Results 1 – 2 of 2) sorted by relevance
45 typedef struct Authctxt Authctxt; typedef49 struct Authctxt { struct50 sig_atomic_t success;51 int authenticated; /* authenticated and alarms cancelled */52 int postponed; /* authentication needs another step */53 int valid; /* user exists and is allowed to login */54 int attempt;55 int failures;56 int server_caused_failure; 57 int force_pwchange;[all …]
239 typedef struct Authctxt Authctxt; typedef254 struct Authctxt { struct274 int (*userauth)(Authctxt *authctxt); argument