Searched refs:creds (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | platform.c | 131 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()
|
| HD | gss-serv.c | 119 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()
|
| HD | auth-krb5.c | 75 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()
|
| HD | gss-genr.c | 168 (*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()
|
| HD | gss-serv-krb5.c | 126 if (client->creds == NULL) { 177 client->creds, ccache))) {
|
| /dragonfly/lib/libtelnet/ |
| HD | kerberos5.c | 737 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/ |
| HD | ypbind.c | 287 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/ |
| HD | nscdcli.c | 138 struct cmsgcred creds; in send_credentials() member
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | wpa_cli.c | 64 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()
|