Lines Matching defs:renew
127 { "renew", 'R', arg_flag, &renew_flag,
128 NP_("renew TGT", ""), NULL },
314 int renew,
344 if (renew) {
353 flags.b.renewable = flags.b.renew = renew;
479 krb5_deltat renew = 0;
600 renew = parse_time(renewstr, "s");
601 if (renew < 0)
604 krb5_get_init_creds_opt_set_renew_life(opt, renew);
762 if (llabs(d - renew) > 30) {
842 const char *server, time_t *renew)
851 if (renew != NULL)
852 *renew = 0;
878 if (renew) {
879 *renew = cred->times.renew_till - curtime;
880 if (*renew < 0)
881 *renew = 0;
963 * half of the original ticket lifetime of the renew limit, get a new
967 * renew limit".
989 * If our tickets have expired and we been able to either renew them
1002 krb5_warnx(ctx->context, N_("NOTICE: Could not renew/refresh "