Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/gen/
Dauth_subr.c92 struct auth_session_t { struct
93 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 …]
/openbsd/src/include/
Dbsd_auth.h42 typedef struct auth_session_t auth_session_t; typedef