Lines Matching defs:tgt

376 		KDC_REQ_BODY *b, const EncTicketPart *tgt, EncTicketPart *et)
381 if(!tgt->flags.invalid || tgt->starttime == NULL){
386 if(*tgt->starttime > kdc_time){
391 /* XXX tkt = tgt */
393 }else if(tgt->flags.invalid){
400 if(!tgt->flags.forwardable){
408 if(!tgt->flags.forwardable){
416 if(tgt->flags.forwarded)
420 if(!tgt->flags.proxiable){
428 if(!tgt->flags.proxiable){
436 if(tgt->flags.proxy)
440 if(!tgt->flags.may_postdate){
448 if(!tgt->flags.may_postdate){
463 if(!tgt->flags.renewable || tgt->renew_till == NULL){
475 if(!tgt->flags.renewable || tgt->renew_till == NULL){
480 old_life = tgt->endtime;
481 if(tgt->starttime)
482 old_life -= *tgt->starttime;
484 old_life -= tgt->authtime;
660 * If the realm of the presented tgt is neither the client nor the server
732 const EncTicketPart *tgt,
767 et.authtime = tgt->authtime;
769 et.endtime = min(tgt->endtime, *b->till);
773 ret = check_tgs_flags(context, config, b, tgt, &et);
803 &tgt->transited, &et,
823 et.caddr = tgt->caddr;
834 if(f.renewable_ok && tgt->flags.renewable &&
836 tgt->renew_till != NULL)
853 *et.renew_till = min(*et.renew_till, *tgt->renew_till);
870 et.flags.pre_authent = tgt->flags.pre_authent;
871 et.flags.hw_authent = tgt->flags.hw_authent;
872 et.flags.anonymous = tgt->flags.anonymous;
987 key in the passed tgt, and a list of preferred etypes
989 etype, given the keytype in the tgt, or should we look
990 at the etype list here as well? What if the tgt
1496 EncTicketPart *tgt = &ticket->ticket;
1587 _krb5_principalname2krb5_principal(context, &cp, tgt->cname, tgt->crealm);
1620 new_rlm = find_rpath(context, tgt->crealm, req_rlm);
1841 tgt, &rspac, &signedpath);
1856 tgt,
1872 /* by default the tgt principal matches the client principal */
1906 ret = krb5_crypto_init(context, &tgt->key, 0, &crypto);
2197 if(!_kdc_check_addresses(context, config, tgt->caddr, from_addr)) {
2245 tgt,