| /src/external/bsd/openldap/dist/tests/data/ |
| slapd-proxyauthz.conf | 56 pcachetemplate (|(cn=)(sn=)) 0 @TTL@ @NTTL@ @STTL@ 57 pcachetemplate (sn=) 0 @TTL@ @NTTL@ @STTL@ 58 pcachetemplate (uid=) 1 @TTL@ @NTTL@ @STTL@ 59 pcachetemplate (mail=) 0 @TTL@ @NTTL@ @STTL@ 60 pcachetemplate (&(objectclass=)(uid=)) 1 @TTL@ @NTTL@ @STTL@ @TTR@
|
| slapd-proxycache.conf | 48 pcachetemplate (|(cn=)(sn=)) 0 @TTL@ @NTTL@ @STTL@ 49 pcachetemplate (sn=) 0 @TTL@ @NTTL@ @STTL@ 50 pcachetemplate (uid=) 1 @TTL@ @NTTL@ @STTL@ 51 pcachetemplate (mail=) 0 @TTL@ @NTTL@ @STTL@ 52 pcachetemplate (&(objectclass=)(uid=)) 1 @TTL@ @NTTL@ @STTL@ @TTR@
|
| /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans1/ |
| ans.py | 29 TTL = 3600 43 TTL, 51 "victim.", TTL, qctx.qclass, dns.rdatatype.NS, "ns.attacker." 56 "ns.attacker.", TTL, qctx.qclass, dns.rdatatype.A, ATTACKER_IP
|
| /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans2/ |
| ans.py | 29 TTL = 3600 43 TTL, 51 "victim.", TTL, qctx.qclass, dns.rdatatype.NS, "ns.attacker." 68 "trigger.victim.", TTL, qctx.qclass, dns.rdatatype.NS, "ns.victim." 73 "ns.victim.", TTL, qctx.qclass, dns.rdatatype.A, ATTACKER_IP 91 TTL, 97 "victim.", TTL, qctx.qclass, dns.rdatatype.DNAME, "attacker."
|
| /src/external/mpl/bind/dist/bin/tests/system/xferquota/ |
| setup.py | 24 """$TTL 300
|
| /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ |
| setup.sh | 28 echo "\$TTL 60" >ns2/db.max$i.local
|
| testgen.pl | 51 $TTL 60
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover-ksk-3crowd/ |
| tests_rollover_three_is_a_crowd.py | 38 TTL = int(KSK_CONFIG["dnskey-ttl"].total_seconds()) 77 expected = isctest.kasp.policy_to_properties(TTL, step["keyprops"]) 100 expected = isctest.kasp.policy_to_properties(TTL, step["keyprops"])
|
| /src/external/mpl/bind/dist/bin/tests/system/masterfile/ |
| tests_masterfile.py | 42 """Test master file BIND 8 TTL and $TTL semantics compatibility""" 49 b.ttl1. 2 IN TXT "explicit ttl 2" 51 d.ttl1. 1 IN TXT "default ttl 1" 52 e.ttl1. 4 IN TXT "explicit ttl 4" 53 f.ttl1. 1 IN TXT "default ttl 1" 61 """Test master file RFC1035 TTL and $TTL semantics""" 67 a.ttl2. 1 IN TXT "inherited ttl 1" 68 b.ttl2. 2 IN TXT "explicit ttl 2 [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ixfr/ |
| setup.sh | 23 \$TTL 15
|
| /src/external/mpl/bind/dist/bin/tests/system/multisigner/ |
| tests_multisigner.py | 52 "dnskey-ttl": timedelta(hours=1), 53 "ds-ttl": timedelta(days=1), 54 "max-zone-ttl": timedelta(days=1), 62 TTL = 3600 69 str(TTL), 166 update_msg.add(f"{zone}.", TTL, "DNSKEY", rdata) 289 update_msg.add(f"{zone}.", TTL, "CDNSKEY", rdata) 405 update_msg.add(f"{zone}.", TTL, "CDS", rdata) 521 expected3 = isctest.kasp.policy_to_properties(ttl=TTL, keys=keyprops [all...] |
| /src/usr.sbin/pf/pfs/ |
| token.l | 78 ttl { return TTL;}
|
| parse.y | 87 %token NOSCRUB SCRUB FLAGS TTL MODE 256 | SCRUB FLAGS NUMBER MODE NUMBER TTL NUMBER { 267 yyfatal("scrub ttl is too big");
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| setup.sh | 78 max-policy-ttl 90 84 \$TTL 300 93 \$TTL 300 103 ; for "max-policy-ttl 90" in #17 test5
|
| /src/external/mpl/bind/dist/tests/dns/ |
| skr_test.c | 102 #define TTL 3600 116 rdatalist->ttl = TTL; 237 dnskeylist->ttl = TTL; 264 cdnskeylist->ttl = TTL; 290 cdslist->ttl = TTL; 466 result = dns_skr_read(mctx, testskr, dname, dns_rdataclass_in, TTL, [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ |
| genzone.sh | 26 \$TTL 3600
|
| /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ |
| setup.sh | 29 $TTL 300 ; 5 minutes
|
| /src/external/mpl/bind/dist/lib/dns/ |
| masterdump.c | 51 #include <dns/ttl.h> 645 * TTL. 649 current_ttl_valid && rdataset->ttl == current_ttl)) 658 result = dns_ttl_totext(rdataset->ttl, false, 666 rdataset->ttl); 678 * If the $TTL directive is not in use, the TTL we 682 current_ttl = rdataset->ttl; 974 * Output a $TTL directive if needed. 979 ctx->current_ttl != rdataset->ttl) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/cds/ |
| setup.sh | 55 sed 's/ IN DS / 3600 IN DS /' <DS.$n >DS.ttl$n 95 \$TTL 1h
|
| /src/external/mpl/bind/dist/bin/tests/system/views/ |
| tests.sh | 173 \$TTL 86400
|
| /src/external/bsd/nsd/dist/doc/ |
| differences.tex | 242 \subsubsection{b-soattl - BIND sets SOA TTL in authority section to 0 for SOA queries} 758 \subsection{b8-nodata-ttlminup - BIND 8 uses minimum TTL from SOA also if bigger} 761 For NXDOMAIN queries in root-servers.net BIND 8 uses the minimum TTL from 762 the SOA as the TTL of the included SOA RR. However, this minimum TTL is 763 larger than the original TTL of the SOA, both NSD 2.3.6, NSD 3 and BIND 9 764 use the smaller of those two values as the TTL of the included SOA.
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efipxebc.h | 243 UINT8 TTL;
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns2/ |
| sign.sh | 193 \$TTL 10
|
| /src/external/mpl/bind/dist/bin/tests/system/verify/zones/ |
| genzones.sh | 90 \$TTL 0
|
| /src/dist/pf/sbin/pfctl/ |
| parse.y | 414 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE 977 yyerror("min-ttl cannot be respecified"); 981 yyerror("illegal min-ttl value %d", $2); 2189 | RETURNRST '(' TTL number ')' { 2191 yyerror("illegal ttl value %d", $4); 4941 { "min-ttl", MINTTL}, 4998 { "ttl", TTL},
|