2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00
bind/bin/tests/system/xfer/tests.sh

439 lines
11 KiB
Bash
Raw Normal View History

#!/bin/sh
2000-05-19 22:45:47 +00:00
#
# Copyright (C) 2000, 2001, 2004, 2005, 2007, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
2012-06-29 11:39:47 +10:00
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
2018-02-20 15:43:27 -08:00
DIGOPTS="+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p ${PORT}"
RNDCCMD="$RNDC -c $SYSTEMTESTTOP/common/rndc.conf -p ${CONTROLPORT} -s"
2000-12-18 22:39:17 +00:00
status=0
n=0
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "testing basic zone transfer functionality"
2000-12-18 22:39:17 +00:00
$DIG $DIGOPTS example. \
2018-02-20 15:43:27 -08:00
@10.53.0.2 axfr > dig.out.ns2 || status=1
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns2 | cat_i
2005-11-02 04:56:49 +00:00
#
# Spin to allow the zone to tranfer.
#
for i in 1 2 3 4 5
do
tmp=0
2000-12-18 22:39:17 +00:00
$DIG $DIGOPTS example. \
2018-02-20 15:43:27 -08:00
@10.53.0.3 axfr > dig.out.ns3 || tmp=1
grep "^;" dig.out.ns3 > /dev/null
2005-11-02 04:56:49 +00:00
if test $? -ne 0 ; then break; fi
2018-02-20 15:43:27 -08:00
echo_i "plain zone re-transfer"
2005-11-02 04:56:49 +00:00
sleep 5
done
if test $tmp -eq 1 ; then status=1; fi
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns3 | cat_i
2001-09-08 00:24:33 +00:00
$PERL ../digcomp.pl dig1.good dig.out.ns2 || status=1
2001-09-08 00:24:33 +00:00
$PERL ../digcomp.pl dig1.good dig.out.ns3 || status=1
2000-05-18 22:49:29 +00:00
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "testing TSIG signed zone transfers"
$DIG $DIGOPTS tsigzone. @10.53.0.2 axfr -y tsigzone.:1234abcd8765 > dig.out.ns2 || status=1
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns2 | cat_i
2005-11-02 04:56:49 +00:00
#
# Spin to allow the zone to tranfer.
#
for i in 1 2 3 4 5
do
tmp=0
2018-02-20 15:43:27 -08:00
$DIG $DIGOPTS tsigzone. @10.53.0.3 axfr -y tsigzone.:1234abcd8765 > dig.out.ns3 || tmp=1
grep "^;" dig.out.ns3 > /dev/null
2005-11-02 04:56:49 +00:00
if test $? -ne 0 ; then break; fi
2018-02-20 15:43:27 -08:00
echo_i "plain zone re-transfer"
2005-11-02 04:56:49 +00:00
sleep 5
done
if test $tmp -eq 1 ; then status=1; fi
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns3 | cat_i
$PERL ../digcomp.pl dig.out.ns2 dig.out.ns3 || status=1
2018-02-20 15:43:27 -08:00
echo_i "reload servers for in preparation for ixfr-from-differences tests"
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.1 reload 2>&1 | sed 's/^/ns1 /' | cat_i
$RNDCCMD 10.53.0.2 reload 2>&1 | sed 's/^/ns2 /' | cat_i
$RNDCCMD 10.53.0.3 reload 2>&1 | sed 's/^/ns3 /' | cat_i
$RNDCCMD 10.53.0.6 reload 2>&1 | sed 's/^/ns6 /' | cat_i
$RNDCCMD 10.53.0.7 reload 2>&1 | sed 's/^/ns7 /' | cat_i
sleep 2
2018-02-20 15:43:27 -08:00
echo_i "updating master zones for ixfr-from-differences tests"
$PERL -i -p -e '
s/0\.0\.0\.0/0.0.0.1/;
s/1397051952/1397051953/
' ns1/slave.db
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.1 reload 2>&1 | sed 's/^/ns1 /' | cat_i
2001-09-08 00:24:33 +00:00
$PERL -i -p -e '
s/0\.0\.0\.0/0.0.0.1/;
s/1397051952/1397051953/
' ns2/example.db
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.2 reload 2>&1 | sed 's/^/ns2 /' | cat_i
2001-09-08 00:24:33 +00:00
$PERL -i -p -e '
s/0\.0\.0\.0/0.0.0.1/;
s/1397051952/1397051953/
' ns6/master.db
2001-09-08 00:24:33 +00:00
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.6 reload 2>&1 | sed 's/^/ns6 /' | cat_i
$PERL -i -p -e '
s/0\.0\.0\.0/0.0.0.1/;
s/1397051952/1397051953/
' ns7/master2.db
2001-09-08 00:24:33 +00:00
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.7 reload 2>&1 | sed 's/^/ns7 /' | cat_i
sleep 3
2018-02-20 15:43:27 -08:00
echo_i "testing zone is dumped after successful transfer"
$DIG $DIGOPTS +noall +answer +multi @10.53.0.2 \
slave. soa > dig.out.ns2 || tmp=1
grep "1397051952 ; serial" dig.out.ns2 > /dev/null 2>&1 || tmp=1
grep "1397051952 ; serial" ns2/slave.db > /dev/null 2>&1 || tmp=1
2018-02-20 15:43:27 -08:00
if test $tmp != 0 ; then echo_i "failed"; fi
status=`expr $status + $tmp`
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "testing ixfr-from-differences yes;"
tmp=0
2013-03-08 17:14:03 +11:00
for i in 0 1 2 3 4 5 6 7 8 9
do
2018-02-20 15:43:27 -08:00
$DIG $DIGOPTS @10.53.0.3 +noall +answer soa example > dig.out.soa.ns3
2013-03-08 17:14:03 +11:00
grep "1397051953" dig.out.soa.ns3 > /dev/null && break;
sleep 1
done
2001-09-08 00:24:33 +00:00
$DIG $DIGOPTS example. \
2018-02-20 15:43:27 -08:00
@10.53.0.3 axfr > dig.out.ns3 || tmp=1
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns3 | cat_i
2001-09-08 00:24:33 +00:00
$PERL ../digcomp.pl dig2.good dig.out.ns3 || tmp=1
# ns3 has a journal iff it received an IXFR.
2018-02-20 15:43:27 -08:00
test -f ns3/example.bk || tmp=1
test -f ns3/example.bk.jnl || tmp=1
2018-02-20 15:43:27 -08:00
if test $tmp != 0 ; then echo_i "failed"; fi
status=`expr $status + $tmp`
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "testing ixfr-from-differences master; (master zone)"
tmp=0
$DIG $DIGOPTS master. \
2018-02-20 15:43:27 -08:00
@10.53.0.6 axfr > dig.out.ns6 || tmp=1
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns6 | cat_i
$DIG $DIGOPTS master. \
2018-02-20 15:43:27 -08:00
@10.53.0.3 axfr > dig.out.ns3 || tmp=1
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns3 > /dev/null && cat_i dig.out.ns3
$PERL ../digcomp.pl dig.out.ns6 dig.out.ns3 || tmp=1
2001-09-08 00:24:33 +00:00
# ns3 has a journal iff it received an IXFR.
2018-02-20 15:43:27 -08:00
test -f ns3/master.bk || tmp=1
test -f ns3/master.bk.jnl || tmp=1
2018-02-20 15:43:27 -08:00
if test $tmp != 0 ; then echo_i "failed"; fi
status=`expr $status + $tmp`
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "testing ixfr-from-differences master; (slave zone)"
tmp=0
$DIG $DIGOPTS slave. \
2018-02-20 15:43:27 -08:00
@10.53.0.6 axfr > dig.out.ns6 || tmp=1
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns6 | cat_i
$DIG $DIGOPTS slave. \
2018-02-20 15:43:27 -08:00
@10.53.0.1 axfr > dig.out.ns1 || tmp=1
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns1 | cat_i
$PERL ../digcomp.pl dig.out.ns6 dig.out.ns1 || tmp=1
# ns6 has a journal iff it received an IXFR.
2018-02-20 15:43:27 -08:00
test -f ns6/slave.bk || tmp=1
test -f ns6/slave.bk.jnl && tmp=1
2018-02-20 15:43:27 -08:00
if test $tmp != 0 ; then echo_i "failed"; fi
status=`expr $status + $tmp`
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "testing ixfr-from-differences slave; (master zone)"
tmp=0
# ns7 has a journal iff it generates an IXFR.
2018-02-20 15:43:27 -08:00
test -f ns7/master2.db || tmp=1
test -f ns7/master2.db.jnl && tmp=1
2018-02-20 15:43:27 -08:00
if test $tmp != 0 ; then echo_i "failed"; fi
status=`expr $status + $tmp`
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "testing ixfr-from-differences slave; (slave zone)"
tmp=0
$DIG $DIGOPTS slave. \
2018-02-20 15:43:27 -08:00
@10.53.0.1 axfr > dig.out.ns1 || tmp=1
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns1 | cat_i
$DIG $DIGOPTS slave. \
2018-02-20 15:43:27 -08:00
@10.53.0.7 axfr > dig.out.ns7 || tmp=1
2018-02-21 21:19:00 -08:00
grep "^;" dig.out.ns1 | cat_i
$PERL ../digcomp.pl dig.out.ns7 dig.out.ns1 || tmp=1
# ns7 has a journal iff it generates an IXFR.
2018-02-20 15:43:27 -08:00
test -f ns7/slave.bk || tmp=1
test -f ns7/slave.bk.jnl || tmp=1
2018-02-20 15:43:27 -08:00
if test $tmp != 0 ; then echo_i "failed"; fi
status=`expr $status + $tmp`
2001-09-08 00:24:33 +00:00
2018-02-20 15:43:27 -08:00
echo_i "check that a multi-message uncompressable zone transfers"
$DIG axfr . -p ${PORT} @10.53.0.4 | grep SOA > axfr.out
if test `wc -l < axfr.out` != 2
then
2018-02-20 15:43:27 -08:00
echo_i "failed"
status=`expr $status + 1`
fi
# now we test transfers with assorted TSIG glitches
2018-02-20 15:43:27 -08:00
DIGCMD="$DIG $DIGOPTS @10.53.0.4"
SENDCMD="$PERL ../send.pl 10.53.0.5 $EXTRAPORT1"
2018-02-20 15:43:27 -08:00
echo_i "testing that incorrectly signed transfers will fail..."
echo_i "initial correctly-signed transfer should succeed"
$SENDCMD < ans5/goodaxfr
sleep 1
# Initially, ns4 is not authoritative for anything.
# Now that ans is up and running with the right data, we make ns4
# a slave for nil.
cat <<EOF >>ns4/named.conf
zone "nil" {
type slave;
file "nil.db";
masters { 10.53.0.5 key tsig_key; };
};
EOF
2015-08-03 14:21:16 -07:00
cur=`awk 'END {print NR}' ns4/named.run`
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.4 reload | sed 's/^/ns4 /' | cat_i
2015-09-09 18:12:05 +10:00
for i in 0 1 2 3 4 5 6 7 8 9
do
$DIGCMD nil. SOA > dig.out.ns4
grep SOA dig.out.ns4 > /dev/null && break
sleep 1
done
sed -n "$cur,\$p" < ns4/named.run | grep "Transfer status: success" > /dev/null || {
2018-02-20 15:43:27 -08:00
echo_i "failed: expected status was not logged"
status=1
}
2015-08-03 14:21:16 -07:00
cur=`awk 'END {print NR}' ns4/named.run`
$DIGCMD nil. TXT | grep 'initial AXFR' >/dev/null || {
2018-02-20 15:43:27 -08:00
echo_i "failed"
status=1
}
2018-02-20 15:43:27 -08:00
echo_i "unsigned transfer"
$SENDCMD < ans5/unsigned
sleep 1
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.4 retransfer nil | sed 's/^/ns4 /' | cat_i
sleep 2
sed -n "$cur,\$p" < ns4/named.run | grep "Transfer status: expected a TSIG or SIG(0)" > /dev/null || {
2018-02-20 15:43:27 -08:00
echo_i "failed: expected status was not logged"
status=1
}
2015-08-03 14:21:16 -07:00
cur=`awk 'END {print NR}' ns4/named.run`
$DIGCMD nil. TXT | grep 'unsigned AXFR' >/dev/null && {
2018-02-20 15:43:27 -08:00
echo_i "failed"
status=1
}
2018-02-20 15:43:27 -08:00
echo_i "bad keydata"
$SENDCMD < ans5/badkeydata
sleep 1
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.4 retransfer nil | sed 's/^/ns4 /' | cat_i
sleep 2
sed -n "$cur,\$p" < ns4/named.run | grep "Transfer status: tsig verify failure" > /dev/null || {
2018-02-20 15:43:27 -08:00
echo_i "failed: expected status was not logged"
status=1
}
2015-08-03 14:21:16 -07:00
cur=`awk 'END {print NR}' ns4/named.run`
$DIGCMD nil. TXT | grep 'bad keydata AXFR' >/dev/null && {
2018-02-20 15:43:27 -08:00
echo_i "failed"
status=1
}
2018-02-20 15:43:27 -08:00
echo_i "partially-signed transfer"
$SENDCMD < ans5/partial
sleep 1
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.4 retransfer nil | sed 's/^/ns4 /' | cat_i
sleep 2
sed -n "$cur,\$p" < ns4/named.run | grep "Transfer status: expected a TSIG or SIG(0)" > /dev/null || {
2018-02-20 15:43:27 -08:00
echo_i "failed: expected status was not logged"
status=1
}
2015-08-03 14:21:16 -07:00
cur=`awk 'END {print NR}' ns4/named.run`
$DIGCMD nil. TXT | grep 'partially signed AXFR' >/dev/null && {
2018-02-20 15:43:27 -08:00
echo_i "failed"
status=1
}
2018-02-20 15:43:27 -08:00
echo_i "unknown key"
$SENDCMD < ans5/unknownkey
sleep 1
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.4 retransfer nil | sed 's/^/ns4 /' | cat_i
sleep 2
sed -n "$cur,\$p" < ns4/named.run | grep "tsig key 'tsig_key': key name and algorithm do not match" > /dev/null || {
2018-02-20 15:43:27 -08:00
echo_i "failed: expected status was not logged"
status=1
}
2015-08-03 14:21:16 -07:00
cur=`awk 'END {print NR}' ns4/named.run`
$DIGCMD nil. TXT | grep 'unknown key AXFR' >/dev/null && {
2018-02-20 15:43:27 -08:00
echo_i "failed"
status=1
}
2018-02-20 15:43:27 -08:00
echo_i "incorrect key"
$SENDCMD < ans5/wrongkey
sleep 1
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.4 retransfer nil | sed 's/^/ns4 /' | cat_i
sleep 2
sed -n "$cur,\$p" < ns4/named.run | grep "tsig key 'tsig_key': key name and algorithm do not match" > /dev/null || {
2018-02-20 15:43:27 -08:00
echo_i "failed: expected status was not logged"
status=1
}
2015-08-03 14:21:16 -07:00
cur=`awk 'END {print NR}' ns4/named.run`
$DIGCMD nil. TXT | grep 'incorrect key AXFR' >/dev/null && {
2018-02-20 15:43:27 -08:00
echo_i "failed"
status=1
}
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "check that we ask for and get a EDNS EXPIRE response ($n)"
# force a refresh query
2018-02-20 15:43:27 -08:00
$RNDCCMD 10.53.0.7 refresh edns-expire 2>&1 | sed 's/^/ns7 /' | cat_i
sleep 10
# there may be multiple log entries so get the last one.
expire=`awk '/edns-expire\/IN: got EDNS EXPIRE of/ { x=$9 } END { print x }' ns7/named.run`
test ${expire:-0} -gt 0 -a ${expire:-0} -lt 1814400 || {
2018-02-20 15:43:27 -08:00
echo_i "failed (expire=${expire:-0})"
status=1
}
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "test smaller transfer TCP message size ($n)"
$DIG $DIGOPTS example. @10.53.0.8 axfr \
-y key1.:1234abcd8765 > dig.out.msgsize || status=1
$DOS2UNIX dig.out.msgsize >/dev/null
bytes=`wc -c < dig.out.msgsize`
if [ $bytes -ne 459357 ]; then
2018-02-20 15:43:27 -08:00
echo_i "failed axfr size check"
status=1
fi
num_messages=`cat ns8/named.run | grep "sending TCP message of" | wc -l`
if [ $num_messages -le 300 ]; then
2018-02-20 15:43:27 -08:00
echo_i "failed transfer message count check"
status=1
fi
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "test mapped zone with out of zone data ($n)"
tmp=0
2018-02-20 15:43:27 -08:00
$DIG -p ${PORT} txt mapped @10.53.0.3 > dig.out.1.$n
grep "status: NOERROR," dig.out.1.$n > /dev/null || tmp=1
$PERL $SYSTEMTESTTOP/stop.pl . ns3
2018-02-20 15:43:27 -08:00
$PERL $SYSTEMTESTTOP/start.pl --noclean --restart --port ${PORT} . ns3
$DIG -p ${PORT} txt mapped @10.53.0.3 > dig.out.2.$n
grep "status: NOERROR," dig.out.2.$n > /dev/null || tmp=1
2018-02-20 15:43:27 -08:00
$DIG -p ${PORT} axfr mapped @10.53.0.3 > dig.out.3.$n
$PERL ../digcomp.pl knowngood.mapped dig.out.3.$n || tmp=1
2018-02-20 15:43:27 -08:00
if test $tmp != 0 ; then echo_i "failed"; fi
status=`expr $status + $tmp`
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "test that a zone with too many records is rejected (AXFR) ($n)"
tmp=0
grep "'axfr-too-big/IN'.*: too many records" ns6/named.run >/dev/null || tmp=1
2018-02-20 15:43:27 -08:00
if test $tmp != 0 ; then echo_i "failed"; fi
status=`expr $status + $tmp`
n=`expr $n + 1`
2018-02-20 15:43:27 -08:00
echo_i "test that a zone with too many records is rejected (IXFR) ($n)"
tmp=0
grep "'ixfr-too-big./IN.*: too many records" ns6/named.run >/dev/null && tmp=1
$NSUPDATE << EOF
zone ixfr-too-big
2018-02-20 15:43:27 -08:00
server 10.53.0.1 ${PORT}
update add the-31st-record.ixfr-too-big 0 TXT this is it
send
EOF
for i in 1 2 3 4 5 6 7 8
do
grep "'ixfr-too-big/IN'.*: too many records" ns6/named.run >/dev/null && break
sleep 1
done
grep "'ixfr-too-big/IN'.*: too many records" ns6/named.run >/dev/null || tmp=1
2018-02-20 15:43:27 -08:00
if test $tmp != 0 ; then echo_i "failed"; fi
status=`expr $status + $tmp`
2018-02-20 15:43:27 -08:00
echo_i "exit status: $status"
[ $status -eq 0 ] || exit 1