Searched defs:AuthState (Results 1 – 5 of 5) sorted by relevance
79 struct AuthState { struct81 char *username; /* This is the username the client presents to check. It83 unsigned char authtypes; /* Flags indicating which auth types are still 85 unsigned int failcount; /* Number of (failed) authentication attempts.*/86 unsigned authdone : 1; /* 0 if we haven't authed, 1 if we have. Applies for89 unsigned perm_warn : 1; /* Server only, set if bad permissions on 94 char *printableuser; /* stripped of control chars, used for logs etc */95 struct passwd * pw;
42 public class AuthState { class57 public AuthState() { in AuthState() method in AuthState
42 enum AuthState { enum
58 enum AuthState { enum
228 uint8_t AuthState; member