Home | History | Annotate | Download | only in openssh

Lines Matching refs:authctxt

127 static void do_authenticated1(Authctxt *);
128 static void do_authenticated2(Authctxt *);
271 do_authenticated(Authctxt *authctxt)
273 setproctitle("%s", authctxt->pw->pw_name);
282 do_authenticated2(authctxt);
284 do_authenticated1(authctxt);
286 do_cleanup(authctxt);
296 do_authenticated1(Authctxt *authctxt)
309 s->authctxt = authctxt;
310 s->pw = authctxt->pw;
878 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
881 s->authctxt->force_pwchange = 0;
1272 if (s->authctxt->krb5_ccname)
1274 s->authctxt->krb5_ccname);
1630 if (s->authctxt->force_pwchange) {
1722 (s->authctxt->krb5_ctx != NULL)) {
1730 krb5_afslog(s->authctxt->krb5_ctx,
1731 s->authctxt->krb5_fwd_ccache, cell, NULL);
1733 krb5_afslog_home(s->authctxt->krb5_ctx,
1734 s->authctxt->krb5_fwd_ccache, NULL, NULL, pw->pw_dir);
1918 session_open(Authctxt *authctxt, int chanid)
1926 s->authctxt = authctxt;
1927 s->pw = authctxt->pw;
1928 if (s->pw == NULL || !authctxt->valid)
2683 do_authenticated2(Authctxt *authctxt)
2685 server_loop2(authctxt);
2689 do_cleanup(Authctxt *authctxt)
2704 if (authctxt == NULL)
2714 if (!authctxt->authenticated)
2719 authctxt->krb5_ctx)
2720 krb5_cleanup_proc(authctxt);
2729 auth_sock_cleanup_proc(authctxt->pw);