| /netbsd-src/external/mpl/bind/dist/bin/tests/system/serve-stale/ |
| H A D | tests.sh | 21 max_stale_ttl=$(sed -ne 's,^[[:space:]]*max-stale-ttl \([[:digit:]]*\).*,\1,p' $TOP_SRCDIR/bin/named/config.c) 22 stale_answer_ttl=$(sed -ne 's,^[[:space:]]*stale-answer-ttl \([[:digit:]]*\).*,\1,p' $TOP_SRCDIR/bin/named/config.c) 28 # First test server with serve-stale options set. 30 echo_i "test server with serve-stale options set" 104 echo_i "check 'rndc serve-stale status' ($n)" 106 $RNDCCMD 10.53.0.1 serve-stale status >rndc.out.test$n 2>&1 || ret=1 107 grep '_default: stale cache enabled; stale answers enabled (stale-answer-ttl=4 max-stale [all...] |
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/ |
| H A D | stale.test.db | 12 $ORIGIN stale.test. 13 stale.test. 300 SOA . . 0 0 0 0 0 14 stale.test. 300 NS ns.stale.test. 15 ns.stale.test. 300 A 10.53.0.1 16 cname1.stale.test. 1 CNAME a1.stale.test. 17 a1.stale.test. 1 A 192.0.2.1 18 cname2.stale.test. 1 CNAME a2.stale.test. 19 a2.stale.test. 300 A 192.0.2.2
|
| H A D | named4.conf.in | 34 max-stale-ttl 20; 35 stale-answer-ttl 3; 36 stale-answer-enable yes; 37 stale-cache-enable yes; 38 stale-refresh-time 0; 47 zone "stale.test" { 49 file "stale.test.db";
|
| H A D | named2.conf.in | 34 max-stale-ttl 3600; 35 stale-answer-ttl 4; 36 stale-answer-enable yes; 37 stale-cache-enable yes; 38 stale-refresh-time 0;
|
| H A D | named1.conf.in | 34 max-stale-ttl 3600; 35 stale-answer-ttl 4; 36 stale-answer-enable yes; 37 stale-cache-enable yes; 38 stale-refresh-time 30;
|
| H A D | named3.conf.in | 34 max-stale-ttl 20; 35 stale-answer-ttl 3; 36 stale-answer-enable yes; 37 stale-cache-enable yes;
|
| H A D | root.db | 19 stale. 300 NS ns.stale. 20 ns.stale. 300 A 10.53.0.6
|
| /netbsd-src/external/mit/libuv/dist/.github/ |
| H A D | stale.yml | 1 # Number of days of inactivity before an issue becomes stale 3 # Number of days of inactivity before a stale issue is closed 5 # manually, but will remain marked as stale. 7 # Issues with these labels will never be considered stale 15 - not-stale 16 # Label to use when marking an issue as stale 17 staleLabel: stale 18 # Comment to post when marking an issue as stale. Set to `false` to disable 20 This issue has been automatically marked as stale because it has not had 22 # Comment to post when closing a stale issue. Set to `false` to disable
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/serve-stale/ns6/ |
| H A D | stale.db | 12 stale. IN SOA ns.stale. matthijs.isc.org. 1 0 0 0 0 13 stale. IN NS ns.stale. 14 ns.stale. IN A 10.53.0.6 16 serve.stale. IN NS ns.serve.stale. 17 ns.serve.stale. IN A 10.53.0.6
|
| H A D | serve.stale.db | 12 serve.stale. IN SOA ns.serve.stale. matthijs.isc.org. 1 0 0 0 0 13 serve.stale. IN NS ns.serve.stale. 14 ns.serve.stale. IN A 10.53.0.6
|
| H A D | named.conf.in | 35 zone "stale" IN { 38 file "stale.db"; 41 zone "serve.stale" IN { 44 file "serve.stale.db";
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/qmin/ans2/ |
| H A D | ans.py | 60 # For stale. it serves: 61 # a.b. NS ns.a.b.stale. 62 # ns.a.b.stale. IN A 10.53.0.3 63 # b. NS ns.b.stale. 64 # ns.b.stale. IN A 10.53.0.4 179 elif endswith(lqname, "stale."): 180 if endswith(lqname, "a.b.stale."): 181 # Delegate to ns.a.b.stale. 183 dns.rrset.from_text("a.b.stale.", 2, IN, NS, "ns.a.b.stale.") 186 dns.rrset.from_text("ns.a.b.stale.", 2, IN, A, "10.53.0.3") [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/ |
| H A D | named7.conf.in | 15 * Test serve-stale interaction with fetch-limits (dual-mode). 38 * stale-answer-enable is not strictly required because serving 39 * stale answers is enabled in the test via rndc. 41 stale-answer-enable yes; 42 stale-cache-enable yes; 43 stale-answer-ttl 3; 44 stale-refresh-time 4; 48 max-stale-ttl 3600;
|
| H A D | named2.conf.in | 15 * Test default stale-answer-client-timeout value 37 stale-answer-enable yes; 38 stale-cache-enable yes; 39 stale-answer-ttl 3; 40 stale-refresh-time 0; 41 stale-answer-client-timeout 0; 42 max-stale-ttl 3600;
|
| H A D | named4.conf.in | 15 * Test stale-answer-client-timeout 0. 37 stale-answer-enable yes; 38 stale-cache-enable yes; 39 stale-answer-ttl 3; 40 stale-answer-client-timeout 0; 41 stale-refresh-time 0; 43 max-stale-ttl 3600;
|
| H A D | named5.conf.in | 15 * Test stale-answer-client-timeout 0. 37 stale-answer-enable yes; 38 stale-cache-enable yes; 39 stale-answer-ttl 3; 40 stale-answer-client-timeout 0; 41 stale-refresh-time 4; 43 max-stale-ttl 3600;
|
| H A D | serve.stale.db | 12 serve.stale. IN SOA ns.serve.stale. matthijs.isc.org. 1 0 0 0 0 13 serve.stale. IN NS ns.serve.stale. 14 ns.serve.stale. IN A 10.53.0.6 16 $ORIGIN serve.stale.
|
| H A D | named3.conf.in | 15 * Test disable of stale-answer-client-timeout. 37 stale-answer-enable yes; 38 stale-cache-enable yes; 39 stale-answer-ttl 3; 40 stale-refresh-time 0; 41 max-stale-ttl 3600;
|
| H A D | named.conf.in | 35 stale-answer-enable yes; 36 stale-cache-enable yes; 37 stale-refresh-time 30; 38 stale-answer-client-timeout 0; 47 zone "serve.stale" IN { 50 file "serve.stale.db";
|
| H A D | named6.conf.in | 33 stale-answer-enable no; 34 stale-cache-enable yes; 35 stale-answer-ttl 3; 36 stale-refresh-time 4; 40 max-stale-ttl 3600;
|
| H A D | named8.conf.in | 33 stale-answer-enable yes; 34 stale-cache-enable yes; 35 stale-answer-client-timeout 0;
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/qmin/ans4/ |
| H A D | ans.py | 53 # For stale. it serves: 54 # a.b.stale. IN TXT hooray (resolver did do qname minimization) 99 elif endswith(lqname, "b.stale."): 100 if lqname == "a.b.stale.": 107 r.answer.append(dns.rrset.from_text(lqname, 1, IN, NS, "ns.a.b.stale.")) 109 dns.rrset.from_text("ns.a.b.stale.", 1, IN, A, "10.53.0.3") 116 lqname, 1, IN, SOA, "a.b.stale. hostmaster.a.b.stale. 1 2 3 4 5" 124 lqname, 1, IN, SOA, "a.b.stale. hostmaster.a.b.stale. 1 2 3 4 5" 127 elif lqname == "b.stale.": 130 r.answer.append(dns.rrset.from_text(lqname, 1, IN, NS, "ns.b.stale.")) [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/qmin/ans3/ |
| H A D | ans.py | 52 # For stale. it serves: 53 # a.b.stale. IN TXT peekaboo (resolver did not do qname minimization) 98 elif endswith(lqname, "a.b.stale."): 99 if lqname == "a.b.stale.": 106 r.answer.append(dns.rrset.from_text(lqname, 1, IN, NS, "ns.a.b.stale.")) 108 dns.rrset.from_text("ns.a.b.stale.", 1, IN, A, "10.53.0.3") 115 lqname, 1, IN, SOA, "a.b.stale. hostmaster.a.b.stale. 1 2 3 4 5" 123 lqname, 1, IN, SOA, "a.b.stale. hostmaster.a.b.stale. 1 2 3 4 5" 129 lqname, 1, IN, SOA, "a.b.stale. hostmaster.a.b.stale. 1 2 3 4 5"
|
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.16.rst | |
| /netbsd-src/external/mpl/bind/dist/tests/dns/ |
| H A D | db_test.c | 122 * Pass 0: default; no stale processing permitted. in ISC_RUN_TEST_IMPL() 123 * Pass 1: stale processing for 1 second. in ISC_RUN_TEST_IMPL() 124 * Pass 2: stale turned off after being on. in ISC_RUN_TEST_IMPL() 143 /* default: stale processing off */ in ISC_RUN_TEST_IMPL() 146 /* turn on stale processing */ in ISC_RUN_TEST_IMPL() 151 /* turn off stale processing */ in ISC_RUN_TEST_IMPL() 175 * May loop for up to 2 seconds performing non stale lookups. in ISC_RUN_TEST_IMPL() 198 * Check whether we can get stale data. in ISC_RUN_TEST_IMPL() 209 * Should loop for 1 second with stale lookups then in ISC_RUN_TEST_IMPL()
|