/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | mapselector.c | 166 idn_mapselector_add(idn_mapselector_t ctx, const char *tld, const char *name) { argument 171 assert(ctx != NULL && tld != NULL); 173 TRACE(("idn_mapselector_add(tld=%s, name=%s)\n", tld, name)); 175 if (!(tld[0] == '.' && tld[1] == '\0')) { 176 if (tld[0] == '.') 177 tld++; 178 if (strchr(tld, '.') != NULL) { 180 "invalid TLD \"%-.100s\"\n", tld)); 212 idn_mapselector_addall(idn_mapselector_t ctx, const char *tld, const char **scheme_names, int nschemes) argument 236 idn_mapselector_mapper(idn_mapselector_t ctx, const char *tld) argument 267 idn_mapselector_map(idn_mapselector_t ctx, const unsigned long *from, const char *tld, unsigned long *to, size_t tolen) argument 336 idn_mapselector_map2(idn_mapselector_t ctx, const unsigned long *from, const unsigned long *tld, unsigned long *to, size_t tolen) argument [all...] |
H A D | res.c | 1247 const unsigned long *tld; local 1254 tld = labellist_gettldname(label); 1255 TRACE(("res localmap(label=\"%s\", tld=\"%s\")\n", 1257 idn__debug_ucs4xstring(tld, 50))); 1265 if (tld == from) 1266 tld = idn_mapselector_getdefaulttld(); 1279 r = idn_mapselector_map2(local_mapper, from, tld, to,
|
H A D | resconf.c | 906 idn_resconf_addalllocalmapselectornames(idn_resconf_t ctx, const char *tld, argument 910 assert(ctx != NULL && names != NULL && tld != NULL); 912 TRACE(("idn_resconf_addalllocalmapselectorname(tld=%s, nnames=%d)\n", 913 tld, nnames)); 921 r = idn_mapselector_addall(ctx->local_mapper, tld, names, nnames);
|
/bind-9.6-ESV-R11/bin/tests/system/resolver/ |
H A D | setup.sh | 21 cp ns4/tld1.db ns4/tld.db 22 cp ns6/to-be-removed.tld.db.in ns6/to-be-removed.tld.db
|
H A D | clean.sh | 27 rm -f ns4/tld.db 28 rm -f ns6/to-be-removed.tld.db ns6/to-be-removed.tld.db.jnl
|
H A D | tests.sh | 200 $DIG -p 5300 @10.53.0.5 www.to-be-removed.tld A > dig.ns5.prime.${n} 202 cp ns4/tld2.db ns4/tld.db 203 ($RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 reload tld 2>&1 ) | 209 $DIG -p 5300 @10.53.0.5 ns$i.to-be-removed.tld A > /dev/null 210 $DIG -p 5300 @10.53.0.5 www.to-be-removed.tld A > dig.ns5.out.${n} 215 zone to-be-removed.tld 216 update add to-be-removed.tld 100 NS ns${i}.to-be-removed.tld 217 update delete to-be-removed.tld NS ns${old}.to-be-removed.tld [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | mapselector.h | 116 * Return the mapper for `tld' registered in `ctx', or return NULL if 117 * mapper for `tld' is not registered. 120 idn_mapselector_mapper(idn_mapselector_t ctx, const char *tld); 123 * Add mapping scheme `name' to the mapper for `tld' to the mapselector 125 * function creates a new mapper for `tld', and then adds the given mapping 131 * idn_invalid_name -- the given tld or name is not valid. 135 idn_mapselector_add(idn_mapselector_t ctx, const char *tld, const char *name); 138 idn_mapselector_addall(idn_mapselector_t ctx, const char *tld, 150 * idn_invalid_name -- the given tld is not valid. 154 const char *tld, unsigne [all...] |
H A D | resconf.h | 247 idn_resconf_addalllocalmapselectornames(idn_resconf_t ctx, const char *tld,
|
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns6/ |
H A D | sign.sh | 24 zone=optout-tld 25 infile=optout-tld.db.in 26 zonefile=optout-tld.db
|
/bind-9.6-ESV-R11/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 29 tld='org' variable 38 def remove_tld(label, tld): 39 if label.endswith('.' + tld + '.'): 40 return label[0:-(1+ len(tld) + 1)] 51 return "www." + label + "." + tld + " A" 61 "number=", "tld=", 73 elif option == "--tld" or option == "-t": 74 tld = str(value) 96 domain = remove_tld(domain_line.group(1), tld)
|
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns1/ |
H A D | sign.sh | 35 cp ../ns6/dsset-optout-tld. . 39 cat $infile $keyname.key dsset-example. dsset-dlv. dsset-algroll. dsset-optout-tld. > $zonefile
|
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ |
H A D | clean.sh | 54 rm -f ns6/optout-tld.db
|
H A D | tests.sh | 1294 $DIG $DIGOPTS +norec b.c.d.optout-tld. \ 1298 $DIG $DIGOPTS +norec b.c.d.optout-tld. \ 1302 $DIG $DIGOPTS optout-tld. \ 1305 $DIG $DIGOPTS b.c.d.optout-tld. \
|