Searched refs:SOA (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/ixfr/
H A Dtests.sh33 /SOA/
34 nil. 300 SOA ns.nil. root.nil. 1 300 300 604800 300
36 nil. 300 SOA ns.nil. root.nil. 1 300 300 604800 300
43 nil. 300 SOA ns.nil. root.nil. 1 300 300 604800 300
64 $DIGCMD nil. SOA > dig.out
65 grep "SOA" dig.out > /dev/null && break
77 # Then we do a SOA-only update.
80 /SOA/
81 nil. 300 SOA ns.nil. root.nil. 3 300 300 604800 300
83 nil. 300 SOA n
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/tcl/
H A Dlookup.tcl21 # This lookup procedure defines zones with identical SOA, NS, and MX
43 {SOA 86400 "ns1.isp.nil. hostmaster.isp.nil. \
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/stress/
H A Dsetup.pl37 . IN SOA gson.nominum.com. a.root.servers.nil. (
74 \@ IN SOA ns2.$zn. hostmaster 1 300 120 3600 86400
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/xferquota/
H A Dsetup.pl35 \@ IN SOA ns1 . 1 300 120 3600 86400
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Dgenzone.sh34 @ 86400 IN SOA ns${master} hostmaster (
73 ; see SOA record at top of file
185 ;nxt01 NXT a.secure.nil. ( NS SOA MX RRSIG KEY LOC NXT )
230 nsec01 NSEC a.secure.nil. ( NS SOA MX RRSIG DNSKEY LOC NSEC )
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/masterfile/
H A Dtests.sh45 grep SOA dig.out.$n > /dev/null || ret=1
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/nsupdate/
H A Dsetup.sh39 update.nil IN SOA ns1.example.nil. hostmaster.example.nil. (
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/xfer/
H A Dtests.sh205 $DIG axfr . -p 5300 @10.53.0.4 | grep SOA > axfr.out
240 $DIGCMD nil. SOA > dig.out.ns4
241 grep SOA dig.out.ns4 > /dev/null && break
/macosx-10.10.1/libresolv-57/
H A Ddns_util.c414 r->data.SOA = (dns_SOA_record_t *)calloc(1, size);
416 r->data.SOA->mname = _dns_parse_domain_name(p, x, remaining);
417 if (r->data.SOA->mname == NULL)
423 r->data.SOA->rname = _dns_parse_domain_name(p, x, remaining);
424 if (r->data.SOA->rname == NULL)
438 r->data.SOA->serial = _dns_parse_uint32(x);
439 r->data.SOA->refresh = _dns_parse_uint32(x);
440 r->data.SOA->retry = _dns_parse_uint32(x);
441 r->data.SOA->expire = _dns_parse_uint32(x);
442 r->data.SOA
[all...]
H A Ddns_util.h224 dns_SOA_record_t *SOA; member in union:__anon9394::__anon9395
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/ns2/
H A Dsign.sh173 @ 10 SOA ns2 hostmaster 0 3600 1200 864000 1200
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbindzone.vim39 syn keyword zoneRRType contained A AAAA CNAME HINFO MX NS PTR SOA SRV TXT nextgroup=zoneRData skipwhite
H A Dnamed.vim88 syn keyword namedIntKeyword TXT A PTR NS SOA A6 CNAME MX ANY skipwhite
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl73 A 1 NS 2 MD 3 MF 4 CNAME 5 SOA 6 MB 7 MG 8 MR 9
635 SOA {
1128 SOA {
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Ddns.el48 (SOA 6)
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/
H A Dtests.sh375 echo "I:checking 1-server negative insecurity proof with SOA hack NSEC ($n)"
383 grep "0 IN SOA" dig.out.ns4.test$n > /dev/null || ret=1
390 echo "I:checking 1-server negative insecurity proof with SOA hack NSEC3 ($n)"
398 grep "0 IN SOA" dig.out.ns4.test$n > /dev/null || ret=1
405 echo "I:checking 1-server negative insecurity proof with SOA hack OPTOUT ($n)"
413 grep "0 IN SOA" dig.out.ns4.test$n > /dev/null || ret=1
664 echo "I:checking 2-server insecurity proof with a negative answer and SOA hack ($n)"
889 $DIG $DIGOPTS +noauth example. SOA @10.53.0.2 \
891 $DIG $DIGOPTS +noauth example. SOA @10.53.0.6 \
902 $DIG $DIGOPTS +noauth private2secure-nxdomain.private.secure.example. SOA
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dscripts.vim304 elseif s:line1.s:line2.s:line3.s:line4 =~ '^; <<>> DiG [0-9.]\+ <<>>\|BIND.*named\|$ORIGIN\|$TTL\|IN\s\+SOA'
H A Dfiletype.vim288 if getline(1).getline(2).getline(3).getline(4) =~ '^; <<>> DiG [0-9.]\+ <<>>\|BIND.*named\|$ORIGIN\|$TTL\|IN\s\+SOA'
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dresolv.rb482 # * Resolv::DNS::Resource::IN::SOA
1742 class SOA < Resource class in class:Resolv.DNS.Resource
1747 # Creates a new SOA record. See the attr documentation for the
1970 NS, CNAME, SOA, PTR, HINFO, MINFO, MX, TXT, ANY
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/autosign/
H A Dtests.sh76 grep "NS SOA" dig.out.ns1.test$n > /dev/null || ret=1
81 grep "NS SOA" dig.out.ns2.test$n > /dev/null || ret=1
86 grep "NS SOA" dig.out.ns3.test$n > /dev/null || ret=1
188 newserial=`$DIG $DIGOPTS +short soa nozsk.example @10.53.0.3 | awk '$0 !~ /SOA/ {print $3}'`
190 newserial=`$DIG $DIGOPTS +short soa inaczsk.example @10.53.0.3 | awk '$0 !~ /SOA/ {print $3}'`
612 $DIG $DIGOPTS +noauth private2secure-nxdomain.private.secure.example. SOA @10.53.0.2 \
614 $DIG $DIGOPTS +noauth private2secure-nxdomain.private.secure.example. SOA @10.53.0.4 \
739 oldserial=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 | awk '$0 !~ /SOA/ {print $3}'`
740 oldinception=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 | awk '/SOA/ {print $6}' | sort -u`
750 awk '$0 !~ /SOA/ {prin
[all...]

Completed in 317 milliseconds