HomeSort by relevance Sort by last modified time
    Searched refs:the_authctxt (Results 1 - 4 of 4) sorted by null

  /external/openssh/
audit-bsm.c 114 extern Authctxt *the_authctxt;
197 if (the_authctxt != NULL && the_authctxt->valid) {
198 uid = the_authctxt->pw->pw_uid;
199 gid = the_authctxt->pw->pw_gid;
203 sel = selected(the_authctxt->user, uid, event_no, rc);
229 if (the_authctxt == NULL) {
234 if (the_authctxt->valid)
235 info.ai_auid = the_authctxt->pw->pw_uid;
242 (void) au_user_mask(the_authctxt->user, &mask)
    [all...]
audit.c 45 extern Authctxt *the_authctxt;
77 if (the_authctxt == NULL || the_authctxt->user == NULL)
79 if (!the_authctxt->valid)
81 return (the_authctxt->user);
serverloop.c 87 extern Authctxt *the_authctxt;
1038 if (session_open(the_authctxt, c->self) != 1) {
1114 pw = the_authctxt->pw;
1115 if (pw == NULL || !the_authctxt->valid)
    [all...]
sshd.c 244 Authctxt *the_authctxt = NULL; variable
    [all...]

Completed in 124 milliseconds