Home
last modified time | relevance | path

Searched refs:creds (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/openssh/
HDplatform.c131 char **creds = NULL, *chroot_creds[] = in platform_setusercontext_post_groups() local
136 creds = chroot_creds; in platform_setusercontext_post_groups()
138 if (setpcred(pw->pw_name, creds) == -1) in platform_setusercontext_post_groups()
HDgss-serv.c119 ctx->name, 0, oidset, GSS_C_ACCEPT, &ctx->creds, in ssh_gssapi_acquire_cred()
127 ctx->creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_acquire_cred()
183 &ctx->context, ctx->creds, recv_tok, in ssh_gssapi_accept_ctx()
313 client->creds = ctx->client_creds; in ssh_gssapi_getclient()
375 gss_release_cred(&lmin, &gssapi_client.creds); in ssh_gssapi_userok()
HDauth-krb5.c75 krb5_creds creds; in auth_krb5_password() local
142 problem = krb5_get_init_creds_password(authctxt->krb5_ctx, &creds, in auth_krb5_password()
153 problem = krb5_verify_init_creds(authctxt->krb5_ctx, &creds, server, in auth_krb5_password()
177 authctxt->krb5_fwd_ccache, &creds); in auth_krb5_password()
HDgss-genr.c168 (*ctx)->creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_build_ctx()
190 if ((*ctx)->creds != GSS_C_NO_CREDENTIAL) in ssh_gssapi_delete_ctx()
191 gss_release_cred(&ms, &(*ctx)->creds); in ssh_gssapi_delete_ctx()
HDgss-serv-krb5.c126 if (client->creds == NULL) {
177 client->creds, ccache))) {
/dragonfly/lib/libtelnet/
HDkerberos5.c737 krb5_creds creds; in kerberos5_forward() local
758 memset (&creds, 0, sizeof(creds)); in kerberos5_forward()
760 creds.client = principal; in kerberos5_forward()
763 &creds.server, in kerberos5_forward()
777 creds.times.endtime = 0; in kerberos5_forward()
789 &creds, in kerberos5_forward()
/dragonfly/usr.sbin/ypbind/
HDypbind.c287 struct authunix_parms *creds; in ypbindprog_2() local
308 creds = (struct authunix_parms *)rqstp->rq_clntcred; in ypbindprog_2()
309 if (creds->aup_uid != 0) { in ypbindprog_2()
/dragonfly/usr.sbin/nscd/
HDnscdcli.c138 struct cmsgcred creds; in send_credentials() member
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDwpa_cli.c64 static DEFINE_DL_LIST(creds); /* struct cli_txt_entry */
1600 res = cli_txt_list_array(&creds); in wpa_cli_complete_cred()
4391 cli_txt_list_flush(&creds); in update_creds()
4407 cli_txt_list_add_word(&creds, pos, '\t'); in update_creds()
4511 cli_txt_list_flush(&creds); in wpa_cli_interactive()