Home
last modified time | relevance | path

Searched refs:last_success (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/unbound/validator/
HDautotrust.h105 time_t last_success; member
HDautotrust.c870 tp->autr->last_success = (time_t)parse_int(line+16, &r); in parse_var_line()
1126 (unsigned int)tp->autr->last_success, in autr_write_contents()
1127 ctime_r(&(tp->autr->last_success), tmi)) < 0 || in autr_write_contents()
2164 tp->autr->last_success = *env->now; in autr_process_prime()
2174 if(tp->autr->last_success) { in autr_process_prime()
2181 tp->autr->last_success = *env->now; in autr_process_prime()
2265 ctime_r(&tp->autr->last_success, buf); in autr_debug_print_tp()
2267 log_info("last_success: %u %s", (unsigned)tp->autr->last_success, buf); in autr_debug_print_tp()
/NextBSD/crypto/heimdal/lib/kadm5/
HDmarshall.c145 krb5_store_int32(sp, princ->last_success); in store_principal_ent()
249 princ->last_success = tmp; in ret_principal_ent()
HDadmin.h150 krb5_timestamp last_success; member
HDad.c956 entry->last_success = 0; in kadm5_ad_get_principal()
960 entry->last_success = nt2unixtime(vals[0]); in kadm5_ad_get_principal()
/NextBSD/contrib/unbound/smallapp/
HDunbound-anchor.c2156 int32_t last_success = read_last_success_time(root_anchor_file); in probe_date_allows_certupdate() local
2166 if(last_success == 0) in probe_date_allows_certupdate()
2175 if(now - last_success < 0) { in probe_date_allows_certupdate()
2180 if(now - last_success >= leeway) { in probe_date_allows_certupdate()
/NextBSD/crypto/heimdal/kadmin/
HDrpc.c417 CHECK(krb5_store_int32(sp, ent->last_success)); in store_principal_ent()
485 ent->last_success = flag; in ret_principal_ent()
HDget.c214 time_t2str(princ->last_success, buf, buf_len, !condensed); in format_field()