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

123456

/macosx-10.10.1/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 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 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...]
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...]
/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.c17 cc_ccache_t ccache = NULL; local
29 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache);
35 check_once_cc_ccache_release(context, ccache, ccNoError, NULL);
36 ccache = NULL;
46 cc_int32 check_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) { argument
56 err = cc_ccache_get_name(ccache, &name);
57 err = cc_ccache_release(ccache);
58 ccache = NULL;
69 if (!err && name) { // try opening released ccache to make sure it still exists
70 err = cc_context_open_ccache(context, name->data, &ccache);
91 cc_ccache_t ccache = NULL; local
120 check_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) argument
165 cc_ccache_t ccache = NULL; local
226 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description) argument
284 cc_ccache_t ccache = NULL; local
364 check_once_cc_ccache_get_credentials_version(cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description) argument
405 cc_ccache_t ccache = NULL; local
467 check_once_cc_ccache_get_name(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const char *description) argument
511 check_once_cc_ccache_get_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *expected_principal, cc_int32 expected_err, const char *description) argument
562 cc_ccache_t ccache = NULL; local
635 cc_ccache_t ccache = NULL; local
758 check_once_cc_ccache_set_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description) argument
807 cc_ccache_t ccache = NULL; local
903 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *credentials, cc_int32 expected_err, const char *description) argument
963 cc_ccache_t ccache = NULL; local
1055 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const char *description) argument
1117 cc_ccache_t ccache = NULL; local
1187 check_once_cc_ccache_new_credentials_iterator(cc_ccache_t ccache, cc_credentials_iterator_t *iterator, cc_int32 expected_err, const char *description) argument
1219 check_once_cc_ccache_get_change_time(cc_ccache_t ccache, cc_time_t *last_time, cc_int32 expected_err, const char *description) argument
1263 cc_ccache_t ccache = NULL; local
1386 check_once_cc_ccache_get_last_default_time(cc_ccache_t ccache, cc_time_t *last_time, cc_int32 expected_err, const char *description) argument
1747 check_once_cc_ccache_compare(cc_ccache_t ccache, cc_ccache_t compare_to, cc_uint32 *equal, cc_int32 expected_err, const char *description) argument
1793 cc_ccache_t ccache = NULL; local
1851 check_once_cc_ccache_get_kdc_time_offset(cc_ccache_t ccache, cc_int32 credentials_version, cc_time_t *time_offset, cc_int32 expected_err, const char *description) argument
1895 cc_ccache_t ccache = NULL; local
1932 check_once_cc_ccache_set_kdc_time_offset(cc_ccache_t ccache, cc_int32 credentials_version, cc_time_t time_offset, cc_int32 expected_err, const char *description) argument
1975 cc_ccache_t ccache = NULL; local
2022 check_once_cc_ccache_clear_kdc_time_offset(cc_ccache_t ccache, cc_int32 credentials_version, cc_int32 expected_err, const char *description) argument
[all...]
H A Dtest_ccapi_ccache.h7 cc_int32 check_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
9 cc_int32 check_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
11 cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
13 cc_int32 check_once_cc_ccache_get_credentials_version(cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description);
15 cc_int32 check_once_cc_ccache_get_name(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const char *description);
17 cc_int32 check_once_cc_ccache_get_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *expected_principal, cc_int32 expected_err, const char *description);
19 cc_int32 check_once_cc_ccache_set_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description);
22 cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *credentials, cc_int32 expected_err, const char *description);
24 cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const char *description);
27 cc_int32 check_once_cc_ccache_new_credentials_iterator(cc_ccache_t ccache, cc_credentials_iterator_
[all...]
H A Dtest_ccapi_iterators.c11 cc_ccache_t ccache = NULL; local
33 // iterate with one ccache
36 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache);
38 if (ccache) {
39 cc_ccache_release(ccache);
40 ccache = NULL;
45 check_once_cc_ccache_iterator_next(iterator, 1, ccNoError, "iterating over a collection of 1 ccache");
58 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache);
59 if (ccache) {
60 cc_ccache_release(ccache);
99 cc_ccache_t ccache = NULL; local
130 cc_ccache_t ccache = NULL; local
[all...]
H A Dtest_ccapi_v2.c21 ccache_p *ccache = NULL; local
23 err = cc_open(context, info[i]->name, info[i]->vers, 0, &ccache);
25 if (!err) { cc_destroy(context, &ccache); }
220 ccache_p *ccache = NULL; local
228 * a ccache is created
229 * a ccache is destroyed
232 * a ccache principal is changed
245 // create a ccache
246 err = cc_create(context, "TEST_CCACHE", "foo@BAR.ORG", CC_CRED_V5, 0, &ccache);
248 log_error("failed to create a ccache
343 ccache_p *ccache = NULL; local
383 check_once_cc_open(apiCB *context, const char *name, cc_int32 version, ccache_p **ccache, cc_result expected_err, const char *description) argument
436 ccache_p *ccache = NULL; local
476 check_once_cc_create(apiCB *context, const char *name, cc_int32 cred_vers, const char *principal, ccache_p **ccache, cc_int32 expected_err, const char *description) argument
531 ccache_p *ccache = NULL; local
554 check_once_cc_close(apiCB *context, ccache_p *ccache, cc_result expected_err, const char *description) argument
594 ccache_p *ccache = NULL; local
617 check_once_cc_destroy(apiCB *context, ccache_p *ccache, cc_int32 expected_err, const char *description) argument
660 ccache_p *ccache = NULL; local
709 check_once_cc_get_cred_version(apiCB *context, ccache_p *ccache, cc_int32 expected_cred_vers, cc_int32 expected_err, const char *description) argument
743 ccache_p *ccache = NULL; local
800 check_once_cc_get_name(apiCB *context, ccache_p *ccache, const char *expected_name, cc_int32 expected_err, const char *description) argument
843 ccache_p *ccache = NULL; local
903 check_once_cc_get_principal(apiCB *context, ccache_p *ccache, const char *expected_principal, cc_int32 expected_err, const char *description) argument
948 ccache_p *ccache = NULL; local
1023 check_once_cc_set_principal(apiCB *context, ccache_p *ccache, cc_int32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description) argument
1065 ccache_p *ccache = NULL; local
1153 check_once_cc_store(apiCB *context, ccache_p *ccache, const cred_union in_creds, cc_int32 expected_err, const char *description) argument
1207 ccache_p *ccache = NULL; local
1290 check_once_cc_remove_cred(apiCB *context, ccache_p *ccache, cred_union in_creds, cc_int32 expected_err, const char *description) argument
1345 ccache_p *ccache = NULL; local
1406 ccache_p *ccache = NULL; local
1497 ccache_p *ccache = NULL; local
1529 ccache_p *ccache = NULL; local
1630 ccache_p *ccache = NULL; local
1694 check_once_cc_seq_fetch_creds_begin(apiCB *context, ccache_p *ccache, ccache_cit **iterator, cc_result expected_err, const char *description) argument
1723 ccache_p *ccache = NULL; local
[all...]
H A Dtest_ccapi_context.c137 cc_ccache_t ccache = NULL; local
152 * a ccache is created
153 * a ccache is destroyed
156 * a ccache principal is changed
157 * the default ccache is changed
167 // make sure we have a default ccache
168 err = cc_context_open_default_ccache(context, &ccache);
170 err = cc_context_create_default_ccache(context, cc_credentials_v5, "foo/bar@BAZ.ORG", &ccache);
173 err = cc_ccache_release(ccache);
175 // either the default ccache alread
278 cc_ccache_t ccache = NULL; local
354 cc_ccache_t ccache = NULL; local
406 check_once_cc_context_open_ccache(cc_context_t context, const char *name, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) argument
462 cc_ccache_t ccache = NULL; local
498 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) argument
554 cc_ccache_t ccache = NULL; local
600 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) argument
659 cc_ccache_t ccache = NULL; local
698 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) argument
750 cc_ccache_t ccache = NULL; local
790 check_once_cc_context_create_new_ccache(cc_context_t context, cc_int32 should_be_default, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) argument
861 cc_ccache_t ccache = NULL; local
[all...]
H A Dtest_ccapi_v2.h19 cc_result check_once_cc_open(apiCB *context, const char *name, cc_int32 version, ccache_p **ccache, cc_result expected_err, const char *description);
22 cc_result check_once_cc_create(apiCB *context, const char *name, cc_int32 cred_vers, const char *principal, ccache_p **ccache, cc_int32 expected_err, const char *description);
25 cc_result check_once_cc_close(apiCB *context, ccache_p *ccache, cc_result expected_err, const char *description);
28 cc_result check_once_cc_destroy(apiCB *context, ccache_p *ccache, cc_int32 expected_err, const char *description);
31 cc_result check_once_cc_get_cred_version(apiCB *context, ccache_p *ccache, cc_int32 expected_cred_vers, cc_int32 expected_err, const char *description);
34 cc_int32 check_once_cc_get_name(apiCB *context, ccache_p *ccache, const char *expected_name, cc_int32 expected_err, const char *description);
38 ccache_p *ccache,
44 cc_int32 check_once_cc_set_principal(apiCB *context, ccache_p *ccache, cc_int32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description);
47 cc_result check_once_cc_store(apiCB *context, ccache_p *ccache, const cred_union in_creds, cc_int32 expected_err, const char *description);
50 cc_result check_once_cc_remove_cred(apiCB *context, ccache_p *ccache, cred_unio
[all...]
H A Dtest_ccapi_context.h17 cc_int32 check_once_cc_context_open_ccache(cc_context_t context, const char *name, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
19 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
21 cc_int32 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
23 cc_int32 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
25 cc_int32 check_once_cc_context_create_new_ccache(cc_context_t context, cc_int32 should_be_default, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h33 /* Notifications which are sent when the ccache collection or a ccache change.
37 * name of the ccache.
114 * caches, or ccaches. A ccache is uniquely identified by its name, which is
116 * The user presentable identifier of a ccache is its principal.
119 * Kerberos v4 and v5 credentials in the same ccache.
121 * At any given time, one ccache is the "default" ccache. The exact meaning
122 * of a default ccache is OS-specific; refer to implementation requirements
137 * atomic, callers should lock the ccache o
[all...]
/macosx-10.10.1/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.1/MITKerberosShim-66/Kerberos/
H A DCredentialsCache.h33 /* Notifications which are sent when the ccache collection or a ccache change.
37 * name of the ccache.
127 * caches, or ccaches. A ccache is uniquely identified by its name, which is
129 * The user presentable identifier of a ccache is its principal.
132 * Kerberos v4 and v5 credentials in the same ccache.
134 * At any given time, one ccache is the "default" ccache. The exact meaning
135 * of a default ccache is OS-specific; refer to implementation requirements
150 * atomic, callers should lock the ccache o
[all...]
/macosx-10.10.1/libtelnet-13/
H A Dforward.c34 /* Decode, decrypt and store the forwarded creds in the local ccache. */
45 krb5_ccache ccache = NULL; local
56 if ((retval = krb5_cc_resolve(context, ccname, &ccache)))
59 if ((retval = krb5_cc_initialize(context, ccache, ticket->enc_part2->client)))
62 if ((retval = krb5_cc_store_cred(context, ccache, *creds)))
/macosx-10.10.1/Heimdal-398.1.2/kuser/
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...]
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest-krb5.c53 krb5_ccache ccache = NULL; local
82 ret = krb5_cc_resolve(ctx, realm, &ccache);
84 ret = krb5_cc_close(ctx, ccache);
87 ret = krb5_cc_resolve(ctx, realm, &ccache);
89 ret = krb5_cc_initialize(ctx, ccache, princ);
92 ptr = krb5_cc_get_name(ctx, ccache);
94 ret = krb5_cc_get_principal(ctx, ccache, &princ);
96 ret = krb5_cc_get_principal(ctx, ccache, &xprinc);
99 ret = krb5_cc_start_seq_get(ctx, ccache, &cursor);
101 while((ret = krb5_cc_next_cred(ctx, ccache,
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dgss-serv-krb5.c167 krb5_ccache ccache; local
183 if ((problem = krb5_cc_gen_new(krb_context, &krb5_acc_ops, &ccache))) {
189 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) {
200 krb5_cc_destroy(krb_context, ccache);
204 if ((problem = krb5_cc_initialize(krb_context, ccache, princ))) {
208 krb5_cc_destroy(krb_context, ccache);
215 client->creds, ccache))) {
217 krb5_cc_destroy(krb_context, ccache);
221 new_ccname = krb5_cc_get_name(krb_context, ccache);
237 krb5_cc_close(krb_context, ccache);
246 krb5_ccache ccache = NULL; local
[all...]
/macosx-10.10.1/sudo-73/src/auth/
H A Dkerb5.c69 krb5_ccache ccache; member in struct:_sudo_krb5_data
137 krb5_ccache ccache; local
165 &(sudo_krb5_data.ccache)))) {
167 "%s: unable to resolve ccache: %s", auth->name,
171 ccache = sudo_krb5_data.ccache;
185 krb5_ccache ccache; local
190 ccache = ((sudo_krb5_datap) auth->data)->ccache;
192 error = krb5_verify_user(sudo_context, princ, ccache, pas
205 krb5_ccache ccache; local
275 krb5_ccache ccache; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dclient_glue.c116 krb5_ccache ccache,
124 ccache,
135 krb5_ccache ccache,
144 ccache,
115 kadm5_init_with_creds(const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
133 kadm5_init_with_creds_ctx(krb5_context context, const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
H A Dserver_glue.c116 krb5_ccache ccache,
124 ccache,
135 krb5_ccache ccache,
144 ccache,
115 kadm5_init_with_creds(const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
133 kadm5_init_with_creds_ctx(krb5_context context, const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dadd_cred.c112 handle->ccache = NULL;
144 if (cred->ccache) {
150 type = krb5_cc_get_type(context, cred->ccache);
158 NULL, &handle->ccache);
164 ret = krb5_cc_copy_cache(context, cred->ccache,
165 handle->ccache);
172 name = krb5_cc_get_name(context, cred->ccache);
185 &handle->ccache);
221 if (handle->ccache)
222 krb5_cc_destroy(context, handle->ccache);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dverify_init.c82 krb5_ccache *ccache,
129 if (ccache && *ccache)
130 local_ccache = *ccache;
204 (ccache == NULL
205 || (ret != 0 && *ccache == NULL)))
208 if (ret == 0 && ccache != NULL && *ccache == NULL)
209 *ccache = local_ccache;
220 * @param ccache th
78 krb5_verify_init_creds(krb5_context context, krb5_creds *creds, krb5_principal ap_req_server, krb5_keytab ap_req_keytab, krb5_ccache *ccache, krb5_verify_init_creds_opt *options) argument
229 krb5_get_validated_creds(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_ccache ccache, char *service) argument
[all...]
H A Dmk_req.c42 krb5_ccache ccache,
50 ret = krb5_cc_get_principal(context, ccache, &this_cred.client);
65 ret = krb5_get_credentials (context, 0, ccache, &this_cred, &cred);
87 krb5_ccache ccache,
110 server, in_data, ccache, outbuf);
37 krb5_mk_req_exact(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, const krb5_principal server, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf) argument
81 krb5_mk_req(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, const char *service, const char *hostname, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf) argument

Completed in 197 milliseconds

123456