Lines Matching refs:renew
496 if(f.renew){
500 "Request to renew non-renewable ticket");
886 time_t renew;
887 renew = *et.renew_till - *et.starttime;
889 renew = min(renew, *client->entry.max_renew);
891 renew = min(renew, *server->entry.max_renew);
892 *et.renew_till = *et.starttime + renew;
2366 if((b->kdc_options.validate || b->kdc_options.renew) &&