HomeSort by relevance Sort by last modified time
    Searched full:authctxt (Results 26 - 38 of 38) sorted by null

12

  /external/openssh/
serverloop.h 25 void server_loop2(Authctxt *);
session.c 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)
    [all...]
auth2-pubkey.c 68 userauth_pubkey(Authctxt *authctxt)
78 if (!authctxt->valid) {
124 buffer_put_cstring(&b, authctxt->user);
128 authctxt->service);
142 if (PRIVSEP(user_key_allowed(authctxt->pw, key)) &&
160 if (PRIVSEP(user_key_allowed(authctxt->pw, key))) {
166 authctxt->postponed = 1;
auth.c 254 auth_log(Authctxt *authctxt, int authenticated, char *method, char *info)
259 if (use_privsep && !mm_is_monitor() && !authctxt->postponed)
264 !authctxt->valid ||
265 authctxt->failures >= options.max_authtries / 2 ||
269 if (authctxt->postponed)
277 authctxt->valid ? "" : "invalid user ",
278 authctxt->user,
284 if (authenticated == 0 && !authctxt->postponed &&
288 record_failed_login(authctxt->user
    [all...]
auth-rsa.c 296 auth_rsa(Authctxt *authctxt, BIGNUM *client_n)
300 struct passwd *pw = authctxt->pw;
303 if (!authctxt->valid)
sshd.c 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; local
    [all...]
monitor_wrap.c 343 mm_auth_password(Authctxt *authctxt, char *password)
774 mm_start_pam(Authctxt *authctxt)
817 mm_sshpam_init_ctx(Authctxt *authctxt)
824 buffer_put_cstring(&m, authctxt->user);
835 return (authctxt);
1296 mm_auth2_jpake_get_pwdata(Authctxt *authctxt, BIGNUM **s
    [all...]
audit.c 45 extern Authctxt *the_authctxt;
auth-shadow.c 88 auth_shadow_pwexpired(Authctxt *ctxt)
serverloop.c 87 extern Authctxt *the_authctxt;
819 server_loop2(Authctxt *authctxt)
    [all...]
audit-bsm.c 114 extern Authctxt *the_authctxt;
ChangeLog     [all...]
  /external/openssh/openbsd-compat/
port-aix.c 174 sys_auth_passwd(Authctxt *ctxt, const char *password)

Completed in 51 milliseconds

12