Searched refs:ticket (Results 101 - 125 of 146) sorted by relevance

123456

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dintltest.cpp954 UBool IntlTest::logKnownIssue(const char *ticket, const char *fmt, ...) argument
963 return logKnownIssue(ticket, UnicodeString(buffer, ""));
966 UBool IntlTest::logKnownIssue(const char *ticket) { argument
967 return logKnownIssue(ticket, UnicodeString());
970 UBool IntlTest::logKnownIssue(const char *ticket, const UnicodeString &msg) { argument
978 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere);
981 infoln(UnicodeString("(Known issue #","") + UnicodeString(ticket,"")+ UnicodeString(") \"","") + msg);
983 logln(UnicodeString("(Known issue #","") + UnicodeString(ticket,"")+ UnicodeString(") \"","") + msg);
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h528 /*! Time when the ticket was issued */
532 /*! IPv4 address of the client the ticket was issued for */
537 unsigned char ticket [cc_v4_ticket_size]; member in struct:cc_credentials_v4_t
545 * for cc_credentials_v5.ticket and
576 /*! The time when the ticket was issued. */
578 /*! The time when the ticket becomes valid. */
580 /*! The time when the ticket expires. */
582 /*! The time when the ticket becomes no longer renewable (if renewable). */
584 /*! 1 if the ticket is encrypted in another ticket'
592 cc_data ticket; member in struct:cc_credentials_v5_t
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dcheck-gen.c1221 Ticket ticket; local
1225 memset(&ticket, 0, sizeof(ticket));
1226 test.val = &ticket;
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dipropd_master.c237 krb5_ticket *ticket = NULL; local
267 IPROP_VERSION, server, 0, keytab, &ticket);
273 ret = krb5_unparse_name (context, ticket->client, &s->name);
274 krb5_free_ticket (context, ticket);
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dpop.c1029 KTEXT ticket; local
1212 ticket = (KTEXT) malloc (sizeof (KTEXT_ST));
1214 rem = krb_sendauth (0L, sock, ticket, "pop", realhost,
1220 free ((char *) ticket);
/macosx-10.10.1/remote_cmds-47/rshd.tproj/
H A Drshd.c282 KTEXT ticket = (KTEXT) NULL; local
455 ticket = (KTEXT) tickbuf;
470 rc = krb_recvauth(authopts, 0, ticket,
477 rc = krb_recvauth(authopts, 0, ticket, "rcmd",
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dmerger.rb155 if /--ticket=(.*)/ =~ ARGV[0]
/macosx-10.10.1/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.xs634 krb5_ticket *ticket = NULL;
640 keytab,&ticket);
643 sv_setref_pv(ST(0),"Authen::Krb5::Ticket",(void*)ticket);
1377 ticket(cred)
1387 retval = krb5_decode_ticket(&cred->ticket, &t);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrb5-protos.h88 * @param ccache credential cache used to check for des-ticket.
1832 * - KRB5_TC_MATCH_FLAGS_EXACT Make sure that the ticket flags are identical.
1833 * - KRB5_TC_MATCH_FLAGS Make sure that all ticket flags set in mcreds are also present in creds .
1834 * - KRB5_TC_MATCH_TIMES_EXACT Compares the ticket times exactly.
1838 * - KRB5_TC_MATCH_IS_SKEY Compares the existance of the second ticket.
2480 * Copy ticket and content
2483 * @param from ticket to copy
2484 * @param to new copy of ticket, free with krb5_free_ticket()
2532 * Returns the ticket flags for the credentials in creds.
2535 * @param creds credential to get ticket flag
[all...]
H A Dchangepw.c450 if (request->creds->ticket.length > 700) {
451 _krb5_debugx(context, 1, "using TCP since the ticket is large: %lu",
452 (unsigned long)request->creds->ticket.length);
H A Dkrb5-private.h651 Ticket *ticket,
689 const Ticket *ticket,
H A Dkrb5.h486 krb5_data ticket; member in struct:krb5_creds
560 EncTicketPart ticket; member in struct:krb5_ticket
H A DNTMakefile145 $(OBJ)\ticket.obj \
292 ticket.c \
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_table.c1461 pfr_ina_begin(struct pfr_table *trs, u_int32_t *ticket, int *ndel, int flags) argument
1485 if (ticket != NULL)
1486 *ticket = ++rs->tticket;
1497 int *nadd, int *naddr, u_int32_t ticket, int flags)
1516 if (rs == NULL || !rs->topen || ticket != rs->tticket)
1599 pfr_ina_rollback(struct pfr_table *trs, u_int32_t ticket, int *ndel, int flags) argument
1610 if (rs == NULL || !rs->topen || ticket != rs->tticket)
1632 pfr_ina_commit(struct pfr_table *trs, u_int32_t ticket, int *nadd, argument
1645 if (rs == NULL || !rs->topen || ticket != rs->tticket)
1496 pfr_ina_define(struct pfr_table *tbl, user_addr_t addr, int size, int *nadd, int *naddr, u_int32_t ticket, int flags) argument
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Ddigest.c208 krb5_ticket *ticket = NULL; local
253 &ticket);
257 /* check the server principal in the ticket matches digest/R@R */
262 ret = krb5_ticket_get_server(context, ticket, &principal);
306 ret = krb5_ticket_get_client(context, ticket, &principal);
1475 if (ticket)
1476 krb5_free_ticket(context, ticket);
H A Dkerberos5.c1183 kdc_log(context, config, 0, "Failed to encode ticket: %s", msg);
1204 &rep->ticket.enc_part);
1229 &rep->ticket, &len, ret);
2250 rep.ticket.tkt_vno = 5;
2251 copy_Realm(&r->server->entry.principal->realm, &rep.ticket.realm);
2252 _krb5_principal2principalname(&rep.ticket.sname,
2258 rep.ticket.sname.name_type = b->sname->name_type;
2416 copy_Realm(&rep.ticket.realm, &r->ek.srealm);
2417 copy_PrincipalName(&rep.ticket.sname, &r->ek.sname);
/macosx-10.10.1/Heimdal-398.1.2/tests/kdc/
H A Dcheck-kdc.in99 --realm-max-ticket-life=1day \
105 --realm-max-ticket-life=1day \
111 --realm-max-ticket-life=1day \
256 echo " checking we we got back right ticket"
258 echo " checking if ticket is useful"
285 echo " checking we we got back right ticket"
287 echo " checking if ticket is useful"
297 echo " checking we we got back right ticket"
299 echo " checking if ticket is useful"
322 echo "try getting ticket wit
[all...]
H A Dcheck-digest.in81 --realm-max-ticket-life=1day \
H A Dcheck-iprop.in74 --realm-max-ticket-life=1day \
H A Dcheck-kadmin.in76 --realm-max-ticket-life=1day \
H A Dcheck-pkinit.in92 --realm-max-ticket-life=1day \
/macosx-10.10.1/Heimdal-398.1.2/tests/gss/
H A Dcheck-basic.in85 --realm-max-ticket-life=1day \
118 echo "initial ticket"
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A DCredentialsCache.h541 /*! Time when the ticket was issued */
545 /*! IPv4 address of the client the ticket was issued for */
550 unsigned char ticket [cc_v4_ticket_size]; member in struct:cc_credentials_v4_t
558 * for cc_credentials_v5.ticket and
589 /*! The time when the ticket was issued. */
591 /*! The time when the ticket becomes valid. */
593 /*! The time when the ticket expires. */
595 /*! The time when the ticket becomes no longer renewable (if renewable). */
597 /*! 1 if the ticket is encrypted in another ticket'
605 cc_data ticket; member in struct:cc_credentials_v5_t
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DSecureTransportPriv.h238 * resumption. Client side only. The provided ticket is sent in
244 const void *ticket,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DSecureTransportPriv.h238 * resumption. Client side only. The provided ticket is sent in
244 const void *ticket,

Completed in 246 milliseconds

123456