/bind-9.11.3/bin/tests/system/dyndb/ |
H A D | clean.sh | 14 rm -f added.a.out.* 15 rm -f added.ptr.out.*
|
H A D | tests.sh | 43 echo $out > added.a.out.$n 52 echo $out > added.ptr.out.$n
|
/bind-9.11.3/lib/isc/win32/ |
H A D | entropy.c | 45 unsigned int added; local 52 added = 0; 64 added += (unsigned int)ndesired * 8; 69 return (added); 78 unsigned int added; local 143 added = 0; 168 added += got; 182 if (!(ent->nextsource == firstsource && added == 0)) { 201 added += got; 204 if (added > [all...] |
/bind-9.11.3/lib/isc/unix/ |
H A D | entropy.c | 71 unsigned int added; local 78 added = 0; 91 added += n * 8; 102 return (added); 111 unsigned int added; local 119 added = 0; 223 added += n * 8; 235 return (added); 244 unsigned int added; local 308 added [all...] |
/bind-9.11.3/bin/tests/system/dlv/ns5/ |
H A D | named.conf | 13 * This allows it to be added to the system's rndc.conf with minimal
|
/bind-9.11.3/bin/tests/system/nzd2nzf/ |
H A D | tests.sh | 16 $DIG $DIGOPTS @10.53.0.1 -p 5300 a.added.example a > dig.out.ns1.$n || ret=1 23 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 addzone "added.example { type master; file \"added.db\"; };" 2>&1 | sed 's/^/I:ns1 /'; 29 $DIG $DIGOPTS @10.53.0.1 -p 5300 a.added.example a > dig.out.ns1.$n || ret=1 45 grep 'zone "added.example" { type master; file "added.db"; };' ns1/_default.nzf > /dev/null || ret=1 58 $DIG $DIGOPTS @10.53.0.1 -p 5300 a.added.example a > dig.out.ns1.$n || ret=1
|
/bind-9.11.3/bin/tests/system/addzone/ |
H A D | tests.sh | 27 echo "I:checking previously added zone ($n)" 46 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 addzone 'added.example { type master; file "added.db"; };' 2>&1 | sed 's/^/I:ns2 /' 47 $DIG $DIGOPTS @10.53.0.2 a.added.example a > dig.out.ns2.$n || ret=1 49 grep '^a.added.example' dig.out.ns2.$n > /dev/null || ret=1 64 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 modzone added.example '{ type mister; };' 2>&1 | grep 'unexpected token' > /dev/null 2>&1 || ret=1 72 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 addzone '"32/1.0.0.127-in-addr.added.example" { check-names ignore; type master; file "added.db"; };' 2>&1 | sed 's/^/I:ns2 /' 73 $DIG $DIGOPTS @10.53.0.2 "a.32/1.0.0.127-in-addr.added.example" a > dig.out.ns2.$n || ret=1 75 grep '^a.32/1.0.0.127-in-addr.added [all...] |
/bind-9.11.3/bin/tests/system/notify/ |
H A D | tests.sh | 166 update add added.x21 0 in txt "test string" 171 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd added.x21.\ 188 update add added.x21 0 in txt "test string" 194 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd added.x21.\ 197 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd added.x21.\
|
/bind-9.11.3/lib/isc/ |
H A D | entropy.c | 116 isc_uint32_t *extra; /*%< extra samples added in */ 445 unsigned int added; local 450 added = 0; 463 added += estimate_entropy(sq, sq->samples[ns]); 465 entropypool_adddata(ent, sq->samples, sq->nsamples * 4, added); 479 return (added); 488 unsigned int added; local 505 added = 0; 511 added += got; 520 return (added); [all...] |
/bind-9.11.3/lib/dns/tests/ |
H A D | dbversion_test.c | 613 dns_rdataset_t rdataset, added; local 629 dns_rdataset_init(&added); 664 result = dns_db_addrdataset(db1, node, v1, 0, &rdataset, 0, &added); 671 dns_db_resigned(db1, &added, VERSION(callback)); 675 dns_rdataset_disassociate(&added);
|
/bind-9.11.3/bin/tests/system/inline/ |
H A D | tests.sh | 140 update add added.bits 0 A 1.2.3.4 145 echo "I:checking that the record is added on the hidden master ($n)" 147 $DIG $DIGOPTS @10.53.0.2 -p 5300 added.bits A > dig.out.ns2.test$n 159 $DIG $DIGOPTS @10.53.0.3 -p 5300 added.bits A > dig.out.ns3.test$n 218 update add added.noixfr 0 A 1.2.3.4 223 echo "I:checking that the record is added on the hidden master, noixfr ($n)" 225 $DIG $DIGOPTS @10.53.0.4 -p 5300 added.noixfr A > dig.out.ns4.test$n 237 $DIG $DIGOPTS @10.53.0.3 -p 5300 added.noixfr A > dig.out.ns3.test$n 391 echo "I:check the added record was properly signed ($n)" 427 # of master2.db, and should show a minimal diff: no more than 8 added [all...] |
/bind-9.11.3/bin/tests/system/masterformat/ |
H A D | tests.sh | 194 update add newtext.dynamic IN TXT "added text" 199 grep "added text" dig.out.dynamic.3.1 > /dev/null 2>&1 || ret=1 200 $DIG $DIGOPTS +comm @10.53.0.3 -p 5300 added.dynamic txt > dig.out.dynamic.3.2 208 grep "added text" dig.out.dynamic.3.3 > /dev/null 2>&1 || lret=1 212 $DIG $DIGOPTS +comm @10.53.0.3 -p 5300 added.dynamic txt > dig.out.dynamic.3.4
|
/bind-9.11.3/lib/dns/ |
H A D | rdataset.c | 317 unsigned int i, count = 0, added, choice; local 461 added = 0; 518 added++; 544 *countp += added;
|
H A D | zone.c | 362 * True if added by "rndc addzone" 364 isc_boolean_t added; member in struct:dns_zone 367 * True if added by automatically by named. 1044 zone->added = ISC_FALSE; 3489 * should be added or removed. For each such record, extract NSEC3PARAM RDATA 7026 * - If given NSEC3 chain is being added, add an NSEC3PARAM record contained 17980 * algorithm was added to the DNSKEY. We sign 18326 dns_zone_setadded(dns_zone_t *zone, isc_boolean_t added) { argument 18330 zone->added = added; [all...] |
/bind-9.11.3/contrib/scripts/ |
H A D | check5011.pl | 179 view name with a F<.mkeys> extension added.
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | zone.h | 1406 * the differences between the old and the new database are added to the 2213 dns_zone_setadded(dns_zone_t *zone, isc_boolean_t added); 2215 * Sets the value of zone->added, which should be ISC_TRUE for 2216 * zones that were originally added by "rndc addzone". 2225 * Returns ISC_TRUE if the zone was originally added at runtime 2236 * zones that were automatically added by named. 2245 * Returns ISC_TRUE if the zone was added automatically by named.
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 259 * new zones to be added at runtime. 272 * A function to write out added-zone configuration to the new_zone_file 446 isc_boolean_t added, isc_boolean_t old_rpz_ok, 2164 "added zone", 2223 /* Mark view unfrozen so that zone can be added */ 2271 /* Flag the zone as having been added at runtime */ 2314 "zone '%s' is not a dynamically added zone", 3422 * If we're allowing added zones, then load zone configuration 3423 * from the newzone file for zones that were added during previous 5273 isc_boolean_t added, isc_boolean_ 5270 configure_zone(const cfg_obj_t *config, const cfg_obj_t *zconfig, const cfg_obj_t *vconfig, isc_mem_t *mctx, dns_view_t *view, dns_viewlist_t *viewlist, cfg_aclconfctx_t *aclconf, isc_boolean_t added, isc_boolean_t old_rpz_ok, isc_boolean_t modify) argument 12174 isc_boolean_t added; local 12483 isc_boolean_t added; local 12645 isc_boolean_t added; local [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | ltmain.sh | 2026 echo "*** automatically added whenever a program is linked with this library" 3915 directories are added to the library path.
|
/bind-9.11.3/bin/tests/system/dnssec/ |
H A D | tests.sh | 1875 echo "I:waiting till 14s have passed since NTAs were added before restarting ns4" 1892 # valid, whereas badds.example should not have been added during named 2050 added=`$PERL -e 'print time()."\n";'` 2073 echo "added=$added" >> rndc.out.ns4.test$n.2 2076 # ntadiff.pl computes $ts_with_zone - ($added + 1week) 2077 d=`$PERL ./ntadiff.pl "$ts_with_zone" "$added"` 2079 # diff from $added(now) + 1week to the clamped NTA lifetime should be 2096 # a regression test for RT #2399; more tests should be added. 2212 echo "I:checking that the NSEC3 record for the apex is properly signed when a DNSKEY is added vi [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | configure | 2542 as 'x'. The following induces an error, until -std is added to get
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | configure | 2543 as 'x'. The following induces an error, until -std is added to get
|
/bind-9.11.3/contrib/queryperf/ |
H A D | configure | 2551 as 'x'. The following induces an error, until -std is added to get
|
/bind-9.11.3/unit/atf-src/ |
H A D | configure | 4011 as 'x'. The following induces an error, until -std is added to get 10587 # Assume -lc should be added 12935 as 'x'. The following induces an error, until -std is added to get 15892 # Assume -lc should be added
|
/bind-9.11.3/ |
H A D | configure | 3827 as 'x'. The following induces an error, until -std is added to get 9618 # Assume -lc should be added 12716 as 'x'. The following induces an error, until -std is added to get 14479 # on FreeBSD machines this configure script has added
|