ccache 63 source3/client/cifs.upcall.c krb5_ccache ccache; ccache 76 source3/client/cifs.upcall.c if (krb5_cc_resolve(context, ccname, &ccache)) { ccache 81 source3/client/cifs.upcall.c if (krb5_cc_set_flags(context, ccache, 0)) { ccache 86 source3/client/cifs.upcall.c if (krb5_cc_get_principal(context, ccache, &principal)) { ccache 91 source3/client/cifs.upcall.c if (krb5_cc_start_seq_get(context, ccache, &cur)) { ccache 96 source3/client/cifs.upcall.c while (!credtime && !krb5_cc_next_cred(context, ccache, &cur, &creds)) { ccache 104 source3/client/cifs.upcall.c krb5_cc_end_seq_get(context, ccache, &cur); ccache 109 source3/client/cifs.upcall.c krb5_cc_set_flags(context, ccache, KRB5_TC_OPENCLOSE); ccache 110 source3/client/cifs.upcall.c krb5_cc_close(context, ccache); ccache 584 source3/libads/krb5_setpw.c krb5_ccache ccache = NULL; ccache 599 source3/libads/krb5_setpw.c ret = krb5_cc_default(context, &ccache); ccache 608 source3/libads/krb5_setpw.c krb5_cc_close(context, ccache); ccache 616 source3/libads/krb5_setpw.c krb5_cc_close(context, ccache); ccache 624 source3/libads/krb5_setpw.c krb5_cc_close(context, ccache); ccache 633 source3/libads/krb5_setpw.c krb5_cc_close(context, ccache); ccache 648 source3/libads/krb5_setpw.c ret = krb5_cc_get_principal(context, ccache, &creds.client); ccache 650 source3/libads/krb5_setpw.c krb5_cc_close(context, ccache); ccache 660 source3/libads/krb5_setpw.c ret = krb5_get_credentials(context, 0, ccache, &creds, &credsp); ccache 662 source3/libads/krb5_setpw.c krb5_cc_close(context, ccache); ccache 683 source3/libads/krb5_setpw.c krb5_cc_close(context, ccache); ccache 38 source3/libsmb/clikrb5.c krb5_ccache ccache, ccache 613 source3/libsmb/clikrb5.c krb5_ccache ccache, ccache 617 source3/libsmb/clikrb5.c const char *cc_type = krb5_cc_get_type(context, ccache); ccache 620 source3/libsmb/clikrb5.c cc_type, krb5_cc_get_name(context, ccache), ccache 639 source3/libsmb/clikrb5.c retval = krb5_cc_remove_cred(context, ccache, 0, credsp); ccache 656 source3/libsmb/clikrb5.c krb5_ccache ccache, ccache 684 source3/libsmb/clikrb5.c if ((retval = krb5_cc_get_principal(context, ccache, &creds.client))) { ccache 694 source3/libsmb/clikrb5.c if ((retval = krb5_get_credentials(context, 0, ccache, ccache 709 source3/libsmb/clikrb5.c if (!ads_cleanup_expired_creds(context, ccache, credsp)) { ccache 717 source3/libsmb/clikrb5.c principal, krb5_cc_get_type(context, ccache), krb5_cc_get_name(context, ccache), ccache 760 source3/libsmb/clikrb5.c ccache, ccache 1260 source3/libsmb/clikrb5.c krb5_ccache ccache = NULL; ccache 1285 source3/libsmb/clikrb5.c ret = krb5_cc_resolve(context, CONST_DISCARD(char *, ccache_string), &ccache); ccache 1296 source3/libsmb/clikrb5.c ret = krb5_cc_get_principal(context, ccache, &client); ccache 1304 source3/libsmb/clikrb5.c ret = krb5_get_renewed_creds(context, &creds, client, ccache, CONST_DISCARD(char *, service_string)); ccache 1341 source3/libsmb/clikrb5.c ret = krb5_get_kdc_cred(context, ccache, flags, NULL, NULL, &creds_in, &creds_out); ccache 1354 source3/libsmb/clikrb5.c ret = krb5_cc_initialize(context, ccache, client); ccache 1359 source3/libsmb/clikrb5.c ret = krb5_cc_store_cred(context, ccache, &creds); ccache 1377 source3/libsmb/clikrb5.c if (ccache) { ccache 1378 source3/libsmb/clikrb5.c krb5_cc_close(context, ccache); ccache 1848 source3/libsmb/clikrb5.c krb5_ccache ccache, ccache 1864 source3/libsmb/clikrb5.c ccache, /* Credential cache to use for storage [in] */ ccache 90 source4/auth/credentials/credentials.h struct ccache_container *ccache; ccache 67 source4/auth/credentials/credentials_krb5.c struct ccache_container *ccache, ccache 80 source4/auth/credentials/credentials_krb5.c ret = krb5_cc_get_principal(ccache->smb_krb5_context->krb5_context, ccache 81 source4/auth/credentials/credentials_krb5.c ccache->ccache, &princ); ccache 84 source4/auth/credentials/credentials_krb5.c char *err_mess = smb_get_krb5_error_message(ccache->smb_krb5_context->krb5_context, ccache 92 source4/auth/credentials/credentials_krb5.c ret = krb5_unparse_name(ccache->smb_krb5_context->krb5_context, princ, &name); ccache 94 source4/auth/credentials/credentials_krb5.c char *err_mess = smb_get_krb5_error_message(ccache->smb_krb5_context->krb5_context, ret, cred); ccache 101 source4/auth/credentials/credentials_krb5.c realm = krb5_princ_realm(ccache->smb_krb5_context->krb5_context, princ); ccache 107 source4/auth/credentials/credentials_krb5.c krb5_free_principal(ccache->smb_krb5_context->krb5_context, princ); ccache 118 source4/auth/credentials/credentials_krb5.c krb5_cc_destroy(ccc->smb_krb5_context->krb5_context, ccc->ccache); ccache 125 source4/auth/credentials/credentials_krb5.c krb5_cc_close(ccc->smb_krb5_context->krb5_context, ccc->ccache); ccache 160 source4/auth/credentials/credentials_krb5.c ret = krb5_cc_resolve(ccc->smb_krb5_context->krb5_context, name, &ccc->ccache); ccache 169 source4/auth/credentials/credentials_krb5.c ret = krb5_cc_default(ccc->smb_krb5_context->krb5_context, &ccc->ccache); ccache 180 source4/auth/credentials/credentials_krb5.c ret = krb5_cc_get_principal(ccc->smb_krb5_context->krb5_context, ccc->ccache, &princ); ccache 197 source4/auth/credentials/credentials_krb5.c cred->ccache = ccc; ccache 238 source4/auth/credentials/credentials_krb5.c &ccc->ccache); ccache 270 source4/auth/credentials/credentials_krb5.c *ccc = cred->ccache; ccache 282 source4/auth/credentials/credentials_krb5.c ret = kinit_to_ccache(cred, cred, (*ccc)->smb_krb5_context, (*ccc)->ccache); ccache 292 source4/auth/credentials/credentials_krb5.c cred->ccache = *ccc; ccache 329 source4/auth/credentials/credentials_krb5.c talloc_unlink(cred, cred->ccache); ccache 330 source4/auth/credentials/credentials_krb5.c cred->ccache = NULL; ccache 361 source4/auth/credentials/credentials_krb5.c struct ccache_container *ccache; ccache 372 source4/auth/credentials/credentials_krb5.c &ccache); ccache 383 source4/auth/credentials/credentials_krb5.c maj_stat = gss_krb5_import_cred(&min_stat, ccache->ccache, NULL, NULL, ccache 406 source4/auth/credentials/credentials_krb5.c min_stat = krb5_get_default_in_tkt_etypes(ccache->smb_krb5_context->krb5_context, ccache 484 source4/auth/credentials/credentials_krb5.c gssapi_cred, ccc->ccache); ccache 496 source4/auth/credentials/credentials_krb5.c cred->ccache = ccc; ccache 279 source4/auth/gensec/gensec_krb5.c &in_data, ccache_container->ccache, ccache 290 source4/auth/gensec/gensec_krb5.c &in_data, ccache_container->ccache, ccache 31 source4/auth/kerberos/kerberos.h krb5_ccache ccache; ccache 88 source4/auth/kerberos/kerberos.h krb5_ccache ccache, ccache 108 source4/auth/kerberos/kerberos.h krb5_ccache ccache); ccache 148 source4/auth/kerberos/kerberos_util.c krb5_ccache ccache) ccache 172 source4/auth/kerberos/kerberos_util.c ret = kerberos_kinit_password_cc(smb_krb5_context->krb5_context, ccache, ccache 192 source4/auth/kerberos/kerberos_util.c ret = kerberos_kinit_keyblock_cc(smb_krb5_context->krb5_context, ccache, ccache 230 source4/auth/kerberos/kerberos_util.c ccache); ccache 213 source4/heimdal/kuser/kinit.c do_524init(krb5_context context, krb5_ccache ccache, ccache 225 source4/heimdal/kuser/kinit.c krb5_cc_get_principal(context, ccache, &client); ccache 233 source4/heimdal/kuser/kinit.c ret = krb5_get_credentials(context, 0, ccache, &in_creds, &real_creds); ccache 239 source4/heimdal/kuser/kinit.c ret = krb524_convert_creds_kdc_ccache(context, ccache, real_creds, &c); ccache 379 source4/heimdal/kuser/kinit.c krb5_ccache ccache, ccache 595 source4/heimdal/kuser/kinit.c ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, ccache), ccache 610 source4/heimdal/kuser/kinit.c ret = krb5_cc_move(context, tempccache, ccache); ccache 615 source4/heimdal/kuser/kinit.c store_ntlmkey(context, ccache, ntlm_domain, &ntlmkey); ccache 629 source4/heimdal/kuser/kinit.c krb5_cc_set_config(context, ccache, NULL, "realm-config", &data); ccache 678 source4/heimdal/kuser/kinit.c krb5_ccache ccache; ccache 693 source4/heimdal/kuser/kinit.c ctx->ccache, server_str, ctx->ticket_life); ccache 701 source4/heimdal/kuser/kinit.c ctx->ccache, ctx->ticket_life, 0); ccache 705 source4/heimdal/kuser/kinit.c do_524init(ctx->context, ctx->ccache, NULL, server_str); ccache 708 source4/heimdal/kuser/kinit.c krb5_afslog(ctx->context, ctx->ccache, NULL, NULL); ccache 710 source4/heimdal/kuser/kinit.c expire = ticket_lifetime(ctx->context, ctx->ccache, ctx->principal, ccache 720 source4/heimdal/kuser/kinit.c krb5_ccache ccache; ccache 787 source4/heimdal/kuser/kinit.c ret = krb5_cc_resolve(context, cred_cache, &ccache); ccache 791 source4/heimdal/kuser/kinit.c ret = krb5_cc_gen_new(context, &krb5_fcc_ops, &ccache); ccache 795 source4/heimdal/kuser/kinit.c krb5_cc_get_type(context, ccache), ccache 796 source4/heimdal/kuser/kinit.c krb5_cc_get_name(context, ccache)); ccache 813 source4/heimdal/kuser/kinit.c ret = krb5_cc_cache_match(context, principal, &ccache); ccache 815 source4/heimdal/kuser/kinit.c ret = krb5_cc_default (context, &ccache); ccache 853 source4/heimdal/kuser/kinit.c ccache, server_str, ticket_life); ccache 860 source4/heimdal/kuser/kinit.c get_new_tickets(context, principal, ccache, ticket_life, 1); ccache 864 source4/heimdal/kuser/kinit.c do_524init(context, ccache, NULL, server_str); ccache 867 source4/heimdal/kuser/kinit.c krb5_afslog(context, ccache, NULL, NULL); ccache 872 source4/heimdal/kuser/kinit.c timeout = ticket_lifetime(context, ccache, principal, server_str) / 2; ccache 875 source4/heimdal/kuser/kinit.c ctx.ccache = ccache; ccache 888 source4/heimdal/kuser/kinit.c krb5_cc_destroy(context, ccache); ccache 895 source4/heimdal/kuser/kinit.c krb5_cc_close (context, ccache); ccache 128 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c krb5_ccache ccache = NULL; ccache 136 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c kret = krb5_cc_default (context, &ccache); ccache 139 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c kret = krb5_cc_gen_new (context, &krb5_mcc_ops, &ccache); ccache 146 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c kret = krb5_cc_initialize(context, ccache, ctx->source); ccache 158 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c ccache, ccache 174 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c ccache, ccache 184 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c krb5_cc_close(context, ccache); ccache 185 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c ccache = NULL; ccache 189 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c if (ccache) { ccache 192 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c krb5_cc_close(context, ccache); ccache 194 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c krb5_cc_destroy(context, ccache); ccache 121 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_ccache ccache; ccache 126 source4/heimdal/lib/gssapi/krb5/acquire_cred.c ccache = NULL; ccache 140 source4/heimdal/lib/gssapi/krb5/acquire_cred.c &ccache); ccache 147 source4/heimdal/lib/gssapi/krb5/acquire_cred.c if (ccache == NULL) { ccache 148 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = krb5_cc_default(context, &ccache); ccache 152 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = krb5_cc_get_principal(context, ccache, &def_princ); ccache 155 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_cc_close(context, ccache); ccache 167 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_cc_close(context, ccache); ccache 168 source4/heimdal/lib/gssapi/krb5/acquire_cred.c ccache = NULL; ccache 190 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = krb5_cc_gen_new(context, &krb5_mcc_ops, &ccache); ccache 193 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = krb5_cc_initialize(context, ccache, cred.client); ccache 195 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_cc_destroy(context, ccache); ccache 198 source4/heimdal/lib/gssapi/krb5/acquire_cred.c kret = krb5_cc_store_cred(context, ccache, &cred); ccache 200 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_cc_destroy(context, ccache); ccache 209 source4/heimdal/lib/gssapi/krb5/acquire_cred.c ccache, ccache 213 source4/heimdal/lib/gssapi/krb5/acquire_cred.c krb5_cc_close(context, ccache); ccache 219 source4/heimdal/lib/gssapi/krb5/acquire_cred.c handle->ccache = ccache; ccache 112 source4/heimdal/lib/gssapi/krb5/add_cred.c handle->ccache = NULL; ccache 158 source4/heimdal/lib/gssapi/krb5/add_cred.c if (cred->ccache) { ccache 164 source4/heimdal/lib/gssapi/krb5/add_cred.c type = krb5_cc_get_type(context, cred->ccache); ccache 172 source4/heimdal/lib/gssapi/krb5/add_cred.c &handle->ccache); ccache 178 source4/heimdal/lib/gssapi/krb5/add_cred.c ret = krb5_cc_copy_cache(context, cred->ccache, ccache 179 source4/heimdal/lib/gssapi/krb5/add_cred.c handle->ccache); ccache 186 source4/heimdal/lib/gssapi/krb5/add_cred.c name = krb5_cc_get_name(context, cred->ccache); ccache 199 source4/heimdal/lib/gssapi/krb5/add_cred.c &handle->ccache); ccache 243 source4/heimdal/lib/gssapi/krb5/add_cred.c if (handle->ccache) ccache 244 source4/heimdal/lib/gssapi/krb5/add_cred.c krb5_cc_destroy(context, handle->ccache); ccache 49 source4/heimdal/lib/gssapi/krb5/copy_ccache.c if (cred->ccache == NULL) { ccache 55 source4/heimdal/lib/gssapi/krb5/copy_ccache.c kret = krb5_cc_copy_cache(context, cred->ccache, out); ccache 137 source4/heimdal/lib/gssapi/krb5/copy_ccache.c kret = krb5_cc_resolve(context, str, &handle->ccache); ccache 185 source4/heimdal/lib/gssapi/krb5/copy_ccache.c if (handle->ccache) ccache 186 source4/heimdal/lib/gssapi/krb5/copy_ccache.c krb5_cc_close(context, handle->ccache); ccache 81 source4/heimdal/lib/gssapi/krb5/gsskrb5_locl.h krb5_ccache ccache; ccache 99 source4/heimdal/lib/gssapi/krb5/gsskrb5_locl.h struct krb5_ccache_data *ccache; ccache 125 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ctx->ccache = NULL; ccache 174 source4/heimdal/lib/gssapi/krb5/init_sec_context.c krb5_ccache ccache, ccache 216 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ccache, ccache 255 source4/heimdal/lib/gssapi/krb5/init_sec_context.c krb5_cc_close(context, ctx->ccache); ccache 256 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ctx->ccache = NULL; ccache 281 source4/heimdal/lib/gssapi/krb5/init_sec_context.c krb5_ccache ccache, ccache 295 source4/heimdal/lib/gssapi/krb5/init_sec_context.c kret = krb5_cc_get_principal(context, ccache, &creds.client); ccache 321 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ccache, ccache 376 source4/heimdal/lib/gssapi/krb5/init_sec_context.c kret = krb5_cc_default (context, &ctx->ccache); ccache 384 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ctx->ccache = cred->ccache; ccache 386 source4/heimdal/lib/gssapi/krb5/init_sec_context.c kret = krb5_cc_get_principal (context, ctx->ccache, &ctx->source); ccache 413 source4/heimdal/lib/gssapi/krb5/init_sec_context.c kret = krb5_cc_get_config(context, ctx->ccache, NULL, ccache 428 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ret = gsskrb5_get_creds(minor_status, context, ctx->ccache, ccache 432 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ret = gsskrb5_get_creds(minor_status, context, ctx->ccache, ccache 469 source4/heimdal/lib/gssapi/krb5/init_sec_context.c if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE)) ccache 470 source4/heimdal/lib/gssapi/krb5/init_sec_context.c krb5_cc_close(context, ctx->ccache); ccache 471 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ctx->ccache = NULL; ccache 516 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ret = krb5_cc_get_config(context, ctx->ccache, NULL, ccache 542 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ctx->ccache, ctx->kcred, ctx->target, ccache 595 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ret = krb5_cc_get_config(context, ctx->ccache, ctx->target, ccache 661 source4/heimdal/lib/gssapi/krb5/init_sec_context.c if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE)) ccache 662 source4/heimdal/lib/gssapi/krb5/init_sec_context.c krb5_cc_close(context, ctx->ccache); ccache 663 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ctx->ccache = NULL; ccache 735 source4/heimdal/lib/gssapi/krb5/init_sec_context.c krb5_cc_set_config(context, ctx->ccache, ctx->target, ccache 58 source4/heimdal/lib/gssapi/krb5/inquire_cred_by_oid.c if (cred->ccache == NULL) { ccache 64 source4/heimdal/lib/gssapi/krb5/inquire_cred_by_oid.c ret = krb5_cc_get_full_name(context, cred->ccache, &str); ccache 63 source4/heimdal/lib/gssapi/krb5/release_cred.c if (cred->ccache != NULL) { ccache 65 source4/heimdal/lib/gssapi/krb5/release_cred.c ops = krb5_cc_get_ops(context, cred->ccache); ccache 67 source4/heimdal/lib/gssapi/krb5/release_cred.c krb5_cc_destroy(context, cred->ccache); ccache 69 source4/heimdal/lib/gssapi/krb5/release_cred.c krb5_cc_close(context, cred->ccache); ccache 53 source4/heimdal/lib/krb5/acache.c cc_ccache_t ccache; ccache 399 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->get_name)(a->ccache, &name); ccache 435 source4/heimdal/lib/krb5/acache.c &a->ccache); ccache 491 source4/heimdal/lib/krb5/acache.c error = (*a->context->func->open_ccache)(a->context, res, &a->ccache); ccache 500 source4/heimdal/lib/krb5/acache.c a->ccache = NULL; ccache 523 source4/heimdal/lib/krb5/acache.c a->ccache = NULL; ccache 547 source4/heimdal/lib/krb5/acache.c &a->ccache); ccache 555 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->new_credentials_iterator)(a->ccache, &iter); ccache 565 source4/heimdal/lib/krb5/acache.c (*a->ccache->func->remove_credentials)(a->ccache, ccred); ccache 570 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->set_principal)(a->ccache, ccache 584 source4/heimdal/lib/krb5/acache.c if (a->ccache) { ccache 585 source4/heimdal/lib/krb5/acache.c (*a->ccache->func->release)(a->ccache); ccache 586 source4/heimdal/lib/krb5/acache.c a->ccache = NULL; ccache 607 source4/heimdal/lib/krb5/acache.c if (a->ccache) { ccache 608 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->destroy)(a->ccache); ccache 609 source4/heimdal/lib/krb5/acache.c a->ccache = NULL; ccache 629 source4/heimdal/lib/krb5/acache.c if (a->ccache == NULL) { ccache 644 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->store_credentials)(a->ccache, &cred); ccache 663 source4/heimdal/lib/krb5/acache.c if (a->ccache == NULL) { ccache 669 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->get_principal)(a->ccache, ccache 690 source4/heimdal/lib/krb5/acache.c if (a->ccache == NULL) { ccache 696 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->new_credentials_iterator)(a->ccache, &iter); ccache 756 source4/heimdal/lib/krb5/acache.c if (a->ccache == NULL) { ccache 775 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->new_credentials_iterator)(a->ccache, &iter); ccache 801 source4/heimdal/lib/krb5/acache.c (*a->ccache->func->remove_credentials)(a->ccache, ccred); ccache 900 source4/heimdal/lib/krb5/acache.c a->ccache = cache; ccache 931 source4/heimdal/lib/krb5/acache.c if (ato->ccache == NULL) { ccache 934 source4/heimdal/lib/krb5/acache.c error = (*afrom->ccache->func->get_principal)(afrom->ccache, ccache 943 source4/heimdal/lib/krb5/acache.c &ato->ccache); ccache 950 source4/heimdal/lib/krb5/acache.c error = (*ato->ccache->func->move)(afrom->ccache, ato->ccache); ccache 993 source4/heimdal/lib/krb5/acache.c if (a->ccache == NULL) { ccache 999 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->set_default)(a->ccache); ccache 1013 source4/heimdal/lib/krb5/acache.c if (a->ccache == NULL) { ccache 1019 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->get_change_time)(a->ccache, &t); ccache 778 source4/heimdal/lib/krb5/changepw.c krb5_ccache ccache, ccache 796 source4/heimdal/lib/krb5/changepw.c ret = krb5_cc_get_principal(context, ccache, &principal); ccache 808 source4/heimdal/lib/krb5/changepw.c ret = krb5_cc_get_principal(context, ccache, &creds.client); ccache 814 source4/heimdal/lib/krb5/changepw.c ret = krb5_get_credentials(context, 0, ccache, &creds, &credsp); ccache 166 source4/heimdal/lib/krb5/convert_creds.c krb5_ccache ccache, ccache 194 source4/heimdal/lib/krb5/convert_creds.c ret = krb5_get_credentials (context, 0, ccache, ccache 137 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 748 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 787 source4/heimdal/lib/krb5/get_cred.c ret = find_cred(context, ccache, tmp_creds.server, ccache 799 source4/heimdal/lib/krb5/get_cred.c ret = get_cred_kdc_address(context, ccache, flags, NULL, ccache 823 source4/heimdal/lib/krb5/get_cred.c ret = get_cred_kdc_capath(context, flags, ccache, &tmp_creds, ccache 871 source4/heimdal/lib/krb5/get_cred.c ret = get_cred_kdc_address (context, ccache, flags, NULL, ccache 886 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 920 source4/heimdal/lib/krb5/get_cred.c ret = find_cred(context, ccache, tgtname, *ret_tgts, &tgt); ccache 948 source4/heimdal/lib/krb5/get_cred.c ret = krb5_cc_retrieve_cred(context, ccache, 0, &mcreds, &ticket); ccache 953 source4/heimdal/lib/krb5/get_cred.c ret = get_cred_kdc_address (context, ccache, flags, NULL, ccache 1045 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 1056 source4/heimdal/lib/krb5/get_cred.c ccache, ccache 1066 source4/heimdal/lib/krb5/get_cred.c ccache, ccache 1077 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 1085 source4/heimdal/lib/krb5/get_cred.c return get_cred_kdc_any(context, f, ccache, ccache 1092 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 1097 source4/heimdal/lib/krb5/get_cred.c return krb5_get_cred_from_kdc_opt(context, ccache, ccache 1106 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 1131 source4/heimdal/lib/krb5/get_cred.c ccache, ccache 1154 source4/heimdal/lib/krb5/get_cred.c krb5_cc_remove_cred(context, ccache, 0, res_creds); ccache 1170 source4/heimdal/lib/krb5/get_cred.c ret = get_cred_kdc_any(context, flags, ccache, ccache 1173 source4/heimdal/lib/krb5/get_cred.c krb5_cc_store_cred(context, ccache, tgts[i]); ccache 1178 source4/heimdal/lib/krb5/get_cred.c krb5_cc_store_cred(context, ccache, *out_creds); ccache 1185 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 1192 source4/heimdal/lib/krb5/get_cred.c ccache, in_creds, out_creds); ccache 1294 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 1309 source4/heimdal/lib/krb5/get_cred.c ret = krb5_cc_get_principal(context, ccache, &in_creds.client); ccache 1335 source4/heimdal/lib/krb5/get_cred.c ccache, ccache 1359 source4/heimdal/lib/krb5/get_cred.c krb5_cc_remove_cred(context, ccache, 0, res_creds); ccache 1387 source4/heimdal/lib/krb5/get_cred.c ret = get_cred_kdc_any(context, flags, ccache, ccache 1392 source4/heimdal/lib/krb5/get_cred.c krb5_cc_store_cred(context, ccache, tgts[i]); ccache 1397 source4/heimdal/lib/krb5/get_cred.c krb5_cc_store_cred(context, ccache, *out_creds); ccache 1409 source4/heimdal/lib/krb5/get_cred.c krb5_ccache ccache, ccache 1447 source4/heimdal/lib/krb5/get_cred.c ret = krb5_get_credentials(context, KRB5_GC_CACHED, ccache, &in, &template); ccache 1454 source4/heimdal/lib/krb5/get_cred.c ret = krb5_get_kdc_cred(context, ccache, flags, NULL, NULL, &in, &out); ccache 111 source4/heimdal/lib/krb5/get_for_creds.c krb5_ccache ccache, ccache 154 source4/heimdal/lib/krb5/get_for_creds.c ccache, ccache 192 source4/heimdal/lib/krb5/get_for_creds.c krb5_ccache ccache, ccache 216 source4/heimdal/lib/krb5/get_for_creds.c ret = krb5_get_credentials(context, 0, ccache, in_creds, &ticket); ccache 257 source4/heimdal/lib/krb5/get_for_creds.c ccache, ccache 1056 source4/heimdal/lib/krb5/get_in_tkt.c krb5_ccache ccache, ccache 1075 source4/heimdal/lib/krb5/get_in_tkt.c if (ccache) ccache 1076 source4/heimdal/lib/krb5/get_in_tkt.c ret = krb5_cc_store_cred (context, ccache, creds); ccache 78 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c krb5_ccache ccache, ccache 97 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c ccache, ccache 677 source4/heimdal/lib/krb5/krb5.h krb5_ccache ccache; ccache 44 source4/heimdal/lib/krb5/mk_req.c krb5_ccache ccache, ccache 52 source4/heimdal/lib/krb5/mk_req.c ret = krb5_cc_get_principal(context, ccache, &this_cred.client); ccache 67 source4/heimdal/lib/krb5/mk_req.c ret = krb5_get_credentials (context, 0, ccache, &this_cred, &cred); ccache 89 source4/heimdal/lib/krb5/mk_req.c krb5_ccache ccache, ccache 113 source4/heimdal/lib/krb5/mk_req.c server, in_data, ccache, outbuf); ccache 327 source4/heimdal/lib/krb5/rd_cred.c krb5_ccache ccache, ccache 341 source4/heimdal/lib/krb5/rd_cred.c krb5_cc_store_cred(context, ccache, creds[i]);