Searched refs:tickets (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dtkt.c578 krb5_creds **tickets; member in struct:krb5_tkt_creds_context_data
964 for (n = 0; ctx->tickets && ctx->tickets[n]; n++) {
968 ctx->tickets[n]))
993 ret = add_cred(context, &outcred, &ctx->tickets);
1074 if (ctx->tickets) {
1075 store_tgts(context, ctx->ccache, ctx->tickets);
1076 free(ctx->tickets);
1077 ctx->tickets = NULL;
1112 if (ctx->tickets) {
[all...]
H A Dget_for_creds.c91 * @param hostname the host to forward the tickets too.
160 * Gets tickets forwarded to hostname. If the tickets that are
161 * forwarded are address-less, the forwarded tickets will also be
176 * @param hostname the host to forward the tickets too.
236 * If tickets have addresses, get the address of the remote host.
273 ALLOC_SEQ(&cred.tickets, 1);
274 if (cred.tickets.val == NULL) {
281 cred.tickets.val, &len);
H A Dget_cred.c671 krb5_creds **tickets; local
708 tickets = *ret_tgts;
713 while(tickets && *tickets){
717 *tickets))
727 tickets++;
H A Drd_cred.c266 &cred.tickets.val[i], &len, ret);
H A Ddigest.c787 Ticket **tickets)
789 *tickets = NULL;
785 krb5_digest_get_tickets(krb5_context context, krb5_digest digest, Ticket **tickets) argument
H A Dkrb5-protos.h1837 * - KRB5_TC_MATCH_2ND_TKT Compares the second tickets (used by user-to-user authentication).
3045 Ticket **tickets);
3866 * @param hostname the host to forward the tickets too.
4228 * Gets tickets forwarded to hostname. If the tickets that are
4229 * forwarded are address-less, the forwarded tickets will also be
4244 * @param hostname the host to forward the tickets too.
5032 * special initial tickets, by default the a krbtgt is fetched in the default realm.
/macosx-10.10/ruby-106/ruby/tool/
H A Dmerger.rb156 tickets = $1.split(/,/).map{|num| " [Backport ##{num}]"}
159 tickets = []
217 f.printf "merge revision(s) %s:%s\n", ARGV[0], tickets.join
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Ddigest.c1147 r.u.ntlmResponse.tickets = NULL;
/macosx-10.10/MITKerberosShim-66/Kerberos/
H A Dkrb5.h766 * options when using the TGT to get derivitive tickets.
1195 krb5_ticket **tickets; /* tickets */ member in struct:_krb5_cred
/macosx-10.10/MITKerberosShim-66/include/
H A Dmit-krb5.h742 * options when using the TGT to get derivitive tickets.
1171 mit_krb5_ticket **tickets; /* tickets */ member in struct:_mit_krb5_cred
/macosx-10.10/MITKerberosShim-66/mit-include/krb5/
H A Dkrb5.h768 * options when using the TGT to get derivitive tickets.
1197 krb5_ticket **tickets; /* tickets */ member in struct:_krb5_cred

Completed in 295 milliseconds