OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNS
(Results
1 - 25
of
57
) sorted by relevancy
1
2
3
/src/external/mpl/bind/dist/bin/tests/system/digdelv/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
dnssec_update_test.pl
26
# This program uses the Net::
DNS
::Resolver module.
29
# perl -MCPAN -e "install Net::
DNS
"
33
use Net::
DNS
;
34
use Net::
DNS
::Update;
35
use Net::
DNS
::Resolver;
42
$res = new Net::
DNS
::Resolver;
65
my $update = new Net::
DNS
::Update("$zone");
/src/external/mpl/bind/dist/bin/tests/system/fetchlimit/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/forward/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/ixfr/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/nsupdate/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/resolver/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/statistics/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/stress/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/upforwd/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/zero/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/chain/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
21
if ! ${PERL} -MNet::
DNS
::Nameserver -e ''; then
22
echo_i "perl Net::
DNS
::Nameserver module is required"
/src/external/mpl/bind/dist/bin/tests/system/reclimit/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
21
if ! ${PERL} -MNet::
DNS
::Nameserver -e ''; then
22
echo_i "perl Net::
DNS
::Nameserver module is required"
/src/external/mpl/bind/dist/bin/tests/system/xfer/
prereq.sh
16
# macOS ships with Net::
DNS
0.74 which does not work with
19
if ${PERL} -MNet::
DNS
-e 'exit ($Net::
DNS
::VERSION >= 1.0)'; then
20
version=$(${PERL} -MNet::
DNS
-e 'print $Net::
DNS
::VERSION')
21
echo_i "perl Net::
DNS
$version is too old - skipping xfer test"
/src/external/mpl/bind/dist/bin/tests/system/serve_stale/ans2/
ans.pl
20
use Net::
DNS
;
99
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"$send_response\"");
107
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"$send_response\"");
116
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"$send_response\"");
135
my $rr = new Net::
DNS
::RR($A);
138
my $rr = new Net::
DNS
::RR($SOA);
144
my $rr = new Net::
DNS
::RR($NS);
146
$rr = new Net::
DNS
::RR($A);
149
my $rr = new Net::
DNS
::RR($SOA);
152
my $rr = new Net::
DNS
::RR($SOA)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/statschannel/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/
ditch.pl
20
# or more
DNS
names and types to send as queries, e.g.:
31
use Net::
DNS
;
32
use Net::
DNS
::Packet;
67
if ($Net::
DNS
::VERSION > 0.68) {
68
$packet = new Net::
DNS
::Packet();
72
($packet, $err) = new Net::
DNS
::Packet();
76
my $q = new Net::
DNS
::Question($tokens[0], $tokens[1], "IN");
packet.pl
55
use Net::
DNS
;
56
use Net::
DNS
::Packet;
87
if ($Net::
DNS
::VERSION > 0.68) {
88
$response = new Net::
DNS
::Packet(\$buf, 0);
92
($response, $err) = new Net::
DNS
::Packet(\$buf, 0);
141
if ($Net::
DNS
::VERSION > 0.68) {
142
$request = new Net::
DNS
::Packet(\$data, 0);
146
($request, $err) = new Net::
DNS
::Packet(\$data, 0);
/src/external/mpl/bind/dist/bin/tests/system/serve_stale/ans8/
ans.pl
20
use Net::
DNS
;
58
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"update\"");
66
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"restore\"");
75
my $rr = new Net::
DNS
::RR($ywhSOA);
78
my $rr = new Net::
DNS
::RR($ywhNS);
80
$rr = new Net::
DNS
::RR($ywhA);
86
my $rr = new Net::
DNS
::RR($ywhA);
89
my $rr = new Net::
DNS
::RR($ywhSOA);
95
my $rr = new Net::
DNS
::RR($ywhWWW);
98
my $rr = new Net::
DNS
::RR($ywhSOA)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/reclimit/ans7/
ans.pl
19
use Net::
DNS
::Nameserver;
28
if ($Net::
DNS
::VERSION >= 1.42) {
53
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
74
my $ns = Net::
DNS
::Nameserver->new(
81
if ($Net::
DNS
::VERSION >= 1.42) {
/src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
ans.pl
19
use Net::
DNS
;
74
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
88
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
101
my $rr = new Net::
DNS
::RR("$qname 86400 $qclass NS ns1.1.example.org");
105
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
113
my $rr = new Net::
DNS
::RR("$1.example.org 86400 $qclass NS ns1.$next.example.org");
119
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
128
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
136
my $rr = new Net::
DNS
::RR("$1.example.net 86400 $qclass NS ns1.$s.example.net");
138
$rr = new Net::
DNS
::RR("ns1.$s.example.net 86400 $qclass A 10.53.0.7")
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
ans.pl
19
use Net::
DNS
;
74
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
88
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
103
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
112
my $rr = new Net::
DNS
::RR("$1.example.org 86400 $qclass NS ns1.$next.example.org");
119
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
128
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
137
my $rr = new Net::
DNS
::RR("$1.example.net 86400 $qclass NS ns1.$s.example.net");
140
$rr = new Net::
DNS
::RR("ns1.$s.example.net 86400 $qclass A 10.53.0.7");
157
$request = new Net::
DNS
::Packet(\$buf, 0)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/tsiggss/krb/
setup.sh
85
kadmin.local addprinc -maxlife ${lifetime}d -randkey
DNS
/example.nil@EXAMPLE.NIL
86
kadmin.local addprinc -maxlife ${lifetime}d -randkey
DNS
/blu.example.nil@EXAMPLE.NIL
87
kadmin.local addprinc -maxlife ${lifetime}d -randkey
dns
-blu@EXAMPLE.NIL
91
kadmin.local ktadd -k
dns
.keytab
DNS
/example.nil@EXAMPLE.NIL
92
kadmin.local ktadd -k
dns
.keytab
DNS
/blu.example.nil@EXAMPLE.NIL
93
kadmin.local ktadd -k
dns
.keytab
dns
-blu@EXAMPLE.NIL
100
cp
dns
.keytab administrator.ccache testdenied.ccache ../ns1
[
all
...]
Completed in 38 milliseconds
1
2
3
Indexes created Fri Jun 26 00:24:39 UTC 2026