Searched refs:inactive (Results 1 - 14 of 14) sorted by relevance

/bind-9.11.3/bin/tests/system/coverage/
H A Dsetup.sh18 # Test 1: KSK goes inactive before successor is active
19 dir=01-ksk-inactive
28 # Test 2: ZSK goes inactive before successor is active
29 dir=02-zsk-inactive
100 # Test 9: KSK goes inactive before successor is active, but checking ZSKs
110 # Test 10: ZSK goes inactive before successor is active, but checking KSKs
120 # Test 11: ZSK goes inactive before successor is active, but after cutoff
/bind-9.11.3/bin/dnssec/
H A Ddnssec-keyfromlabel.c159 isc_stdtime_t inactive = 0, deltime = 0; local
300 inactive = strtotime(isc_commandline_argument,
547 fatal("Key %s becomes inactive\n\t"
669 dst_key_settime(key, DST_TIME_INACTIVE, inactive);
H A Ddnssec-keygen.c245 isc_stdtime_t inactive = 0, deltime = 0; local
454 inactive = strtotime(isc_commandline_argument,
733 fatal("Key %s becomes inactive\n\t"
1021 inactive);
1024 if (setinact && deltime < inactive)
1028 "made inactive.\n",
/bind-9.11.3/lib/dns/
H A Ddst_internal.h142 isc_boolean_t inactive; /*%< private key not present as it is member in struct:dst_key
143 inactive */
H A Ddnssec.c607 isc_stdtime_t publish, active, revoke, inactive, deltime; local
636 result = dst_key_gettime(key, DST_TIME_INACTIVE, &inactive);
644 if ((inactset && inactive <= now) || (delset && deltime <= now))
842 * If a key is marked inactive, skip it
1312 isc_stdtime_t publish, active, revoke, inactive, deltime; local
1331 result = dst_key_gettime(key->key, DST_TIME_INACTIVE, &inactive);
1368 * Key has been marked inactive: we can continue publishing,
1371 if (key->hint_publish && inactset && inactive <= now) {
H A Ddst_api.c1482 key->inactive = ISC_FALSE;
1492 return (key->inactive);
1496 dst_key_setinactive(dst_key_t *key, isc_boolean_t inactive) { argument
1500 key->inactive = inactive;
H A Drbtdb.c1387 unsigned int inactive = 0; local
1406 inactive++;
1410 if (inactive != 0) {
1412 rbtdb->active -= inactive;
5526 isc_boolean_t inactive = ISC_FALSE; local
5541 inactive = ISC_TRUE;
5549 if (inactive) {
/bind-9.11.3/bin/tests/system/keymgr/
H A Dsetup.sh16 # Test 1: KSK goes inactive before successor is active
17 dir=01-ksk-inactive
27 # Test 2: ZSK goes inactive before successor is active
28 dir=02-zsk-inactive
/bind-9.11.3/bin/tests/system/dnssec/
H A Dclean.sh60 rm -f ns3/publish-inactive.example.db
H A Dtests.sh1389 echo "I:checking dnssec-signzone keeps valid signatures from inactive keys ($n)"
1407 echo "I:checking dnssec-signzone -Q purges signatures from inactive keys ($n)"
2895 echo "I:check simultaneous inactivation and publishing of dnskeys removes inactive signature ($n)"
2900 $DIG $DIGOPTS publish-inactive.example @10.53.0.3 dnskey > dig.out.ns3.test$n
/bind-9.11.3/lib/dns/include/dst/
H A Ddst.h967 * Determines if the private key is missing due the key being deemed inactive.
974 dst_key_setinactive(dst_key_t *key, isc_boolean_t inactive);
976 * Set key inactive state.
/bind-9.11.3/bin/tests/system/dnssec/ns3/
H A Dsign.sh469 zone=publish-inactive.example
470 infile=publish-inactive.example.db.in
471 zonefile=publish-inactive.example.db
/bind-9.11.3/bin/named/
H A Dclient.c128 client_queue_t inactive; /*%< To be recycled */ member in struct:ns_clientmgr
177 * It is on the client manager's list of inactive clients.
438 * active and force it to go inactive if not.
440 * UDP clients go inactive at this point, but TCP clients
453 * We don't need the client; send it to the inactive
475 * We are trying to enter the inactive state.
523 * Put the client on the inactive list. If we are aiming for
524 * the "freed" state, it will be removed from the inactive
536 ISC_QUEUE_PUSH(manager->inactive, client,
686 ISC_QUEUE_UNLINK(client->manager->inactive, clien
[all...]
/bind-9.11.3/bin/tests/system/autosign/
H A Dtests.sh93 echo "I:check that zone with active and inactive KSK and active ZSK is properly"
130 echo "I:check that zone with active and inactive ZSK and active KSK is properly"
272 echo "I:checking that expired RRSIGs from inactive key are not deleted ($n)"
274 inactive=`sed 's/^K.*+007+0*\([0-9]\)/\1/' < inactivezsk.key`
276 awk '{if ($1 == "del" && $5 == "RRSIG" && $12 == id) {exit 1}} END {exit 0}' id=$inactive || ret=1
289 echo "I:checking that non-replaceable RRSIGs are logged only once (inactive private key) ($n)"
291 loglines=`grep "Key inaczsk.example/NSEC3RSASHA1/$inactive .* retaining signatures" ns3/named.run | wc -l`
1275 echo "I:check that zone with inactive KSK and active ZSK is properly autosigned ($n)"
1293 echo "I:check that zone with inactive ZSK and active KSK is properly autosigned ($n)"
1304 echo "I:check that zone with active and inactive KS
[all...]

Completed in 176 milliseconds