Searched refs:ccache (Results 76 - 100 of 126) sorted by relevance

123456

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Daccept_sec_context.c188 krb5_ccache ccache = NULL; local
196 kret = krb5_cc_default (context, &ccache);
200 NULL, &ccache);
207 kret = krb5_cc_initialize(context, ccache, ctx->source);
219 ccache,
235 ccache,
245 krb5_cc_close(context, ccache);
246 ccache = NULL;
250 if (ccache) {
253 krb5_cc_close(context, ccache);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Ddigest.c238 krb5_ccache ccache,
259 if (ccache == NULL) {
264 id = ccache;
389 if (ccache == NULL && id)
413 krb5_ccache ccache)
431 ret = digest_request(context, realm, ccache,
709 krb5_ccache ccache)
735 ret = digest_request(context, realm, ccache,
869 krb5_ccache ccache,
894 ret = digest_request(context, realm, ccache,
236 digest_request(krb5_context context, krb5_realm realm, krb5_ccache ccache, krb5_key_usage usage, const DigestReqInner *ireq, DigestRepInner *irep) argument
410 krb5_digest_init_request(krb5_context context, krb5_digest digest, krb5_realm realm, krb5_ccache ccache) argument
706 krb5_digest_request(krb5_context context, krb5_digest digest, krb5_realm realm, krb5_ccache ccache) argument
866 krb5_ntlm_init_request(krb5_context context, krb5_ntlm ntlm, krb5_realm realm, krb5_ccache ccache, uint32_t flags, const char *hostname, const char *domainname) argument
1000 krb5_ntlm_request(krb5_context context, krb5_ntlm ntlm, krb5_realm realm, krb5_ccache ccache) argument
1185 krb5_digest_probe(krb5_context context, krb5_realm realm, krb5_ccache ccache, unsigned *flags) argument
[all...]
H A Dmk_req_ext.c41 krb5_ccache ccache,
37 _krb5_mk_req_internal(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, krb5_data *in_data, krb5_ccache ccache, krb5_creds *in_creds, krb5_data *outbuf, krb5_key_usage checksum_usage, krb5_key_usage encrypt_usage) argument
H A Dkrb5-protos.h64 * gotten from the KDC and stored in the cred cache `ccache'.
85 * check the credential cache ccache before checking with the KDC.
88 * @param ccache credential cache used to check for des-ticket.
101 krb5_ccache ccache,
963 * @param id next ccache
987 * Stop using the ccache `id' and free the related resources.
1056 * Open the default ccache in `id'.
1070 * ccache name.
1081 * Remove the ccache `id'.
1106 * Generate a new ccache o
[all...]
H A Dchangepw.c601 * @param ccache the credential cache to use to find the
622 krb5_ccache ccache,
640 ret = krb5_cc_get_principal(context, ccache, &principal);
652 ret = krb5_cc_get_principal(context, ccache, &creds.client);
658 ret = krb5_get_credentials(context, 0, ccache, &creds, &credsp);
621 krb5_set_password_using_ccache(krb5_context context, krb5_ccache ccache, const char *newpw, krb5_principal targprinc, int *result_code, krb5_data *result_code_string, krb5_data *result_string) argument
H A Drd_cred.c324 krb5_ccache ccache,
335 /* Store the creds in the ccache */
338 krb5_cc_store_cred(context, ccache, creds[i]);
322 krb5_rd_cred2(krb5_context context, krb5_auth_context auth_context, krb5_ccache ccache, krb5_data *in_data) argument
H A Dget_in_tkt.c539 krb5_ccache ccache,
559 if (ccache)
560 ret = krb5_cc_store_cred (context, ccache, creds);
H A Dkrb5-private.h383 krb5_ccache ccache,
471 krb5_ccache ccache,
598 krb5_ccache ccache,
/macosx-10.10.1/MITKerberosShim-66/
H A Dgic.c319 mit_krb5_ccache *ccache,
338 (krb5_ccache *)ccache,
315 krb5_verify_init_creds(mit_krb5_context context, mit_krb5_creds *creds, mit_krb5_principal ap_req_server, mit_krb5_keytab ap_req_keytab, mit_krb5_ccache *ccache, mit_krb5_verify_init_creds_opt *options) argument
H A Dmisc.c758 mit_krb5_ccache ccache,
767 ret = heim_krb5_get_validated_creds(HC(context), &hcreds, p->heim, (krb5_ccache)ccache, in_tkt_service);
776 mit_krb5_ccache ccache,
785 ret = heim_krb5_get_renewed_creds(HC(context), &hcreds, p->heim, (krb5_ccache)ccache, in_tkt_service);
755 krb5_get_validated_creds(mit_krb5_context context, mit_krb5_creds *creds, mit_krb5_principal client, mit_krb5_ccache ccache, char *in_tkt_service) argument
773 krb5_get_renewed_creds(mit_krb5_context context, mit_krb5_creds *creds, mit_krb5_principal client, mit_krb5_ccache ccache, char *in_tkt_service) argument
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dipropd_slave.c502 krb5_ccache ccache; local
591 get_creds(context, keytab_str, &ccache, master);
633 krb5_cc_destroy(context, ccache);
634 get_creds(context, keytab_str, &ccache, master);
639 ccache, NULL, NULL, NULL);
H A Dad.c488 if (context->ccache)
504 context->ccache = cc;
532 context->ccache,
851 if (context->ccache)
852 krb5_cc_destroy(context->context, context->ccache);
1281 context->ccache,
/macosx-10.10.1/KerberosHelper-151/Source/
H A DKerberosHelper.c1051 * Look in the ccache for a TGT from a REALM that matches "useRealm". If we find one, then
1073 krb5_ccache ccache = NULL; local
1076 if (krb5_cccol_cursor_next (hCtx->krb5_ctx, cursor, &ccache) != 0 || ccache == NULL)
1079 if (!krb_err) { krb_err = k5_ok (krb5_cc_get_principal (hCtx->krb5_ctx, ccache, &ccachePrinc)); }
1115 if (NULL != ccache) { krb5_cc_close (hCtx->krb5_ctx, ccache); }
1123 KHLog (" KRBCopyClientPrincipalInfo: ccache principal match = \"%s\"", bestClientPrincipal);
1219 ccache. This call looks for a principal that matches the principal
1244 krb5_ccache ccache local
[all...]
H A Dna.c92 krb5_ccache ccache; member in struct:NAHSelectionData
225 if (nasel->ccache)
226 krb5_cc_close(nasel->na->context, nasel->ccache);
891 if (nasel != NULL && nasel->ccache == NULL) {
893 nasel->ccache = id;
1711 if (selection->ccache) {
1712 nalog(ASL_LEVEL_DEBUG, CFSTR("have ccache"));
1942 if (selection->ccache)
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dkcm-protos.h20 kcm_ccache /*ccache*/);
28 kcm_ccache /*ccache*/,
51 kcm_ccache /*ccache*/,
71 kcm_ccache */*ccache*/);
87 kcm_ccache /*ccache*/,
93 kcm_ccache /*ccache*/,
100 kcm_ccache /*ccache*/,
107 kcm_ccache /*ccache*/);
112 kcm_ccache /*ccache*/);
118 kcm_ccache */*ccache*/);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/gss/
H A Dcheck-basic.in225 --ccache=${cache} \
244 echo "init using keytab (ccache)"
247 --ccache=${cache} \
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dconfig.rpath42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/macosx-10.10.1/libiconv-42/libiconv/build-aux/
H A Dconfig.rpath42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/macosx-10.10.1/Heimdal-398.1.2/appl/rsh/
H A Drsh.c165 krb5_ccache ccache; local
173 ret = krb5_cc_default (context, &ccache);
180 ret = krb5_cc_get_principal (context, ccache, &principal);
210 ccache,
/macosx-10.10.1/gssd-64/
H A Dgssd.c2022 krb5_ccache ccache; local
2038 while (!(error = krb5_cc_cache_next(kcontext, cursor, &ccache))) {
2041 err = krb5_cc_get_full_name(kcontext, ccache, &cname);
2046 krb5_cc_close(kcontext, ccache);
2052 err = krb5_cc_get_principal(kcontext, ccache, &ccache_princ);
2054 krb5_cc_close(kcontext, ccache);
2063 err = krb5_cc_get_lifetime(kcontext, ccache, &ltime);
2084 krb5_cc_close(kcontext, ccache);
2094 krb5_cc_close(kcontext, ccache);
2140 Debug("Using ccache <
[all...]
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A Dkrb5.h1251 * begin "ccache.h"
1343 krb5_ccache ccache,
1347 krb5_cc_lock (krb5_context context, krb5_ccache ccache) KERBEROS_APPLE_DEPRECATED("use GSS.framework");
1350 krb5_cc_unlock (krb5_context context, krb5_ccache ccache) KERBEROS_APPLE_DEPRECATED("use GSS.framework");
1364 krb5_ccache *ccache) KERBEROS_APPLE_DEPRECATED("use GSS.framework");
1386 * end "ccache.h"
1831 (krb5_context context, krb5_ccache ccache, char *newpw, krb5_principal change_password_for,
2365 krb5_ccache *ccache,
2373 krb5_ccache ccache,
2381 krb5_ccache ccache,
[all...]
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-krb5.h1227 * begin "ccache.h"
1319 mit_krb5_ccache ccache,
1323 krb5_cc_lock (mit_krb5_context context, mit_krb5_ccache ccache);
1326 krb5_cc_unlock (mit_krb5_context context, mit_krb5_ccache ccache);
1340 mit_krb5_ccache *ccache);
1362 * end "ccache.h"
1807 (mit_krb5_context context, mit_krb5_ccache ccache, char *newpw, mit_krb5_principal change_password_for,
2341 mit_krb5_ccache *ccache,
2349 mit_krb5_ccache ccache,
2357 mit_krb5_ccache ccache,
[all...]
/macosx-10.10.1/MITKerberosShim-66/mit-include/krb5/
H A Dkrb5.h1253 * begin "ccache.h"
1345 krb5_ccache ccache,
1349 krb5_cc_lock (krb5_context context, krb5_ccache ccache) KERBEROS_APPLE_DEPRECATED("use GSS.framework");
1352 krb5_cc_unlock (krb5_context context, krb5_ccache ccache) KERBEROS_APPLE_DEPRECATED("use GSS.framework");
1366 krb5_ccache *ccache) KERBEROS_APPLE_DEPRECATED("use GSS.framework");
1388 * end "ccache.h"
1833 (krb5_context context, krb5_ccache ccache, char *newpw, krb5_principal change_password_for,
2367 krb5_ccache *ccache,
2375 krb5_ccache ccache,
2383 krb5_ccache ccache,
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/nsupdate/
H A Dnsupdate.c2448 krb5_ccache ccache; local
2456 rc = krb5_cc_default(ctx, &ccache);
2462 rc = krb5_cc_get_principal(ctx, ccache, &princ);
2464 krb5_cc_close(ctx, ccache);
2472 krb5_cc_close(ctx, ccache);
2484 krb5_cc_close(ctx, ccache);
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompresult.c528 static int ccache; local
536 0, &ccache, list);
560 ccache = 0;
564 *cp = ccache + 1;

Completed in 461 milliseconds

123456