Searched refs:prepub (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssec-settime.c148 int prepub = -1; local
350 prepub = strtottl(isc_commandline_argument);
393 if (prepub == -1)
394 prepub = (30 * 86400);
435 pub = previnact - prepub;
438 if ((previnact - prepub) < now && prepub != 0)
461 if (prepub < 0)
462 prepub = 0;
464 if (prepub >
[all...]
H A Ddnssec-keyfromlabel.c161 int prepub = -1; local
329 prepub = strtottl(isc_commandline_argument);
461 if (!oldstyle && prepub > 0) {
462 if (setpub && setact && (activate - prepub) < publish)
470 activate = now + prepub;
473 activate = publish + prepub;
476 publish = activate - prepub;
479 if ((activate - prepub) < now)
488 if (prepub == -1)
489 prepub
[all...]
H A Ddnssec-keygen.c247 int prepub = -1; local
481 prepub = strtottl(isc_commandline_argument);
520 if (prepub == -1)
521 prepub = 0;
649 if (!oldstyle && prepub > 0) {
650 if (setpub && setact && (activate - prepub) < publish)
658 activate = now + prepub;
661 activate = publish + prepub;
664 publish = activate - prepub;
667 if ((activate - prepub) < no
[all...]
/bind-9.11.3/bin/tests/system/autosign/
H A Dclean.sh45 rm -f ns3/prepub.example.db
46 rm -f ns3/prepub.example.db.in
H A Dtests.sh928 oldserial=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 | awk '$0 !~ /SOA/ {print $3}'`
929 oldinception=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 | awk '/SOA/ {print $6}' | sort -u`
931 $KEYGEN -3 -q -r $RANDFILE -K ns3 -P 0 -A +6d -I +38d -D +45d prepub.example > /dev/null
933 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 sign prepub.example 2>&1 | sed 's/^/I:ns1 /'
938 newserial=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 |
943 newinception=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 | awk '/SOA/ {print $6}' | sort -u`
1013 checkprivate prepub.example 10.53.0.3 1 || ret=1
/bind-9.11.3/bin/tests/system/keymgr/
H A Dsetup.sh207 dir=18-nonstd-prepub
/bind-9.11.3/bin/tests/system/autosign/ns3/
H A Dkeygen.sh185 setup prepub.example

Completed in 20 milliseconds