Home
last modified time | relevance | path

Searched defs:Authctxt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth.h54 typedef struct Authctxt Authctxt; typedef
58 struct Authctxt { struct
59 sig_atomic_t success;
60 int authenticated; /* authenticated and alarms cancelled */
61 int postponed; /* authentication needs another step */
62 int valid; /* user exists and is allowed to login */
63 int attempt;
64 int failures;
65 int server_caused_failure;
66 int force_pwchange;
[all …]