Searched refs:renew_till (Results 1 – 19 of 19) sorted by relevance
486 if(!tgt->flags.renewable || tgt->renew_till == NULL){ in check_tgs_flags()492 ALLOC(et->renew_till); in check_tgs_flags()494 *et->renew_till = *b->rtime; in check_tgs_flags()498 if(!tgt->flags.renewable || tgt->renew_till == NULL){ in check_tgs_flags()509 if (et->renew_till != NULL) in check_tgs_flags()510 et->endtime = min(*et->renew_till, et->endtime); in check_tgs_flags()878 et.renew_till == NULL && et.endtime < *b->till && in tgs_make_reply()879 tgt->renew_till != NULL) in tgs_make_reply()882 ALLOC(et.renew_till); in tgs_make_reply()883 *et.renew_till = *b->till; in tgs_make_reply()[all …]
336 KerberosTime endtime, KerberosTime *renew_till) in _kdc_log_timestamp() argument350 if (renew_till) in _kdc_log_timestamp()351 krb5_format_time(context, *renew_till, in _kdc_log_timestamp()2102 ALLOC(r->et.renew_till); in _kdc_as_rep()2103 *r->et.renew_till = t; in _kdc_as_rep()2168 if (r->et.renew_till) { in _kdc_as_rep()2169 ALLOC(r->ek.renew_till); in _kdc_as_rep()2170 *r->ek.renew_till = *r->et.renew_till; in _kdc_as_rep()2225 r->et.endtime, r->et.renew_till); in _kdc_as_rep()
178 a->renew_till == b->renew_till; in krb5_times_equal()245 match = (mcreds->times.renew_till <= creds->times.renew_till) && in krb5_compare_creds()
294 if (kci->renew_till) in krb5_rd_cred()295 creds->times.renew_till = *kci->renew_till; in krb5_rd_cred()
850 if (rep->enc_part.renew_till) { in _krb5_extract_ticket()851 tmp_time = *rep->enc_part.renew_till; in _krb5_extract_ticket()855 if (creds->times.renew_till != 0 in _krb5_extract_ticket()856 && tmp_time > creds->times.renew_till) { in _krb5_extract_ticket()862 creds->times.renew_till = tmp_time; in _krb5_extract_ticket()
379 ALLOC(krb_cred_info->renew_till, 1); in krb5_get_forwarded_creds()380 *krb_cred_info->renew_till = out_creds->times.renew_till; in krb5_get_forwarded_creds()
218 cred->times.renew_till = incred->renew_till; in make_cred_from_ccred()360 cred->renew_till = incred->times.renew_till; in make_ccred_from_cred()
116 cc_time_t renew_till; member
199 if(creds->times.renew_till){ in init_as_req()205 *a->req_body.rtime = creds->times.renew_till; in init_as_req()
214 if (t->req_body.kdc_options.renewable && krbtgt->times.renew_till) { in init_tgs_req()220 *t->req_body.rtime = in_creds->times.renew_till; in init_tgs_req()1198 mcreds.times.renew_till = 0; in check_cc()
1218 ret = krb5_store_int32(sp, times.renew_till); in krb5_store_times()1248 times->renew_till = tmp; in krb5_ret_times()
259 cred->times.renew_till = now + tmp; in init_cred()457 if (ctx->cred.times.renew_till) in get_init_creds_common()712 if(creds->times.renew_till){ in init_as_req()718 *a->req_body.rtime = creds->times.renew_till; in init_as_req()
410 krb5_timestamp renew_till; member
100 et.renew_till = NULL; in encode_ticket()188 cred.times.renew_till = 0; in create_krb5_tickets()
761 krb5_deltat d = cred.times.renew_till - cred.times.starttime; in get_new_tickets()879 *renew = cred->times.renew_till - curtime; in ticket_lifetime()
208 printable_time_long(cred->times.renew_till)); in print_cred_verbose()
94 in.times.renew_till = time(NULL) + ccache->renew_life; in kcm_ccache_refresh()
869 renew_till [3] KerberosTime
2336 starttime and renew_till2405 * lib/krb5/get_in_tkt.c: Pass starttime and renew_till in request