Searched refs:krb5_cc_store_cred (Results 1 - 25 of 40) sorted by last modified time

12

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsyncrepl.c675 code = krb5_cc_store_cred(ctx, cc, &my_creds);
677 Debug( LDAP_DEBUG_ANY, "do_syncrep1: krb5_cc_store_cred failed (%d)\n",code, 0,0 );
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dinit_sec_context.c872 krb5_cc_store_cred(context, id, ctx->kcred);
1179 (void)krb5_cc_store_cred(context, ctx->ccache, &kcred);
H A Dacquire_cred.c298 kret = krb5_cc_store_cred(context, ccache, &cred);
H A Dcreds.c202 ret = krb5_cc_store_cred(context, id, &creds);
H A Dinquire_cred_by_oid.c423 ret = krb5_cc_store_cred(context, cred->ccache, out);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dinit_creds_pw.c3871 ret = krb5_cc_store_cred(context, id, &ctx->cred);
H A Drd_cred.c338 krb5_cc_store_cred(context, ccache, creds[i]);
H A Dcache.c719 krb5_cc_store_cred(krb5_context context, function
983 ret = krb5_cc_store_cred(context, to, &cred);
1418 ret = krb5_cc_store_cred(context, id, &cred);
H A Dkrb5-protos.h1600 krb5_cc_store_cred (
H A Dtest_cc.c238 ret = krb5_cc_store_cred(context, id, &cred);
240 krb5_err(context, 1, ret, "krb5_cc_store_cred");
H A Dtkt.c542 krb5_cc_store_cred(context, ccache, tgts[n]);
1082 krb5_cc_store_cred(context, ctx->ccache, ctx->cred);
1099 krb5_cc_store_cred(context, ctx->ccache, &ref);
H A Dget_cred.c852 krb5_cc_store_cred(context, ccache, tgts[n]);
1007 krb5_cc_store_cred(context, ccache, *out_creds);
1022 krb5_cc_store_cred(context, ccache, &ref);
1295 krb5_cc_store_cred(context, ccache, *out_creds);
H A Dget_in_tkt.c560 ret = krb5_cc_store_cred (context, ccache, creds);
/macosx-10.10.1/KerberosHelper-151/Source/
H A Dna.c1550 ret = krb5_cc_store_cred(na->context, id, &cred);
H A DKerberosHelper.c1417 krb_err = krb5_cc_store_cred(hCtx->krb5_ctx, id, &cred);
/macosx-10.10.1/Heimdal-398.1.2/kpasswd/
H A Dkpasswd.c215 ret = krb5_cc_store_cred(context, id, &cred);
217 krb5_err(context, 1, ret, "krb5_cc_store_cred");
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkgetcred.c225 ret = krb5_cc_store_cred(context, id, out);
227 krb5_err (context, 1, ret, "krb5_cc_store_cred");
H A Dkinit.c343 ret = krb5_cc_store_cred(context, cache, out);
355 krb5_warn(context, ret, "krb5_cc_store_cred");
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_krb5.c431 if (krb5_cc_store_cred(context, ccache, &creds)) {
435 syslog(LOG_ERR, "auth_krb5: krb5_cc_store_cred");
/macosx-10.10.1/pam_modules-140/modules/pam_krb5/
H A Dpam_krb5.c339 krbret = krb5_cc_store_cred(pam_context, ccache, &creds);
342 PAM_LOG("Error krb5_cc_store_cred(): %s",
672 krbret = krb5_cc_store_cred(pam_context, ccache_perm, &creds);
674 PAM_LOG("Error krb5_cc_store_cred(): %s",
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth-krb5.c163 problem= krb5_cc_store_cred(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache,
/macosx-10.10.1/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.pm219 krb5_get_init_creds_password, krb5_cc_initialize, and krb5_cc_store_cred.
232 krb5_get_init_creds_keytab, krb5_cc_initialize, and krb5_cc_store_cred.
H A DKrb5.xs424 err = krb5_cc_store_cred(context, cc, &cr);
461 err = krb5_cc_store_cred(context, cc, &cr);
713 err = krb5_cc_store_cred(context, cc, creds);
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dhprop.c195 ret = krb5_cc_store_cred(context, *cache, &creds);
196 if(ret) krb5_err(context, 1, ret, "krb5_cc_store_cred");
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dinit_c.c243 ret = krb5_cc_store_cred (context, id, &cred);

Completed in 259 milliseconds

12