Searched refs:removed (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/bin/tests/system/resolver/
H A Dsetup.sh15 cp ns6/to-be-removed.tld.db.in ns6/to-be-removed.tld.db
H A Dclean.sh27 rm -f ns6/to-be-removed.tld.db ns6/to-be-removed.tld.db.jnl
H A Dtests.sh388 $DIG -p 5300 @10.53.0.5 www.to-be-removed.tld A > dig.ns5.prime.${n}
397 $DIG -p 5300 @10.53.0.5 ns$i.to-be-removed.tld A > /dev/null
398 $DIG -p 5300 @10.53.0.5 www.to-be-removed.tld A > dig.ns5.out.${n}
403 zone to-be-removed.tld
404 update add to-be-removed.tld 100 NS ns${i}.to-be-removed.tld
405 update delete to-be-removed.tld NS ns${old}.to-be-removed.tld
/bind-9.11.3/bin/tests/system/rrl/ns2/
H A Dnamed.conf46 * These log settings have no effect unless "-g" is removed from ../../start.pl
/bind-9.11.3/bin/tests/system/rrl/ns4/
H A Dnamed.conf47 * These log settings have no effect unless "-g" is removed from ../../start.pl
/bind-9.11.3/contrib/scripts/
H A Dcheck5011.pl45 printf " untrusted and to be removed at %s\n", ext8601 $a->{removehd};
154 =item C<untrusted and to be removed at ...>
156 The key was revoked and will be removed at the stated time.
/bind-9.11.3/bin/tests/system/pending/
H A Dtests.sh180 ans=`$DIG +tcp -p 5300 @10.53.0.4 removed.example.com. A` || ret=1
189 ans=`$DIG +tcp -p 5300 @10.53.0.4 removed.example.com. A` || ret=1
/bind-9.11.3/lib/dns/include/dns/
H A Ddnssec.h337 dns_dnsseckeylist_t *removed, dns_name_t *origin,
348 * - If so, and if the metadata says it should be removed:
350 * the key can be removed from the DNSKEY set. if 'removed' is non-NULL,
/bind-9.11.3/lib/dns/
H A Drdataslab.c121 * Use &removed as a sentinal pointer for duplicate
124 static unsigned char removed; local
183 INSIST(x[i].rdata.data != &removed);
217 x[i-1].rdata.data = &removed;
307 if (x[i].rdata.data == &removed)
H A Ddnssec.c1552 * metadata indicating they should be deactivated or removed.
2025 * Unconditionaly remove CDS/DNSKEY records for removed keys.
2069 * If 'removed' is not NULL, any keys that are being removed from
2074 dns_dnsseckeylist_t *removed, dns_name_t *origin,
2177 if (removed != NULL)
2178 ISC_LIST_APPEND(*removed, key2, link);
2192 if (removed != NULL)
2193 ISC_LIST_APPEND(*removed, key2, link);
2073 dns_dnssec_updatekeys(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *newkeys, dns_dnsseckeylist_t *removed, dns_name_t *origin, dns_ttl_t hint_ttl, dns_diff_t *diff, isc_boolean_t allzsk, isc_mem_t *mctx, void (*report)(const char *, ...)) argument
/bind-9.11.3/
H A Dltmain.sh2180 func_echo "Waiting for $lockfile to be removed"
3754 func_echo "Waiting for $lockfile to be removed"
4991 - Unescaped double quotes are removed from the input. Their only effect is
7201 # occurrences thereof are not removed. Compare this
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh3466 func_echo "Waiting for $lockfile to be removed"
5094 func_echo "Waiting for $lockfile to be removed"
6336 - Unescaped double quotes are removed from the input. Their only effect is
8595 # occurrences thereof are not removed. Compare this
/bind-9.11.3/bin/named/
H A Dserver.c5934 * just removed from the configuration. To see the validity,
6338 removed(dns_zone_t *zone, void *uap) { function
6364 dns_zone_log(zone, ISC_LOG_INFO, "(%s) removed", type);
8448 removed, view);
12457 "and may now be removed:\n");
12585 "file %s not removed: %s",
12594 "file %s not removed: %s",
12605 "file %s not removed: %s",
12615 "file %s not removed: %s",
12716 TCHECK(putstr(text, "must also be removed fro
[all...]

Completed in 103 milliseconds