Searched defs:auth_session_t (Results 1 – 2 of 2) sorted by relevance
92 struct auth_session_t { struct93 char *name; /* name of use being authenticated */94 char *style; /* style of authentication used */95 char *class; /* class of user */96 char *service; /* type of service being performed */97 char *challenge; /* last challenge issued */98 int flags; /* see below */99 struct passwd *pwd; /* password entry for user */100 struct timeval now; /* time of authentication */102 int state; /* authenticated state */[all …]
42 typedef struct auth_session_t auth_session_t; typedef