Home
last modified time | relevance | path

Searched refs:zones (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests.sh79 xml) path='xml/v3/zones' ;;
80 json) path='json/v1/zones' ;;
86 $PERL zones-${1}.pl $file $2 2>/dev/null | sort >zones.out.$3
304 echo "${refresh_prefix} ${zsk_id}: 10" >zones.expect
305 echo "${refresh_prefix} ${ksk_id}: 1" >>zones.expect
306 echo "${sign_prefix} ${zsk_id}: 10" >>zones.expect
307 echo "${sign_prefix} ${ksk_id}: 1" >>zones.expect
308 cat zones.expect | sort >zones
[all...]
H A Dclean.sh
H A Dgeneric.py87 zones = fetch_zones(statsip, statsport)
89 for zone in zones:
103 zones = fetch_zones(statsip, statsport)
105 for zone in zones:
126 zones = fetch_zones(statsip, statsport)
128 for zone in zones:
/netbsd-src/external/bsd/unbound/dist/services/
H A Dlocalzone.c86 void local_zones_print(struct local_zones* zones) in local_zones_print() argument
89 lock_rw_rdlock(&zones->lock); in local_zones_print()
90 log_info("number of auth zones %u", (unsigned)zones->ztree.count); in local_zones_print()
91 RBTREE_FOR(z, struct local_zone*, &zones->ztree) { in local_zones_print()
94 lock_rw_unlock(&zones->lock); in local_zones_print()
100 struct local_zones* zones = (struct local_zones*)calloc(1, in local_zones_create() local
101 sizeof(*zones)); in local_zones_create()
102 if(!zones) in local_zones_create()
104 rbtree_init(&zones->ztree, &local_zone_cmp); in local_zones_create()
105 lock_rw_init(&zones->lock); in local_zones_create()
[all …]
H A Dlocalzone.h218 void local_zones_delete(struct local_zones* zones);
227 int local_zones_apply_cfg(struct local_zones* zones, struct config_file* cfg);
267 struct local_zone* local_zones_tags_lookup(struct local_zones* zones,
283 struct local_zone* local_zones_lookup(struct local_zones* zones,
291 void local_zones_print(struct local_zones* zones);
324 int local_zones_answer(struct local_zones* zones, struct module_env* env,
377 struct local_zone* local_zones_find(struct local_zones* zones,
392 local_zones_find_le(struct local_zones* zones,
408 struct local_zone* local_zones_add_zone(struct local_zones* zones,
418 void local_zones_del_zone(struct local_zones* zones, struct local_zone* zone);
[all …]
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dcatz.inc.rst18 zones to be served, along with their configuration parameters. Zones
19 listed in a catalog zone are called "member zones." When a catalog zone
21 functionality, the secondary server creates the member zones
23 delete member zones, or change their configuration parameters), those
28 The format and behavior of catalog zones are specified in :rfc:`9432`.
36 secondary servers, and/or where the zones being served are changing
41 zone that lists member zones that should be served by secondary servers.
43 removes, or reconfigures member zones based on the data received.
47 must also be added to a :any:`catalog-zones` list in the :namedconf:ref:`options` or
76 serving the zone, and removes it from its list of configured zones
[all...]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/verify/
H A Dclean.sh
H A Dtests.sh
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/perl/testing/
H A Ddlz_perl_example.pm
/netbsd-src/external/bsd/nsd/dist/doc/
H A DUPGRADING17 * zones listed in nsd.conf are served.
18 * the zonelistfile: setting sets the file where zones that are
22 use the patterns to give config settings for the zones.
23 * patterns accept the same sort of settings which NSD3-zones did.
29 * if there is no zonefile (for slave zones) it is not used.
34 * if you nsd-control reconfig it rereads the config file for zones.
40 and write slave zones that have changed to their zonefile.
41 * other nsdc commands, reconfig (reread patterns, zones, keys),
60 * you can list nsd-commandline-options, zones, masters, slaves, keys.
67 * For secondary zones include in the zone entry:
[all …]
H A DNSD-4-features19 write". This would periodically write the contents of changed zones to
23 The SIGHUP makes NSD4 check zone file timestamps and reload changed zones.
42 the dynamically added zones and their pattern. It is read and written
67 they create a zone, these zones added and removed by a restart or the
70 those zones are in the zones.list file. The zone can have the normal
97 zones that have been added and removed in the config file, and it also
112 writes all changed zones, but if you specify a particular zone, it writes
115 notify [zone] : for master zones here, send notifies to its slaves.
116 If you specify a name, only that zone, otherwise all master zones.
118 transfer [zone] : for slave zones here, attempt a zone transfer from
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/addzone/ns2/
H A Dnamed3.conf.in26 new-zones-directory "new-zones";
32 allow-new-zones no;
50 allow-new-zones yes;
60 allow-new-zones yes;
74 allow-new-zones yes;
H A Dnamed2.conf.in32 allow-new-zones no;
50 allow-new-zones yes;
64 allow-new-zones yes;
/netbsd-src/external/mpl/bind/dist/doc/arm/_ext/
H A Dmergegrammar.py48 zones = read_zone()
49 assert zones
52 rest.update(zones)
56 rest["view"]["_mapbody"].update(zones)
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DNamedConf.py192 self.zones = {}
206 zlist = self.zones.keys()
209 self.zones[ii].dump()
224 self.zones[name] = zone
228 return self.zones
231 if name in self.zones:
232 return self.zones[name]
H A DNsdConf.py335 self.zones = {}
387 self.zones[z.getName()] = z
398 zlist = self.zones.keys()
401 self.zones[ii].dump(sys.stdout)
420 zlist = self.zones.keys()
423 report_info(' writing info for zone "%s"...' % (self.zones[ii].getName()))
424 self.zones[ii].dump(nfile)
503 zlist = self.zones.keys()
506 oldpath = self.oldrootdir + self.zones[ii].getZonefile()
507 newpath = self.config.getValue('tmpdir') + self.zones[ii].getZonefile()
[all …]
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/
H A Dbdbhpt-populate.pl
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
H A DREADME18 zones, the response-policy statement, and a root hint zone
20 * The auth server that contains two authoritative zones, l1.l0 and
60 Group 2 - testing skipping recursion with multiple policy zones when all
61 zones have only trigger types eligible to skip recursion with
64 32 policy zones, each containing 1 'qname' trigger (qNN, where NN is
100 skippable for only the appropriate zones based on the order specified in
104 32 policy zones per test, one of which is configured with 1 'ip'
108 test. The 'qname' triggers in the zones are structured so that
109 the zones are tested starting with the first zone and the 'ip'
120 5 policy zones, the 1st, 3rd, and 5th configured with 1 'qname'
H A Dtestgen.pl100 my @zones;
113 @zones = map {
120 print $conf_fh map { qq{ zone "$_->[0]";\n} } @zones;
124 … print $conf_fh map { qq{ zone "$_->[0]" { type primary; file "db.$_->[0]"; };\n} } @zones;
130 foreach my $policy_zone_info( @zones ) {
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkzone/
H A Dsetup.sh19 zones/good1.db >/dev/null 2>&1
21 copy_setports zones/bad-tsig.db.in zones/bad-tsig.db
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drpz.c834 rpz = rpzs->zones[rpz_num]; in name2ipkey()
1011 rpz = rpzs->zones[rpz_num]; in name2data()
1462 dns_rpz_zones_t *zones; in dns_rpz_new_zones() local
1467 zones = isc_mem_get(mctx, sizeof(*zones)); in dns_rpz_new_zones()
1468 memset(zones, 0, sizeof(*zones)); in dns_rpz_new_zones()
1470 isc_rwlock_init(&zones->search_lock, 0, 0); in dns_rpz_new_zones()
1471 isc_mutex_init(&zones->maint_lock); in dns_rpz_new_zones()
1472 isc_refcount_init(&zones->refs, 1); in dns_rpz_new_zones()
1473 isc_refcount_init(&zones->irefs, 1); in dns_rpz_new_zones()
1475 zones->rps_cstr = rps_cstr; in dns_rpz_new_zones()
[all …]
/netbsd-src/external/public-domain/tz/dist/
H A Dchecknow.awk8 zones[data] = zones[data] " " zone
37 printf "zones %s and %s identical from now on\n", zone, zone2
48 printf "Zone table should have one of:%s\n", zones[data]
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_memory.c254 zone = glob->zones[i]; in ttm_zones_above_swap_target()
339 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_kernel_zone()
380 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_highmem_zone()
431 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_dma32_zone()
473 zone = glob->zones[i]; in ttm_mem_global_init()
498 zone = glob->zones[i]; in ttm_mem_global_release()
521 zone = glob->zones[i]; in ttm_check_swapping()
544 zone = glob->zones[i]; in ttm_mem_global_free_zone()
599 zone = glob->zones[i]; in ttm_mem_global_reserve()
612 zone = glob->zones[i]; in ttm_mem_global_reserve()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dremote.c1174 perform_zone_add(RES* ssl, struct local_zones* zones, char* arg) in perform_zone_add() argument
1191 lock_rw_wrlock(&zones->lock); in perform_zone_add()
1192 if((z=local_zones_find(zones, nm, nmlen, in perform_zone_add()
1199 lock_rw_unlock(&zones->lock); in perform_zone_add()
1202 if(!local_zones_add_zone(zones, nm, nmlen, in perform_zone_add()
1204 lock_rw_unlock(&zones->lock); in perform_zone_add()
1208 lock_rw_unlock(&zones->lock); in perform_zone_add()
1214 do_zone_add(RES* ssl, struct local_zones* zones, char* arg) in do_zone_add() argument
1216 if(!perform_zone_add(ssl, zones, arg)) in do_zone_add()
1223 do_zones_add(RES* ssl, struct local_zones* zones) in do_zones_add() argument
[all …]
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.8.rst

12345678910>>...15