Searched refs:ccache (Results 1 - 25 of 126) sorted by path

123456

/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfigure8679 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9386 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12489 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
15427 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
15912 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/dceutils/
H A Dk5dcecon.c323 com_err(progname, code, "while getting ccache");
481 com_err(progname, code, "while destroying Kerberos5 ccache");
496 krb5_ccache ccache; local
499 if (code = krb5_cc_default(&ccache)) {
504 if (code = ccache->ops->init(ccache,(*krbtgt)->client)) {
510 if (code = ccache->ops->store(ccache, *krbtgt)) {
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dklist.c70 krb5_ccache ccache,
86 krb5_cc_get_type(context, ccache),
87 krb5_cc_get_name(context, ccache));
91 ret = krb5_cc_start_seq_get (context, ccache, &cursor);
100 ccache,
111 ret = krb5_cc_end_seq_get (context, ccache, &cursor);
125 krb5_ccache ccache; local
136 ret = krb5_cc_resolve(context, k5ccname, &ccache);
138 ret = krb5_cc_default (context, &ccache);
144 ret = krb5_cc_get_principal (context, ccache,
69 print_tickets(krb5_context context, krb5_ccache ccache, krb5_principal principal) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/kf/
H A Dkf.c49 { "ccache", 'c',arg_string, &ccache_name, "remote cred cache","ccache"},
134 krb5_ccache ccache; local
206 status = krb5_cc_default (context, &ccache);
213 status = krb5_cc_get_principal (context, ccache, &principal);
243 ccache,
H A Dkfd.c135 krb5_ccache ccache; local
241 status = krb5_cc_resolve (context, ccname, &ccache);
246 status = krb5_cc_initialize (context, ccache, ticket->client);
251 status = krb5_rd_cred2 (context, auth_context, ccache, &data);
252 krb5_cc_close (context, ccache);
/macosx-10.10/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,
H A Drshd.c56 krb5_ccache ccache, ccache2; variable
175 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache);
181 krb5_cc_initialize(context,ccache,client);
182 ret = krb5_rd_cred2(context, auth_context, ccache, &remote_cred);
205 krb5_cc_destroy(context, ccache);
209 ret = krb5_cc_copy_cache (context, ccache, ccache2);
215 krb5_cc_destroy(context, ccache);
220 krb5_cc_destroy(context, ccache);
823 krb5_ccache ccache; local
826 status = krb5_cc_resolve (context, tkfile, &ccache);
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/su/
H A Dsu.c143 static krb5_ccache ccache; variable
194 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache);
200 ret = krb5_verify_user(context, p, ccache, NULL, TRUE, NULL);
207 krb5_cc_destroy(context, ccache);
211 krb5_cc_destroy(context, ccache);
215 krb5_cc_destroy(context, ccache);
235 krb5_cc_destroy(context, ccache);
239 ret = krb5_cc_copy_cache(context, ccache, ccache2);
241 krb5_cc_destroy(context, ccache);
249 krb5_cc_destroy(context, ccache);
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dkerberos5.c198 krb5_ccache ccache; local
210 ret = krb5_cc_default(context, &ccache);
213 printf("Kerberos V5: could not get default ccache: %s\r\n",
286 &cksum_data, ccache, &auth);
545 krb5_ccache ccache; local
556 ret = krb5_cc_resolve (context, ccname, &ccache);
558 log_message("Kerberos V5: could not get ccache: %s",
564 ccache,
567 log_message("Kerberos V5: could not init ccache: %s",
577 ccache,
790 krb5_ccache ccache; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/test/
H A Dgssapi_server.c184 krb5_ccache ccache; local
275 maj_stat = krb5_cc_resolve(context, "FILE:/tmp/krb5cc_test", &ccache);
278 ccache);
281 maj_stat = krb5_cc_get_principal(context, ccache, &p);
292 krb5_cc_close(context, ccache);
H A Duu_client.c46 krb5_ccache ccache; local
69 status = krb5_cc_default (context, &ccache);
94 status = krb5_cc_get_principal(context, ccache, &client);
106 status = krb5_cc_retrieve_cred(context, ccache, 0, &mcred, &cred);
H A Duu_server.c45 krb5_ccache ccache; local
87 status = krb5_cc_default(context, &ccache);
90 status = krb5_cc_get_principal(context, ccache, &in_creds.client);
102 status = krb5_get_credentials(context, KRB5_GC_USER_USER, ccache,
107 status = krb5_cc_default(context, &ccache);
120 ccache,
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure7432 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dacl.c41 kcm_ccache ccache)
45 KCM_ASSERT_VALID(ccache);
47 if (ccache->flags & KCM_FLAGS_OWNER_IS_SYSTEM) {
54 } else if (kcm_is_same_session(client, ccache->uid, ccache->session)) {
63 client->pid, kcm_op2string(opcode), ccache->name);
72 kcm_ccache ccache,
75 KCM_ASSERT_VALID(ccache);
78 if (ccache->flags & KCM_FLAGS_OWNER_IS_SYSTEM)
81 if (ccache
38 kcm_access(krb5_context context, kcm_client *client, kcm_operation opcode, kcm_ccache ccache) argument
70 kcm_chmod(krb5_context context, kcm_client *client, kcm_ccache ccache, uint16_t mode) argument
88 kcm_chown(krb5_context context, kcm_client *client, kcm_ccache ccache, uid_t uid) argument
[all...]
H A Dacquire.c42 kcm_ccache ccache,
55 KCM_ASSERT_VALID(ccache);
58 if (ccache->flags & KCM_FLAGS_USE_PASSWORD) {
59 if (ccache->password == NULL)
62 } else if (ccache->flags & KCM_FLAGS_USE_KEYTAB) {
63 if (ccache->keytab == NULL)
68 ccache->name);
72 /* Fake up an internal ccache */
73 kcm_internal_ccache(context, ccache, &ccdata);
76 if (ccache
41 kcm_ccache_acquire(krb5_context context, kcm_ccache ccache, time_t *expire) argument
[all...]
H A Dcache.c147 kcm_ccache *ccache)
152 *ccache = NULL;
167 *ccache = p;
178 kcm_ccache *ccache)
183 *ccache = NULL;
198 *ccache = p;
334 kcm_update_renew_time(kcm_ccache ccache) argument
337 time_t expire = ccache->expire;
348 ccache->name, (int)(renewtime - time(NULL)));
350 heim_ipc_event_set_time(ccache
145 kcm_ccache_resolve_by_name(krb5_context context, const char *name, kcm_ccache *ccache) argument
176 kcm_ccache_resolve_by_uuid(krb5_context context, kcmuuid_t uuid, kcm_ccache *ccache) argument
549 kcm_ccache_update_acquire_status(krb5_context context, kcm_ccache ccache, int status, krb5_error_code ret) argument
646 kcm_ccache_remove_creds_internal(krb5_context context, kcm_ccache ccache) argument
668 kcm_ccache_remove_creds(krb5_context context, kcm_ccache ccache) argument
717 kcm_retain_ccache(krb5_context context, kcm_ccache ccache) argument
756 kcm_ccache_new(krb5_context context, const char *name, kcm_ccache *ccache) argument
775 kcm_ccache_store_cred(krb5_context context, kcm_ccache ccache, krb5_creds *creds, int copy) argument
792 kcm_ccache_find_cred_uuid(krb5_context context, kcm_ccache ccache, kcmuuid_t uuid) argument
808 kcm_ccache_store_cred_internal(krb5_context context, kcm_ccache ccache, krb5_creds *creds, kcmuuid_t uuid, int copy) argument
863 kcm_ccache_remove_cred_internal(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds) argument
892 kcm_ccache_remove_cred(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds) argument
909 kcm_ccache_retrieve_cred_internal(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds **creds) argument
939 kcm_ccache_retrieve_cred(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds **credp) argument
[all...]
H A Dclient.c43 kcm_ccache *ccache)
47 ret = kcm_ccache_resolve_by_name(context, name, ccache);
53 ret = kcm_access(context, client, opcode, *ccache);
56 kcm_release_ccache(context, *ccache);
68 kcm_ccache ccache; local
70 ret = kcm_ccache_resolve_by_name(context, name, &ccache);
76 ret = kcm_access(context, client, KCM_OP_DESTROY, ccache);
77 kcm_release_ccache(context, ccache);
91 kcm_ccache ccache; local
93 ret = kcm_ccache_resolve_by_name(context, name, &ccache);
39 kcm_ccache_resolve_client(krb5_context context, kcm_client *client, kcm_operation opcode, const char *name, kcm_ccache *ccache) argument
[all...]
H A Dconfig.c169 static int parse_owners(kcm_ccache ccache) argument
194 ccache->uid = uid;
196 ccache->uid = 0; /* geteuid() XXX */
211 kcm_ccache ccache; local
219 &ccache);
223 ccache->flags |= KCM_FLAGS_OWNER_IS_SYSTEM;
224 ccache->flags |= KCM_FLAGS_USE_KEYTAB;
226 ret = parse_owners(ccache);
230 ret = krb5_parse_name(kcm_context, system_principal, &ccache->client);
232 kcm_release_ccache(kcm_context, ccache);
[all...]
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...]
H A Dprotocol.c93 kcm_ccache ccache; local
102 name, &ccache);
108 ret = krb5_store_stringz(response, ccache->name);
110 kcm_release_ccache(context, ccache);
116 kcm_release_ccache(context, ccache);
166 kcm_ccache ccache; local
186 ret = kcm_ccache_new_client(context, client, name, &ccache);
193 ccache->client = principal;
197 kcm_release_ccache(context, ccache);
255 kcm_ccache ccache; local
317 kcm_ccache ccache; local
384 kcm_ccache ccache; local
428 kcm_ccache ccache; local
473 kcm_ccache ccache; local
532 kcm_ccache ccache; local
591 kcm_ccache ccache; local
639 kcm_ccache ccache; local
692 kcm_ccache ccache; local
749 kcm_ccache ccache; local
854 kcm_ccache ccache; local
1176 kcm_ccache ccache; local
1207 kcm_ccache ccache; local
1245 kcm_ccache ccache; local
1281 kcm_ccache ccache; local
1328 kcm_ccache ccache; local
[all...]
H A Drenew.c37 kcm_ccache ccache,
50 KCM_ASSERT_VALID(ccache);
54 if (ccache->client == NULL) {
60 /* Fake up an internal ccache */
61 kcm_internal_ccache(context, ccache, &ccdata);
64 in.client = ccache->client;
66 if (ccache->server != NULL) {
67 ret = krb5_copy_principal(context, ccache->server, &in.server);
69 kcm_log(0, "Failed to copy service principal: %s", ccache->name);
82 if (ccache
36 kcm_ccache_refresh(krb5_context context, kcm_ccache ccache, time_t *expire) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dhprop.c277 HDB *db, krb5_ccache ccache,
335 ccache,
390 krb5_ccache ccache = NULL; local
433 get_creds(context, &ccache);
465 db, ccache, optidx, argc, argv);
467 if(ccache != NULL)
468 krb5_cc_destroy(context, ccache);
275 propagate_database(krb5_context context, int type, const char *database_name, HDB *db, krb5_ccache ccache, int optidx, int argc, char **argv) argument
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkdeltkt.c72 krb5_ccache ccache; local
93 ret = krb5_cc_resolve(context, ccachestr, &ccache);
95 ret = krb5_cc_default(context, &ccache);
99 ret = krb5_cc_get_principal(context, ccache, &me);
127 ret = krb5_cc_retrieve_cred(context, ccache, retflags,
138 ret = krb5_cc_remove_cred(context, ccache, flags, &out_creds);
157 krb5_cc_close(context, ccache);
H A Dkdestroy.c80 krb5_ccache ccache; local
113 while (krb5_cccol_cursor_next (context, cursor, &ccache) == 0 && ccache != NULL) {
115 ret = krb5_cc_destroy (context, ccache);
135 ret = krb5_cc_cache_match(context, p, &ccache);
141 ret = krb5_cc_default(context, &ccache);
147 &ccache);
163 ret = krb5_cc_remove_cred(context, ccache, 0, &mcred);
168 krb5_cc_close(context, ccache);
174 ret = krb5_cc_destroy (context, ccache);
[all...]
H A Dkimpersonate.c151 krb5_ccache ccache; local
199 ret = krb5_cc_resolve(context, ccache_str, &ccache);
203 ret = krb5_cc_default (context, &ccache);
208 ret = krb5_cc_initialize (context, ccache, cred.client);
212 ret = krb5_cc_store_cred (context, ccache, &cred);
217 krb5_cc_close (context, ccache);
270 { "ccache", 0, arg_string, &ccache_str,

Completed in 418 milliseconds

123456