Home
last modified time | relevance | path

Searched refs:holddown (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex430 add-holddown{COLON} { YDVAR(1, VAR_ADD_HOLDDOWN) }
431 del-holddown{COLON} { YDVAR(1, VAR_DEL_HOLDDOWN) }
433 permit-small-holddown{COLON} { YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
/freebsd/contrib/unbound/validator/
H A Dautotrust.c1694 unsigned int holddown) in check_holddown() argument
1702 if (elapsed > (time_t)holddown) { in check_holddown()
1703 return elapsed-(time_t)holddown; in check_holddown()
1706 (long long) ((time_t)holddown-elapsed)); in check_holddown()
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in777 # add-holddown: 2592000 # 30 days
780 # del-holddown: 2592000 # 30 days
786 # debug option that allows very small holddown times for key rollover,
788 # permit-small-holddown: no
H A DChangelog6045 - Document permit-small-holddown for 5011 debug.
6396 - Added permit-small-holddown config to debug fast 5011 rollover.
9047 - prevent integer overflow in holddown calculation. review fixes.
9112 - autotrust fix that keys may become valid after add holddown time
9159 - autotrust options: add-holddown, del-holddown, keep-missing.