Lines Matching refs:renew
80 int renew;
314 printf("cmp_renew_opts: renew bad opt=`%s'\n",
326 * <principal> [renew[:<opt1,...optN>]] syslog|terminal <time>
327 * <principal> [renew[:<opt1,...optN>]] mail <time> <e-mail address>
329 * where renew opts will be:
332 * - Log the result of the renew attempt on success using
336 * - Log the result of the renew attempt on failure using
354 int renew = 0;
390 /* we've got renew opts */
399 if (strncasecmp(op, "renew", sizeof ("renew")) == 0) {
400 renew = 1;
403 /* got a ':' but not preceeded w/renew, badent, skip */
418 if (renew && strchr(st, ',')) {
460 /* if send_to is "renew", note it and refind send_to */
461 } else if (strncasecmp(send_to, "renew",
462 sizeof ("renew")) == 0) {
463 renew = 1;
468 printf("parseconf: renew=%d, log failure=%d, log success=%d\n",
469 renew, log_failure, log_success);
472 if (renew) {
574 config_entry->renew = renew;
745 printf("renew start: uid=%d\n", app_krb5_user_uid());
749 printf("renew: getpruid failed, princ='%s'\n",
815 printf("renew end: code=%s, uid=%d\n", error_message(code),
865 * the appropriate location based on warn.conf or auto-renew creds.
911 if (ce->renew &&
921 /* krb5 api renew success */