Searched refs:ticket (Results 51 - 74 of 74) sorted by relevance

123

/freebsd-10.3-release/crypto/heimdal/appl/rsh/
H A Drshd.c252 krb5_ticket *ticket; local
285 &ticket);
361 kerberos_status = save_krb5_creds (s, auth_context, ticket->client);
364 ticket->client,
380 if (krb5_unparse_name (context, ticket->client, &name) == 0) {
/freebsd-10.3-release/crypto/heimdal/kuser/
H A Dklist.c159 decode_Ticket(cred->ticket.data, cred->ticket.length, &t, &len);
182 (unsigned long)cred->ticket.length);
462 krb5_warnx(context, N_("No ticket file: %s", ""),
/freebsd-10.3-release/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c283 krb5_ticket *ticket = NULL; local
313 IPROP_VERSION, server, 0, keytab, &ticket);
319 ret = krb5_unparse_name (context, ticket->client, &s->name);
320 krb5_free_ticket (context, ticket);
/freebsd-10.3-release/crypto/heimdal/kdc/
H A Dkerberos5.c341 kdc_log(context, config, 0, "Failed to encode ticket: %s", msg);
368 &rep->ticket.enc_part);
1041 kdc_log(context, config, 0, "Anonymous ticket w/o anonymous flag");
1047 "Request for a anonymous ticket with non "
1490 rep.ticket.tkt_vno = 5;
1491 copy_Realm(&server->entry.principal->realm, &rep.ticket.realm);
1492 _krb5_principal2principalname(&rep.ticket.sname,
1498 rep.ticket.sname.name_type = b->sname->name_type;
1664 copy_Realm(&rep.ticket.realm, &ek.srealm);
1665 copy_PrincipalName(&rep.ticket
[all...]
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);
1479 if (ticket)
1480 krb5_free_ticket(context, ticket);
/freebsd-10.3-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c120 static int eap_fast_session_ticket_cb(void *ctx, const u8 *ticket, size_t len, argument
136 ticket, len);
138 if (len < 4 || WPA_GET_BE16(ticket) != PAC_TYPE_PAC_OPAQUE) {
144 pac_opaque_len = WPA_GET_BE16(ticket + 2);
145 pac_opaque = ticket + 4;
/freebsd-10.3-release/sbin/pfctl/
H A Dpfctl.c720 u_int32_t ticket, int r_action, char *anchorname)
730 pp.ticket = ticket;
873 nr, pr.ticket, PF_SCRUB, path) != 0)
905 nr, pr.ticket, PF_PASS, path) != 0)
994 pr.ticket, nattype[i], anchorname) != 0)
1335 pr.ticket = pfctl_get_ticket(pf->trans, rs_num, path);
1356 pr.pool_ticket = pf->paddr.ticket;
1471 pa.ticket =
719 pfctl_get_pool(int dev, struct pf_pool *pool, u_int32_t nr, u_int32_t ticket, int r_action, char *anchorname) argument
H A Dpfctl_radix.c351 int *nadd, int *naddr, int ticket, int flags)
365 io.pfrio_ticket = ticket;
350 pfr_ina_define(struct pfr_table *tbl, struct pfr_addr *addr, int size, int *nadd, int *naddr, int ticket, int flags) argument
H A Dpfctl_table.c502 struct pfr_buffer *ab, u_int32_t ticket)
514 NULL, ticket, addrs ? PFR_FLAG_ADDRSTOO : 0);
501 pfctl_define_table(char *name, int flags, int addrs, const char *anchor, struct pfr_buffer *ab, u_int32_t ticket) argument
H A Dpfctl_parser.c1752 return (p->ticket);
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_table.c1360 pfr_ina_begin(struct pfr_table *trs, u_int32_t *ticket, int *ndel, int flags) argument
1382 if (ticket != NULL)
1383 *ticket = ++rs->tticket;
1394 int *nadd, int *naddr, u_int32_t ticket, int flags)
1413 if (rs == NULL || !rs->topen || ticket != rs->tticket)
1493 pfr_ina_rollback(struct pfr_table *trs, u_int32_t ticket, int *ndel, int flags) argument
1504 if (rs == NULL || !rs->topen || ticket != rs->tticket)
1526 pfr_ina_commit(struct pfr_table *trs, u_int32_t ticket, int *nadd, argument
1539 if (rs == NULL || !rs->topen || ticket != rs->tticket)
1393 pfr_ina_define(struct pfr_table *tbl, struct pfr_addr *addr, int size, int *nadd, int *naddr, u_int32_t ticket, int flags) argument
/freebsd-10.3-release/sys/net/
H A Dpfvar.h898 u_int32_t ticket; member in struct:pf_ruleset::__anon10989::__anon10990
1199 u_int32_t ticket; member in struct:pfioc_pooladdr
1211 u_int32_t ticket; member in struct:pfioc_rule
1291 u_int32_t ticket; member in struct:pfioc_altq
1297 u_int32_t ticket; member in struct:pfioc_qstats
1318 u_int32_t ticket; member in struct:pfioc_trans::pfioc_trans_e
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dkrb5.h461 krb5_data ticket; member in struct:krb5_creds
523 EncTicketPart ticket; member in struct:krb5_ticket
H A Dcache.c1313 ret = krb5_data_copy(&cred.ticket, data->data, data->length);
1358 ret = krb5_data_copy(data, cred.ticket.data, cred.ticket.length);
1612 * Get the lifetime of the initial ticket in the cache
1614 * Get the lifetime of the initial ticket in the cache, if the initial
1615 * ticket was not found, the error code KRB5_CC_END is returned.
1619 * @param t the relative lifetime of the initial ticket
H A DMakefile.am223 ticket.c \
H A Dscache.c733 ret = decode_Ticket(creds->ticket.data,
734 creds->ticket.length, &t, &len);
H A DMakefile.in200 libkrb5_la-plugin.lo libkrb5_la-ticket.lo libkrb5_la-time.lo \
912 ticket.c \
1408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-ticket.Plo@am__quote@
2250 libkrb5_la-ticket.lo: ticket.c
2251 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkrb5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkrb5_la-ticket.lo -MD -MP -MF $(DEPDIR)/libkrb5_la-ticket.Tpo -c -o libkrb5_la-ticket.lo `test -f 'ticket.c' || echo '$(srcdir)/'`ticket
[all...]
/freebsd-10.3-release/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1216 int i, numqs, ticket; local
1236 ticket = pa.ticket;
1246 pa.ticket = ticket;
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssl_sess.c232 * ticket == 0 then no ticket information is duplicated, otherwise it is.
234 SSL_SESSION *ssl_session_dup(SSL_SESSION *src, int ticket) argument
328 if (ticket != 0) {
454 * If RFC5077 ticket, use empty session ID (as server).
457 * ClientHello extensions to find the session ticket.
462 * whether a ticket is expected or not.
578 * read past the end of this in order to parse out the session ticket
591 * if the server should issue a new session ticket (to 0 otherwise).
620 case 0: /* No ticket foun
[all...]
H A Dkssl.c533 krb5_ticket *ticket)
539 return (p_krb5_decrypt_tkt_part(con, keys, ticket));
1033 * Return encrypted Kerberos ticket for service @ hostname.
1114 *enc_ticketp = &krb5credsp->ticket;
1250 "Error building ticket server principal.\n");
1425 "Error converting ASN.1 ticket to krb5_ticket.\n");
1433 "server principal != ticket principal\n");
1459 fprintf(stderr, "Decrypted ticket fields:\n");
1491 "bad ticket from krb5_rd_req.\n");
1504 "invalid ticket fro
532 krb5_decrypt_tkt_part(krb5_context con, krb5_const krb5_keyblock *keys, krb5_ticket *ticket) argument
[all...]
H A Dssl_locl.h870 SSL_SESSION *ssl_session_dup(SSL_SESSION *src, int ticket);
/freebsd-10.3-release/kerberos5/lib/libkrb5/
H A DMakefile604 ticket.c \
/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Deap_fast.c71 static int eap_fast_session_ticket_cb(void *ctx, const u8 *ticket, size_t len, argument
94 wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket", ticket, len);
/freebsd-10.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c129 ctx->ticket = NULL;

Completed in 435 milliseconds

123