Searched refs:renew_till (Results 1 – 17 of 17) sorted by relevance
463 if(!tgt->flags.renewable || tgt->renew_till == NULL){ in check_tgs_flags()469 ALLOC(et->renew_till); in check_tgs_flags()471 *et->renew_till = *b->rtime; in check_tgs_flags()475 if(!tgt->flags.renewable || tgt->renew_till == NULL){ in check_tgs_flags()486 if (et->renew_till != NULL) in check_tgs_flags()487 et->endtime = min(*et->renew_till, et->endtime); in check_tgs_flags()835 et.renew_till == NULL && et.endtime < *b->till && in tgs_make_reply()836 tgt->renew_till != NULL) in tgs_make_reply()839 ALLOC(et.renew_till); in tgs_make_reply()840 *et.renew_till = *b->till; in tgs_make_reply()[all …]
249 KerberosTime endtime, KerberosTime *renew_till) in _kdc_log_timestamp() argument263 if (renew_till) in _kdc_log_timestamp()264 krb5_format_time(context, *renew_till, in _kdc_log_timestamp()1591 ALLOC(et.renew_till); in _kdc_as_rep()1592 *et.renew_till = t; in _kdc_as_rep()1660 if (et.renew_till) { in _kdc_as_rep()1661 ALLOC(ek.renew_till); in _kdc_as_rep()1662 *ek.renew_till = *et.renew_till; in _kdc_as_rep()1795 et.endtime, et.renew_till); in _kdc_as_rep()
179 a->renew_till == b->renew_till; in krb5_times_equal()246 match = (mcreds->times.renew_till <= creds->times.renew_till) && in krb5_compare_creds()
292 if (kci->renew_till) in krb5_rd_cred()293 creds->times.renew_till = *kci->renew_till; in krb5_rd_cred()
797 if (rep->enc_part.renew_till) { in _krb5_extract_ticket()798 tmp_time = *rep->enc_part.renew_till; in _krb5_extract_ticket()802 if (creds->times.renew_till != 0 in _krb5_extract_ticket()803 && tmp_time > creds->times.renew_till) { in _krb5_extract_ticket()809 creds->times.renew_till = tmp_time; in _krb5_extract_ticket()
378 ALLOC(krb_cred_info->renew_till, 1); in krb5_get_forwarded_creds()379 *krb_cred_info->renew_till = out_creds->times.renew_till; in krb5_get_forwarded_creds()
114 cc_time_t renew_till; member
216 cred->times.renew_till = incred->renew_till; in make_cred_from_ccred()359 cred->renew_till = incred->times.renew_till; in make_ccred_from_cred()
200 if(creds->times.renew_till){ in init_as_req()207 *a->req_body.rtime = creds->times.renew_till; in init_as_req()
216 cred->times.renew_till = now + options->renew_life; in init_cred()415 if (ctx->cred.times.renew_till) in get_init_creds_common()664 if(creds->times.renew_till){ in init_as_req()671 *a->req_body.rtime = creds->times.renew_till; in init_as_req()
1082 ret = krb5_store_int32(sp, times.renew_till); in krb5_store_times()1112 times->renew_till = tmp; in krb5_ret_times()
394 krb5_timestamp renew_till; member
96 et.renew_till = NULL; in encode_ticket()179 cred.times.renew_till = 0; in create_krb5_tickets()
591 if(abs(cred.times.renew_till - cred.times.starttime - renew) > 30) { in get_new_tickets()593 unparse_time_approx(cred.times.renew_till - cred.times.starttime, in get_new_tickets()
196 printable_time_long(cred->times.renew_till)); in print_cred_verbose()
87 in.times.renew_till = time(NULL) + ccache->renew_life; in kcm_ccache_refresh()
2336 starttime and renew_till2405 * lib/krb5/get_in_tkt.c: Pass starttime and renew_till in request