Lines Matching refs:Authctxt
244 Authctxt *the_authctxt = NULL;
624 privsep_preauth(Authctxt *authctxt)
646 monitor_child_preauth(authctxt, pmonitor);
687 privsep_postauth(Authctxt *authctxt)
694 if (authctxt->pw->pw_uid == 0 || options.use_login) {
729 do_setusercontext(authctxt->pw);
1326 Authctxt *authctxt;
1970 authctxt = xcalloc(1, sizeof(*authctxt));
1972 authctxt->loginmsg = &loginmsg;
1975 the_authctxt = authctxt;
1982 if (privsep_preauth(authctxt) == 1)
1989 do_authentication2(authctxt);
1992 do_authentication(authctxt);
2010 authctxt->authenticated = 1;
2022 temporarily_use_uid(authctxt->pw);
2039 privsep_postauth(authctxt);
2049 do_authenticated(authctxt);