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

/bind-9.6-ESV-R11/bin/tests/system/wildcard/
H A Dtests.sh32 $DIG $DIGOPTS a b.wild.nsec +norec @10.53.0.1 > dig.out.ns1.test$n || ret=1
33 grep -i 'a\.wild\.nsec\..*NSEC.*nsec\..*NSEC' dig.out.ns1.test$n > /dev/null || ret=1
40 $DIG $DIGOPTS a b.wild.nsec @10.53.0.2 > dig.out.ns2.test$n || ret=1
41 grep -i 'a\.wild\.nsec\..*NSEC.*nsec\..*NSEC' dig.out.ns2.test$n > /dev/null || ret=1
49 $DIG $DIGOPTS a b.wild.nsec @10.53.0.3 > dig.out.ns3.test$n || ret=1
50 grep -i 'a\.wild\.nsec\..*NSEC.*nsec\..*NSEC' dig.out.ns3.test$n > /dev/null || ret=1
58 $DIG $DIGOPTS +cd a b.wild.nsec @10.53.0.5 > dig.out.ns5.test$n || ret=1
59 grep -i 'a\.wild\.nsec\..*NSEC.*nsec\..*NSEC' dig.out.ns5.test$n > /dev/null || ret=1
67 $DIG $DIGOPTS a b.wild.nsec @10.53.0.4 > dig.out.ns4.test$n || ret=1
68 grep -i 'a\.wild\
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dnsec.h82 dns_name_t *wild, dns_nseclog_t log, void *arg);
H A Ddnssec.h98 dns_rdata_t *sigrdata, dns_name_t *wild);
111 *\li 'wild' if non-NULL then is a valid and has a buffer.
118 * 'wild' contains the name of the wildcard if non-NULL.
H A Dvalidator.h156 dns_fixedname_t wild; member in struct:dns_validator
H A Drbt.h126 unsigned int wild:1; member in struct:dns_rbtnode
/bind-9.6-ESV-R11/lib/dns/
H A Dnsec.c291 dns_name_t *wild, dns_nseclog_t logit, void *arg)
411 if (wild != NULL) {
424 wild, NULL);
288 dns_nsec_noexistnodata(dns_rdatatype_t type, dns_name_t *name, dns_name_t *nsecname, dns_rdataset_t *nsecset, isc_boolean_t *exists, isc_boolean_t *data, dns_name_t *wild, dns_nseclog_t logit, void *arg) argument
H A Dvalidator.c891 dns_name_t *wild = dns_fixedname_name(&val->wild); local
902 &data, wild, validator_log, val)
1456 dns_name_t *wild; local
1460 wild = dns_fixedname_name(&fixed);
1463 key, ignore, val->view->mctx, rdata, wild);
1484 if (!dns_name_equal(val->event->name, wild)) {
1493 dns_name_copy(wild, closest, NULL);
2331 dns_name_t *name, *wild, tname; local
2339 wild
[all...]
H A Ddnssec.c372 dns_rdata_t *sigrdata, dns_name_t *wild)
577 if (wild != NULL)
580 wild, NULL) == ISC_R_SUCCESS);
370 dns_dnssec_verify2(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key, isc_boolean_t ignoretime, isc_mem_t *mctx, dns_rdata_t *sigrdata, dns_name_t *wild) argument
H A Drbtdb.c473 isc_boolean_t wild; member in struct:__anon127
2414 * and 'wild' bits set.
2438 node->wild = 1;
2665 * may clear search->wild.
2667 search->wild = ISC_FALSE;
2693 * If this is a "wild" node and the caller hasn't disabled
2694 * wildcard matching, remember that we've seen a wild node
2698 if (node->wild && (search->options & DNS_DBFIND_NOWILD) == 0)
2699 search->wild = ISC_TRUE;
3077 isc_boolean_t done, wild, activ local
3451 isc_boolean_t wild; local
[all...]
H A Dname.c175 static dns_name_t wild = variable
186 LIBDNS_EXTERNAL_DATA dns_name_t *dns_wildcardname = &wild;
H A Drbt.c99 #define WILD(node) ((node)->wild)
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dtests.sh83 $DIG $DIGOPTS a.wild.example. @10.53.0.2 a > dig.out.ns2.test$n || ret=1
84 $DIG $DIGOPTS a.wild.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
94 $DIG $DIGOPTS a.wild.nsec3.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
103 $DIG $DIGOPTS a.wild.nsec3.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
112 $DIG $DIGOPTS a.wild.nsec3.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
113 $DIG $DIGOPTS a.wild.nsec3.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
123 $DIG $DIGOPTS a.wild.optout.example. \
125 $DIG $DIGOPTS a.wild.optout.example. \
214 $DIG $DIGOPTS b.wild.example. @10.53.0.2 txt > dig.out.ns2.test$n || ret=1
215 $DIG $DIGOPTS b.wild
[all...]
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c1758 const char *wild = ""; local
1765 wild = " or '*'";
1767 wild = " or IPv4 prefix";
1771 prefix, wild);
1775 prefix, wild);
1779 prefix, wild);
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c692 * Skip initial speculative wild card hashs.
748 dns_name_t *wild; local
754 wild = dns_fixedname_name(&fixed);
756 result = dns_name_concatenate(dns_wildcardname, name, wild, NULL);
761 result = dns_db_findnode(gdb, wild, ISC_FALSE, &node);
768 dns_name_format(wild, namestr, sizeof(namestr));
772 hashlist_add_dns_name(l, wild, hashalg, iterations, salt, salt_length,

Completed in 83 milliseconds