/bind-9.11.3/bin/tests/system/checknames/ns1/ |
H A D | named.conf | 34 check-names ignore; 40 check-names warn; 46 check-names fail; 53 check-names ignore; 60 check-names warn; 67 check-names fail;
|
/bind-9.11.3/bin/tests/system/staticstub/conf/ |
H A D | bad08.conf | 25 # server-names must not be specified more than once. 28 server-names { ns1.example.net; }; 29 server-names { ns2.example.net; };
|
H A D | bad02.conf | 25 # server-names must be valid domain names. 28 server-names { "\11.example.net"; };
|
H A D | bad05.conf | 29 server-names { "example.com"; };
|
H A D | bad06.conf | 29 server-names { "ns.example.com"; };
|
H A D | bad11.conf | 25 # "server-names" isn't allowed for a pure stub zone. 30 server-names { "ns.example.net"; };
|
H A D | good01.conf | 25 # both server-addresses and server-names can be specified. 29 server-names { "ns.example.net"; };
|
H A D | good04.conf | 25 # server-names can be empty, though it's meaningless. 28 server-names {};
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | resconf.h | 229 * Set name or add names to an object of lower module that `ctx' holds. 248 const char **names, int nnames); 251 idn_resconf_addallmappernames(idn_resconf_t ctx, const char **names, 255 idn_resconf_addallnormalizernames(idn_resconf_t ctx, const char **names, 259 idn_resconf_addallprohibitcheckernames(idn_resconf_t ctx, const char **names, 263 idn_resconf_addallunassignedcheckernames(idn_resconf_t ctx, const char **names, 267 idn_resconf_addallbidicheckernames(idn_resconf_t ctx, const char **names,
|
H A D | checker.h | 127 idn_checker_addall(idn_checker_t ctx, const char **names, int nnames);
|
H A D | mapper.h | 115 idn_mapper_addall(idn_mapper_t ctx, const char **names, int nnames);
|
H A D | mapselector.h | 139 const char **names, int nnames);
|
/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | check-names-fail.conf | 13 zone "check-names" { 15 file "check-names.db"; 16 check-names fail;
|
/bind-9.11.3/lib/dns/tests/ |
H A D | rbt_test.c | 82 /* The full absolute names of the nodes in the tree (the tree also 94 * (for the names in domain_names[] above). 342 "Test tree balance, inserting names in random order"); 370 * following code inserts names such as: 426 "Test tree balance, inserting names in sorted order"); 454 * following code inserts names such as: 734 /* Check that all names exist in order. */ 893 insert_nodes(dns_rbt_t *mytree, char **names, argument 929 names[*names_count] = isc_mem_strdup(mctx, 939 remove_nodes(dns_rbt_t *mytree, char **names, argument 972 check_tree(dns_rbt_t *mytree, char **names, size_t names_count, unsigned int line) argument 1022 char *names[1024]; local 1095 static dns_name_t **names; variable [all...] |
/bind-9.11.3/lib/dns/include/dns/ |
H A D | byaddr.h | 51 * is ISC_R_SUCCESS, then 'names' will contain a list of names associated 58 dns_namelist_t names; member in struct:dns_byaddrevent
|
/bind-9.11.3/bin/named/include/named/ |
H A D | lwsearch.h | 39 dns_namelist_t names; member in struct:ns_lwsearchlist
|
/bind-9.11.3/bin/tests/system/tsiggss/ns1/ |
H A D | named.conf | 46 /* we need to use check-names ignore so _msdcs A records can be created */ 47 check-names ignore;
|
/bind-9.11.3/bin/tests/system/checknames/ns2/ |
H A D | named.conf | 23 check-names response warn;
|
/bind-9.11.3/bin/tests/system/checknames/ns3/ |
H A D | named.conf | 23 check-names response fail;
|
/bind-9.11.3/bin/tests/system/checknames/ns4/ |
H A D | named.conf | 23 check-names master ignore;
|
/bind-9.11.3/bin/tests/system/dlv/ns5/ |
H A D | named.conf | 12 * Choose a keyname that is unlikely to clash with any real key names.
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | resconf.c | 696 * Set canonical scheme names. 907 const char **names, int nnames) { 910 assert(ctx != NULL && names != NULL && tld != NULL); 921 r = idn_mapselector_addall(ctx->local_mapper, tld, names, nnames); 926 idn_resconf_addallmappernames(idn_resconf_t ctx, const char **names, argument 930 assert(ctx != NULL && names != NULL); 940 r = idn_mapper_addall(ctx->mapper, names, nnames); 945 idn_resconf_addallnormalizernames(idn_resconf_t ctx, const char **names, argument 949 assert(ctx != NULL && names != NULL); 959 r = idn_normalizer_addall(ctx->normalizer, names, nname 906 idn_resconf_addalllocalmapselectornames(idn_resconf_t ctx, const char *tld, const char **names, int nnames) argument 964 idn_resconf_addallprohibitcheckernames(idn_resconf_t ctx, const char **names, int nnames) argument 997 idn_resconf_addallunassignedcheckernames(idn_resconf_t ctx, const char **names, int nnames) argument 1031 idn_resconf_addallbidicheckernames(idn_resconf_t ctx, const char **names, int nnames) argument [all...] |
/bind-9.11.3/bin/named/ |
H A D | lwsearch.c | 51 ISC_LIST_INIT(list->names); 91 while (!ISC_LIST_EMPTY(list->names)) { 92 dns_name_t *name = ISC_LIST_HEAD(list->names); 93 ISC_LIST_UNLINK(list->names, name, link); 120 ISC_LIST_APPEND(list->names, newname, link); 139 sctx->searchname = ISC_LIST_HEAD(sctx->list->names);
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | fs.hpp | 344 //! \brief Returns the file names of the files in the directory. 346 //! Returns the leaf names of all files contained in the directory. 349 std::set< std::string > names(void) const;
|
/bind-9.11.3/bin/tests/system/checknames/ |
H A D | tests.sh | 20 echo "I: check for failure from on zone load for 'check-names fail;' ($n)" 24 grep 'xx_xx.fail.example: bad owner name (check-names)' ns1/named.run > /dev/null || ret=1 30 echo "I: check for warnings from on zone load for 'check-names warn;' ($n)" 32 grep 'xx_xx.warn.example: bad owner name (check-names)' ns1/named.run > /dev/null || ret=1 38 echo "I: check for warnings from on zone load for 'check-names ignore;' ($n)" 40 grep 'yy_yy.ignore.example: bad owner name (check-names)' ns1/named.run || ret=0 46 echo "I: check that 'check-names response warn;' works ($n)" 51 grep "check-names warning yy_yy.ignore.example/A/IN" ns2/named.run > /dev/null || ret=1 57 echo "I: check that 'check-names response (owner) fails;' works ($n)" 63 grep "check-names failur [all...] |