=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== bind9-9.16.8/CHANGES-9839- bind9-9.16.8/CHANGES:9840:2662. [bug] lwres_getipnodebyname() and lwres_getipnodebyaddr() bind9-9.16.8/CHANGES-9841- returned a misleading error code when lwresd was ############################################## bind9-9.16.8/CHANGES-12415- bind9-9.16.8/CHANGES:12416:1850. [bug] Memory leak in lwres_getipnodebyaddr(). [RT #14591] bind9-9.16.8/CHANGES-12417- ############################################## bind9-9.16.8/Makefile.in-61-test check: bind9-9.16.8/Makefile.in:62: @if test -n "`${PERL} ${top_srcdir}/bin/tests/system/testsock.pl 2>/dev/null || echo fail`"; then \ bind9-9.16.8/Makefile.in-63- echo I: NOTE: The tests were not run because they require that; \ ############################################## bind9-9.16.8/OPTIONS.md-24-|`-DCHECK_LOCAL=0`|Don't check out-of-zone addresses in `named-checkzone`| bind9-9.16.8/OPTIONS.md:25:|`-DNS_RUN_PID_DIR=0`|Create default PID files in `${localstatedir}/run` rather than `${localstatedir}/run/named/`| bind9-9.16.8/OPTIONS.md-26-|`-DISC_BUFFER_USEINLINE=0`|Disable the use of inline functions to implement the `isc_buffer` API: this reduces performance but may be useful when debugging | ############################################## bind9-9.16.8/README.md-286-to set the default parent directory of `run/named.pid`. `--sysconfdir` bind9-9.16.8/README.md:287:defaults to `$prefix/etc` and `--localstatedir` defaults to `$prefix/var`. bind9-9.16.8/README.md-288- ############################################## bind9-9.16.8/aclocal.m4-123- PKG_CHECK_EXISTS([$3], bind9-9.16.8/aclocal.m4:124: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` bind9-9.16.8/aclocal.m4-125- test "x$?" != "x0" && pkg_failed=yes ], ############################################## bind9-9.16.8/aclocal.m4-171- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/aclocal.m4:172: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` bind9-9.16.8/aclocal.m4-173- else bind9-9.16.8/aclocal.m4:174: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` bind9-9.16.8/aclocal.m4-175- fi ############################################## bind9-9.16.8/bin/dig/dig.c-275- "statistics)\n" bind9-9.16.8/bin/dig/dig.c:276: " +subnet=addr (Set edns-client-subnet " bind9-9.16.8/bin/dig/dig.c-277- "option)\n" ############################################## bind9-9.16.8/bin/dig/dig.rst-61-It is possible to set per-user defaults for ``dig`` via bind9-9.16.8/bin/dig/dig.rst:62:``${HOME}/.digrc``. This file is read and any options in it are applied bind9-9.16.8/bin/dig/dig.rst-63-before the command line arguments. The ``-r`` option disables this ############################################## bind9-9.16.8/bin/dig/dig.rst-150-**-r** bind9-9.16.8/bin/dig/dig.rst:151: Do not read options from ``${HOME}/.digrc``. This is useful for bind9-9.16.8/bin/dig/dig.rst-152- scripts that need predictable behaviour. ############################################## bind9-9.16.8/bin/dig/dig.rst-623- bind9-9.16.8/bin/dig/dig.rst:624:``${HOME}/.digrc`` bind9-9.16.8/bin/dig/dig.rst-625- ############################################## bind9-9.16.8/bin/dig/dighost.c-521- isc_buffer_init(&b, tmp, sizeof(tmp)); bind9-9.16.8/bin/dig/dighost.c:522: isc_netaddr_fromsockaddr(&na, sa); bind9-9.16.8/bin/dig/dighost.c-523- result = isc_netaddr_totext(&na, &b); ############################################## bind9-9.16.8/bin/dig/dighost.c-575- for (i = 0; i < count; i++) { bind9-9.16.8/bin/dig/dighost.c:576: isc_netaddr_fromsockaddr(&netaddr, &sockaddrs[i]); bind9-9.16.8/bin/dig/dighost.c-577- isc_netaddr_format(&netaddr, tmp, sizeof(tmp)); ############################################## bind9-9.16.8/bin/dig/dighost.c-2768- bind9-9.16.8/bin/dig/dighost.c:2769: isc_netaddr_fromsockaddr(&netaddr, &query->sockaddr); bind9-9.16.8/bin/dig/dighost.c-2770- isc_netaddr_format(&netaddr, buf, sizeof(buf)); ############################################## bind9-9.16.8/bin/dig/dighost.c-2890- bind9-9.16.8/bin/dig/dighost.c:2891: isc_netaddr_fromsockaddr(&netaddr, &query->sockaddr); bind9-9.16.8/bin/dig/dighost.c-2892- isc_netaddr_format(&netaddr, buf, sizeof(buf)); ############################################## bind9-9.16.8/bin/dig/dighost.c-3054- bind9-9.16.8/bin/dig/dighost.c:3055: isc_netaddr_fromsockaddr(&netaddr, &query->sockaddr); bind9-9.16.8/bin/dig/dighost.c-3056- isc_netaddr_format(&netaddr, buf, sizeof(buf)); ############################################## bind9-9.16.8/bin/dig/dighost.c-3697- */ bind9-9.16.8/bin/dig/dighost.c:3698: if ((!isc_sockaddr_eqaddr(&query->sockaddr, &any) && bind9-9.16.8/bin/dig/dighost.c-3699- !isc_sockaddr_ismulticast(&query->sockaddr)) || ############################################## bind9-9.16.8/bin/dig/dighost.c-4226- for (i = 0; i < count; i++) { bind9-9.16.8/bin/dig/dighost.c:4227: isc_netaddr_fromsockaddr(&netaddr, &sockaddrs[i]); bind9-9.16.8/bin/dig/dighost.c-4228- isc_netaddr_format(&netaddr, tmp, sizeof(tmp)); ############################################## bind9-9.16.8/bin/dig/nslookup.c-190-static void bind9-9.16.8/bin/dig/nslookup.c:191:printaddr(dns_rdata_t *rdata) { bind9-9.16.8/bin/dig/nslookup.c-192- isc_result_t result; ############################################## bind9-9.16.8/bin/dig/nslookup.c-268- printf("Name:\t%s\n", namebuf); bind9-9.16.8/bin/dig/nslookup.c:269: printaddr(&rdata); bind9-9.16.8/bin/dig/nslookup.c-270- break; ############################################## bind9-9.16.8/bin/dnssec/dnssec-keygen.rst-299-included automatically. In other cases, the ``.key`` file can be bind9-9.16.8/bin/dnssec/dnssec-keygen.rst:300:inserted into a zone file manually or with a ``$INCLUDE`` statement. bind9-9.16.8/bin/dnssec/dnssec-keygen.rst-301- ############################################## bind9-9.16.8/bin/dnssec/dnssec-signzone.rst-64- The resulting file can be included in the original zone file with bind9-9.16.8/bin/dnssec/dnssec-signzone.rst:65: ``$INCLUDE``. This option cannot be combined with ``-O raw``, bind9-9.16.8/bin/dnssec/dnssec-signzone.rst-66- ``-O map``, or serial number updating. ############################################## bind9-9.16.8/bin/named/config.c-528- addr = cfg_listelt_value(element); bind9-9.16.8/bin/named/config.c:529: addrs[i] = *cfg_obj_assockaddr(addr); bind9-9.16.8/bin/named/config.c-530- if (dscpsp != NULL) { ############################################## bind9-9.16.8/bin/named/config.c-683- bind9-9.16.8/bin/named/config.c:684: if (!cfg_obj_issockaddr(addr)) { bind9-9.16.8/bin/named/config.c-685- const char *listname = cfg_obj_asstring(addr); ############################################## bind9-9.16.8/bin/named/config.c-789- bind9-9.16.8/bin/named/config.c:790: addrs[i] = *cfg_obj_assockaddr(addr); bind9-9.16.8/bin/named/config.c-791- if (isc_sockaddr_getport(&addrs[i]) == 0) { ############################################## bind9-9.16.8/bin/named/controlconf.c-244- bind9-9.16.8/bin/named/controlconf.c:245: isc_netaddr_fromsockaddr(&netaddr, sockaddr); bind9-9.16.8/bin/named/controlconf.c-246- ############################################## bind9-9.16.8/bin/named/controlconf.c-1335- obj = cfg_tuple_get(control, "address"); bind9-9.16.8/bin/named/controlconf.c:1336: addr = *cfg_obj_assockaddr(obj); bind9-9.16.8/bin/named/controlconf.c-1337- if (isc_sockaddr_getport(&addr) == 0) { ############################################## bind9-9.16.8/bin/named/server.c-1254- bind9-9.16.8/bin/named/server.c:1255: sa = *(cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/server.c-1256- INSIST(isc_sockaddr_pf(&sa) == af); ############################################## bind9-9.16.8/bin/named/server.c-1580- result = dns_peer_settransfersource(peer, bind9-9.16.8/bin/named/server.c:1581: cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/server.c-1582- if (result != ISC_R_SUCCESS) { ############################################## bind9-9.16.8/bin/named/server.c-1589- named_add_reserved_dispatch(named_g_server, bind9-9.16.8/bin/named/server.c:1590: cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/server.c-1591- } ############################################## bind9-9.16.8/bin/named/server.c-1600- result = dns_peer_setnotifysource(peer, bind9-9.16.8/bin/named/server.c:1601: cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/server.c-1602- if (result != ISC_R_SUCCESS) { ############################################## bind9-9.16.8/bin/named/server.c-1609- named_add_reserved_dispatch(named_g_server, bind9-9.16.8/bin/named/server.c:1610: cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/server.c-1611- } ############################################## bind9-9.16.8/bin/named/server.c-1619- if (obj != NULL) { bind9-9.16.8/bin/named/server.c:1620: result = dns_peer_setquerysource(peer, cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/server.c-1621- if (result != ISC_R_SUCCESS) { ############################################## bind9-9.16.8/bin/named/server.c-1628- named_add_reserved_dispatch(named_g_server, bind9-9.16.8/bin/named/server.c:1629: cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/server.c-1630- } ############################################## bind9-9.16.8/bin/named/server.c-4231- sp = &suffix; bind9-9.16.8/bin/named/server.c:4232: isc_netaddr_fromsockaddr( bind9-9.16.8/bin/named/server.c:4233: sp, cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/server.c-4234- } else { ############################################## bind9-9.16.8/bin/named/server.c-5792- bind9-9.16.8/bin/named/server.c:5793: if (!cfg_obj_issockaddr(alternate)) { bind9-9.16.8/bin/named/server.c-5794- dns_fixedname_t fixed; ############################################## bind9-9.16.8/bin/named/server.c-5823- bind9-9.16.8/bin/named/server.c:5824: sa = *cfg_obj_assockaddr(alternate); bind9-9.16.8/bin/named/server.c-5825- if (isc_sockaddr_getport(&sa) == 0) { ############################################## bind9-9.16.8/bin/named/server.c-5897- fwd = isc_mem_get(view->mctx, sizeof(dns_forwarder_t)); bind9-9.16.8/bin/named/server.c:5898: fwd->addr = *cfg_obj_assockaddr(forwarder); bind9-9.16.8/bin/named/server.c-5899- if (isc_sockaddr_getport(&fwd->addr) == 0) { ############################################## bind9-9.16.8/bin/named/statschannel.c-3632- bind9-9.16.8/bin/named/statschannel.c:3633: isc_netaddr_fromsockaddr(&netaddr, fromaddr); bind9-9.16.8/bin/named/statschannel.c-3634- ############################################## bind9-9.16.8/bin/named/statschannel.c-3923- obj = cfg_tuple_get(listen_params, "address"); bind9-9.16.8/bin/named/statschannel.c:3924: addr = *cfg_obj_assockaddr(obj); bind9-9.16.8/bin/named/statschannel.c-3925- if (isc_sockaddr_getport(&addr) == 0) { ############################################## bind9-9.16.8/bin/named/zoneconf.c-403- bind9-9.16.8/bin/named/zoneconf.c:404: sa = cfg_obj_assockaddr(address); bind9-9.16.8/bin/named/zoneconf.c-405- if (isc_sockaddr_getport(sa) != 0) { ############################################## bind9-9.16.8/bin/named/zoneconf.c-410- } bind9-9.16.8/bin/named/zoneconf.c:411: isc_netaddr_fromsockaddr(&na, sa); bind9-9.16.8/bin/named/zoneconf.c-412- if (isc_netaddr_getzone(&na) != 0) { ############################################## bind9-9.16.8/bin/named/zoneconf.c-783- bind9-9.16.8/bin/named/zoneconf.c:784: isc_netaddr_fromsockaddr(&netsrc, srcaddr); bind9-9.16.8/bin/named/zoneconf.c:785: isc_netaddr_fromsockaddr(&netdst, dstaddr); bind9-9.16.8/bin/named/zoneconf.c-786- ############################################## bind9-9.16.8/bin/named/zoneconf.c-1295- INSIST(result == ISC_R_SUCCESS && obj != NULL); bind9-9.16.8/bin/named/zoneconf.c:1296: RETERR(dns_zone_setnotifysrc4(zone, cfg_obj_assockaddr(obj))); bind9-9.16.8/bin/named/zoneconf.c-1297- dscp = cfg_obj_getdscp(obj); ############################################## bind9-9.16.8/bin/named/zoneconf.c-1302- named_add_reserved_dispatch(named_g_server, bind9-9.16.8/bin/named/zoneconf.c:1303: cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/zoneconf.c-1304- ############################################## bind9-9.16.8/bin/named/zoneconf.c-1307- INSIST(result == ISC_R_SUCCESS && obj != NULL); bind9-9.16.8/bin/named/zoneconf.c:1308: RETERR(dns_zone_setnotifysrc6(zone, cfg_obj_assockaddr(obj))); bind9-9.16.8/bin/named/zoneconf.c-1309- dscp = cfg_obj_getdscp(obj); ############################################## bind9-9.16.8/bin/named/zoneconf.c-1314- named_add_reserved_dispatch(named_g_server, bind9-9.16.8/bin/named/zoneconf.c:1315: cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/zoneconf.c-1316- ############################################## bind9-9.16.8/bin/named/zoneconf.c-1911- RETERR(dns_zone_setxfrsource4(mayberaw, bind9-9.16.8/bin/named/zoneconf.c:1912: cfg_obj_assockaddr(obj))); bind9-9.16.8/bin/named/zoneconf.c-1913- dscp = cfg_obj_getdscp(obj); ############################################## bind9-9.16.8/bin/named/zoneconf.c-1918- named_add_reserved_dispatch(named_g_server, bind9-9.16.8/bin/named/zoneconf.c:1919: cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/zoneconf.c-1920- ############################################## bind9-9.16.8/bin/named/zoneconf.c-1924- RETERR(dns_zone_setxfrsource6(mayberaw, bind9-9.16.8/bin/named/zoneconf.c:1925: cfg_obj_assockaddr(obj))); bind9-9.16.8/bin/named/zoneconf.c-1926- dscp = cfg_obj_getdscp(obj); ############################################## bind9-9.16.8/bin/named/zoneconf.c-1931- named_add_reserved_dispatch(named_g_server, bind9-9.16.8/bin/named/zoneconf.c:1932: cfg_obj_assockaddr(obj)); bind9-9.16.8/bin/named/zoneconf.c-1933- ############################################## bind9-9.16.8/bin/named/zoneconf.c-1937- RETERR(dns_zone_setaltxfrsource4(mayberaw, bind9-9.16.8/bin/named/zoneconf.c:1938: cfg_obj_assockaddr(obj))); bind9-9.16.8/bin/named/zoneconf.c-1939- dscp = cfg_obj_getdscp(obj); ############################################## bind9-9.16.8/bin/named/zoneconf.c-1948- RETERR(dns_zone_setaltxfrsource6(mayberaw, bind9-9.16.8/bin/named/zoneconf.c:1949: cfg_obj_assockaddr(obj))); bind9-9.16.8/bin/named/zoneconf.c-1950- dscp = cfg_obj_getdscp(obj); ############################################## bind9-9.16.8/bin/rndc/rndc.c-774- address = cfg_listelt_value(element); bind9-9.16.8/bin/rndc/rndc.c:775: if (!cfg_obj_issockaddr(address)) { bind9-9.16.8/bin/rndc/rndc.c-776- unsigned int myport; ############################################## bind9-9.16.8/bin/rndc/rndc.c-802- } bind9-9.16.8/bin/rndc/rndc.c:803: sa = *cfg_obj_assockaddr(address); bind9-9.16.8/bin/rndc/rndc.c-804- if (isc_sockaddr_getport(&sa) == 0) { ############################################## bind9-9.16.8/bin/rndc/rndc.c-824- if (address != NULL) { bind9-9.16.8/bin/rndc/rndc.c:825: local4 = *cfg_obj_assockaddr(address); bind9-9.16.8/bin/rndc/rndc.c-826- local4set = true; ############################################## bind9-9.16.8/bin/rndc/rndc.c-832- if (address != NULL) { bind9-9.16.8/bin/rndc/rndc.c:833: local4 = *cfg_obj_assockaddr(address); bind9-9.16.8/bin/rndc/rndc.c-834- local4set = true; ############################################## bind9-9.16.8/bin/rndc/rndc.c-841- if (address != NULL) { bind9-9.16.8/bin/rndc/rndc.c:842: local6 = *cfg_obj_assockaddr(address); bind9-9.16.8/bin/rndc/rndc.c-843- local6set = true; ############################################## bind9-9.16.8/bin/rndc/rndc.c-849- if (address != NULL) { bind9-9.16.8/bin/rndc/rndc.c:850: local6 = *cfg_obj_assockaddr(address); bind9-9.16.8/bin/rndc/rndc.c-851- local6set = true; ############################################## bind9-9.16.8/bin/tests/bigtest/buildzones.sh-20- bind9-9.16.8/bin/tests/bigtest/buildzones.sh:21:nextaddr() { bind9-9.16.8/bin/tests/bigtest/buildzones.sh-22- OLDIF="$IFS" ############################################## bind9-9.16.8/bin/tests/bigtest/buildzones.sh-191- if [ $signed = "S" ]; then bind9-9.16.8/bin/tests/bigtest/buildzones.sh:192: kskkey=`${keygen} -K keys -f KSK ${zone:-.}` bind9-9.16.8/bin/tests/bigtest/buildzones.sh:193: zskkey=`${keygen} -K keys ${zone:-.}` bind9-9.16.8/bin/tests/bigtest/buildzones.sh-194- if [ "${zone}" != "" ] ; then ############################################## bind9-9.16.8/bin/tests/bigtest/tests.sh-27- (time -p $cmd $i.${sub}$zone > $dout ) 2> $tout bind9-9.16.8/bin/tests/bigtest/tests.sh:28: s=`sed -n '/real/s/[^0-9]*\([0-9]*\)\..*/\1/p' $tout` bind9-9.16.8/bin/tests/bigtest/tests.sh-29- case $s in bind9-9.16.8/bin/tests/bigtest/tests.sh-30- 0);; bind9-9.16.8/bin/tests/bigtest/tests.sh:31: 1) t1=`expr ${t1:-0} + 1`;; bind9-9.16.8/bin/tests/bigtest/tests.sh:32: 2) t2=`expr ${t2:-0} + 1`;; bind9-9.16.8/bin/tests/bigtest/tests.sh:33: 3) t3=`expr ${t3:-0} + 1`;; bind9-9.16.8/bin/tests/bigtest/tests.sh:34: *) echo $i `grep real $tout`;; bind9-9.16.8/bin/tests/bigtest/tests.sh-35- esac ############################################## bind9-9.16.8/bin/tests/bigtest/tests.sh-40- } bind9-9.16.8/bin/tests/bigtest/tests.sh:41: i=`expr $i + 1` bind9-9.16.8/bin/tests/bigtest/tests.sh-42- done ############################################## bind9-9.16.8/bin/tests/optional/byaddr_test.c-189- ISC_LIST_INIT(sal); bind9-9.16.8/bin/tests/optional/byaddr_test.c:190: ina.s_addr = inet_addr("127.0.0.1"); bind9-9.16.8/bin/tests/optional/byaddr_test.c-191- isc_sockaddr_fromin(&sa, &ina, 53); ############################################## bind9-9.16.8/bin/tests/optional/byname_test.c-88- char text[ISC_NETADDR_FORMATSIZE]; bind9-9.16.8/bin/tests/optional/byname_test.c:89: isc_netaddr_fromsockaddr(&netaddr, &address->sockaddr); bind9-9.16.8/bin/tests/optional/byname_test.c-90- isc_netaddr_format(&netaddr, text, sizeof(text)); ############################################## bind9-9.16.8/bin/tests/optional/byname_test.c-303- ISC_LIST_INIT(sal); bind9-9.16.8/bin/tests/optional/byname_test.c:304: ina.s_addr = inet_addr("127.0.0.1"); bind9-9.16.8/bin/tests/optional/byname_test.c-305- isc_sockaddr_fromin(&sa, &ina, 53); ############################################## bind9-9.16.8/bin/tests/optional/sock_test.c-357- so2 = NULL; bind9-9.16.8/bin/tests/optional/sock_test.c:358: ina.s_addr = inet_addr("204.152.184.97"); bind9-9.16.8/bin/tests/optional/sock_test.c-359- if (0 && pf == PF_INET6) { ############################################## bind9-9.16.8/bin/tests/system/README-449- bind9-9.16.8/bin/tests/system/README:450: 1. n=`expr $n + 1` bind9-9.16.8/bin/tests/system/README-451- 2. echo_i "prime cache nodata.example ($n)" ############################################## bind9-9.16.8/bin/tests/system/README-456- 7. if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/README:457: 8. status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/README-458- ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-22-# key "one" should fail bind9-9.16.8/bin/tests/system/acl/tests.sh:23:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-24-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-29-# any other key should be fine bind9-9.16.8/bin/tests/system/acl/tests.sh:30:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-31-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-39-# prefix 10/8 should fail bind9-9.16.8/bin/tests/system/acl/tests.sh:40:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-41-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-45-# any other address should work, as long as it sends key "one" bind9-9.16.8/bin/tests/system/acl/tests.sh:46:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-47-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-50- bind9-9.16.8/bin/tests/system/acl/tests.sh:51:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-52-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-62-# should succeed bind9-9.16.8/bin/tests/system/acl/tests.sh:63:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-64-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-68-# should succeed bind9-9.16.8/bin/tests/system/acl/tests.sh:69:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-70-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-74-# should succeed bind9-9.16.8/bin/tests/system/acl/tests.sh:75:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-76-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-80-# should succeed bind9-9.16.8/bin/tests/system/acl/tests.sh:81:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-82-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-86-# but only one or the other should fail bind9-9.16.8/bin/tests/system/acl/tests.sh:87:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-88-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-91- bind9-9.16.8/bin/tests/system/acl/tests.sh:92:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-93-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-97-# and other values? right out bind9-9.16.8/bin/tests/system/acl/tests.sh:98:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-99-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-108-# should succeed bind9-9.16.8/bin/tests/system/acl/tests.sh:109:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-110-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-114-# should succeed bind9-9.16.8/bin/tests/system/acl/tests.sh:115:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-116-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-120-# should fail bind9-9.16.8/bin/tests/system/acl/tests.sh:121:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-122-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-126-# should fail bind9-9.16.8/bin/tests/system/acl/tests.sh:127:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-128-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-132-# should fail bind9-9.16.8/bin/tests/system/acl/tests.sh:133:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-134-$DIG $DIGOPTS tsigzone. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-141-sleep 5 bind9-9.16.8/bin/tests/system/acl/tests.sh:142:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-143-$DIG -p ${PORT} +tcp soa example. \ ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-147-echo_i "testing blackhole ACL processing" bind9-9.16.8/bin/tests/system/acl/tests.sh:148:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-149-ret=0 ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-164-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/acl/tests.sh:165:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/acl/tests.sh-166- ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-174- bind9-9.16.8/bin/tests/system/acl/tests.sh:175:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-176-ret=0 ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-180-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/acl/tests.sh:181:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/acl/tests.sh-182- ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-187- bind9-9.16.8/bin/tests/system/acl/tests.sh:188:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-189-ret=0 ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-193-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/acl/tests.sh:194:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/acl/tests.sh-195- ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-203- bind9-9.16.8/bin/tests/system/acl/tests.sh:204:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-205-ret=0 ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-209-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/acl/tests.sh:210:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/acl/tests.sh-211- ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-216- bind9-9.16.8/bin/tests/system/acl/tests.sh:217:t=`expr $t + 1` bind9-9.16.8/bin/tests/system/acl/tests.sh-218-ret=0 ############################################## bind9-9.16.8/bin/tests/system/acl/tests.sh-222-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/acl/tests.sh:223:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/acl/tests.sh-224- ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-21-dotests() { bind9-9.16.8/bin/tests/system/additional/tests.sh:22: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-23- echo_i "test with RT, single zone (+rec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-29- bind9-9.16.8/bin/tests/system/additional/tests.sh:30: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-31- echo_i "test with RT, two zones (+rec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-37- bind9-9.16.8/bin/tests/system/additional/tests.sh:38: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-39- echo_i "test with NAPTR, single zone (+rec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-45- bind9-9.16.8/bin/tests/system/additional/tests.sh:46: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-47- echo_i "test with NAPTR, two zones (+rec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-53- bind9-9.16.8/bin/tests/system/additional/tests.sh:54: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-55- echo_i "test with LP (+rec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-83- bind9-9.16.8/bin/tests/system/additional/tests.sh:84: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-85- echo_i "test with NID (+rec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-99- bind9-9.16.8/bin/tests/system/additional/tests.sh:100: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-101- echo_i "test with NID + LP (+rec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-117- bind9-9.16.8/bin/tests/system/additional/tests.sh:118: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-119- echo_i "test with RT, single zone (+norec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-125- bind9-9.16.8/bin/tests/system/additional/tests.sh:126: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-127- echo_i "test with RT, two zones (+norec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-133- bind9-9.16.8/bin/tests/system/additional/tests.sh:134: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-135- echo_i "test with NAPTR, single zone (+norec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-141- bind9-9.16.8/bin/tests/system/additional/tests.sh:142: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-143- echo_i "test with NAPTR, two zones (+norec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-149- bind9-9.16.8/bin/tests/system/additional/tests.sh:150: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-151- echo_i "test with LP (+norec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-179- bind9-9.16.8/bin/tests/system/additional/tests.sh:180: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-181- echo_i "test with NID (+norec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-195- bind9-9.16.8/bin/tests/system/additional/tests.sh:196: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-197- echo_i "test with NID + LP (+norec) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-213- bind9-9.16.8/bin/tests/system/additional/tests.sh:214: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-215- echo_i "test with NS, root zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-223- bind9-9.16.8/bin/tests/system/additional/tests.sh:224: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-225- echo_i "test with NS, non-root zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-258- bind9-9.16.8/bin/tests/system/additional/tests.sh:259:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-260-echo_i "testing with 'minimal-any no;' ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-271- bind9-9.16.8/bin/tests/system/additional/tests.sh:272:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-273-echo_i "testing with 'minimal-any yes;' over UDP ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-279-fi bind9-9.16.8/bin/tests/system/additional/tests.sh:280:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-281- ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-289- bind9-9.16.8/bin/tests/system/additional/tests.sh:290:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-291-echo_i "testing with 'minimal-any yes;' over UDP ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-310- bind9-9.16.8/bin/tests/system/additional/tests.sh:311:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-312-echo_i "testing returning TLSA records with MX query ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-321- bind9-9.16.8/bin/tests/system/additional/tests.sh:322:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-323-echo_i "testing returning TLSA records with SRV query ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-336- bind9-9.16.8/bin/tests/system/additional/tests.sh:337:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-338-echo_i "testing NS handling in ANY responses (authoritative) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-346- bind9-9.16.8/bin/tests/system/additional/tests.sh:347:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-348-echo_i "testing NS handling in ANY responses (recursive) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-356- bind9-9.16.8/bin/tests/system/additional/tests.sh:357:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-358-echo_i "testing out-of-zone additional data from auth zones (authoritative) ($n)" ############################################## bind9-9.16.8/bin/tests/system/additional/tests.sh-365- bind9-9.16.8/bin/tests/system/additional/tests.sh:366:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/additional/tests.sh-367-echo_i "testing out-of-zone additional data from auth zones (recursive) ($n)" ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-31-grep '^a.normal.example' dig.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:32:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-33-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:34:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-35- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-42-grep '^a.previous.example' dig.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:43:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-44-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:45:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-46- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-49- [ -e ns2/3bf305731dd26307.nzf~ ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:50: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-51- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:52: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-53-fi ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-63-retry_quiet 10 _check_adding_new_zone || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:64:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-65-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:66:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-67- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-72-wait_for_log_peek 20 "addzone: 'mister' unexpected" ns2/named.run || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:73:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-74-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:75:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-76- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-81-wait_for_log_peek 20 "modzone: 'mister' unexpected" ns2/named.run || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:82:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-83-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:84:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-85- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-94-retry_quiet 10 _check_zone_that_requires_quotes || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:95:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-96-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:97:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-98- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-107-retry_quiet 10 _check_zone_with_a_quote || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:108:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-109-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:110:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-111- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-120-digcomp dig.out.ns2.pre.$n dig.out.ns2.post.$n || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:121:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-124- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-129- [ $hcount -eq 0 ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:130: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-131- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:132: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-133-fi ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-138-expected='zone "previous.example" { type master; file "previous.db"; };' bind9-9.16.8/bin/tests/system/addzone/tests.sh:139:[ "`cat rndc.out.ns2.$n`" = "$expected" ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:140:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-141-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:142:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-143- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-148- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:149: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-150-fi ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-160-retry_quiet 10 _check_deleting_previously_added_zone || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:161:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-162-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:163:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-164- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-173- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:174: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-175-fi ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-181- [ $hcount -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:182: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-183- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:184: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-185-fi ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-195-retry_quiet 10 _check_deleting_newly_added_zone || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:196:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-197-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:198:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-199- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-208-retry_quiet 10 _check_deleting_newly_added_zone_quote || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:209:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-210-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:211:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-212- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-216-expected='zone "normal.example" { type master; file "normal.db"; };' bind9-9.16.8/bin/tests/system/addzone/tests.sh:217:[ "`cat rndc.out.ns2.$n`" = "$expected" ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:218:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-219-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:220:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-221- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-225-expected='zone "finaldot.example." { type master; file "normal.db"; };' bind9-9.16.8/bin/tests/system/addzone/tests.sh:226:[ "`cat rndc.out.ns2.$n`" = "$expected" ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:227:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-228-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:229:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-230- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-234-expected='zone "." { type redirect; file "redirect.db"; };' bind9-9.16.8/bin/tests/system/addzone/tests.sh:235:[ "`cat rndc.out.ns1.$n`" = "$expected" ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:236:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-237-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:238:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-239- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-244-grep "serial: 0" rndc.out.ns1.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:245:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-246-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:247:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-248- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-254-retry_quiet 5 check_zonestatus 1 || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:255:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-256-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:257:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-258- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-270- bind9-9.16.8/bin/tests/system/addzone/tests.sh:271:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-272-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:273:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-274- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-282-retry_quiet 5 _check_add_master_zone_with_inline || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:283:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-284-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:285:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-286- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-290-grep "file not found" rndc.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:291:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-292-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:293:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-294- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-302-retry_quiet 5 _check_add_slave_with_inline || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:303:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-304-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:305:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-306- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-318-} bind9-9.16.8/bin/tests/system/addzone/tests.sh:319:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh:320:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-321- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-329-retry_quiet 5 _check_restoring_slave_with_inline || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:330:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-331-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:332:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-333- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-338-retry_quiet 10 test ! -f ns2/inlineslave.bk.signed -a ! -f ns2/inlineslave.bk bind9-9.16.8/bin/tests/system/addzone/tests.sh:339:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh:340:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-341- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-349-$RNDCCMD 10.53.0.2 showzone mod.example | grep 'allow-query { "none"; };' > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:350:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-351-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:352:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-353- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-356-$RNDCCMD 10.53.0.2 addzone 'stub.example { type stub; masters { 1.2.3.4; }; file "stub.example.bk"; };' > rndc.out.ns2.$n 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:357:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-358-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:359:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-360- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-363-$RNDCCMD 10.53.0.2 addzone 'static-stub.example { type static-stub; server-addresses { 1.2.3.4; }; };' > rndc.out.ns2.$n 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:364:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-365-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:366:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-367- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-378-retry_quiet 10 _check_add_master_redirect || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:379:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-380-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:381:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-382- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-388-retry_quiet 10 check_zonestatus 2 || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:389:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-390-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:391:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-392- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-395-$RNDCCMD 10.53.0.2 retransfer -redirect > rndc.out.ns2.$n 2>&1 && ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:396:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-397-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:398:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-399- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-407-retry_quiet 10 _check_deleting_master_redirect || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:408:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-409-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:410:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-411- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-422-retry_quiet 10 _check_adding_slave_redirect || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:423:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-424-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:425:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-426- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-437-retry_quiet 10 _check_retransfering_slave_redirect || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:438:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-439-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:440:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-441- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-449-retry_quiet 10 _check_deleting_slave_redirect || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:450:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-451-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:452:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-453- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-457-grep "zones not supported by addzone" rndc.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:458:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-459-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:460:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-461- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-465-grep "zones not supported by addzone" rndc.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:466:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-467-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:468:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-469- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-473-grep "zones not supported by addzone" rndc.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:474:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-475-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:476:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-477- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-481-grep "zones not supported by addzone" rndc.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:482:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-483-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:484:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-485- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-508-grep '^a.added.example' dig.out.ns2.ext.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:509:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-510-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:511:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-512- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-517- [ $hcount -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:518: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-519- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:520: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-521-fi ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-526- [ -e ns2/external.nzd ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:527: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-528- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:529: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-530-fi ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-542-retry_quiet 10 _check_rndc_reload_external_view_config || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:543:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-544-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:545:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-546- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-554- $RNDCCMD 10.53.0.2 showzone added.example in external > rndc.out.ns2.$n 2>/dev/null && bind9-9.16.8/bin/tests/system/addzone/tests.sh:555: [ "`cat rndc.out.ns2.$n`" = "$expected" ] bind9-9.16.8/bin/tests/system/addzone/tests.sh-556-) bind9-9.16.8/bin/tests/system/addzone/tests.sh-557-retry_quiet 10 _check_rndc_showzone_newly_added || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:558:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-559-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:560:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-561- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-570-retry_quiet 10 _check_deleting_newly_added_zone || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:571:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-572-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:573:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-574- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-584-grep 'status: REFUSED' dig.out.ns2.ext.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:585:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-586-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:587:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-588- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-592-grep 'cannot be deleted' rndc.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:593:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-594-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:595:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-596- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-607-retry_quiet 10 _check_adding_new_zone_again_external || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:608:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-609-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:610:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-611- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-621-grep '^a.added.example' dig.out.ns2.ext.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:622:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-623-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:624:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-625- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-631-grep '^a.added.example' dig.out.ns2.$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:632:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-633-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:634:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-635- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-651-grep '^a.added.example' dig.out.ns2.dir.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:652:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-653-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:654:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-655- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-665-[ -e "$expect" ] || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:666:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-667-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:668:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-669- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-675-grep '^a.added.example' dig.out.ns2.$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:676:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-677-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:678:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-679- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-683-$RNDCCMD 10.53.0.2 status > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:684:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-685-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:686:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-687- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-693-$RNDCCMD 10.53.0.3 delzone inlineslave.example > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:694:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-695-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:696:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-697- ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-706- grep test2.baz ns3/_default.nzf > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/addzone/tests.sh:707: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-708- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:709: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh-710-fi ############################################## bind9-9.16.8/bin/tests/system/addzone/tests.sh-747-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/addzone/tests.sh:748:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/addzone/tests.sh:749:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/addzone/tests.sh-750- ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-63-# Test 1 - default, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:64:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-65-echo_i "test $n: default - query allowed" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-70-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:71:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-72- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-73-# Test 2 - explicit any, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:74:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-75-copy_setports ns2/named02.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-83-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:84:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-85- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-86-# Test 3 - none, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:87:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-88-copy_setports ns2/named03.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-96-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:97:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-98- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-99-# Test 4 - address allowed, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:100:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-101-copy_setports ns2/named04.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-109-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:110:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-111- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-112-# Test 5 - address not allowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:113:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-114-copy_setports ns2/named05.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-124- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-125-# Test 6 - address disallowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:126:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-127-copy_setports ns2/named06.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-135-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:136:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-137- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-138-# Test 7 - acl allowed, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:139:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-140-copy_setports ns2/named07.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-148-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:149:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-150- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-151-# Test 8 - acl not allowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:152:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-153-copy_setports ns2/named08.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-161-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:162:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-163- ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-165-# Test 9 - acl disallowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:166:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-167-copy_setports ns2/named09.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-175-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:176:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-177- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-178-# Test 10 - key allowed, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:179:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-180-copy_setports ns2/named10.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-188-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:189:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-190- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-191-# Test 11 - key not allowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:192:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-193-copy_setports ns2/named11.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-201-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:202:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-203- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-204-# Test 12 - key disallowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:205:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-206-copy_setports ns2/named12.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-214-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:215:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-216- ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-220-# Test 21 - views default, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:221:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-222-copy_setports ns2/named21.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-230-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:231:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-232- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-233-# Test 22 - views explicit any, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:234:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-235-copy_setports ns2/named22.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-243-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:244:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-245- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-246-# Test 23 - views none, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:247:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-248-copy_setports ns2/named23.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-256-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:257:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-258- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-259-# Test 24 - views address allowed, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:260:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-261-copy_setports ns2/named24.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-269-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:270:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-271- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-272-# Test 25 - views address not allowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:273:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-274-copy_setports ns2/named25.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-282-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:283:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-284- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-285-# Test 26 - views address disallowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:286:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-287-copy_setports ns2/named26.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-295-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:296:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-297- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-298-# Test 27 - views acl allowed, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:299:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-300-copy_setports ns2/named27.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-308-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:309:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-310- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-311-# Test 28 - views acl not allowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:312:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-313-copy_setports ns2/named28.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-321-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:322:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-323- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-324-# Test 29 - views acl disallowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:325:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-326-copy_setports ns2/named29.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-334-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:335:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-336- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-337-# Test 30 - views key allowed, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:338:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-339-copy_setports ns2/named30.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-347-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:348:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-349- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-350-# Test 31 - views key not allowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:351:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-352-copy_setports ns2/named31.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-360-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:361:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-362- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-363-# Test 32 - views key disallowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:364:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-365-copy_setports ns2/named32.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-373-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:374:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-375- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-376-# Test 33 - views over options, views allow, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:377:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-378-copy_setports ns2/named33.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-386-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:387:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-388- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-389-# Test 34 - views over options, views disallow, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:390:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-391-copy_setports ns2/named34.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-399-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:400:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-401- ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-406-# Test 41 - zone default, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:407:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-408-copy_setports ns2/named40.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-416-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:417:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-418- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-419-# Test 42 - zone explicit any, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:420:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-421-echo_i "test $n: zone explicit any - query allowed" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-426-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:427:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-428- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-429-# Test 43 - zone none, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:430:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-431-echo_i "test $n: zone none - query refused" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-436-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:437:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-438- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-439-# Test 44 - zone address allowed, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:440:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-441-echo_i "test $n: zone address allowed - query allowed" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-446-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:447:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-448- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-449-# Test 45 - zone address not allowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:450:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-451-echo_i "test $n: zone address not allowed - query refused" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-456-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:457:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-458- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-459-# Test 46 - zone address disallowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:460:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-461-echo_i "test $n: zone address disallowed - query refused" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-466-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:467:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-468- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-469-# Test 47 - zone acl allowed, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:470:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-471-echo_i "test $n: zone acl allowed - query allowed" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-476-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:477:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-478- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-479-# Test 48 - zone acl not allowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:480:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-481-echo_i "test $n: zone acl not allowed - query refused" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-486-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:487:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-488- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-489-# Test 49 - zone acl disallowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:490:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-491-echo_i "test $n: zone acl disallowed - query refused" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-496-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:497:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-498- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-499-# Test 50 - zone key allowed, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:500:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-501-echo_i "test $n: zone key allowed - query allowed" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-506-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:507:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-508- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-509-# Test 51 - zone key not allowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:510:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-511-echo_i "test $n: zone key not allowed - query refused" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-516-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:517:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-518- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-519-# Test 52 - zone key disallowed, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:520:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-521-echo_i "test $n: zone key disallowed - query refused" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-526-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:527:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-528- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-529-# Test 53 - zones over options, zones allow, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:530:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-531-copy_setports ns2/named53.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-539-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:540:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-541- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-542-# Test 54 - zones over options, zones disallow, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:543:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-544-copy_setports ns2/named54.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-552-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:553:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-554- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-555-# Test 55 - zones over views, zones allow, query allowed bind9-9.16.8/bin/tests/system/allow-query/tests.sh:556:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-557-copy_setports ns2/named55.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-565-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:566:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-567- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-568-# Test 56 - zones over views, zones disallow, query refused bind9-9.16.8/bin/tests/system/allow-query/tests.sh:569:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-570-copy_setports ns2/named56.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-578-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:579:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-580- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-581-# Test 57 - zones over views, zones disallow, query refused (allow-query-on) bind9-9.16.8/bin/tests/system/allow-query/tests.sh:582:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-583-copy_setports ns2/named57.conf.in ns2/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-594-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:595:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-596- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-597-# Test 58 - allow-recursion default bind9-9.16.8/bin/tests/system/allow-query/tests.sh:598:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-599-echo_i "test $n: default allow-recursion configuration" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-605-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:606:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-607- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-608-# Test 59 - allow-query-cache default bind9-9.16.8/bin/tests/system/allow-query/tests.sh:609:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-610-echo_i "test $n: default allow-query-cache configuration" ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-616-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:617:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-618- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-619-# Test 60 - block recursion-on, allow query-cache-on bind9-9.16.8/bin/tests/system/allow-query/tests.sh:620:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-621-copy_setports ns3/named2.conf.in ns3/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-634-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:635:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-636- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-637-# Test 61 - inheritance of allow-query-cache-on from allow-recursion-on bind9-9.16.8/bin/tests/system/allow-query/tests.sh:638:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-639-copy_setports ns3/named3.conf.in ns3/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-658-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:659:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-660- bind9-9.16.8/bin/tests/system/allow-query/tests.sh-661-# Test 62 - inheritance of allow-recursion-on from allow-query-cache-on bind9-9.16.8/bin/tests/system/allow-query/tests.sh:662:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-663-copy_setports ns3/named4.conf.in ns3/named.conf ############################################## bind9-9.16.8/bin/tests/system/allow-query/tests.sh-682-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/allow-query/tests.sh:683:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/allow-query/tests.sh-684- ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-19- bind9-9.16.8/bin/tests/system/auth/tests.sh:20:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-21-echo_i "wait for zones to finish transferring to ns2 ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-33-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:34:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-35- ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-39-# bind9-9.16.8/bin/tests/system/auth/tests.sh:40:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-41-echo_i "check that cross-zone CNAME record does not return target data (rd=0/ra=0) ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-48-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:49:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-50- bind9-9.16.8/bin/tests/system/auth/tests.sh:51:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-52-echo_i "check that cross-zone CNAME record does not return target data (rd=1/ra=0) ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-59-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:60:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-61- bind9-9.16.8/bin/tests/system/auth/tests.sh:62:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-63-echo_i "check that cross-zone CNAME record does not return target data (rd=0/ra=1) ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-70-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:71:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-72- bind9-9.16.8/bin/tests/system/auth/tests.sh:73:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-74-echo_i "check that cross-zone CNAME records returns target data (rd=1/ra=1) ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-81-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:82:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-83- ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-86-# bind9-9.16.8/bin/tests/system/auth/tests.sh:87:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-88-echo_i "check that in-zone CNAME records returns target data (rd=0/ra=0) ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-95-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:96:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-97- bind9-9.16.8/bin/tests/system/auth/tests.sh:98:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-99-echo_i "check that in-zone CNAME records returns target data (rd=1/ra=0) ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-106-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:107:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-108- bind9-9.16.8/bin/tests/system/auth/tests.sh:109:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-110-echo_i "check that in-zone CNAME records returns target data (rd=0/ra=1) ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-117-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:118:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-119- bind9-9.16.8/bin/tests/system/auth/tests.sh:120:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-121-echo_i "check that in-zone CNAME records returns target data (rd=1/ra=1) ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-128-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:129:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-130- bind9-9.16.8/bin/tests/system/auth/tests.sh:131:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/auth/tests.sh-132-echo_i "check that CHAOS addresses are compared correctly ($n)" ############################################## bind9-9.16.8/bin/tests/system/auth/tests.sh-134-$DIG $DIGOPTS @10.53.0.1 +noall +answer ch test.example.chaos > dig.out.test$n bind9-9.16.8/bin/tests/system/auth/tests.sh:135:lines=`wc -l < dig.out.test$n` bind9-9.16.8/bin/tests/system/auth/tests.sh-136-[ ${lines:-0} -eq 2 ] || ret=1 bind9-9.16.8/bin/tests/system/auth/tests.sh-137-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/auth/tests.sh:138:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/auth/tests.sh-139- ############################################## bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh-22- bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:23:zskact=`$KEYGEN -3 -a RSASHA1 -q $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:24:zskvanish=`$KEYGEN -3 -a RSASHA1 -q $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:25:zskdel=`$KEYGEN -3 -a RSASHA1 -q -D now $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:26:zskinact=`$KEYGEN -3 -a RSASHA1 -q -I now $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:27:zskunpub=`$KEYGEN -3 -a RSASHA1 -q -G $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:28:zsksby=`$KEYGEN -3 -a RSASHA1 -q -A none $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:29:zskactnowpub1d=`$KEYGEN -3 -a RSASHA1 -q -A now -P +1d $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:30:zsknopriv=`$KEYGEN -3 -a RSASHA1 -q $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh-31-rm $zsknopriv.private bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh-32- bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:33:ksksby=`$KEYGEN -3 -a RSASHA1 -q -P now -A now+15s -fk $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh:34:kskrev=`$KEYGEN -3 -a RSASHA1 -q -R now+15s -fk $zone` bind9-9.16.8/bin/tests/system/autosign/ns1/keygen.sh-35- ############################################## bind9-9.16.8/bin/tests/system/autosign/ns2/keygen.sh-29- bind9-9.16.8/bin/tests/system/autosign/ns2/keygen.sh:30:kskname=`$KEYGEN -a RSASHA1 -3 -q -fk $zone` bind9-9.16.8/bin/tests/system/autosign/ns2/keygen.sh-31-$KEYGEN -a RSASHA1 -3 -q $zone > /dev/null ############################################## bind9-9.16.8/bin/tests/system/autosign/ns2/keygen.sh-37-infile="${zonefile}.in" bind9-9.16.8/bin/tests/system/autosign/ns2/keygen.sh:38:ksk=`$KEYGEN -a RSASHA1 -3 -q -fk $zone` bind9-9.16.8/bin/tests/system/autosign/ns2/keygen.sh-39-$KEYGEN -a RSASHA1 -3 -q $zone > /dev/null ############################################## bind9-9.16.8/bin/tests/system/autosign/ns2/keygen.sh-51-do bind9-9.16.8/bin/tests/system/autosign/ns2/keygen.sh:52: cp $i `echo $i | sed s/X/K/` bind9-9.16.8/bin/tests/system/autosign/ns2/keygen.sh-53-done ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-27- infile="${zonefile}.in" bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:28: n=`expr ${n:-0} + 1` bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-29-} ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-32-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:33:ksk=`$KEYGEN -a RSASHA1 -3 -q -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-34-$KEYGEN -a RSASHA1 -3 -q $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-41-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:42:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-43-$KEYGEN -q -a RSASHA1 -3 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-50-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:51:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-52-$KEYGEN -q -a RSASHA1 -3 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-63- echo "label${count} IN TXT label${count}" >> $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:64: count=`expr $count + 1` bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-65-done ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-74-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:75:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-76-$KEYGEN -q -a RSASHA1 -3 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-83-cat $infile dsset-*.${zone}$TP > $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:84:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-85-$KEYGEN -q -a RSASHA1 -3 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-92-cat $infile > $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:93:ksk=`$KEYGEN -G -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-94-echo $ksk > ../autoksk.key bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:95:zsk=`$KEYGEN -G -q -a RSASHA1 -3 $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-96-echo $zsk > ../autozsk.key ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-103-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:104:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-105-$KEYGEN -q -a RSASHA1 -3 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-112-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:113:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-114-$KEYGEN -q -a RSASHA1 -3 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-121-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:122:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-123-$KEYGEN -q -a RSASHA1 -3 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-130-cat $infile dsset-*.${zone}$TP > $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:131:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-132-$KEYGEN -q -a RSASHA1 -3 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-139-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:140:ksk=`$KEYGEN -q -a RSASHA256 -b 2048 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-141-$KEYGEN -q -a RSASHA256 -b 1024 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-148-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:149:ksk=`$KEYGEN -q -a RSASHA512 -b 2048 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-150-$KEYGEN -q -a RSASHA512 -b 1024 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-157-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:158:ksk=`$KEYGEN -q -a RSASHA1 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-159-$KEYGEN -q -a RSASHA1 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-171- echo "label${count} IN TXT label${count}" >> $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:172: count=`expr $count + 1` bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-173-done ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-200-setup secure-to-insecure2.example bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:201:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-202-echo $ksk > ../del1.key bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:203:zsk=`$KEYGEN -q -a RSASHA1 -3 $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-204-echo $zsk > ../del2.key ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-247-setup delay.example bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:248:ksk=`$KEYGEN -G -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-249-echo $ksk > ../delayksk.key bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:250:zsk=`$KEYGEN -G -q -a RSASHA1 -3 $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-251-echo $zsk > ../delayzsk.key ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-258-$KEYGEN -q -a RSASHA1 -3 -fk $zone > kg.out 2>&1 || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:259:zsk=`$KEYGEN -q -a RSASHA1 -3 $zone` bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-260-$SIGNER -S -P -s now-1mo -e now-1mi -o $zone -f $zonefile ${zonefile}.in > s.out || dumpit s.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-269-$KEYGEN -q -a RSASHA1 -3 -fk $zone > kg.out 2>&1 || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:270:zsk=`$KEYGEN -q -a RSASHA1 -3 $zone` bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-271-$SIGNER -S -P -s now-1mo -e now-1mi -o $zone -f $zonefile ${zonefile}.in > s.out || dumpit s.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-287-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:288:ksk=`$KEYGEN -a RSASHA1 -3 -q -fk -P sync now $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-289-$KEYGEN -a RSASHA1 -3 -q $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-297-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:298:ksk=`$KEYGEN -a RSASHA1 -3 -q -fk -P sync now $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-299-$KEYGEN -a RSASHA1 -3 -q $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-306-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:307:ksk=`$KEYGEN -a RSASHA1 -3 -q -Pnow -A now+3600 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-308-$KEYGEN -a RSASHA1 -3 -q $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-315-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:316:ksk=`$KEYGEN -a RSASHA1 -3 -q -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-317-$KEYGEN -a RSASHA1 -3 -q -P now -A now+3600 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-325-$KEYGEN -a NSEC3RSASHA1 -3 -q -P now -A now+3600 -fk $zone > kg.out 2>&1 || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:326:ksk=`$KEYGEN -a NSEC3RSASHA1 -3 -q -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-327-$KEYGEN -a NSEC3RSASHA1 -3 -q $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-334-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:335:ksk=`$KEYGEN -a NSEC3RSASHA1 -3 -q -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-336-$KEYGEN -a NSEC3RSASHA1 -3 -q $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-345-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:346:ksk=`$KEYGEN -a NSEC3RSASHA1 -3 -q -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-347-$KEYGEN -a NSEC3RSASHA1 -3 -q $zone > kg.out 2>&1 || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:348:zsk=`$KEYGEN -a NSEC3RSASHA1 -3 -q -I now-1w $zone 2>kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-349-echo $zsk > ../delzsk.key ############################################## bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-355-cp $infile $zonefile bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh:356:ksk=`$KEYGEN -q -a RSASHA1 -3 -fk $zone 2> kg.out` || dumpit kg.out bind9-9.16.8/bin/tests/system/autosign/ns3/keygen.sh-357-$KEYGEN -q -a RSASHA1 -3 $zone > kg.out 2>&1 || dumpit kg.out ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-40- expected="${3:-0}" bind9-9.16.8/bin/tests/system/autosign/tests.sh:41: x=`showprivate "$@"` bind9-9.16.8/bin/tests/system/autosign/tests.sh-42- echo $x | grep incomplete > /dev/null && _ret=1 ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-164- done bind9-9.16.8/bin/tests/system/autosign/tests.sh:165: i=`expr $i + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-166- if [ $ret = 0 ]; then break; fi ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-169-done bind9-9.16.8/bin/tests/system/autosign/tests.sh:170:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-171-if [ $ret != 0 ]; then echo_i "done"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:172:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-173- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-221-awk='$4 == "RRSIG" && $5 == "DNSKEY" { printf "%05u\n", $11 }' bind9-9.16.8/bin/tests/system/autosign/tests.sh:222:id=`awk "${awk}" dig.out.ns3.test$n` bind9-9.16.8/bin/tests/system/autosign/tests.sh-223- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-226- bind9-9.16.8/bin/tests/system/autosign/tests.sh:227:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-228-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:229:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-230- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-250-test $count -eq 3 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:251:id=`awk '$4 == "RRSIG" && $5 == "CNAME" { printf "%05u\n", $11 }' dig.out.ns3.test$n` bind9-9.16.8/bin/tests/system/autosign/tests.sh-252-$SETTIME -D now+5 ns3/Kinaczsk3.example.+007+${id} > settime.out.test$n || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh-253-($RNDCCMD 10.53.0.3 loadkeys inaczsk3.example 2>&1 | sed 's/^/ns3 /' | cat_i) || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:254:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-255-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:256:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-257- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-264-grep "NSEC3PARAM" dig.out.ns3.2.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:265:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-266-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:267:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-268- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-272-grep "NSEC3PARAM" dig.out.ns3.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:273:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-274-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:275:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-276- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-315-grep "NSEC3PARAM" dig.out.ns3.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:316:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-317-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:318:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-319- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-323-grep "Pending NSEC3 chain 1 0 20 DEAF" signing.out.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:324:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-325-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:326:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-327- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-335- grep "Pending NSEC3 chain 1 1 10 BEEF" signing.out.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:336: num=`grep "Pending " signing.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/autosign/tests.sh-337- [ $num -eq 1 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-341-done bind9-9.16.8/bin/tests/system/autosign/tests.sh:342:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-343-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:344:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-345- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-371- awk '{if ($1 == "del" && $5 == "RRSIG" && $12 == id) {exit 1}} END {exit 0}' id=$missing || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:372:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-373-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:374:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-375- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-380- awk '{if ($1 == "del" && $5 == "RRSIG" && $12 == id) {exit 1}} END {exit 0}' id=$inactive || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:381:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-382-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:383:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-384- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-386-ret=0 bind9-9.16.8/bin/tests/system/autosign/tests.sh:387:loglines=`grep "Key nozsk.example/NSEC3RSASHA1/$missing .* retaining signatures" ns3/named.run | wc -l` bind9-9.16.8/bin/tests/system/autosign/tests.sh-388-[ "$loglines" -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:389:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-390-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:391:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-392- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-394-ret=0 bind9-9.16.8/bin/tests/system/autosign/tests.sh:395:loglines=`grep "Key inaczsk.example/NSEC3RSASHA1/$inactive .* retaining signatures" ns3/named.run | wc -l` bind9-9.16.8/bin/tests/system/autosign/tests.sh-396-[ "$loglines" -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:397:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-398-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:399:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-400- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-423-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:424:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-425-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:426:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-427- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-432-checkjitter dig.out.ns3.test$n || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:433:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-434-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:435:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-436- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-445-grep "status: NXDOMAIN" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:446:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-447-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:448:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-449- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-459-grep "status: NXDOMAIN" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:460:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-461-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:462:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-463- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-466-grep "failed: REFUSED" nsupdate.out > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:467:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-468-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:469:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-470- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-480-grep "status: NXDOMAIN" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:481:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-482-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:483:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-484- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-499-grep "status: NXDOMAIN" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:500:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-501-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:502:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-503- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-508-(awk 'BEGIN {r=0} $2 != 300 {r=1; print "found TTL " $2} END {exit r}' dig.out.ns3.test$n | cat_i) || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:509:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-510-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:511:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-512- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-517-(awk 'BEGIN {r=0} $2 != 60 {r=1; print "found TTL " $2} END {exit r}' dig.out.ns3.test$n | cat_i) || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:518:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-519-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:520:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-521- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-526-(awk 'BEGIN {r=0} $2 != 30 {r=1; print "found TTL " $2} END {exit r}' dig.out.ns3.test$n | cat_i) || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:527:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-528-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:529:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-530- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-535-(awk 'BEGIN {r=0} $2 != 30 {r=1; print "found TTL " $2} END {exit r}' dig.out.ns3.test$n | cat_i) || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:536:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-537-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:538:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-539- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-545-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:546:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-547-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:548:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-549- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-557-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:558:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-559-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:560:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-561- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-569-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:570:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-571-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:572:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-573- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-580-grep "status: NXDOMAIN" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:581:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-582-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:583:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-584- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-593-grep "status: NXDOMAIN" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:594:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-595-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:596:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-597- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-607-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:608:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-609-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:610:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-611- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-619-grep "ANSWER: 0" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:620:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-621-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:622:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-623- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-633-grep "ANSWER: 0" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:634:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-635-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:636:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-637- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-647-grep "ANSWER: 0" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:648:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-649-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:650:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-651- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-661-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:662:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-663-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:664:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-665- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-675-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:676:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-677-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:678:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-679- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-690-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:691:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-692-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:693:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-694- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-703-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:704:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-705-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:706:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-707- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-716-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:717:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-718-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:719:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-720- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-729-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:730:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-731-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:732:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-733- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-742-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:743:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-744-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:745:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-746- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-755-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:756:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-757-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:758:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-759- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-768-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:769:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-770-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:771:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-772- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-781-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:782:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-783-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:784:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-785- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-794-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:795:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-796-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:797:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-798- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-807-#grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:808:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-809-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:810:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-811- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-823-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:824:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-825-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:826:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-827- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-839-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:840:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-841-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:842:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-843- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-848-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:849:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-850-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:851:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-852- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-858-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:859:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-860-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:861:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-862- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-868-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:869:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-870-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:871:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-872- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-881-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:882:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-883-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:884:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-885- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-895-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:896:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-897-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:898:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-899- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-904-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:905:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-906-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:907:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-908- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-916-grep "flags:.* ad.*; QUERY" dig.out.ns5.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:917:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-918-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:919:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-920- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-925-grep '; key id = '"$id"'$' dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:926:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-927-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:928:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-929- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-934-grep 'RRSIG.*'" $id "'\. ' dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:935:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-936-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:937:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-938- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-943-grep '; key id = '"$id"'$' dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:944:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-945-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:946:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-947- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-952-grep '; key id = '"$id"'$' dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:953:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-954-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:955:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-956- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-961-grep 'RRSIG.*'" $id "'\. ' dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:962:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-963-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:964:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-965- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-970-grep 'RRSIG.*'" $id "'\. ' dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:971:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-972-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:973:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-974- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-978-file="ns1/`cat nopriv.key`.key" bind9-9.16.8/bin/tests/system/autosign/tests.sh:979:keydata=`grep DNSKEY $file` bind9-9.16.8/bin/tests/system/autosign/tests.sh-980-$NSUPDATE > /dev/null 2>&1 <<END || status=1 ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-989-grep 'RRSIG.*'" $id "'\. ' dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:990:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-991-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:992:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-993- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-998-grep '; key id = '"$id"'$' dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:999:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1000-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1001:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1002- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1018-done bind9-9.16.8/bin/tests/system/autosign/tests.sh:1019:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1020-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1021:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1022- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1037-done bind9-9.16.8/bin/tests/system/autosign/tests.sh:1038:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1039-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1040:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1041- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1067-checkjitter dig.out.ns3.2.test$n || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1068:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1069-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1070:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1071- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1073-ret=0 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1074:oldserial=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 | awk '$0 !~ /SOA/ {print $3}'` bind9-9.16.8/bin/tests/system/autosign/tests.sh:1075:oldinception=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 | awk '/SOA/ {print $6}' | sort -u` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1076- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1086- sleep 1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1087: try=`expr $try + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1088-done bind9-9.16.8/bin/tests/system/autosign/tests.sh:1089:newinception=`$DIG $DIGOPTS +short soa prepub.example @10.53.0.3 | awk '/SOA/ {print $6}' | sort -u` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1090-#echo "$oldserial : $newserial" ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1094-[ "$oldinception" = "$newinception" ] && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1095:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1096-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1097:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1098- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1104-echo_i "preparing ZSK roll" bind9-9.16.8/bin/tests/system/autosign/tests.sh:1105:starttime=`$PERL -e 'print time(), "\n";'` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1106-oldfile=`cat active.key` ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1113-# note previous zone serial number bind9-9.16.8/bin/tests/system/autosign/tests.sh:1114:oldserial=`$DIG $DIGOPTS +short soa . @10.53.0.1 | awk '{print $3}'` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1115- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1130-grep 'RRSIG.*'" $newid "'\. ' dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1131:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1132-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1133:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1134- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1139-grep 'RRSIG.*'" $oldid "'\. ' dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1140:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1141-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1142:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1143- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1170-checkprivate ttl4.example 10.53.0.3 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1171:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh:1172:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1173- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1183-grep 'RRSIG.*'" $newid "'\. ' dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1184:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1185-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1186:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1187- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1189-ret=0 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1190:newserial=`$DIG $DIGOPTS +short soa . @10.53.0.1 | awk '{print $3}'` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1191-[ "$newserial" != "$oldserial" ] || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1192:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1193-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1194:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1195- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1207-awk 'BEGIN {r=1} $4=="DNSKEY" {r=0} END {exit r}' dig.out.ns3.test$n && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1208:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1209-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1210:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1211- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1227-awk 'BEGIN {r=1} $4=="RRSIG" {r=0} END {exit r}' dig.out.ns3.test$n && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1228:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1229-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1230:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1231- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1253-retry_quiet 5 check_is_signed || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1254:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1255-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1256:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1257- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1262-# bind9-9.16.8/bin/tests/system/autosign/tests.sh:1263:now=`$PERL -e 'print time(), "\n";'` bind9-9.16.8/bin/tests/system/autosign/tests.sh:1264:sleep=`expr $starttime + 29 - $now` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1265-case $sleep in ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1271-grep '; key id = '"$oldid"'$' dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1272:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1273-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1274:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1275- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1280-grep 'RRSIG.*'" $id "'\. ' dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1281:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1282-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1283:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1284- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1291-grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || lret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1292:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1293-if [ $lret != 0 ]; then echo_i "not yet implemented"; fi ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1299-awk '/next key event/ {if ($1 == $8 && $2 == $9) exit 1}' */named.run || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1300:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1301-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1302:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1303- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1335-check_interval ns3 600 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1336:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1337-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1338:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1339- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1345-[ "$rekey_calls" = "$rekey_events" ] || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1346:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1347-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1348:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1349- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1355-grep "status: NOERROR" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1356:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1357-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1358:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1359- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1376-done bind9-9.16.8/bin/tests/system/autosign/tests.sh:1377:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1378-if [ "$lret" != 0 ]; then ret=$lret; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh-1379-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1380:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1381- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1387-grep -i "sync.example.*in.cdnskey.*257 " dig.out.ns3.cdnskeytest$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1388:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1389-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1390:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1391- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1396-$DIG $DIGOPTS @10.53.0.3 sync.example cds > dig.out.ns3.cdstest$n bind9-9.16.8/bin/tests/system/autosign/tests.sh:1397:lines=`awk '$4 == "RRSIG" && $5 == "DNSKEY" {print}' dig.out.ns3.dnskeytest$n | wc -l` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1398-test ${lines:-0} -eq 2 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1399:lines=`awk '$4 == "RRSIG" && $5 == "CDNSKEY" {print}' dig.out.ns3.cdnskeytest$n | wc -l` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1400-test ${lines:-0} -eq 2 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1401:lines=`awk '$4 == "RRSIG" && $5 == "CDS" {print}' dig.out.ns3.cdstest$n | wc -l` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1402-test ${lines:-0} -eq 2 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1403:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1404-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1405:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1406- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1411-$DIG $DIGOPTS @10.53.0.3 kskonly.example cds > dig.out.ns3.cdstest$n bind9-9.16.8/bin/tests/system/autosign/tests.sh:1412:lines=`awk '$4 == "RRSIG" && $5 == "DNSKEY" {print}' dig.out.ns3.dnskeytest$n | wc -l` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1413-test ${lines:-0} -eq 1 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1414:lines=`awk '$4 == "RRSIG" && $5 == "CDNSKEY" {print}' dig.out.ns3.cdnskeytest$n | wc -l` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1415-test ${lines:-0} -eq 1 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1416:lines=`awk '$4 == "RRSIG" && $5 == "CDS" {print}' dig.out.ns3.cdstest$n | wc -l` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1417-test ${lines:-0} -eq 1 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1418:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1419-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1420:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1421- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1434-retry 10 ensure_cds_and_cdnskey_are_deleted || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1435:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1436-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1437:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1438- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1442-grep "SYNC Delete:" settime.out.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1443:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1444-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1445:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1446- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1450-grep "SYNC Publish:" settime.out.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1451:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1452-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1453:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1454- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1468- bind9-9.16.8/bin/tests/system/autosign/tests.sh:1469:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1470-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1471:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1472- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1476-grep "SOA 7 2" dig.out.ns3.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1477:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1478-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1479:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1480- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1505- bind9-9.16.8/bin/tests/system/autosign/tests.sh:1506:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1507-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1508:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1509- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1528-test $count -eq 2 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1529:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1530-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1531:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1532- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1564- if [ $? -ne 0 ]; then bind9-9.16.8/bin/tests/system/autosign/tests.sh:1565: if [ `grep "Done signing " signing.out.3.test$n | wc -l` -eq 2 ]; then bind9-9.16.8/bin/tests/system/autosign/tests.sh-1566- _ret=0 ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1586-grep "589R358VSPJUFVAJU949JPVF74D9PTGH" dig.out.ns3.3.test$n > /dev/null 2>&1 && ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1587:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1588-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1589:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1590- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1594-grep "RRSIG NSEC3 7 3 3600" dig.out.ns3.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1595:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1596-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1597:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1598- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1604-grep "dname-and-txt.secure.example.*RRSIG.*TXT" dig.out.ns3.2.test$n > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/autosign/tests.sh:1605:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1606-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1607:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1608- ############################################## bind9-9.16.8/bin/tests/system/autosign/tests.sh-1621-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/autosign/tests.sh:1622:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/autosign/tests.sh-1623- ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-119- bind9-9.16.8/bin/tests/system/builtin/tests.sh:120:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-121-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-129- } bind9-9.16.8/bin/tests/system/builtin/tests.sh:130: count=`expr $count + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-131-done ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-135-} bind9-9.16.8/bin/tests/system/builtin/tests.sh:136:if [ $ret != 0 ] ; then status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-137- bind9-9.16.8/bin/tests/system/builtin/tests.sh:138:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-139-echo_i "Checking that reconfiguring empty zones is silent ($n)" ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-146-grep "zone serial (0) unchanged." ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:147:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-148- bind9-9.16.8/bin/tests/system/builtin/tests.sh:149:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-150-echo_i "Checking that reloading empty zones is silent ($n)" ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-157-grep "zone serial (0) unchanged." ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:158:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-159- bind9-9.16.8/bin/tests/system/builtin/tests.sh:160:HOSTNAME=`$FEATURETEST --gethostname` bind9-9.16.8/bin/tests/system/builtin/tests.sh-161-BIND_VERSION_STRING=$($NAMED -V | head -1) ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-163- bind9-9.16.8/bin/tests/system/builtin/tests.sh:164:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-165-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-168-fgrep "version: $BIND_VERSION_STRING" rndc.status.ns1.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:169:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-170- bind9-9.16.8/bin/tests/system/builtin/tests.sh:171:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-172-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-175-fgrep "version: $BIND_VERSION_STRING (this is a test of version)" rndc.status.ns3.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:176:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-177- bind9-9.16.8/bin/tests/system/builtin/tests.sh:178:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-179-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-182-grep "^\"$BIND_VERSION\"$" dig.out.ns1.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:183:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-184- bind9-9.16.8/bin/tests/system/builtin/tests.sh:185:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-186-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-189-grep "^\"this is a test of version\"$" dig.out.ns3.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:190:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-191- bind9-9.16.8/bin/tests/system/builtin/tests.sh:192:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-193-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-196-grep "^\"$HOSTNAME\"$" dig.out.ns1.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:197:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-198- bind9-9.16.8/bin/tests/system/builtin/tests.sh:199:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-200-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-203-grep "^\"this.is.a.test.of.hostname\"$" dig.out.ns3.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:204:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-205- bind9-9.16.8/bin/tests/system/builtin/tests.sh:206:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-207-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-211-grep "ANSWER: 0" dig.out.ns1.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:212:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-213- bind9-9.16.8/bin/tests/system/builtin/tests.sh:214:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-215-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-218-grep "^\"$HOSTNAME\"$" dig.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:219:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-220- bind9-9.16.8/bin/tests/system/builtin/tests.sh:221:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-222-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-225-grep "^; NSID: .* (\"$HOSTNAME\")$" dig.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:226:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-227- bind9-9.16.8/bin/tests/system/builtin/tests.sh:228:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-229-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-232-grep "^\"this.is.a.test.of.server-id\"$" dig.out.ns3.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:233:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-234- bind9-9.16.8/bin/tests/system/builtin/tests.sh:235:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/builtin/tests.sh-236-ret=0 ############################################## bind9-9.16.8/bin/tests/system/builtin/tests.sh-239-grep "^; NSID: .* (\"this.is.a.test.of.server-id\")$" dig.out.ns3.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/builtin/tests.sh:240:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/builtin/tests.sh-241- ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-67-in_cache () { bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:68: ttl=`$DIG $DIGOPTS "$@" | awk '{print $2}'` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-69- [ -z "$ttl" ] && { bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:70: ttl=`$DIG $DIGOPTS +noanswer +auth "$@" | awk '{print $2}'` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-71- [ "$ttl" -ge 3599 ] && return 1 ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-92- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:93:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-94-echo_i "check correctness of routine cache cleaning ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-98- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:99:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-100-echo_i "only one tcp socket was used ($n)" bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:101:tcpclients=`awk '$3 == "client" && $5 ~ /10.53.0.7#[0-9]*:/ {print $5}' ns2/named.run | sort | uniq -c | wc -l` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-102- ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-104- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:105:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-106-echo_i "reset and check that records are correctly cached initially ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-109-dump_cache bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:110:nrecords=`filter_tree flushtest.example ns2/named_dump.db.test$n | egrep '(TXT|ANY)' | wc -l` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-111-[ $nrecords -eq 18 ] || { ret=1; echo_i "found $nrecords records expected 18"; } bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-112-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:113:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-114- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:115:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-116-echo_i "check flushing of the full cache ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-119-dump_cache bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:120:nrecords=`filter_tree flushtest.example ns2/named_dump.db.test$n | wc -l` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-121-[ $nrecords -eq 0 ] || ret=1 bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-124- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:125:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-126-echo_i "check flushing of individual nodes (interior node) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-134-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:135:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-136- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:137:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-138-echo_i "check flushing of individual nodes (leaf node, under the interior node) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-144-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:145:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-146- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:147:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-148-echo_i "check flushing of individual nodes (another leaf node, with both positive and negative cache entries) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-156-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:157:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-158- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:159:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-160-echo_i "check flushing a nonexistent name ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-163-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:164:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-165- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:166:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-167-echo_i "check flushing of namespaces ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-190-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:191:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-192- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:193:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-194-echo_i "check flushing a nonexistent namespace ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-197-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:198:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-199- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:200:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-201-echo_i "check the number of cached records remaining ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-203-dump_cache bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:204:nrecords=`filter_tree flushtest.example ns2/named_dump.db.test$n | grep -v '^;' | egrep '(TXT|ANY)' | wc -l` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-205-[ $nrecords -eq 17 ] || { ret=1; echo_i "found $nrecords records expected 17"; } bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-206-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:207:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-208- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:209:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-210-echo_i "check the check that flushname of a partial match works ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-215-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:216:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-217- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:218:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-219-echo_i "check the number of cached records remaining ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-221-dump_cache bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:222:nrecords=`filter_tree flushtest.example ns2/named_dump.db.test$n | egrep '(TXT|ANY)' | wc -l` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-223-[ $nrecords -eq 1 ] || { ret=1; echo_i "found $nrecords records expected 1"; } bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-224-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:225:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-226- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:227:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-228-echo_i "check flushtree clears adb correctly ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-246-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:247:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-248- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:249:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-250-echo_i "check expire option returned from master zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-254-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:255:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-256- bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:257:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-258-echo_i "check expire option returned from slave zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-262-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cacheclean/tests.sh:263:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cacheclean/tests.sh-264- ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-25- bind9-9.16.8/bin/tests/system/case/tests.sh:26:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-27-echo_i "waiting for zone transfer to complete ($n)" ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-41- bind9-9.16.8/bin/tests/system/case/tests.sh:42:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-43-echo_i "testing case preserving responses - no acl ($n)" ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-48-test $ret -eq 0 || echo_i "failed" bind9-9.16.8/bin/tests/system/case/tests.sh:49:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-50- bind9-9.16.8/bin/tests/system/case/tests.sh:51:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-52-echo_i "testing no-case-compress acl '{ 10.53.0.2; }' ($n)" ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-65-test $ret -eq 0 || echo_i "failed" bind9-9.16.8/bin/tests/system/case/tests.sh:66:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-67- bind9-9.16.8/bin/tests/system/case/tests.sh:68:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-69-echo_i "testing load of dynamic zone with various \$ORIGIN values ($n)" ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-74-test $ret -eq 0 || echo_i "failed" bind9-9.16.8/bin/tests/system/case/tests.sh:75:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-76- bind9-9.16.8/bin/tests/system/case/tests.sh:77:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-78-echo_i "transfer of dynamic zone with various \$ORIGIN values ($n)" ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-83-test $ret -eq 0 || echo_i "failed" bind9-9.16.8/bin/tests/system/case/tests.sh:84:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-85- bind9-9.16.8/bin/tests/system/case/tests.sh:86:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-87-echo_i "change SOA owner case via update ($n)" ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-97-test $ret -eq 0 || echo_i "failed" bind9-9.16.8/bin/tests/system/case/tests.sh:98:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-99- bind9-9.16.8/bin/tests/system/case/tests.sh:100:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-101-ret=0 ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-105-test $ret -eq 0 || echo_i "failed" bind9-9.16.8/bin/tests/system/case/tests.sh:106:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-107- bind9-9.16.8/bin/tests/system/case/tests.sh:108:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-109-echo_i "check SOA owner case is transferred to slave ($n)" ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-114-test $ret -eq 0 || echo_i "failed" bind9-9.16.8/bin/tests/system/case/tests.sh:115:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-116- bind9-9.16.8/bin/tests/system/case/tests.sh-117-#update delete Ns1.DyNaMIC. 300 IN A 10.53.0.1 bind9-9.16.8/bin/tests/system/case/tests.sh:118:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-119-echo_i "change A record owner case via update ($n)" ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-129-test $ret -eq 0 || echo_i "failed" bind9-9.16.8/bin/tests/system/case/tests.sh:130:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-131- bind9-9.16.8/bin/tests/system/case/tests.sh:132:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-133-ret=0 ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-137-test $ret -eq 0 || echo_i "failed" bind9-9.16.8/bin/tests/system/case/tests.sh:138:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-139- bind9-9.16.8/bin/tests/system/case/tests.sh:140:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/case/tests.sh-141-echo_i "check A owner case is transferred to slave ($n)" ############################################## bind9-9.16.8/bin/tests/system/case/tests.sh-144-digcomp dig.ns2.test$n postns1.good || ret=1 bind9-9.16.8/bin/tests/system/case/tests.sh:145:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/case/tests.sh-146- ############################################## bind9-9.16.8/bin/tests/system/cds/setup.sh-20- bind9-9.16.8/bin/tests/system/cds/setup.sh:21:keyz=`$KEYGEN -q -a RSASHA256 $Z` bind9-9.16.8/bin/tests/system/cds/setup.sh:22:key1=`$KEYGEN -q -a RSASHA256 -f KSK $Z` bind9-9.16.8/bin/tests/system/cds/setup.sh:23:key2=`$KEYGEN -q -a RSASHA256 -f KSK $Z` bind9-9.16.8/bin/tests/system/cds/setup.sh-24- ############################################## bind9-9.16.8/bin/tests/system/cds/setup.sh-121- bind9-9.16.8/bin/tests/system/cds/setup.sh:122:bad=`$PERL -le "print ($id1 ^ 255);"` bind9-9.16.8/bin/tests/system/cds/setup.sh-123-sed 's/IN CDS '$id1' 8 1 /IN CDS '$bad' 8 1 /' <db.cds.1 | ############################################## bind9-9.16.8/bin/tests/system/cds/tests.sh-18- echo_i "failed" bind9-9.16.8/bin/tests/system/cds/tests.sh:19: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/cds/tests.sh-20-} ############################################## bind9-9.16.8/bin/tests/system/cds/tests.sh-27-testcase() { bind9-9.16.8/bin/tests/system/cds/tests.sh:28: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cds/tests.sh-29- echo_i "$name ($n)" ############################################## bind9-9.16.8/bin/tests/system/cds/tests.sh-31- shift bind9-9.16.8/bin/tests/system/cds/tests.sh:32: result=`runcmd "$@"` bind9-9.16.8/bin/tests/system/cds/tests.sh-33- check_stdout ############################################## bind9-9.16.8/bin/tests/system/chain/ns2/sign.sh-17- bind9-9.16.8/bin/tests/system/chain/ns2/sign.sh:18:ksk=`$KEYGEN -q -a RSASHA256 -b 2048 -fk $zone` bind9-9.16.8/bin/tests/system/chain/ns2/sign.sh:19:zsk=`$KEYGEN -q -a RSASHA256 -b 1024 $zone` bind9-9.16.8/bin/tests/system/chain/ns2/sign.sh-20-$SIGNER -S -o $zone example.db > /dev/null ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-18- bind9-9.16.8/bin/tests/system/chain/tests.sh:19:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-20-echo_i "checking short DNAME from authoritative ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-24-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:25:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-26- bind9-9.16.8/bin/tests/system/chain/tests.sh:27:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-28-echo_i "checking short DNAME from recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-33-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:34:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-35- bind9-9.16.8/bin/tests/system/chain/tests.sh:36:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-37-echo_i "checking long DNAME from authoritative ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-41-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:42:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-43- bind9-9.16.8/bin/tests/system/chain/tests.sh:44:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-45-echo_i "checking long DNAME from recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-50-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:51:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-52- bind9-9.16.8/bin/tests/system/chain/tests.sh:53:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-54-echo_i "checking (too) long DNAME from authoritative ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-58-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:59:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-60- bind9-9.16.8/bin/tests/system/chain/tests.sh:61:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-62-echo_i "checking (too) long DNAME from recursive with cached DNAME ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-68-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:69:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-70- bind9-9.16.8/bin/tests/system/chain/tests.sh:71:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-72-echo_i "checking (too) long DNAME from recursive without cached DNAME ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-78-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:79:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-80- bind9-9.16.8/bin/tests/system/chain/tests.sh:81:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-82-echo_i "checking CNAME to DNAME from authoritative ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-86-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:87:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-88- bind9-9.16.8/bin/tests/system/chain/tests.sh:89:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-90-echo_i "checking CNAME to DNAME from recursive" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-99-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:100:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-101- bind9-9.16.8/bin/tests/system/chain/tests.sh:102:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-103-echo_i "checking DNAME is returned with synthesized CNAME before DNAME ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-110-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:111:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-112- bind9-9.16.8/bin/tests/system/chain/tests.sh:113:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-114-echo_i "checking DNAME is returned with CNAME to synthesized CNAME before DNAME ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-124- bind9-9.16.8/bin/tests/system/chain/tests.sh:125:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-126-echo_i "checking CNAME loops are detected ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-132-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:133:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-134- bind9-9.16.8/bin/tests/system/chain/tests.sh:135:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-136-echo_i "checking CNAME to external delegated zones is handled ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-142-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:143:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-144- bind9-9.16.8/bin/tests/system/chain/tests.sh:145:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-146-echo_i "checking CNAME to internal delegated zones is handled ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-152-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:153:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-154- bind9-9.16.8/bin/tests/system/chain/tests.sh:155:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-156-echo_i "checking CNAME to signed external delegation is handled ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-161-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:162:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-163- bind9-9.16.8/bin/tests/system/chain/tests.sh:164:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-165-echo_i "checking CNAME to signed internal delegation is handled ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-170-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:171:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-172- bind9-9.16.8/bin/tests/system/chain/tests.sh:173:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-174-echo_i "checking CNAME chains in various orders ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-211-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:212:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-213- bind9-9.16.8/bin/tests/system/chain/tests.sh:214:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-215-echo_i "checking that only the initial CNAME is cached ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-222-$DIG $DIGOPTS +noall +answer @10.53.0.7 cname1.domain.nil > dig.out.2.$n 2>&1 bind9-9.16.8/bin/tests/system/chain/tests.sh:223:ttl=`awk '{print $2}' dig.out.2.$n` bind9-9.16.8/bin/tests/system/chain/tests.sh-224-[ "$ttl" -eq 86400 ] || ret=1 bind9-9.16.8/bin/tests/system/chain/tests.sh-225-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:226:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-227- bind9-9.16.8/bin/tests/system/chain/tests.sh:228:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-229-echo_i "checking DNAME chains in various orders ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-250-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:251:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-252- bind9-9.16.8/bin/tests/system/chain/tests.sh:253:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-254-echo_i "checking external CNAME/DNAME chains in various orders ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-273-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:274:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-275- bind9-9.16.8/bin/tests/system/chain/tests.sh:276:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-277-echo_i "checking explicit DNAME query ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-282-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:283:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-284- bind9-9.16.8/bin/tests/system/chain/tests.sh:285:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/chain/tests.sh-286-echo_i "checking DNAME via ANY query ($n)" ############################################## bind9-9.16.8/bin/tests/system/chain/tests.sh-292-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/chain/tests.sh:293:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/chain/tests.sh-294- ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-15- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:16:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-17-echo_i "checking that named-checkconf handles a known good config ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-20-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:21:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-22- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:23:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-24-echo_i "checking that named-checkconf prints a known good config ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-31-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:32:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-33- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:34:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-35-echo_i "checking that named-checkconf -x removes secrets ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-43-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:44:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-45- ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-47-do bind9-9.16.8/bin/tests/system/checkconf/tests.sh:48: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-49- echo_i "checking that named-checkconf detects error in $bad ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-68- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:69: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-70-done ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-73-do bind9-9.16.8/bin/tests/system/checkconf/tests.sh:74: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-75- echo_i "checking that named-checkconf detects no error in $good ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-78- if [ $? != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:79: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-80-done bind9-9.16.8/bin/tests/system/checkconf/tests.sh-81- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:82:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-83-echo_i "checking that ancient options report a fatal error ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-87-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:88:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-89- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:90:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-91-echo_i "checking that named-checkconf -z catches missing hint file ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-95-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:96:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-97- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:98:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-99-echo_i "checking that named-checkconf catches range errors ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-102-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:103:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-104- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:105:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-106-echo_i "checking that named-checkconf warns of notify inconsistencies ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-108-$CHECKCONF notify.conf > checkconf.out$n 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:109:warnings=`grep "'notify' is disabled" < checkconf.out$n | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-110-[ $warnings -eq 3 ] || ret=1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh-111-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:112:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-113- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:114:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-115-echo_i "checking named-checkconf dnssec warnings ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-126-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:127:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-128- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:129:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-130-echo_i "checking named-checkconf deprecate warnings ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-135-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:136:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-137-# set -i to ignore deprecate warnings ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-140-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:141:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-142- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:143:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-144-echo_i "range checking fields that do not allow zero ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-180-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:181:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-182- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:183:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-184-echo_i "checking options allowed in inline-signing slaves ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-186-$CHECKCONF bad-dnssec.conf > checkconf.out$n.1 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:187:l=`grep "dnssec-dnskey-kskonly.*requires inline" < checkconf.out$n.1 | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-188-[ $l -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh-189-$CHECKCONF bad-dnssec.conf > checkconf.out$n.2 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:190:l=`grep "dnssec-loadkeys-interval.*requires inline" < checkconf.out$n.2 | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-191-[ $l -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh-192-$CHECKCONF bad-dnssec.conf > checkconf.out$n.3 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:193:l=`grep "update-check-ksk.*requires inline" < checkconf.out$n.3 | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-194-[ $l -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh-195-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:196:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-197- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:198:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-199-echo_i "check file + inline-signing for slave zones ($n)" bind9-9.16.8/bin/tests/system/checkconf/tests.sh-200-$CHECKCONF inline-no.conf > checkconf.out$n.1 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:201:l=`grep "missing 'file' entry" < checkconf.out$n.1 | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-202-[ $l -eq 0 ] || ret=1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh-203-$CHECKCONF inline-good.conf > checkconf.out$n.2 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:204:l=`grep "missing 'file' entry" < checkconf.out$n.2 | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-205-[ $l -eq 0 ] || ret=1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh-206-$CHECKCONF inline-bad.conf > checkconf.out$n.3 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:207:l=`grep "missing 'file' entry" < checkconf.out$n.3 | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-208-[ $l -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh-209-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:210:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-211- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:212:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-213-echo_i "checking named-checkconf DLZ warnings ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-217-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:218:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-219- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:220:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-221-echo_i "checking for missing key directory warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-224-$CHECKCONF warn-keydir.conf > checkconf.out$n.1 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:225:l=`grep "'test.keydir' does not exist" < checkconf.out$n.1 | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-226-[ $l -eq 1 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-228-$CHECKCONF warn-keydir.conf > checkconf.out$n.2 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:229:l=`grep "'test.keydir' is not a directory" < checkconf.out$n.2 | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-230-[ $l -eq 1 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-233-$CHECKCONF warn-keydir.conf > checkconf.out$n.3 2>&1 bind9-9.16.8/bin/tests/system/checkconf/tests.sh:234:l=`grep "key-directory" < checkconf.out$n.3 | wc -l` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-235-[ $l -eq 0 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-238- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:239:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-240-echo_i "checking that named-checkconf -z catches conflicting ttl with max-ttl ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-246-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:247:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-248- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:249:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-250-echo_i "checking that named-checkconf -z catches invalid max-ttl ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-253-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:254:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-255- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:256:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-257-echo_i "checking that named-checkconf -z skips zone check with alternate databases ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-260-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:261:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-262- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:263:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-264-echo_i "checking that named-checkconf -z skips zone check with DLZ ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-267-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:268:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-269- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:270:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-271-echo_i "checking that named-checkconf -z fails on view with ANY class ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-274-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:275:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-276- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:277:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-278-echo_i "checking that named-checkconf -z fails on view with CLASS255 class ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-281-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:282:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-283- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:284:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-285-echo_i "checking that named-checkconf -z passes on view with IN class ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-288-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:289:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-290- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:291:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-292-echo_i "checking that named-checkconf -z passes on view with CLASS1 class ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-295-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:296:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-297- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:298:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-299-echo_i "check that check-names fails as configured ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-304-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:305:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-306- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:307:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-308-echo_i "check that check-mx fails as configured ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-313-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:314:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-315- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:316:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-317-echo_i "check that check-dup-records fails as configured ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-322-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:323:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-324- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:325:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-326-echo_i "check that check-mx fails as configured ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-331-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:332:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-333- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:334:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-335-echo_i "check that check-mx-cname fails as configured ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-340-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:341:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-342- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:343:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-344-echo_i "check that check-srv-cname fails as configured ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-349-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:350:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-351- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:352:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-353-echo_i "check that named-checkconf -p properly print a port range ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-357-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:358:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-359- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:360:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-361-echo_i "check that named-checkconf -z handles in-view ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-365-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:366:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-367- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:368:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-369-echo_i "check that named-checkconf -z returns error when a later view is okay ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-372-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:373:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-374- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:375:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-376-echo_i "check that named-checkconf prints max-cache-size <percentage> correctly ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-380-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:381:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-382- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:383:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-384-echo_i "check that named-checkconf -l prints out the zone list ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-391-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:392:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-393- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:394:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-395-echo_i "check that 'dnssec-lookaside auto;' generates a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-399-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:400:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-401- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:402:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-403-echo_i "check that 'dnssec-lookaside . trust-anchor dlv.isc.org;' generates a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-407-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:408:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-409- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:410:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-411-echo_i "check that 'dnssec-lookaside . trust-anchor dlv.example.com;' generates a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-415-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:416:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-417- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:418:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-419-echo_i "check that the 2010 ICANN ROOT KSK without the 2017 ICANN ROOT KSK generates a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-424-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:425:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-426- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:427:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-428-echo_i "check that the 2010 ICANN ROOT KSK with the 2017 ICANN ROOT KSK does not generate a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-432-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:433:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-434- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:435:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-436-echo_i "check that the 2017 ICANN ROOT KSK alone does not generate a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-440-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:441:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-442- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:443:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-444-echo_i "check that a static root key generates a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-448-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:449:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-450- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:451:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-452-echo_i "check that a static root DS trust anchor generates a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-456-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:457:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-458- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:459:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-460-echo_i "check that a trusted-keys entry for root generates a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-464-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:465:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-466- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:467:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-468-echo_i "check that using trust-anchors and managed-keys generates an error ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-472-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:473:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-474- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:475:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-476-echo_i "check that 'geoip-use-ecs no' generates a warning ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-481-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:482:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-483- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:484:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-485-echo_i "checking named-checkconf kasp errors ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-496-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:497:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-498- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:499:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-500-echo_i "checking named-checkconf kasp predefined key lengths ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-504-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:505:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-506- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:507:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-508-echo_i "check that a good 'kasp' configuration is accepted ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-511-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:512:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-513- bind9-9.16.8/bin/tests/system/checkconf/tests.sh:514:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-515-echo_i "checking that named-checkconf prints a known good kasp config ($n)" ############################################## bind9-9.16.8/bin/tests/system/checkconf/tests.sh-522-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkconf/tests.sh:523:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkconf/tests.sh-524- ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-16- DIG=".\dig.bat" bind9-9.16.8/bin/tests/system/checkds/tests.sh:17: WINDSFROMKEY=`cygpath -w $DSFROMKEY` bind9-9.16.8/bin/tests/system/checkds/tests.sh-18- CHECKDS="$CHECKDS -a sha1 -a sha256 -d $DIG -D $WINDSFROMKEY" ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-32-grep 'SHA-256' checkds.out.$n > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkds/tests.sh:33:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkds/tests.sh-34-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkds/tests.sh:35:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkds/tests.sh-36- ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-41-grep 'SHA-256' checkds.out.$n > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkds/tests.sh:42:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkds/tests.sh-43-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkds/tests.sh:44:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkds/tests.sh-45- ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-50-grep 'SHA-256' checkds.out.$n > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkds/tests.sh:51:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkds/tests.sh-52-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkds/tests.sh:53:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkds/tests.sh-54- ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-59-grep 'SHA-256' checkds.out.$n > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkds/tests.sh:60:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkds/tests.sh-61-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkds/tests.sh:62:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkds/tests.sh-63- ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-70-grep 'SHA-256.*missing' checkds.out.$n > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkds/tests.sh:71:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkds/tests.sh-72-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkds/tests.sh:73:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkds/tests.sh-74- ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-81-grep 'SHA-256.*missing' checkds.out.$n > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkds/tests.sh:82:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkds/tests.sh-83-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkds/tests.sh:84:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkds/tests.sh-85- ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-90-grep 'SHA-256.*found' checkds.out.$n > /dev/null 2>&1 && ret=1 bind9-9.16.8/bin/tests/system/checkds/tests.sh:91:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkds/tests.sh-92-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkds/tests.sh:93:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkds/tests.sh-94- ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-99-grep 'SHA-256.*found' checkds.out.$n > /dev/null 2>&1 && ret=1 bind9-9.16.8/bin/tests/system/checkds/tests.sh:100:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkds/tests.sh-101-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkds/tests.sh:102:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkds/tests.sh-103- ############################################## bind9-9.16.8/bin/tests/system/checkds/tests.sh-108-grep 'SHA-256.*found' checkds.out.$n > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkds/tests.sh:109:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkds/tests.sh-110-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkds/tests.sh:111:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkds/tests.sh-112- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-26-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:27:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:28:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-29- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-34-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:35:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:36:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-37- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-42-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:43:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:44:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-45- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-53-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:54:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:55:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-56- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-65-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:66:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:67:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-68- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-77-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:78:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:79:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-80- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-94-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:95:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:96:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-97- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-109-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:110:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:111:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-112- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-126-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:127:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:128:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-129- ############################################## bind9-9.16.8/bin/tests/system/checknames/tests.sh-143-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checknames/tests.sh:144:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checknames/tests.sh:145:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checknames/tests.sh-146- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-30- esac bind9-9.16.8/bin/tests/system/checkzone/tests.sh:31: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-32- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:33: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-34-done ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-48- test $v = 1 || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:49: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-50- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:51: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-52-done ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-58-$MAKEJOURNAL test test.orig.db test.changed.db test.orig.db.jnl 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:59:jlines=`$JOURNALPRINT test.orig.db.jnl | wc -l` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-60-[ $jlines = 3 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-65-cmp -s test.changed.db test.out2.db || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:66:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-67-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:68:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-69- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-79-grep "'example' found type SPF" test.out2.$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:80:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-81-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:82:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-83- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-87-$CHECKZONE -l 600 example zones/good1.db > test.out2.$n 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:88:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-89-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:90:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-91- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-95-$CHECKZONE -f raw -l 600 example good1.db.raw > test.out2.$n 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:96:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-97-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:98:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-99- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-103-$CHECKZONE -f map -l 600 example good1.db.map > test.out2.$n 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:104:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-105-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:106:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-107- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-111-grep "inherited.owner" test.out1.$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:112:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-113-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:114:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-115- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-119-grep "inherited.owner" test.out1.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:120:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-121-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:122:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-123- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-127-grep "inherited.owner" test.out1.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:128:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-129-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:130:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-131- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-135-grep "failed: bad class" test.out.$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:136:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-137-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:138:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-139- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-164-test $ret -eq 1 || $CHECKZONE $q dyn.example.net zones/crashzone.db || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:165:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-166-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:167:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-168- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-172-grep "is below a DNAME" test.out.$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:173:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-174-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:175:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-176- ############################################## bind9-9.16.8/bin/tests/system/checkzone/tests.sh-180-grep "is below a DNAME" test.out.$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/checkzone/tests.sh:181:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-182-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/checkzone/tests.sh:183:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/checkzone/tests.sh-184- ############################################## bind9-9.16.8/bin/tests/system/ckdnsrps.sh-39-done bind9-9.16.8/bin/tests/system/ckdnsrps.sh:40:shift `expr $OPTIND - 1 || true` bind9-9.16.8/bin/tests/system/ckdnsrps.sh-41-if [ "$#" -ne 0 ]; then ############################################## bind9-9.16.8/bin/tests/system/conf.sh.common-97- bind9-9.16.8/bin/tests/system/conf.sh.common:98:SYSTESTDIR="`basename $PWD`" bind9-9.16.8/bin/tests/system/conf.sh.common-99- ############################################## bind9-9.16.8/bin/tests/system/conf.sh.common-188-digcomp() { bind9-9.16.8/bin/tests/system/conf.sh.common:189: output=`$PERL $SYSTEMTESTTOP/digcomp.pl "$@"` bind9-9.16.8/bin/tests/system/conf.sh.common-190- result=$? ############################################## bind9-9.16.8/bin/tests/system/conf.sh.common-394- [ -f $1.prev ] || nextpartreset $1 bind9-9.16.8/bin/tests/system/conf.sh.common:395: prev=`cat $1.prev` bind9-9.16.8/bin/tests/system/conf.sh.common-396- awk "NR > $prev "'{ print } ############################################## bind9-9.16.8/bin/tests/system/conf.sh.common-502-rndc_reload() { bind9-9.16.8/bin/tests/system/conf.sh.common:503: echo_i "`$RNDC -c ../common/rndc.conf -s $2 -p ${CONTROLPORT} reload $3 2>&1 | sed 's/^/'$1' /'`" bind9-9.16.8/bin/tests/system/conf.sh.common-504- # reloading single zone is synchronous, if we're reloading whole server ############################################## bind9-9.16.8/bin/tests/system/conf.sh.common-514-rndc_reconfig() { bind9-9.16.8/bin/tests/system/conf.sh.common:515: echo_i "`$RNDC -c ../common/rndc.conf -s $2 -p ${CONTROLPORT} reconfig 2>&1 | sed 's/^/'$1' /'`" bind9-9.16.8/bin/tests/system/conf.sh.common-516- for __try in 0 1 2 3 4 5 6 7 8 9; do ############################################## bind9-9.16.8/bin/tests/system/conf.sh.common-578- LOGFILE="$1" bind9-9.16.8/bin/tests/system/conf.sh.common:579: PEER="`echo $2 | sed 's/\./\\\\./g'`" bind9-9.16.8/bin/tests/system/conf.sh.common:580: ZONE="`echo $3 | sed 's/\./\\\\./g'`" bind9-9.16.8/bin/tests/system/conf.sh.common-581- MESSAGE="$4" ############################################## bind9-9.16.8/bin/tests/system/conf.sh.win32-20-# Make it absolute so that it continues to work after we cd. bind9-9.16.8/bin/tests/system/conf.sh.win32:21:TOP=`cd $TOP && pwd` bind9-9.16.8/bin/tests/system/conf.sh.win32-22-TOP_SRCDIR="$TOP" ############################################## bind9-9.16.8/bin/tests/system/conf.sh.win32-36-CHECKCONF=$TOP/Build/$VSCONF/named-checkconf@EXEEXT@ bind9-9.16.8/bin/tests/system/conf.sh.win32:37:CHECKDS="$PYTHON `cygpath -w $TOP/bin/python/dnssec-checkds.py`" bind9-9.16.8/bin/tests/system/conf.sh.win32-38-CHECKZONE=$TOP/Build/$VSCONF/named-checkzone@EXEEXT@ bind9-9.16.8/bin/tests/system/conf.sh.win32:39:COVERAGE="$PYTHON `cygpath -w $TOP/bin/python/dnssec-coverage.py`" bind9-9.16.8/bin/tests/system/conf.sh.win32-40-DDNSCONFGEN=$TOP/Build/$VSCONF/ddns-confgen@EXEEXT@ ############################################## bind9-9.16.8/bin/tests/system/conf.sh.win32-50-KEYGEN=$TOP/Build/$VSCONF/dnssec-keygen@EXEEXT@ bind9-9.16.8/bin/tests/system/conf.sh.win32:51:KEYMGR="$PYTHON `cygpath -w $TOP/bin/python/dnssec-keymgr.py`" bind9-9.16.8/bin/tests/system/conf.sh.win32-52-MDIG=$TOP/Build/$VSCONF/mdig@EXEEXT@ ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-38-do bind9-9.16.8/bin/tests/system/cookie/tests.sh:39: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-40- echo_i "checking that named-checkconf detects error in $bad ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-43- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:44: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-45-done ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-48-do bind9-9.16.8/bin/tests/system/cookie/tests.sh:49: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-50- echo_i "checking that named-checkconf detects accepts $good ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-53- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:54: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-55-done bind9-9.16.8/bin/tests/system/cookie/tests.sh-56- bind9-9.16.8/bin/tests/system/cookie/tests.sh:57:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-58-echo_i "checking RCODE=FORMERR to query without question section and without COOKIE option ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-65- bind9-9.16.8/bin/tests/system/cookie/tests.sh:66:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-67-echo_i "checking RCODE=NOERROR to query without question section and with COOKIE option ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-72-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:73:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-74- bind9-9.16.8/bin/tests/system/cookie/tests.sh:75:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-76-echo_i "checking COOKIE token is returned to empty COOKIE option ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-81-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:82:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-83- bind9-9.16.8/bin/tests/system/cookie/tests.sh:84:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-85-echo_i "checking COOKIE is not returned when answer-cookie is false ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-90-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:91:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-92- bind9-9.16.8/bin/tests/system/cookie/tests.sh:93:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-94-echo_i "checking response size without COOKIE ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-98-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:99:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-100- bind9-9.16.8/bin/tests/system/cookie/tests.sh:101:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-102-echo_i "checking response size without valid COOKIE ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-107-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:108:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-109- bind9-9.16.8/bin/tests/system/cookie/tests.sh:110:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-111-echo_i "checking response size with COOKIE ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-113-$DIG $DIGOPTS +cookie large.example txt @10.53.0.1 > dig.out.test$n.l bind9-9.16.8/bin/tests/system/cookie/tests.sh:114:cookie=`getcookie dig.out.test$n.l` bind9-9.16.8/bin/tests/system/cookie/tests.sh-115-$DIG $DIGOPTS +qr +cookie=$cookie large.example txt @10.53.0.1 +ignore > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-118-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:119:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-120- bind9-9.16.8/bin/tests/system/cookie/tests.sh:121:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-122-echo_i "checking response size with COOKIE recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-127-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:128:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-129- bind9-9.16.8/bin/tests/system/cookie/tests.sh:130:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-131-echo_i "checking COOKIE is learnt for TCP retry ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-133-$DIG $DIGOPTS +qr +cookie large.example txt @10.53.0.1 > dig.out.test$n bind9-9.16.8/bin/tests/system/cookie/tests.sh:134:linecount=`getcookie dig.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/cookie/tests.sh-135-if [ $linecount != 3 ]; then ret=1; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:136:checkfull=`getcookie dig.out.test$n | fullcookie` bind9-9.16.8/bin/tests/system/cookie/tests.sh-137-if [ $checkfull != 1 ]; then ret=1; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh-138-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:139:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-140- bind9-9.16.8/bin/tests/system/cookie/tests.sh:141:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-142-echo_i "checking for COOKIE value in adb ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-146-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:147:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-148- bind9-9.16.8/bin/tests/system/cookie/tests.sh:149:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-150-echo_i "checking require-server-cookie default (no) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-153-grep BADCOOKIE dig.out.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/cookie/tests.sh:154:linecount=`getcookie dig.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/cookie/tests.sh-155-if [ $linecount != 2 ]; then ret=1; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh-156-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:157:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-158- bind9-9.16.8/bin/tests/system/cookie/tests.sh:159:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-160-echo_i "checking require-server-cookie yes ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-165-grep BADCOOKIE dig.out.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/cookie/tests.sh:166:linecount=`getcookie dig.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/cookie/tests.sh-167-if [ $linecount != 2 ]; then ret=1; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh-168-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:169:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-170- bind9-9.16.8/bin/tests/system/cookie/tests.sh:171:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-172-echo_i "checking require-server-cookie yes with rate-limit ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-176-grep BADCOOKIE dig.out.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/cookie/tests.sh:177:linecount=`getcookie dig.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/cookie/tests.sh-178-if [ $linecount != 2 ]; then ret=1; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh-179-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:180:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-181- bind9-9.16.8/bin/tests/system/cookie/tests.sh:182:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-183-echo_i "send undersized cookie ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-187-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:188:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-189- bind9-9.16.8/bin/tests/system/cookie/tests.sh:190:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-191-echo_i "send oversized for named cookie ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-195-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:196:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-197- bind9-9.16.8/bin/tests/system/cookie/tests.sh:198:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-199-echo_i "send oversized for named cookie with server requiring a good cookie ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-203-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:204:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-205- ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-222- bind9-9.16.8/bin/tests/system/cookie/tests.sh:223:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-224-echo_i "get NS4 cookie for cross server checking ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-227-grep "; COOKIE:.*(good)" dig.out.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/cookie/tests.sh:228:ns4cookie=`getcookie dig.out.test$n` bind9-9.16.8/bin/tests/system/cookie/tests.sh-229-test -n "$ns4cookie" || ret=1 bind9-9.16.8/bin/tests/system/cookie/tests.sh-230-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:231:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-232- bind9-9.16.8/bin/tests/system/cookie/tests.sh:233:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-234-echo_i "get NS5 cookie for cross server checking ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-237-grep "; COOKIE:.*(good)" dig.out.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/cookie/tests.sh:238:ns5cookie=`getcookie dig.out.test$n` bind9-9.16.8/bin/tests/system/cookie/tests.sh-239-test -n "$ns5cookie" || ret=1 bind9-9.16.8/bin/tests/system/cookie/tests.sh-240-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:241:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-242- bind9-9.16.8/bin/tests/system/cookie/tests.sh:243:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-244-echo_i "get NS6 cookie for cross server checking ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-247-grep "; COOKIE:.*(good)" dig.out.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/cookie/tests.sh:248:ns6cookie=`getcookie dig.out.test$n` bind9-9.16.8/bin/tests/system/cookie/tests.sh-249-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:250:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-251- bind9-9.16.8/bin/tests/system/cookie/tests.sh:252:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-253-echo_i "test NS4 cookie on NS5 (expect success) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-258-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:259:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-260- bind9-9.16.8/bin/tests/system/cookie/tests.sh:261:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-262-echo_i "test NS4 cookie on NS6 (expect badcookie) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-267-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:268:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-269- bind9-9.16.8/bin/tests/system/cookie/tests.sh:270:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-271-echo_i "test NS5 cookie on NS4 (expect success) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-276-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:277:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-278- bind9-9.16.8/bin/tests/system/cookie/tests.sh:279:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-280-echo_i "test NS5 cookie on NS6 (expect badcookie) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-285-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:286:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-287- bind9-9.16.8/bin/tests/system/cookie/tests.sh:288:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-289-echo_i "test NS6 cookie on NS4 (expect badcookie) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-294-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:295:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-296- bind9-9.16.8/bin/tests/system/cookie/tests.sh:297:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/cookie/tests.sh-298-echo_i "test NS6 cookie on NS5 (expect success) ($n)" ############################################## bind9-9.16.8/bin/tests/system/cookie/tests.sh-303-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/cookie/tests.sh:304:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/cookie/tests.sh-305- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-20-dir=01-ksk-inactive bind9-9.16.8/bin/tests/system/coverage/setup.sh:21:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-22-$SETTIME -K $dir -I +9mo -D +1y $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:23:ksk2=`$KEYGEN -q -K $dir -S $ksk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh-24-$SETTIME -K $dir -I +7mo $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:25:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-26- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-28-dir=02-zsk-inactive bind9-9.16.8/bin/tests/system/coverage/setup.sh:29:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-30-$SETTIME -K $dir -I +9mo -D +1y $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:31:zsk2=`$KEYGEN -q -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh-32-$SETTIME -K $dir -I +7mo $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:33:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-34- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-36-dir=03-ksk-unpublished bind9-9.16.8/bin/tests/system/coverage/setup.sh:37:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-38-$SETTIME -K $dir -I +9mo -D +1y $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:39:ksk2=`$KEYGEN -q -K $dir -S $ksk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh-40-$SETTIME -K $dir -D +6mo $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:41:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-42- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-44-dir=04-zsk-unpublished bind9-9.16.8/bin/tests/system/coverage/setup.sh:45:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-46-$SETTIME -K $dir -I +9mo -D +1y $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:47:zsk2=`$KEYGEN -q -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh-48-$SETTIME -K $dir -D +6mo $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:49:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-50- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-53-dir=05-ksk-unpub-active bind9-9.16.8/bin/tests/system/coverage/setup.sh:54:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-55-$SETTIME -K $dir -I +9mo -D +8mo $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:56:ksk2=`$KEYGEN -q -K $dir -S $ksk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh:57:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-58- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-61-dir=06-zsk-unpub-active bind9-9.16.8/bin/tests/system/coverage/setup.sh:62:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-63-$SETTIME -K $dir -I +9mo -D +8mo $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:64:zsk2=`$KEYGEN -q -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh:65:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-66- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-68-dir=07-ksk-ttl bind9-9.16.8/bin/tests/system/coverage/setup.sh:69:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-70-$SETTIME -K $dir -I +9mo -D +1y $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:71:ksk2=`$KEYGEN -q -K $dir -S $ksk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh-72-# allow only 1 day between publication and activation bind9-9.16.8/bin/tests/system/coverage/setup.sh-73-$SETTIME -K $dir -P +269d $ksk2 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:74:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-75- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-77-dir=08-zsk-ttl bind9-9.16.8/bin/tests/system/coverage/setup.sh:78:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-79-$SETTIME -K $dir -I +9mo -D +1y $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:80:zsk2=`$KEYGEN -q -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh-81-# allow only 1 day between publication and activation bind9-9.16.8/bin/tests/system/coverage/setup.sh-82-$SETTIME -K $dir -P +269d $zsk2 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:83:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-84- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-86-dir=09-check-zsk bind9-9.16.8/bin/tests/system/coverage/setup.sh:87:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-88-$SETTIME -K $dir -I +9mo -D +1y $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:89:ksk2=`$KEYGEN -q -K $dir -S $ksk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh-90-$SETTIME -K $dir -I +7mo $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:91:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-92- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-94-dir=10-check-ksk bind9-9.16.8/bin/tests/system/coverage/setup.sh:95:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-96-$SETTIME -K $dir -I +9mo -D +1y $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:97:zsk2=`$KEYGEN -q -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh-98-$SETTIME -K $dir -I +7mo $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:99:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-100- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-102-dir=11-cutoff bind9-9.16.8/bin/tests/system/coverage/setup.sh:103:zsk1=`$KEYGEN -q -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-104-$SETTIME -K $dir -I +18mo -D +2y $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:105:zsk2=`$KEYGEN -q -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/coverage/setup.sh-106-$SETTIME -K $dir -I +16mo $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/coverage/setup.sh:107:ksk1=`$KEYGEN -q -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-108- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-110-dir=12-ksk-deletion bind9-9.16.8/bin/tests/system/coverage/setup.sh:111:ksk1=`$KEYGEN -q -K $dir -f KSK -a 8 -b 2048 -I +40d -D +40d example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh:112:ksk2=`$KEYGEN -q -K $dir -S $ksk1.key example.com` bind9-9.16.8/bin/tests/system/coverage/setup.sh-113- ############################################## bind9-9.16.8/bin/tests/system/coverage/setup.sh-115-dir=13-dotted-dotless bind9-9.16.8/bin/tests/system/coverage/setup.sh:116:zsk1=`$KEYGEN -q -K $dir -a rsasha256 one.example` bind9-9.16.8/bin/tests/system/coverage/setup.sh:117:zsk2=`$KEYGEN -q -K $dir -a rsasha256 two.example` ############################################## bind9-9.16.8/bin/tests/system/coverage/tests.sh-46- # check for correct number of errors bind9-9.16.8/bin/tests/system/coverage/tests.sh:47: found=`grep ERROR coverage.$n | wc -l` bind9-9.16.8/bin/tests/system/coverage/tests.sh-48- if [ $found -ne $error ]; then ############################################## bind9-9.16.8/bin/tests/system/coverage/tests.sh-53- # check for correct number of warnings bind9-9.16.8/bin/tests/system/coverage/tests.sh:54: found=`grep WARNING coverage.$n | wc -l` bind9-9.16.8/bin/tests/system/coverage/tests.sh-55- if [ $found -ne $warn ]; then ############################################## bind9-9.16.8/bin/tests/system/coverage/tests.sh-60- # check for correct number of OKs bind9-9.16.8/bin/tests/system/coverage/tests.sh:61: found=`grep "No errors found" coverage.$n | wc -l` bind9-9.16.8/bin/tests/system/coverage/tests.sh-62- if [ $found -ne $ok ]; then ############################################## bind9-9.16.8/bin/tests/system/coverage/tests.sh-66- bind9-9.16.8/bin/tests/system/coverage/tests.sh:67: found=`matchall coverage.$n "$match"` bind9-9.16.8/bin/tests/system/coverage/tests.sh-68- if [ "$found" = "FAIL" ]; then ############################################## bind9-9.16.8/bin/tests/system/coverage/tests.sh-72- bind9-9.16.8/bin/tests/system/coverage/tests.sh:73: found=`grep Traceback coverage.$n | wc -l` bind9-9.16.8/bin/tests/system/coverage/tests.sh-74- if [ $found -ne 0 ]; then ############################################## bind9-9.16.8/bin/tests/system/coverage/tests.sh-78- bind9-9.16.8/bin/tests/system/coverage/tests.sh:79: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/coverage/tests.sh-80- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/coverage/tests.sh:81: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/coverage/tests.sh-82-done ############################################## bind9-9.16.8/bin/tests/system/database/tests.sh-28-grep "hostmaster\.isc\.org" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/database/tests.sh:29:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/database/tests.sh-30-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/database/tests.sh:31:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/database/tests.sh-32- ############################################## bind9-9.16.8/bin/tests/system/database/tests.sh-44- grep "marka\.isc\.org" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/database/tests.sh:45: try=`expr $try + 1` bind9-9.16.8/bin/tests/system/database/tests.sh-46- test $ret -eq 0 && break bind9-9.16.8/bin/tests/system/database/tests.sh-47-done bind9-9.16.8/bin/tests/system/database/tests.sh:48:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/database/tests.sh-49-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/database/tests.sh:50:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/database/tests.sh-51- ############################################## bind9-9.16.8/bin/tests/system/delzone/tests.sh-23-grep '^a.normal.example' dig.out.ns2.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/delzone/tests.sh:24:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/delzone/tests.sh-25-if [ $ret != 0 ]; then echo "I:failed"; fi bind9-9.16.8/bin/tests/system/delzone/tests.sh:26:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/delzone/tests.sh-27- ############################################## bind9-9.16.8/bin/tests/system/delzone/tests.sh-56- ) bind9-9.16.8/bin/tests/system/delzone/tests.sh:57: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/delzone/tests.sh-58- if [ $ret != 0 ]; then echo "I:failed"; fi bind9-9.16.8/bin/tests/system/delzone/tests.sh:59: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/delzone/tests.sh-60-fi ############################################## bind9-9.16.8/bin/tests/system/dialup/tests.sh-31- then bind9-9.16.8/bin/tests/system/dialup/tests.sh:32: try=`expr $try + 1` bind9-9.16.8/bin/tests/system/dialup/tests.sh-33- sleep 1 ############################################## bind9-9.16.8/bin/tests/system/dialup/tests.sh-40-if [ $ret != 0 ]; then echo "I:failed"; fi bind9-9.16.8/bin/tests/system/dialup/tests.sh:41:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dialup/tests.sh-42- ############################################## bind9-9.16.8/bin/tests/system/dialup/tests.sh-50- then bind9-9.16.8/bin/tests/system/dialup/tests.sh:51: try=`expr $try + 1` bind9-9.16.8/bin/tests/system/dialup/tests.sh-52- sleep 1 ############################################## bind9-9.16.8/bin/tests/system/dialup/tests.sh-59-if [ $ret != 0 ]; then echo "I:failed"; fi bind9-9.16.8/bin/tests/system/dialup/tests.sh:60:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dialup/tests.sh-61- ############################################## bind9-9.16.8/bin/tests/system/digdelv/tests.sh-806- # Sanity check: ensure ans5 behaves as expected. bind9-9.16.8/bin/tests/system/digdelv/tests.sh:807: [ `grep "communications error.*end of file" dig.out.test$n | wc -l` -eq 2 ] || ret=1 bind9-9.16.8/bin/tests/system/digdelv/tests.sh-808- if [ $ret -ne 0 ]; then echo_i "failed"; fi ############################################## bind9-9.16.8/bin/tests/system/digdelv/tests.sh-816- # Sanity check: ensure ans5 behaves as expected. bind9-9.16.8/bin/tests/system/digdelv/tests.sh:817: [ `grep "communications error.*end of file" dig.out.test$n | wc -l` -eq 2 ] || ret=1 bind9-9.16.8/bin/tests/system/digdelv/tests.sh-818- if [ $ret -ne 0 ]; then echo_i "failed"; fi ############################################## bind9-9.16.8/bin/tests/system/digdelv/tests.sh-826- # Sanity check: ensure ans5 behaves as expected. bind9-9.16.8/bin/tests/system/digdelv/tests.sh:827: [ `grep "communications error.*end of file" dig.out.test$n | wc -l` -eq 2 ] || ret=1 bind9-9.16.8/bin/tests/system/digdelv/tests.sh-828- if [ $ret -ne 0 ]; then echo_i "failed"; fi ############################################## bind9-9.16.8/bin/tests/system/digdelv/tests.sh-836- # Sanity check: ensure ans5 behaves as expected. bind9-9.16.8/bin/tests/system/digdelv/tests.sh:837: [ `grep "communications error.*end of file" dig.out.test$n | wc -l` -eq 2 ] || ret=1 bind9-9.16.8/bin/tests/system/digdelv/tests.sh-838- if [ $ret -ne 0 ]; then echo_i "failed"; fi ############################################## bind9-9.16.8/bin/tests/system/digdelv/tests.sh-846- # Sanity check: ensure ans5 behaves as expected. bind9-9.16.8/bin/tests/system/digdelv/tests.sh:847: [ `grep "communications error.*end of file" dig.out.test$n | wc -l` -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/digdelv/tests.sh-848- if [ $ret -ne 0 ]; then echo_i "failed"; fi ############################################## bind9-9.16.8/bin/tests/system/digdelv/tests.sh-856- # Sanity check: ensure ans5 behaves as expected. bind9-9.16.8/bin/tests/system/digdelv/tests.sh:857: [ `grep "communications error.*end of file" dig.out.test$n | wc -l` -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/digdelv/tests.sh-858- if [ $ret -ne 0 ]; then echo_i "failed"; fi ############################################## bind9-9.16.8/bin/tests/system/digdelv/tests.sh-966- dig_with_opts @10.53.0.3 a.example +bufsize=0 +bufsize +qr > dig.out.test$n 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/digdelv/tests.sh:967: lines1232=`grep "EDNS:.* udp: 1232" dig.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/digdelv/tests.sh:968: lines4096=`grep "EDNS:.* udp: 4096" dig.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/digdelv/tests.sh-969- test $lines1232 -eq 1 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/dlz/tests.sh-31-grep "flags:[^;]* aa[ ;]" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dlz/tests.sh:32:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dlz/tests.sh-33-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dlz/tests.sh:34:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlz/tests.sh-35- ############################################## bind9-9.16.8/bin/tests/system/dlz/tests.sh-41-grep "example.com..*10.IN.NS.example.com." dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dlz/tests.sh:42:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dlz/tests.sh-43-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dlz/tests.sh:44:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlz/tests.sh-45- ############################################## bind9-9.16.8/bin/tests/system/dlz/tests.sh-51-grep "example.com..*10.IN.NS.example.com." dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/dlz/tests.sh:52:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dlz/tests.sh-53-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dlz/tests.sh:54:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlz/tests.sh-55- ############################################## bind9-9.16.8/bin/tests/system/dlz/tests.sh-61-grep "example.com..*10.IN.NS.example.com." dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/dlz/tests.sh:62:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dlz/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dlz/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlz/tests.sh-65- ############################################## bind9-9.16.8/bin/tests/system/dlz/tests.sh-69-grep status: dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dlz/tests.sh:70:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dlz/tests.sh-71-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dlz/tests.sh:72:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlz/tests.sh-73- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-21-newtest() { bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:22: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-23- echo_i "${1} (${n})" ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-46- bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:47: out=`$DIG $DIGOPTS -t $type -q $host | egrep "^$host"` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:48: lines=`echo "$out" | grep "$digout" | wc -l` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-49- [ $lines -eq 1 ] || { ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-57-test_update testdc1.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:58:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-59- bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-60-test_update testdc2.example.nil. A "86400 A 10.53.0.11" "10.53.0.11" || ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:61:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-62- bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-63-test_update testdc3.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-65- bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-66-test_update deny.example.nil. TXT "86400 TXT helloworld" "helloworld" should_fail && ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:67:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-68- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-72-grep "ANSWER: 0" dig.out.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:73:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-74- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-82-$NSUPDATE -k ns1/ddns.key ns1/update.txt > /dev/null 2>&1 && ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:83:out=`$DIG $DIGOPTS +short a testdc3.example.nil` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-84-[ "$out" = "10.53.0.12" ] && ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-85-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:86:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-87- bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-88-newtest "testing passing client info into DLZ driver" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:89:out=`$DIG $DIGOPTS +short -t txt -q source-addr.example.nil | grep -v '^;'` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:90:addr=`eval echo "$out" | cut -f1 -d'#'` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-91-[ "$addr" = "10.53.0.1" ] || ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-92-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:93:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-94- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-103-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:104:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-105- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-107-test_update testdc1.alternate.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:108:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-109- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-111-$DIG $DIGOPTS +noall +answer axfr example.nil > dig.out.example.ns1.test$n bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:112:lines=`cat dig.out.example.ns1.test$n | wc -l` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-113-[ ${lines:-0} -eq 4 ] || ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-114-$DIG $DIGOPTS +noall +answer axfr alternate.nil > dig.out.alternate.ns1.test$n bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:115:lines=`cat dig.out.alternate.ns1.test$n | wc -l` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-116-[ ${lines:-0} -eq 5 ] || ret=1 bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-117-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:118:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-119- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-125-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:126:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-127- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-135-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:136:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-137- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-141-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:142:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-143- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-147-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:148:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-149- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-153-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:154:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-155- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-163-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:164:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-165- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-179-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:180:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-181- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-185-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:186:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-187- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-191-[ "$ret" -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:192:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-193- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-199-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:200:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-201- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-206-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:207:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-208- ############################################## bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-216-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh:217:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dlzexternal/tests.sh-218- ############################################## bind9-9.16.8/bin/tests/system/dns64/ns1/sign.sh-18- bind9-9.16.8/bin/tests/system/dns64/ns1/sign.sh:19:key1=`$KEYGEN -q -a rsasha256 $zone` bind9-9.16.8/bin/tests/system/dns64/ns1/sign.sh:20:key2=`$KEYGEN -q -a rsasha256 -fk $zone` bind9-9.16.8/bin/tests/system/dns64/ns1/sign.sh-21- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-26- $CHECKCONF "$conf" || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:27: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-28- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:29: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-30-done ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-36- $CHECKCONF "$conf" >/dev/null && ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:37: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-38- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:39: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-40-done ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-48-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:49:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-50-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:51:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-52- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-57-grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:58:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-59-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:60:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-61- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-66-grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:67:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-68-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:69:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-70- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-75-grep "2001:aaaa::1.2.3.4" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:76:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-77-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:78:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-79- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-84-grep "2001:bbbb::1.2.3.5" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:85:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-86-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:87:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-88- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-95-grep "::ffff:1.2.3.5" dig.out.ns2.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:96:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-97-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:98:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-99- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-104-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:105:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-106-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:107:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-108- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-113-grep "2001:bbbb::102:305" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:114:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-115-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:116:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-117- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-123-grep "2001::3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:124:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-125-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:126:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-127- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-133-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:134:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-135-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:136:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-137- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-143-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:144:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-145-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:146:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-147- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-152-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:153:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-154-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:155:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-156- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-161-grep "2001:aaaa::102:305" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:162:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-163-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:164:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-165- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-170-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:171:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-172-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:173:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-174- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-179-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:180:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-181-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:182:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-183- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-188-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:189:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-190-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:191:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-192- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-196-grep "status: NXDOMAIN" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:197:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-198-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:199:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-200- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-205-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:206:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-207-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:208:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-209- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-214-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:215:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-216-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:217:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-218- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-223-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:224:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-225-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:226:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-227- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-232-grep "2001:aaaa::1.2.3.4" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:233:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-234-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:235:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-236- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-241-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:242:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-243-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:244:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-245- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-250-grep "2001:aaaa::102:305" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:251:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-252-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:253:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-254- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-259-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:260:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-261-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:262:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-263- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-269-grep "CNAME a-not-mapped.example." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:270:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-271-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:272:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-273- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-279-grep "CNAME mx-only.example." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:280:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-281-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:282:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-283- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-288-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:289:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-290-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:291:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-292- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-299-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:300:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-301-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:302:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-303- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-308-grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:309:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-310-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:311:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-312- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-317-grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:318:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-319-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:320:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-321- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-326-grep "2001:bbbb::1.2.3.4" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:327:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-328-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:329:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-330- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-336-grep "2001::3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:337:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-338-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:339:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-340- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-346-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:347:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-348-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:349:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-350- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-356-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:357:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-358-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:359:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-360- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-365-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:366:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-367-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:368:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-369- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-374-grep "2001:bbbb::102:305" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:375:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-376-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:377:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-378- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-383-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:384:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-385-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:386:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-387- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-392-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:393:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-394-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:395:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-396- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-401-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:402:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-403-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:404:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-405- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-409-grep "status: NXDOMAIN" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:410:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-411-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:412:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-413- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-418-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:419:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-420-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:421:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-422- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-427-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:428:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-429-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:430:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-431- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-436-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:437:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-438-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:439:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-440- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-446-grep "2001:bbbb::102:304" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:447:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-448-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:449:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-450- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-455-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:456:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-457-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:458:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-459- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-464-grep "2001:bbbb::102:305" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:465:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-466-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:467:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-468- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-473-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:474:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-475-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:476:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-477- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-483-grep "CNAME a-not-mapped.example." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:484:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-485-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:486:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-487- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-493-grep "CNAME mx-only.example." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:494:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-495-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:496:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-497- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-502-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:503:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-504-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:505:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-506- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-513-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:514:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-515-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:516:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-517- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-523-grep "2001:eeee::3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:524:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-525-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:526:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-527- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-533-grep "2001:eeee::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:534:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-535-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:536:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-537- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-542-grep "2001:eeee::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:543:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-544-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:545:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-546- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-553-grep "2001::3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:554:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-555-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:556:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-557- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-564-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:565:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-566-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:567:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-568- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-575-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:576:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-577-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:578:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-579- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-584-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:585:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-586-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:587:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-588- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-593-grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:594:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-595-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:596:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-597- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-602-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:603:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-604-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:605:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-606- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-611-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:612:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-613-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:614:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-615- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-620-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:621:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-622-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:623:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-624- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-628-grep "status: NXDOMAIN" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:629:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-630-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:631:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-632- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-637-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:638:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-639-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:640:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-641- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-647-grep "2001:eeee::3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:648:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-649-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:650:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-651- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-657-grep "2001:eeee::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:658:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-659-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:660:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-661- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-667-grep "2001:eeee::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:668:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-669-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:670:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-671- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-676-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:677:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-678-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:679:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-680- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-686-grep "CNAME a-only.example." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:687:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-688-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:689:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-690- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-695-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:696:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-697-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:698:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-699- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-705-grep "CNAME a-not-mapped.example." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:706:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-707-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:708:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-709- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-715-grep "CNAME mx-only.example." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:716:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-717-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:718:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-719- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-724-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:725:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-726-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:727:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-728- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-735-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:736:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-737-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:738:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-739- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-744-grep "2001:eeee::3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:745:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-746-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:747:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-748- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-753-grep "2001:eeee::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:754:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-755-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:756:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-757- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-762-grep "2001:eeee::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:763:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-764-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:765:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-766- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-771-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:772:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-773-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:774:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-775- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-780-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:781:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-782-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:783:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-784- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-789-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:790:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-791-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:792:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-793- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-798-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:799:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-800-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:801:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-802- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-807-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:808:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-809-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:810:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-811- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-815-grep "status: NXDOMAIN" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:816:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-817-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:818:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-819- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-824-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:825:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-826-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:827:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-828- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-833-grep "2001:eeee::3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:834:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-835-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:836:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-837- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-842-grep "2001:eeee::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:843:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-844-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:845:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-846- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-851-grep "2001:eeee::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:852:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-853-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:854:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-855- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-860-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:861:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-862-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:863:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-864- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-869-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:870:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-871-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:872:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-873- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-878-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:879:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-880-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:881:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-882- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-888-grep "CNAME a-not-mapped.example." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:889:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-890-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:891:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-892- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-898-grep "CNAME mx-only.example." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:899:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-900-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:901:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-902- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-907-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:908:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-909-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:910:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-911- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-918-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:919:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-920-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:921:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-922- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-927-grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:928:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-929-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:930:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-931- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-936-grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:937:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-938-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:939:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-940- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-945-grep "2001:aaaa::102:304" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:946:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-947-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:948:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-949- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-954-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:955:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-956-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:957:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-958- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-963-grep "2001:aaaa::102:305" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:964:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-965-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:966:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-967- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-972-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:973:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-974-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:975:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-976- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-981-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:982:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-983-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:984:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-985- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-990-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:991:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-992-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:993:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-994- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-998-grep "status: NXDOMAIN" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:999:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1000-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1001:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1002- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1007-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1008:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1009-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1010:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1011- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1016-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1017:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1018-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1019:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1020- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1025-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1026:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1027-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1028:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1029- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1034-grep "2001:aaaa::102:304" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1035:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1036-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1037:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1038- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1043-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1044:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1045-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1046:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1047- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1052-grep "2001:aaaa::102:305" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1053:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1054-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1055:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1056- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1061-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1062:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1063-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1064:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1065- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1071-grep "CNAME a-not-mapped.signed." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1072:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1073-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1074:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1075- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1081-grep "CNAME mx-only.signed." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1082:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1083-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1084:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1085- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1090-grep "ANSWER: 1," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1091:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1092-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1093:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1094- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1100-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1101:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1102-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1103:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1104- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1109-grep "2001:eeee::3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1110:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1111-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1112:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1113- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1118-grep "2001:eeee::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1119:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1120-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1121:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1122- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1127-grep "2001:eeee::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1128:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1129-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1130:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1131- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1136-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1137:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1138-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1139:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1140- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1145-grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1146:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1147-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1148:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1149- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1154-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1155:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1156-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1157:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1158- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1163-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1164:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1165-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1166:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1167- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1172-grep "ANSWER: 0" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1173:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1174-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1175:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1176- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1180-grep "status: NXDOMAIN" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1181:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1182-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1183:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1184- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1189-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1190:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1191-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1192:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1193- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1198-grep "2001:eeee::3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1199:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1200-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1201:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1202- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1207-grep "2001:eeee::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1208:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1209-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1210:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1211- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1216-grep "2001:eeee::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1217:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1218-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1219:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1220- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1225-grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1226:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1227-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1228:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1229- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1235-grep "2001:aaaa::102:305" dig.out.ns2.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1236:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1237-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1238:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1239- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1244-grep "2001::1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1245:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1246-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1247:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1248- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1254-grep "CNAME a-not-mapped.signed." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1255:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1256-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1257:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1258- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1264-grep "CNAME mx-only.signed." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1265:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1266-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1267:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1268- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1273-grep "ANSWER: 2," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1274:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1275-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1276:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1277- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1281-grep -i "CNAME.1.0.0.10.IN-ADDR.ARPA.$" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1282:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1283-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1284:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1285- bind9-9.16.8/bin/tests/system/dns64/tests.sh:1286:list=`$DIG $DIGOPTS -b 10.53.0.6 @10.53.0.2 +short aaaa a-only.example | sort` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1287-for a in $list ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1292- grep -i "CNAME.5.3.2.1.IN-ADDR.ARPA." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1293: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1294- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1295: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1296-done bind9-9.16.8/bin/tests/system/dns64/tests.sh-1297- bind9-9.16.8/bin/tests/system/dns64/tests.sh:1298:rev=`$ARPANAME 2001:aaaa::10.0.0.1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1299-regex='..\(.*.IP6.ARPA\)' bind9-9.16.8/bin/tests/system/dns64/tests.sh:1300:rev=`expr "${rev}" : "${regex}"` bind9-9.16.8/bin/tests/system/dns64/tests.sh:1301:fin=`expr "${rev}" : "............${regex}"` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1302-while test "${rev}" != "${fin}" ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1308- grep -i "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1309: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1310- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1311: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh:1312: rev=`expr "${rev}" : "${regex}"` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1313-done ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1318-grep "SOA.dns64.example.net..hostmaster.example.net." dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1319:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1320-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1321:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1322- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1327-grep -i "ttl-less-than-600.example..500.IN.AAAA" dig.out.ns1.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1328:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1329-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1330:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1331- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1336-grep -i "ttl-more-than-600.example..700.IN.AAAA" dig.out.ns1.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1337:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1338-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1339:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1340- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1345-grep -i "ttl-less-than-minimum.example..1100.IN.AAAA" dig.out.ns1.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1346:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1347-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1348:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1349- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1354-grep -i "ttl-more-than-minimum.example..1200.IN.AAAA" dig.out.ns1.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1355:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1356-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1357:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1358- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1363-grep -i "ttl-less-than-600.example..500.IN.AAAA" dig.out.ns1.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1364:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1365-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1366:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1367- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1372-grep -i "ttl-more-than-600.example..700.IN.AAAA" dig.out.ns2.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1373:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1374-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1375:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1376- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1381-grep -i "ttl-less-than-minimum.example..1100.IN.AAAA" dig.out.ns2.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1382:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1383-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1384:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1385- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1390-grep -i "ttl-more-than-minimum.example..1200.IN.AAAA" dig.out.ns2.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1391:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1392-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1393:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1394- ############################################## bind9-9.16.8/bin/tests/system/dns64/tests.sh-1398-grep -i 'rpz.example.*IN.AAAA.2001:96::a0a:a0a' dig.out.ns2.test$n >/dev/null || ret=1 bind9-9.16.8/bin/tests/system/dns64/tests.sh:1399:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1400-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dns64/tests.sh:1401:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dns64/tests.sh-1402- ############################################## bind9-9.16.8/bin/tests/system/dnssec/tests.sh-4003-zone="updatecheck-kskonly.secure" bind9-9.16.8/bin/tests/system/dnssec/tests.sh:4004:KSK=`cat ns2/${zone}.ksk.key` bind9-9.16.8/bin/tests/system/dnssec/tests.sh:4005:ZSK=`cat ns2/${zone}.zsk.key` bind9-9.16.8/bin/tests/system/dnssec/tests.sh:4006:KSK_ID=`cat ns2/${zone}.ksk.id` bind9-9.16.8/bin/tests/system/dnssec/tests.sh:4007:ZSK_ID=`cat ns2/${zone}.zsk.id` bind9-9.16.8/bin/tests/system/dnssec/tests.sh-4008-SECTIONS="+answer +noauthority +noadditional" ############################################## bind9-9.16.8/bin/tests/system/dnssec/tests.sh-4048-keyfile_to_key_id "$zsk2" > ns2/$zone.zsk.id2 bind9-9.16.8/bin/tests/system/dnssec/tests.sh:4049:ZSK_ID2=`cat ns2/$zone.zsk.id2` bind9-9.16.8/bin/tests/system/dnssec/tests.sh-4050- ############################################## bind9-9.16.8/bin/tests/system/dnssec/tests.sh-4120-keyfile_to_key_id "$zsk3" > ns2/$zone.zsk.id3 bind9-9.16.8/bin/tests/system/dnssec/tests.sh:4121:ZSK_ID3=`cat ns2/$zone.zsk.id3` bind9-9.16.8/bin/tests/system/dnssec/tests.sh-4122- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-25- if [ $? != 1 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:26: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-27-done ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-34- if [ $? != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:35: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-36-done ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-44-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:45:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-46- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-92- bind9-9.16.8/bin/tests/system/dnstap/tests.sh:93:udp1=`$DNSTAPREAD ns1/dnstap.out.save | grep "UDP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:94:tcp1=`$DNSTAPREAD ns1/dnstap.out.save | grep "TCP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:95:aq1=`$DNSTAPREAD ns1/dnstap.out.save | grep "AQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:96:ar1=`$DNSTAPREAD ns1/dnstap.out.save | grep "AR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:97:cq1=`$DNSTAPREAD ns1/dnstap.out.save | grep "CQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:98:cr1=`$DNSTAPREAD ns1/dnstap.out.save | grep "CR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:99:rq1=`$DNSTAPREAD ns1/dnstap.out.save | grep "RQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:100:rr1=`$DNSTAPREAD ns1/dnstap.out.save | grep "RR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:101:uq1=`$DNSTAPREAD ns1/dnstap.out.save | grep "UQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:102:ur1=`$DNSTAPREAD ns1/dnstap.out.save | grep "UR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-103- bind9-9.16.8/bin/tests/system/dnstap/tests.sh:104:udp2=`$DNSTAPREAD ns2/dnstap.out.save | grep "UDP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:105:tcp2=`$DNSTAPREAD ns2/dnstap.out.save | grep "TCP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:106:aq2=`$DNSTAPREAD ns2/dnstap.out.save | grep "AQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:107:ar2=`$DNSTAPREAD ns2/dnstap.out.save | grep "AR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:108:cq2=`$DNSTAPREAD ns2/dnstap.out.save | grep "CQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:109:cr2=`$DNSTAPREAD ns2/dnstap.out.save | grep "CR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:110:rq2=`$DNSTAPREAD ns2/dnstap.out.save | grep "RQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:111:rr2=`$DNSTAPREAD ns2/dnstap.out.save | grep "RR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:112:uq2=`$DNSTAPREAD ns2/dnstap.out.save | grep "UQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:113:ur2=`$DNSTAPREAD ns2/dnstap.out.save | grep "UR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-114- bind9-9.16.8/bin/tests/system/dnstap/tests.sh-115-mv ns3/dnstap.out.0 ns3/dnstap.out.save bind9-9.16.8/bin/tests/system/dnstap/tests.sh:116:udp3=`$DNSTAPREAD ns3/dnstap.out.save | grep "UDP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:117:tcp3=`$DNSTAPREAD ns3/dnstap.out.save | grep "TCP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:118:aq3=`$DNSTAPREAD ns3/dnstap.out.save | grep "AQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:119:ar3=`$DNSTAPREAD ns3/dnstap.out.save | grep "AR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:120:cq3=`$DNSTAPREAD ns3/dnstap.out.save | grep "CQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:121:cr3=`$DNSTAPREAD ns3/dnstap.out.save | grep "CR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:122:rq3=`$DNSTAPREAD ns3/dnstap.out.save | grep "RQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:123:rr3=`$DNSTAPREAD ns3/dnstap.out.save | grep "RR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:124:uq3=`$DNSTAPREAD ns3/dnstap.out.save | grep "UQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:125:ur3=`$DNSTAPREAD ns3/dnstap.out.save | grep "UR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-126- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-141-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:142:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-143- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-158-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:159:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-160- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-175-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:176:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-177- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-192-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:193:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-194- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-209-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:210:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-211- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-226-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:227:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-228- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-243-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:244:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-245- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-260-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:261:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-262- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-277-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:278:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-279- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-294-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:295:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-296- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-298- bind9-9.16.8/bin/tests/system/dnstap/tests.sh:299:udp1=`$DNSTAPREAD ns1/dnstap.out | grep "UDP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:300:tcp1=`$DNSTAPREAD ns1/dnstap.out | grep "TCP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:301:aq1=`$DNSTAPREAD ns1/dnstap.out | grep "AQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:302:ar1=`$DNSTAPREAD ns1/dnstap.out | grep "AR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:303:cq1=`$DNSTAPREAD ns1/dnstap.out | grep "CQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:304:cr1=`$DNSTAPREAD ns1/dnstap.out | grep "CR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:305:rq1=`$DNSTAPREAD ns1/dnstap.out | grep "RQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:306:rr1=`$DNSTAPREAD ns1/dnstap.out | grep "RR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:307:uq1=`$DNSTAPREAD ns1/dnstap.out | grep "UQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:308:ur1=`$DNSTAPREAD ns1/dnstap.out | grep "UR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-309- bind9-9.16.8/bin/tests/system/dnstap/tests.sh:310:udp2=`$DNSTAPREAD ns2/dnstap.out | grep "UDP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:311:tcp2=`$DNSTAPREAD ns2/dnstap.out | grep "TCP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:312:aq2=`$DNSTAPREAD ns2/dnstap.out | grep "AQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:313:ar2=`$DNSTAPREAD ns2/dnstap.out | grep "AR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:314:cq2=`$DNSTAPREAD ns2/dnstap.out | grep "CQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:315:cr2=`$DNSTAPREAD ns2/dnstap.out | grep "CR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:316:rq2=`$DNSTAPREAD ns2/dnstap.out | grep "RQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:317:rr2=`$DNSTAPREAD ns2/dnstap.out | grep "RR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:318:uq2=`$DNSTAPREAD ns2/dnstap.out | grep "UQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:319:ur2=`$DNSTAPREAD ns2/dnstap.out | grep "UR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-320- bind9-9.16.8/bin/tests/system/dnstap/tests.sh:321:udp3=`$DNSTAPREAD ns3/dnstap.out | grep "UDP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:322:tcp3=`$DNSTAPREAD ns3/dnstap.out | grep "TCP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:323:aq3=`$DNSTAPREAD ns3/dnstap.out | grep "AQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:324:ar3=`$DNSTAPREAD ns3/dnstap.out | grep "AR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:325:cq3=`$DNSTAPREAD ns3/dnstap.out | grep "CQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:326:cr3=`$DNSTAPREAD ns3/dnstap.out | grep "CR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:327:rq3=`$DNSTAPREAD ns3/dnstap.out | grep "RQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:328:rr3=`$DNSTAPREAD ns3/dnstap.out | grep "RR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:329:uq3=`$DNSTAPREAD ns3/dnstap.out | grep "UQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:330:ur3=`$DNSTAPREAD ns3/dnstap.out | grep "UR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-331- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-346-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:347:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-348- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-363-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:364:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-365- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-380-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:381:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-382- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-397-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:398:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-399- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-414-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:415:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-416- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-431-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:432:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-433- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-448-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:449:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-450- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-465-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:466:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-467- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-482-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:483:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-484- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-499-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:500:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-501- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-513- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:514: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-515-fi ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-518-ret=0 bind9-9.16.8/bin/tests/system/dnstap/tests.sh:519:hex=`$DNSTAPREAD -x ns3/dnstap.out | tail -1` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-520-echo $hex | $WIRETEST > dnstap.hex ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-523-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:524:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-525- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-541- wait bind9-9.16.8/bin/tests/system/dnstap/tests.sh:542: udp4=`$DNSTAPREAD dnstap.out | grep "UDP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:543: tcp4=`$DNSTAPREAD dnstap.out | grep "TCP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:544: aq4=`$DNSTAPREAD dnstap.out | grep "AQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:545: ar4=`$DNSTAPREAD dnstap.out | grep "AR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:546: cq4=`$DNSTAPREAD dnstap.out | grep "CQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:547: cr4=`$DNSTAPREAD dnstap.out | grep "CR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:548: rq4=`$DNSTAPREAD dnstap.out | grep "RQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:549: rr4=`$DNSTAPREAD dnstap.out | grep "RR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:550: uq4=`$DNSTAPREAD dnstap.out | grep "UQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:551: ur4=`$DNSTAPREAD dnstap.out | grep "UR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-552- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-559- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:560: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-561- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-568- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:569: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-570- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-577- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:578: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-579- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-586- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:587: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-588- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-595- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:596: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-597- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-604- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:605: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-606- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-613- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:614: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-615- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-629- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:630: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-631- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-638- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:639: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-640- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-652- wait bind9-9.16.8/bin/tests/system/dnstap/tests.sh:653: udp4=`$DNSTAPREAD dnstap.out | grep "UDP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:654: tcp4=`$DNSTAPREAD dnstap.out | grep "TCP " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:655: aq4=`$DNSTAPREAD dnstap.out | grep "AQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:656: ar4=`$DNSTAPREAD dnstap.out | grep "AR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:657: cq4=`$DNSTAPREAD dnstap.out | grep "CQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:658: cr4=`$DNSTAPREAD dnstap.out | grep "CR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:659: rq4=`$DNSTAPREAD dnstap.out | grep "RQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:660: rr4=`$DNSTAPREAD dnstap.out | grep "RR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:661: uq4=`$DNSTAPREAD dnstap.out | grep "UQ " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh:662: ur4=`$DNSTAPREAD dnstap.out | grep "UR " | wc -l` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-663- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-670- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:671: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-672- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-679- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:680: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-681- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-688- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:689: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-690- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-697- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:698: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-699- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-706- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:707: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-708- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-715- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:716: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-717- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-724- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:725: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-726- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-740- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:741: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-742- ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-749- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:750: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-751-fi ############################################## bind9-9.16.8/bin/tests/system/dnstap/tests.sh-756-# another one below "response_message". bind9-9.16.8/bin/tests/system/dnstap/tests.sh:757:lines=`$DNSTAPREAD -y large-answer.fstrm | grep -c "opcode: QUERY"` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-758-[ $lines -eq 2 ] || ret=1 bind9-9.16.8/bin/tests/system/dnstap/tests.sh-759-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dnstap/tests.sh:760:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dnstap/tests.sh-761- ############################################## bind9-9.16.8/bin/tests/system/dscp/tests.sh-33- done bind9-9.16.8/bin/tests/system/dscp/tests.sh:34: test $ret = 0 || { echo_i "failed"; status=`expr $status + $ret`; } bind9-9.16.8/bin/tests/system/dscp/tests.sh-35-done ############################################## bind9-9.16.8/bin/tests/system/dsdigest/ns1/sign.sh-23- bind9-9.16.8/bin/tests/system/dsdigest/ns1/sign.sh:24:key1=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/dsdigest/ns1/sign.sh:25:key2=`$KEYGEN -q -a RSASHA1 -b 2048 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/dsdigest/ns1/sign.sh-26- ############################################## bind9-9.16.8/bin/tests/system/dsdigest/ns2/sign.sh-21- bind9-9.16.8/bin/tests/system/dsdigest/ns2/sign.sh:22:keyname11=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone $zone1` bind9-9.16.8/bin/tests/system/dsdigest/ns2/sign.sh:23:keyname12=`$KEYGEN -q -a RSASHA256 -b 2048 -n zone -f KSK $zone1` bind9-9.16.8/bin/tests/system/dsdigest/ns2/sign.sh:24:keyname21=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone $zone2` bind9-9.16.8/bin/tests/system/dsdigest/ns2/sign.sh:25:keyname22=`$KEYGEN -q -a RSASHA256 -b 2048 -n zone -f KSK $zone2` bind9-9.16.8/bin/tests/system/dsdigest/ns2/sign.sh-26- ############################################## bind9-9.16.8/bin/tests/system/dsdigest/tests.sh-28-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dsdigest/tests.sh:29:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dsdigest/tests.sh-30- ############################################## bind9-9.16.8/bin/tests/system/dsdigest/tests.sh-37-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dsdigest/tests.sh:38:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dsdigest/tests.sh-39- ############################################## bind9-9.16.8/bin/tests/system/dsdigest/tests.sh-48-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/dsdigest/tests.sh:49:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dsdigest/tests.sh-50-echo_i "exit status: $status" ############################################## bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-24-KEYDIR=keys/signing.test bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:25:KSK=`$KEYGEN -a RSASHA256 -K $KEYDIR -q -f KSK $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-26- bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:27:ZSK0=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:28:ZSK1=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:29:ZSK2=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:30:ZSK3=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:31:ZSK4=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:32:ZSK5=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:33:ZSK6=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:34:ZSK7=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:35:ZSK8=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:36:ZSK9=`$KEYGEN -a RSASHA256 -K $KEYDIR -q $zone` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-37- ############################################## bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-44-BASE=`date +%s` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:45:BASET=`timetodnssec $BASE` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-46- ############################################## bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-53-# schedule the first roll bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:54:R1=`expr $BASE + 300` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:55:R1T=`timetodnssec $R1` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-56- ############################################## bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-60-# schedule the second roll (which includes the delete of the first key) bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:61:R2=`expr $R1 + 300` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:62:R2T=`timetodnssec $R2` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-63-DT=$R2 bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:64:DTT=`timetodnssec $DT` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-65- ############################################## bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-71-# this isn't long enough for the signing to complete bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:72:R3=`expr $R2 + 60` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:73:R3T=`timetodnssec $R3` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-74- ############################################## bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-91-# this isn't long enough for the signing to complete bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:92:R4=`expr $R3 + 30` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh:93:R4T=`timetodnssec $R4` bind9-9.16.8/bin/tests/system/dupsigs/ns1/reset_keys.sh-94- ############################################## bind9-9.16.8/bin/tests/system/dupsigs/tests.sh-14-start=`date +%s` bind9-9.16.8/bin/tests/system/dupsigs/tests.sh:15:end=`expr $start + 1200` bind9-9.16.8/bin/tests/system/dupsigs/tests.sh-16-now=$start ############################################## bind9-9.16.8/bin/tests/system/dupsigs/tests.sh-18-do bind9-9.16.8/bin/tests/system/dupsigs/tests.sh:19: et=`expr $now - $start` bind9-9.16.8/bin/tests/system/dupsigs/tests.sh-20- echo "=============== $et ============" ############################################## bind9-9.16.8/bin/tests/system/dupsigs/tests.sh-23- awk '$4 == "RRSIG" { print $11 }' dig.out.at$et | sort | uniq -c bind9-9.16.8/bin/tests/system/dupsigs/tests.sh:24: lines=`awk '$4 == "RRSIG" { print}' dig.out.at$et | wc -l` bind9-9.16.8/bin/tests/system/dupsigs/tests.sh-25- if [ ${et} -ne 0 -a ${lines} -ne 4009 ] ############################################## bind9-9.16.8/bin/tests/system/dupsigs/tests.sh-27- echo_i "failed" bind9-9.16.8/bin/tests/system/dupsigs/tests.sh:28: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/dupsigs/tests.sh-29- fi ############################################## bind9-9.16.8/bin/tests/system/dyndb/driver/Makefile.in-52-sample.@SO@: ${OBJS} ${DNSDEPLIBS} ${ISCDEPLIBS} bind9-9.16.8/bin/tests/system/dyndb/driver/Makefile.in:53: CLEANED=`echo "${DNSLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}" | ${SO_STRIP}`; \ bind9-9.16.8/bin/tests/system/dyndb/driver/Makefile.in-54- ${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ ${OBJS} \ ############################################## bind9-9.16.8/bin/tests/system/dyndb/tests.sh-21-newtest() { bind9-9.16.8/bin/tests/system/dyndb/tests.sh:22: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-23- echo_i "${1} (${n})" ############################################## bind9-9.16.8/bin/tests/system/dyndb/tests.sh-45- bind9-9.16.8/bin/tests/system/dyndb/tests.sh:46: out=`$DIG $DIGOPTS +noall +answer -t $type -q $host` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-47- echo $out > added.a.out.$n bind9-9.16.8/bin/tests/system/dyndb/tests.sh:48: lines=`echo "$out" | grep "$ip" | wc -l` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-49- [ $lines -eq 1 ] || { ############################################## bind9-9.16.8/bin/tests/system/dyndb/tests.sh-56- do bind9-9.16.8/bin/tests/system/dyndb/tests.sh:57: out=`$DIG $DIGOPTS +noall +answer -x $ip` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-58- echo $out > added.ptr.out.$n bind9-9.16.8/bin/tests/system/dyndb/tests.sh:59: lines=`echo "$out" | grep "$host" | wc -l` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-60- [ $lines -eq 1 ] && break; ############################################## bind9-9.16.8/bin/tests/system/dyndb/tests.sh-75- bind9-9.16.8/bin/tests/system/dyndb/tests.sh:76: ip=`$DIG $DIGOPTS +short $host $type` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-77- ############################################## bind9-9.16.8/bin/tests/system/dyndb/tests.sh-90- bind9-9.16.8/bin/tests/system/dyndb/tests.sh:91: out=`$DIG $DIGOPTS +noall +answer -t $type -q $host` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-92- echo $out > deleted.a.out.$n bind9-9.16.8/bin/tests/system/dyndb/tests.sh:93: lines=`echo "$out" | grep "$ip" | wc -l` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-94- [ $lines -eq 0 ] || { ############################################## bind9-9.16.8/bin/tests/system/dyndb/tests.sh-101- do bind9-9.16.8/bin/tests/system/dyndb/tests.sh:102: out=`$DIG $DIGOPTS +noall +answer -x $ip` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-103- echo $out > deleted.ptr.out.$n bind9-9.16.8/bin/tests/system/dyndb/tests.sh:104: lines=`echo "$out" | grep "$host" | wc -l` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-105- [ $lines -eq 0 ] && break ############################################## bind9-9.16.8/bin/tests/system/dyndb/tests.sh-117-test_add test1.ipv4.example.nil. A "10.53.0.10" || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:118:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-119- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-120-test_add test2.ipv4.example.nil. A "10.53.0.11" || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:121:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-122- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-123-test_add test3.ipv4.example.nil. A "10.53.0.12" || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:124:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-125- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-126-test_add test4.ipv6.example.nil. AAAA "2001:db8::1" || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:127:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-128- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-129-test_del test1.ipv4.example.nil. A || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:130:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-131- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-132-test_del test2.ipv4.example.nil. A || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:133:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-134- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-135-test_del test3.ipv4.example.nil. A || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:136:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-137- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-138-test_del test4.ipv6.example.nil. AAAA || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:139:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-140- ############################################## bind9-9.16.8/bin/tests/system/dyndb/tests.sh-144-[ $ret -eq 1 ] && echo_i "failed" bind9-9.16.8/bin/tests/system/dyndb/tests.sh:145:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-146- ############################################## bind9-9.16.8/bin/tests/system/dyndb/tests.sh-150-test_add test5.ipv4.example.nil. A "10.53.0.10" || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:151:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-152- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-153-test_add test6.ipv6.example.nil. AAAA "2001:db8::1" || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:154:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-155- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-156-test_del test5.ipv4.example.nil. A || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:157:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-158- bind9-9.16.8/bin/tests/system/dyndb/tests.sh-159-test_del test6.ipv6.example.nil. AAAA || ret=1 bind9-9.16.8/bin/tests/system/dyndb/tests.sh:160:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/dyndb/tests.sh-161- ############################################## bind9-9.16.8/bin/tests/system/ecdsa/ns1/sign.sh-18- bind9-9.16.8/bin/tests/system/ecdsa/ns1/sign.sh:19:key1=`$KEYGEN -q -a ECDSAP256SHA256 -n zone $zone` bind9-9.16.8/bin/tests/system/ecdsa/ns1/sign.sh:20:key2=`$KEYGEN -q -a ECDSAP384SHA384 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/ecdsa/ns1/sign.sh-21-$DSFROMKEY -a sha-384 $key2.key > dsset-384 ############################################## bind9-9.16.8/bin/tests/system/ecdsa/tests.sh-28-grep "flags:.*ad.*QUERY" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/ecdsa/tests.sh:29:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ecdsa/tests.sh-30-if [ $ret != 0 ]; then echo "I:failed"; fi bind9-9.16.8/bin/tests/system/ecdsa/tests.sh:31:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ecdsa/tests.sh-32- ############################################## bind9-9.16.8/bin/tests/system/eddsa/ns1/sign.sh-18- bind9-9.16.8/bin/tests/system/eddsa/ns1/sign.sh:19:key1=`$KEYGEN -q -a ED25519 -n zone $zone` bind9-9.16.8/bin/tests/system/eddsa/ns1/sign.sh:20:key2=`$KEYGEN -q -a ED25519 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/eddsa/ns1/sign.sh:21:#key2=`$KEYGEN -q -a ED448 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/eddsa/ns1/sign.sh-22-$DSFROMKEY -a sha-256 $key2.key > dsset-256 ############################################## bind9-9.16.8/bin/tests/system/eddsa/ns2/sign.sh-24-do bind9-9.16.8/bin/tests/system/eddsa/ns2/sign.sh:25: cp $i `echo $i | sed s/X/K/` bind9-9.16.8/bin/tests/system/eddsa/ns2/sign.sh-26-done ############################################## bind9-9.16.8/bin/tests/system/eddsa/tests.sh-29-grep "flags:.*ad.*QUERY" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/eddsa/tests.sh:30:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/eddsa/tests.sh-31-if [ $ret != 0 ]; then echo "I:failed"; fi bind9-9.16.8/bin/tests/system/eddsa/tests.sh:32:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/eddsa/tests.sh-33- ############################################## bind9-9.16.8/bin/tests/system/eddsa/tests.sh-41-grep 'R0O7KuI5k2pcBg==' ns2/example.com.db.signed > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/eddsa/tests.sh:42:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/eddsa/tests.sh-43-if [ $ret != 0 ]; then echo "I:failed"; fi bind9-9.16.8/bin/tests/system/eddsa/tests.sh:44:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/eddsa/tests.sh-45- ############################################## bind9-9.16.8/bin/tests/system/eddsa/tests.sh-59- bind9-9.16.8/bin/tests/system/eddsa/tests.sh:60:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/eddsa/tests.sh-61-if [ $ret != 0 ]; then echo "I:failed"; fi bind9-9.16.8/bin/tests/system/eddsa/tests.sh:62:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/eddsa/tests.sh-63- ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-20- bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:21:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-22-echo_i "check +edns=100 sets version 100 ($n)" ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-26-if [ $ret != 0 ]; then echo_i "failed $reason"; fi bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:27:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-28- bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:29:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-30-ret=0 reason= ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-34-if [ $ret != 0 ]; then echo_i "failed $reason"; fi bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:35:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-36- bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:37:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-38-echo_i "check +ednsflags=0x80 sets flags to 0x0080 ($n)" ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-42-if [ $ret != 0 ]; then echo_i "failed $reason"; fi bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:43:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-44- bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:45:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-46-echo_i "Unknown EDNS version ($n)" ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-52-if [ $ret != 0 ]; then echo_i "failed $reason"; fi bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:53:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-54- bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:55:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-56-echo_i "Unknown EDNS option ($n)" ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed $reason"; fi bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-65- bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:66:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-67-echo_i "Unknown EDNS version + option ($n)" ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-74-if [ $ret != 0 ]; then echo_i "failed: $reason"; fi bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:75:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:76:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-77- ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-85-if [ $ret != 0 ]; then echo_i "failed $reason"; fi bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:86:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-87- bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:88:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-89-echo_i "Unknown EDNS version + flag ($n)" ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-96-if [ $ret != 0 ]; then echo_i "failed $reason"; fi bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:97:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:98:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-99- ############################################## bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-106-if [ $ret != 0 ]; then echo_i "failed $reason"; fi bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:107:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh:108:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/ednscompliance/tests.sh-109- ############################################## bind9-9.16.8/bin/tests/system/emptyzones/tests.sh-20- bind9-9.16.8/bin/tests/system/emptyzones/tests.sh:21:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/emptyzones/tests.sh-22-echo_i "check that switching to automatic empty zones works ($n)" ############################################## bind9-9.16.8/bin/tests/system/emptyzones/tests.sh-31-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/emptyzones/tests.sh:32:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/emptyzones/tests.sh-33- bind9-9.16.8/bin/tests/system/emptyzones/tests.sh:34:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/emptyzones/tests.sh-35-echo_i "check that allow-transfer { none; } works ($n)" ############################################## bind9-9.16.8/bin/tests/system/emptyzones/tests.sh-39-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/emptyzones/tests.sh:40:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/emptyzones/tests.sh-41- ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-21- while [ $num -gt 0 ]; do bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:22: num=`expr $num - 1` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-23- echo "${num}${1}${2}.lamesub.example A" >> burst.input.$$ ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-53-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:54:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-55- ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-77-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:78:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-79- ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-112-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:113:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-114- ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-126- grep "status: NOERROR" dig.out.ns3.$try > /dev/null 2>&1 && \ bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:127: success=`expr $success + 1` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-128- grep "status: SERVFAIL" dig.out.ns3.$try > /dev/null 2>&1 && \ bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:129: fail=`expr $fail + 1` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-130- stat 50 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-136-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:137:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-138- ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-151-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:152:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-153- ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-165- $DIGCMD a ${try}.example > dig.out.ns3.$try bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:166: stat 400 || exceeded=`expr $exceeded + 1` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-167- grep "status: NOERROR" dig.out.ns3.$try > /dev/null 2>&1 && \ bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:168: success=`expr $success + 1` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-169- grep "status: SERVFAIL" dig.out.ns3.$try > /dev/null 2>&1 && \ bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:170: fail=`expr $fail + 1` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-171- sleep 1 ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-179-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:180:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-181- ############################################## bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-191-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh:192:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/fetchlimit/tests.sh-193- ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-24-do bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:25: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-26- echo_i "checking that $conf is accepted ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-29- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:30: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-31-done ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-34-do bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:35: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-36- echo_i "checking that $conf is rejected ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-39- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:40: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-41-done ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-47-# bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:48:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-49-echo_i "checking that AAAA is returned when only AAAA record exists, signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-54-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:55:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-56- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:57:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-58-echo_i "checking that AAAA is returned when only AAAA record exists, unsigned ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-65- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:66:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-67-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-73-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:74:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-75- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:76:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-77-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-83-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:84:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-85- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:86:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-87-echo_i "checking that AAAA is returned when both AAAA and A records exist, signed and DO set ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-92-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:93:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-94- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:95:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-96-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned and DO set ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-102-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:103:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-104- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:105:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-106-echo_i "checking that AAAA is returned when both AAAA and A records exist and query source does not match acl ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-112-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:113:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-114- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:115:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-116-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed and qtype=ANY ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-124- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:125:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-126-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned and qtype=ANY ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-132-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:133:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-134- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:135:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-136-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, signed, qtype=ANY and DO is set ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-143-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:144:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-145- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:146:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-147-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned, qtype=ANY and DO is set ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-153-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:154:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-155- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:156:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-157-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, qtype=ANY and query source does not match acl ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-164-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:165:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-166- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:167:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-168-echo_i "checking that AAAA is returned when both AAAA and A record exists, unsigned over IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-175-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:176:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-177-else ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-180- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:181:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-182-echo_i "checking that AAAA is omitted from additional section, qtype=NS ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-188-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:189:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-190- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:191:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-192-echo_i "checking that AAAA is omitted from additional section, qtype=MX, unsigned ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-196-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:197:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-198- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:199:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-200-echo_i "checking that AAAA is included in additional section, qtype=MX, signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-205-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:206:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-207- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:208:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-209-echo_i "checking that AAAA is included in additional section, qtype=MX, unsigned, over IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-216-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:217:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-218-else ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-226-# bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:227:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-228-echo_i "checking that AAAA is returned when only AAAA record exists, signed with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-233-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:234:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-235- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:236:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-237-echo_i "checking that AAAA is returned when only AAAA record exists, unsigned with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-242-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:243:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-244- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:245:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-246-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-252-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:253:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-254- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:255:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-256-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-261-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:262:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-263- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:264:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-265-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed and DO set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-270-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:271:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-272- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:273:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-274-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned and DO set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-279-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:280:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-281- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:282:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-283-echo_i "checking that AAAA is returned when both AAAA and A records exist and query source does not match acl with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-288-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:289:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-290- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:291:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-292-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed and qtype=ANY with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-298-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:299:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-300- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:301:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-302-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned and qtype=ANY with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-308-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:309:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-310- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:311:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-312-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed, qtype=ANY and DO is set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-318-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:319:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-320- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:321:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-322-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned, qtype=ANY and DO is set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-328-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:329:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-330- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:331:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-332-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, qtype=ANY and query source does not match acl with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-338-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:339:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-340- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:341:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-342-echo_i "checking that AAAA is returned when both AAAA and A record exists, unsigned over IPv6 with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-348-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:349:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-350-else ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-353- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:354:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-355-echo_i "checking that AAAA is omitted from additional section, qtype=NS, with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-360-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:361:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-362- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:363:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-364-echo_i "checking that AAAA is omitted from additional section, qtype=MX, unsigned, with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-368-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:369:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-370- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:371:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-372-echo_i "checking that AAAA is omitted from additional section, qtype=MX, signed, with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-376-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:377:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-378- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:379:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-380-echo_i "checking that AAAA is included in additional section, qtype=MX, unsigned, over IPv6, with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-386-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:387:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-388-else ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-397-# bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:398:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-399-echo_i "checking that AAAA is returned when only AAAA record exists, signed, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-404-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:405:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-406- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:407:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-408-echo_i "checking that AAAA is returned when only AAAA record exists, unsigned, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-412-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:413:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-414- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:415:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-416-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-422-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:423:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-424- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:425:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-426-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-432-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:433:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-434- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:435:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-436-echo_i "checking that AAAA is returned when both AAAA and A records exist, signed and DO set, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-441-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:442:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-443- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:444:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-445-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned and DO set, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-451-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:452:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-453- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:454:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-455-echo_i "checking that AAAA is returned when both AAAA and A records exist and query source does not match acl, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-460-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:461:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-462- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:463:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-464-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed and qtype=ANY recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-470-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:471:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-472- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:473:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-474-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned and qtype=ANY recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-480-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:481:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-482- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:483:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-484-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, signed, qtype=ANY and DO is set, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-491-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:492:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-493- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:494:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-495-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned, qtype=ANY and DO is set, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-501-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:502:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-503- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:504:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-505-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, qtype=ANY and query source does not match acl, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-511-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:512:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-513- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:514:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-515-echo_i "checking that AAAA is returned when both AAAA and A record exists, unsigned over IPv6, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-521-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:522:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-523-else ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-526- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:527:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-528-echo_i "checking that AAAA is omitted from additional section, qtype=NS ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-533-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:534:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-535- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:536:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-537-echo_i "checking that AAAA is omitted from additional section, qtype=MX, unsigned, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-541-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:542:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-543- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:544:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-545-echo_i "checking that AAAA is included in additional section, qtype=MX, signed, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-555-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:556:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-557- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:558:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-559-echo_i "checking that AAAA is included in additional section, qtype=MX, unsigned, recursive, over IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-565-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:566:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-567-else ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-575-# bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:576:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-577-echo_i "checking that AAAA is returned when only AAAA record exists, signed, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-582-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:583:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-584- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:585:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-586-echo_i "checking that AAAA is returned when only AAAA record exists, unsigned, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-590-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:591:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-592- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:593:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-594-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-600-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:601:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-602- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:603:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-604-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-610-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:611:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-612- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:613:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-614-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed and DO set, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-619-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:620:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-621- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:622:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-623-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned and DO set, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-629-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:630:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-631- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:632:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-633-echo_i "checking that AAAA is returned when both AAAA and A records exist and query source does not match acl, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-638-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:639:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-640- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:641:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-642-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed and qtype=ANY with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-648-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:649:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-650- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:651:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-652-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned and qtype=ANY with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-658-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:659:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-660- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:661:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-662-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed, qtype=ANY and DO is set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-668-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:669:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-670- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:671:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-672-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned, qtype=ANY and DO is set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-678-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:679:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-680- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:681:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-682-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, qtype=ANY and query source does not match acl, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-688-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:689:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-690- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:691:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-692-echo_i "checking that AAAA is returned when both AAAA and A record exists, unsigned over IPv6, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-698-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:699:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-700-else ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-703- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:704:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-705-echo_i "checking that AAAA is omitted from additional section, qtype=NS, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-710-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:711:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-712- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:713:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-714-echo_i "checking that AAAA is omitted from additional section, qtype=MX, unsigned, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-718-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:719:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-720- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:721:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-722-echo_i "checking that AAAA is omitted from additional section, qtype=MX, signed, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-727-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:728:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-729- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:730:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-731-echo_i "checking that AAAA is included in additional section, qtype=MX, unsigned, over IPv6, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-737-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:738:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-739-else ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-767-# bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:768:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-769-echo_i "checking that AAAA is returned when only AAAA record exists, signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-773-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:774:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-775- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:776:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-777-echo_i "checking that AAAA is returned when only AAAA record exists, unsigned ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-781-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:782:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-783- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:784:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-785-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-790-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:791:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-792- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:793:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-794-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-799-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:800:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-801- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:802:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-803-echo_i "checking that AAAA is returned when both AAAA and A records exist, signed and DO set ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-807-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:808:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-809- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:810:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-811-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned and DO set ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-816-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:817:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-818- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:819:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-820-echo_i "checking that AAAA is returned when both AAAA and A records exist and query source does not match acl ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-825-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:826:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-827- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:828:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-829-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed and qtype=ANY ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-835-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:836:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-837- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:838:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-839-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned and qtype=ANY ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-845-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:846:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-847- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:848:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-849-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, signed, qtype=ANY and DO is set ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-855-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:856:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-857- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:858:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-859-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned, qtype=ANY and DO is set ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-865-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:866:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-867- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:868:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-869-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, qtype=ANY and query source does not match acl ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-875-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:876:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-877- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:878:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-879-echo_i "checking that AAAA is returned when both AAAA and A record exists, unsigned over IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-883-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:884:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-885- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:886:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-887-echo_i "checking that AAAA is omitted from additional section, qtype=NS ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-892-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:893:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-894- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:895:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-896-echo_i "checking that AAAA is omitted from additional section, qtype=MX, unsigned ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-900-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:901:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-902- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:903:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-904-echo_i "checking that AAAA is included in additional section, qtype=MX, signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-908-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:909:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-910- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:911:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-912-echo_i "checking that AAAA is included in additional section, qtype=MX, unsigned, over IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-916-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:917:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-918- ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-924-# bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:925:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-926-echo_i "checking that AAAA is returned when only AAAA record exists, signed with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-930-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:931:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-932- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:933:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-934-echo_i "checking that AAAA is returned when only AAAA record exists, unsigned with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-938-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:939:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-940- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:941:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-942-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-947-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:948:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-949- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:950:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-951-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-956-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:957:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-958- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:959:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-960-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed and DO set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-965-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:966:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-967- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:968:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-969-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned and DO set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-974-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:975:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-976- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:977:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-978-echo_i "checking that AAAA is returned when both AAAA and A records exist and query source does not match acl with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-983-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:984:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-985- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:986:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-987-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed and qtype=ANY with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-993-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:994:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-995- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:996:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-997-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned and qtype=ANY with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1003-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1004:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1005- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1006:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1007-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed, qtype=ANY and DO is set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1013-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1014:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1015- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1016:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1017-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned, qtype=ANY and DO is set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1023-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1024:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1025- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1026:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1027-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, qtype=ANY and query source does not match acl with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1033-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1034:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1035- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1036:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1037-echo_i "checking that AAAA is returned when both AAAA and A record exists, unsigned over IPv4 with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1041-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1042:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1043- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1044:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1045-echo_i "checking that AAAA is omitted from additional section, qtype=NS, with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1050-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1051:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1052- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1053:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1054-echo_i "checking that AAAA is omitted from additional section, qtype=MX, unsigned, with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1058-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1059:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1060- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1061:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1062-echo_i "checking that AAAA is omitted from additional section, qtype=MX, signed, with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1066-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1067:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1068- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1069:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1070-echo_i "checking that AAAA is included in additional section, qtype=MX, unsigned, over IPv4, with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1074-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1075:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1076- ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1082-# bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1083:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1084-echo_i "checking that AAAA is returned when only AAAA record exists, signed, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1089-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1090:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1091- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1092:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1093-echo_i "checking that AAAA is returned when only AAAA record exists, unsigned, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1097-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1098:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1099- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1100:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1101-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1107-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1108:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1109- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1110:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1111-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1117-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1118:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1119- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1120:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1121-echo_i "checking that AAAA is returned when both AAAA and A records exist, signed and DO set, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1126-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1127:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1128- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1129:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1130-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned and DO set, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1136-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1137:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1138- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1139:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1140-echo_i "checking that AAAA is returned when both AAAA and A records exist and query source does not match acl, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1145-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1146:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1147- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1148:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1149-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed and qtype=ANY recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1155-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1156:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1157- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1158:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1159-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned and qtype=ANY recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1165-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1166:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1167- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1168:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1169-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, signed, qtype=ANY and DO is set, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1176-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1177:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1178- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1179:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1180-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned, qtype=ANY and DO is set, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1186-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1187:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1188- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1189:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1190-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, qtype=ANY and query source does not match acl, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1196-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1197:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1198- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1199:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1200-echo_i "checking that AAAA is returned when both AAAA and A record exists, unsigned over IPv4, recursive ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1204-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1205:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1206- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1207:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1208-echo_i "checking that AAAA is omitted from additional section, qtype=NS ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1213-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1214:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1215- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1216:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1217-echo_i "checking that AAAA is omitted from additional section, qtype=MX, unsigned ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1221-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1222:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1223- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1224:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1225-echo_i "checking that AAAA is included in additional section, qtype=MX, signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1230-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1231:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1232- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1233:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1234-echo_i "checking that AAAA is included in additional section, qtype=MX, unsigned, over IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1238-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1239:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1240- ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1246-# bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1247:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1248-echo_i "checking that AAAA is returned when only AAAA record exists, signed, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1253-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1254:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1255- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1256:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1257-echo_i "checking that AAAA is returned when only AAAA record exists, unsigned, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1261-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1262:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1263- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1264:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1265-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1271-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1272:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1273- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1274:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1275-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1281-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1282:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1283- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1284:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1285-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, signed and DO set, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1290-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1291:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1292- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1293:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1294-echo_i "checking that NODATA/NOERROR is returned when both AAAA and A records exist, unsigned and DO set, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1300-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1301:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1302- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1303:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1304-echo_i "checking that AAAA is returned when both AAAA and A records exist and query source does not match acl, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1309-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1310:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1311- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1312:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1313-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed and qtype=ANY with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1319-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1320:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1321- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1322:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1323-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned and qtype=ANY with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1329-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1330:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1331- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1332:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1333-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, signed, qtype=ANY and DO is set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1339-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1340:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1341- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1342:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1343-echo_i "checking that A and not AAAA is returned when both AAAA and A records exist, unsigned, qtype=ANY and DO is set with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1349-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1350:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1351- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1352:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1353-echo_i "checking that both A and AAAA are returned when both AAAA and A records exist, qtype=ANY and query source does not match acl, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1359-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1360:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1361- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1362:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1363-echo_i "checking that AAAA is returned when both AAAA and A record exists, unsigned over IPv4, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1367-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1368:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1369- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1370:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1371-echo_i "checking that AAAA is omitted from additional section, qtype=NS, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1376-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1377:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1378- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1379:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1380-echo_i "checking that AAAA is omitted from additional section, qtype=MX, unsigned, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1384-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1385:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1386- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1387:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1388-echo_i "checking that AAAA is omitted from additional section, qtype=MX, signed, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1393-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1394:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1395- bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1396:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1397-echo_i "checking that AAAA is included in additional section, qtype=MX, unsigned, over IPv4, recursive with break-dnssec ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1401-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1402:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1403- ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1407-# running. bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1408:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1409-echo_i "checking filter-aaaa with dns64 ($n)" ############################################## bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1413-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh:1414:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/filter-aaaa/tests.sh-1415- ############################################## bind9-9.16.8/bin/tests/system/formerr/tests.sh-21-then bind9-9.16.8/bin/tests/system/formerr/tests.sh:22: echo_i "failed"; status=`expr $status + 1`; bind9-9.16.8/bin/tests/system/formerr/tests.sh-23-fi ############################################## bind9-9.16.8/bin/tests/system/formerr/tests.sh-29-then bind9-9.16.8/bin/tests/system/formerr/tests.sh:30: echo_i "failed"; status=`expr $status + 1`; bind9-9.16.8/bin/tests/system/formerr/tests.sh-31-fi ############################################## bind9-9.16.8/bin/tests/system/formerr/tests.sh-39-then bind9-9.16.8/bin/tests/system/formerr/tests.sh:40: echo_i "failed"; status=`expr $status + 1`; bind9-9.16.8/bin/tests/system/formerr/tests.sh-41-fi ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-25-do bind9-9.16.8/bin/tests/system/geoip2/tests.sh:26: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-27- echo_i "checking that $conf is accepted ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-30- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/geoip2/tests.sh:31: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-32-done ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-35-do bind9-9.16.8/bin/tests/system/geoip2/tests.sh:36: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-37- echo_i "checking that $conf is rejected ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-40- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/geoip2/tests.sh:41: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-42-done bind9-9.16.8/bin/tests/system/geoip2/tests.sh-43- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:44:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-45-echo_i "checking Country database by code using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-49- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:50: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-51- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-55-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:56:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-57- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-59-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:60: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-61- echo_i "checking Country database by code using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-65- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:66: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-67- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-71- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:72: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-73-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-82- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:83:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-84-echo_i "checking Country database with nested ACLs using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-88- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:89: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-90- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-94-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:95:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-96- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-98-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:99: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-100- echo_i "checking Country database with nested ACLs using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-104- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:105: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-106- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-110- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:111: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-112-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-121- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:122:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-123-echo_i "checking Country database by name using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-127- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:128: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-129- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-133-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:134:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-135- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-137-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:138: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-139- echo_i "checking Country database by name using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-143- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:144: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-145- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-149- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:150: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-151-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-160- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:161:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-162-echo_i "checking Country database by continent code using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-167- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:168: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-169- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-173-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:174:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-175- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-177-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:178: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-179- echo_i "checking Country database by continent code using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-184- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:185: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-186- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-190- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:191: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-192-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-201- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:202:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-203-echo_i "checking City database by region code using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-208- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:209: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-210- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-214-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:215:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-216- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-218-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:219: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-220- echo_i "checking City database by region code using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-225- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:226: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-227- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-231- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:232: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-233-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-236- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:237:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-238-echo_i "reloading server" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-243- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:244:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-245-echo_i "checking City database by city name using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-249- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:250: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-251- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-255-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:256:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-257- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-259-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:260: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-261- echo_i "checking City database by city name using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-265- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:266: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-267- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-271- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:272: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-273-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-282- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:283:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-284-echo_i "checking ISP database using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-288- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:289: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-290- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-294-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:295:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-296- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-298-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:299: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-300- echo_i "checking ISP database using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-304- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:305: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-306- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-310- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:311: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-312-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-321- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:322:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-323-echo_i "checking ASN database by org name using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-327- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:328: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-329- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-333-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:334:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-335- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-337-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:338: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-339- echo_i "checking ASN database by org name using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-343- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:344: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-345- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-349- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:350: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-351-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-360- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:361:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-362-echo_i "checking GeoIP6 ASN database, ASNNNN only, using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-366- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:367: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-368- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-372-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:373:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-374- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-376-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:377: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-378- echo_i "checking ASN database, ASNNNN only, using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-382- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:383: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-384- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-388- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:389: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-390-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-399- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:400:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-401-echo_i "checking GeoIP6 ASN database, NNNN only, using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-405- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:406: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-407- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-411-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:412:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-413- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-415-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:416: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-417- echo_i "checking ASN database, NNNN only, using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-421- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:422: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-423- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-427- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:428: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-429-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-438- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:439:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-440-echo_i "checking Domain database using IPv4 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-444- $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:445: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-446- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-450-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:451:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-452- ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-454-then bind9-9.16.8/bin/tests/system/geoip2/tests.sh:455: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-456- echo_i "checking Domain database using IPv6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-460- $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i > dig.out.ns2.test$n.$i || lret=1 bind9-9.16.8/bin/tests/system/geoip2/tests.sh:461: j=`cat dig.out.ns2.test$n.$i | tr -d '"'` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-462- [ "$i" = "$j" ] || lret=1 ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-466- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:467: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-468-else ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-477- bind9-9.16.8/bin/tests/system/geoip2/tests.sh:478:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-479-echo_i "checking geoip blackhole ACL ($n)" ############################################## bind9-9.16.8/bin/tests/system/geoip2/tests.sh-483-[ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/geoip2/tests.sh:484:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/geoip2/tests.sh-485- ############################################## bind9-9.16.8/bin/tests/system/idna/tests.sh-93-idna_test() { bind9-9.16.8/bin/tests/system/idna/tests.sh:94: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/idna/tests.sh-95- description=$1 ############################################## bind9-9.16.8/bin/tests/system/idna/tests.sh-106- else bind9-9.16.8/bin/tests/system/idna/tests.sh:107: actual=`qname dig.out.$n` bind9-9.16.8/bin/tests/system/idna/tests.sh-108- if [ "$4" != "$actual" ]; then ############################################## bind9-9.16.8/bin/tests/system/idna/tests.sh-112- fi bind9-9.16.8/bin/tests/system/idna/tests.sh:113: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/idna/tests.sh-114-} ############################################## bind9-9.16.8/bin/tests/system/idna/tests.sh-122-idna_fail() { bind9-9.16.8/bin/tests/system/idna/tests.sh:123: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/idna/tests.sh-124- description=$1 ############################################## bind9-9.16.8/bin/tests/system/idna/tests.sh-135- fi bind9-9.16.8/bin/tests/system/idna/tests.sh:136: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/idna/tests.sh-137-} ############################################## bind9-9.16.8/bin/tests/system/ifconfig.sh-57- [ $i -gt 0 -a $ns -gt 2 ] && break bind9-9.16.8/bin/tests/system/ifconfig.sh:58: int=`expr $i \* 10 + $ns` bind9-9.16.8/bin/tests/system/ifconfig.sh-59- case "$sys" in ############################################## bind9-9.16.8/bin/tests/system/ifconfig.sh-157- [ $i -gt 0 -a $ns -gt 2 ] && continue bind9-9.16.8/bin/tests/system/ifconfig.sh:158: int=`expr $i \* 10 + $ns - 1` bind9-9.16.8/bin/tests/system/ifconfig.sh-159- case "$sys" in ############################################## bind9-9.16.8/bin/tests/system/inline/ns1/sign.sh-17-rm -f K.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns1/sign.sh:18:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns1/sign.sh:19:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns1/sign.sh-20-$SIGNER -S -x -T 1200 -o ${zone} root.db > signer.out ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-22-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:23:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:24:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-25-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-29-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:30:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:31:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-32-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-36-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:37:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:38:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-39-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-43-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:44:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:45:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-46-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-50-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:51:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:52:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-53-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-60-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:61:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:62:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-63-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-68-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:69:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:70:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-71-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-75-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:76:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-77-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-81-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:82:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:83:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-84-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-88-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:89:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:90:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone -P now -A now+3600 -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:91:keyname=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:92:keyname=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-93-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-97-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:98:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone -P now -A now+3600 $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:99:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:100:keyname=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:101:keyname=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-102-$DSFROMKEY -T 1200 $keyname >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-106-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:107:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:108:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-109-# Keys for the "delayedkeys" zone should not be initially accessible. ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-114-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:115:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:116:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-117- ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-120-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:121:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:122:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-123- ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-126- zone=test-$s bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:127: keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-128-done ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-132- zone=test-$s bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:133: keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:134: keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-135-done ############################################## bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-142-do bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:143: k1=`$KEYGEN -q -a $alg -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:144: k2=`$KEYGEN -q -a $alg -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:145: k3=`$KEYGEN -q -a $alg -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh:146: k4=`$KEYGEN -q -a $alg -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns3/sign.sh-147- $DSFROMKEY -T 1200 $k4 >> ../ns1/root.db ############################################## bind9-9.16.8/bin/tests/system/inline/ns7/sign.sh-20-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns7/sign.sh:21:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns7/sign.sh:22:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns7/sign.sh:23:keyname=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone -f KSK $zone` ############################################## bind9-9.16.8/bin/tests/system/inline/ns8/sign.sh-21- rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/inline/ns8/sign.sh:22: keyname=`$KEYGEN -q -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -n zone $zone` bind9-9.16.8/bin/tests/system/inline/ns8/sign.sh:23: keyname=`$KEYGEN -q -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/inline/ns8/sign.sh-24- cp example.com.db.in ${zone}.db ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-30-do bind9-9.16.8/bin/tests/system/inline/tests.sh:31: nsec3param=`$DIG $DIGOPTS +nodnssec +short @10.53.0.3 nsec3param nsec3.` bind9-9.16.8/bin/tests/system/inline/tests.sh-32- test "$nsec3param" = "1 0 0 -" && break ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-35- bind9-9.16.8/bin/tests/system/inline/tests.sh:36:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-37-echo_i "checking that an unsupported algorithm is not used for signing ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-40-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:41:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-42- bind9-9.16.8/bin/tests/system/inline/tests.sh:43:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-44-echo_i "checking that rrsigs are replaced with ksk only ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-48-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:49:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-50- bind9-9.16.8/bin/tests/system/inline/tests.sh:51:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-52-echo_i "checking that the zone is signed on initial transfer ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-57- $RNDCCMD 10.53.0.3 signing -list bits > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:58: keys=`grep '^Done signing' signing.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-59- [ $keys = 2 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-65- bind9-9.16.8/bin/tests/system/inline/tests.sh:66:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-67-echo_i "checking expired signatures are updated on load ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-69-$DIG $DIGOPTS @10.53.0.3 +noall +answer +dnssec expired SOA > dig.out.ns3.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:70:expiry=`awk '$4 == "RRSIG" { print $9 }' dig.out.ns3.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-71-[ "$expiry" = "20110101000000" ] && ret=1 bind9-9.16.8/bin/tests/system/inline/tests.sh-72-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:73:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-74- bind9-9.16.8/bin/tests/system/inline/tests.sh:75:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-76-echo_i "checking removal of private type record via 'rndc signing -clear' ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-78-$RNDCCMD 10.53.0.3 signing -list bits > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:79:keys=`sed -n -e 's/Done signing with key \(.*\)$/\1/p' signing.out.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-80-for key in $keys; do ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-88- $RNDCCMD 10.53.0.3 signing -list bits > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:89: num=`grep "Done signing with" signing.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-90- [ $num = 1 ] && break ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-95-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:96:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-97- bind9-9.16.8/bin/tests/system/inline/tests.sh:98:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-99-echo_i "checking private type was properly signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-105-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:106:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-107- bind9-9.16.8/bin/tests/system/inline/tests.sh:108:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-109-echo_i "checking removal of remaining private type record via 'rndc signing -clear all' ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-123-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:124:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-125- bind9-9.16.8/bin/tests/system/inline/tests.sh:126:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-127-echo_i "checking negative private type response was properly signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-135-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:136:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-137- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-144- bind9-9.16.8/bin/tests/system/inline/tests.sh:145:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-146-echo_i "checking that the record is added on the hidden master ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-151-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:152:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-153- bind9-9.16.8/bin/tests/system/inline/tests.sh:154:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-155-echo_i "checking that update has been transferred and has been signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-166-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:167:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-168- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-175- bind9-9.16.8/bin/tests/system/inline/tests.sh:176:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-177-echo_i "checking YYYYMMDDVV (2011072400) serial on hidden master ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-183-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:184:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-185- bind9-9.16.8/bin/tests/system/inline/tests.sh:186:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-187-echo_i "checking YYYYMMDDVV (2011072400) serial in signed zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-198-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:199:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-200- bind9-9.16.8/bin/tests/system/inline/tests.sh:201:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-202-echo_i "checking that the zone is signed on initial transfer, noixfr ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-207- $RNDCCMD 10.53.0.3 signing -list noixfr > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:208: keys=`grep '^Done signing' signing.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-209- [ $keys = 2 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-213-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:214:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-215- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-222- bind9-9.16.8/bin/tests/system/inline/tests.sh:223:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-224-echo_i "checking that the record is added on the hidden master, noixfr ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-229-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:230:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-231- bind9-9.16.8/bin/tests/system/inline/tests.sh:232:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-233-echo_i "checking that update has been transferred and has been signed, noixfr ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-244-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:245:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-246- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-253- bind9-9.16.8/bin/tests/system/inline/tests.sh:254:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-255-echo_i "checking YYYYMMDDVV (2011072400) serial on hidden master, noixfr ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-261-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:262:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-263- bind9-9.16.8/bin/tests/system/inline/tests.sh:264:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-265-echo_i "checking YYYYMMDDVV (2011072400) serial in signed zone, noixfr ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-276-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:277:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-278- bind9-9.16.8/bin/tests/system/inline/tests.sh:279:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-280-echo_i "checking that the master zone signed on initial load ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-285- $RNDCCMD 10.53.0.3 signing -list master > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:286: keys=`grep '^Done signing' signing.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-287- [ $keys = 2 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-291-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:292:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-293- bind9-9.16.8/bin/tests/system/inline/tests.sh:294:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-295-echo_i "checking removal of private type record via 'rndc signing -clear' (master) ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-297-$RNDCCMD 10.53.0.3 signing -list master > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:298:keys=`sed -n -e 's/Done signing with key \(.*\)$/\1/p' signing.out.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-299-for key in $keys; do ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-307- $RNDCCMD 10.53.0.3 signing -list master > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:308: num=`grep "Done signing with" signing.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-309- [ $num = 1 ] && break ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-314-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:315:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-316- bind9-9.16.8/bin/tests/system/inline/tests.sh:317:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-318-echo_i "checking private type was properly signed (master) ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-324-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:325:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-326- bind9-9.16.8/bin/tests/system/inline/tests.sh:327:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-328-echo_i "checking removal of remaining private type record via 'rndc signing -clear' (master) ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-341-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:342:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-343- bind9-9.16.8/bin/tests/system/inline/tests.sh:344:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-345-echo_i "check adding of record to unsigned master ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-359-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:360:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-361- bind9-9.16.8/bin/tests/system/inline/tests.sh:362:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-363-echo_i "check adding record fails when SOA serial not changed ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-370-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:371:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-372- bind9-9.16.8/bin/tests/system/inline/tests.sh:373:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-374-echo_i "check adding record works after updating SOA serial ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-388-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:389:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-390- bind9-9.16.8/bin/tests/system/inline/tests.sh:391:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-392-echo_i "check the added record was properly signed ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-398-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:399:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-400- bind9-9.16.8/bin/tests/system/inline/tests.sh:401:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-402-echo_i "checking that the dynamic master zone signed on initial load ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-407- $RNDCCMD 10.53.0.3 signing -list dynamic > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:408: keys=`grep '^Done signing' signing.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-409- [ $keys = 2 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-413-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:414:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-415- bind9-9.16.8/bin/tests/system/inline/tests.sh:416:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-417-echo_i "checking master zone that was updated while offline is correct ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-419-$DIG $DIGOPTS +nodnssec +short @10.53.0.3 updated SOA >dig.out.ns2.soa.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:420:serial=`awk '{print $3}' dig.out.ns2.soa.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-421-# serial should have changed ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-431-$JOURNALPRINT ns3/updated.db.signed.jnl >journalprint.out.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:432:serial=`awk '/Source serial =/ {print $4}' journalprint.out.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-433-[ "$serial" = "2000042408" ] || ret=1 bind9-9.16.8/bin/tests/system/inline/tests.sh:434:diffsize=`wc -l < journalprint.out.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-435-[ "$diffsize" -le 13 ] || ret=1 bind9-9.16.8/bin/tests/system/inline/tests.sh-436-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:437:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-438- bind9-9.16.8/bin/tests/system/inline/tests.sh:439:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-440-echo_i "checking adding of record to unsigned master using UPDATE ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-466-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:467:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-468- bind9-9.16.8/bin/tests/system/inline/tests.sh:469:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-470-echo_i "stop bump in the wire signer server ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-473-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:474:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-475- bind9-9.16.8/bin/tests/system/inline/tests.sh:476:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-477-echo_i "restart bump in the wire signer server ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-480-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:481:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-482- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-489- bind9-9.16.8/bin/tests/system/inline/tests.sh:490:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-491-echo_i "checking YYYYMMDDVV (2011072450) serial on hidden master ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-497-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:498:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-499- bind9-9.16.8/bin/tests/system/inline/tests.sh:500:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-501-echo_i "checking YYYYMMDDVV (2011072450) serial in signed zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-512-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:513:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-514- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-521- bind9-9.16.8/bin/tests/system/inline/tests.sh:522:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-523-echo_i "checking YYYYMMDDVV (2011072450) serial on hidden master, noixfr ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-529-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:530:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-531- bind9-9.16.8/bin/tests/system/inline/tests.sh:532:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-533-echo_i "checking YYYYMMDDVV (2011072450) serial in signed zone, noixfr ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-544-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:545:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-546- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-553- bind9-9.16.8/bin/tests/system/inline/tests.sh:554:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-555-echo_i "checking forwarded update on hidden master ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-561-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:562:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-563- bind9-9.16.8/bin/tests/system/inline/tests.sh:564:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-565-echo_i "checking forwarded update on signed zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-576-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:577:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-578- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-585- bind9-9.16.8/bin/tests/system/inline/tests.sh:586:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-587-echo_i "checking forwarded update on hidden master, noixfr ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-593-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:594:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-595- bind9-9.16.8/bin/tests/system/inline/tests.sh:596:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-597-echo_i "checking forwarded update on signed zone, noixfr ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-608-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:609:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-610- bind9-9.16.8/bin/tests/system/inline/tests.sh-611-ret=0 bind9-9.16.8/bin/tests/system/inline/tests.sh:612:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-613-echo_i "checking turning on of inline signing in a slave zone via reload ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-617-if [ $ret != 0 ]; then echo_i "setup broken"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:618:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-619-copy_setports ns5/named.conf.post ns5/named.conf ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-632-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:633:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-634- bind9-9.16.8/bin/tests/system/inline/tests.sh:635:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-636-echo_i "checking rndc freeze/thaw of dynamic inline zone no change ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-643-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:644:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-645- bind9-9.16.8/bin/tests/system/inline/tests.sh-646- bind9-9.16.8/bin/tests/system/inline/tests.sh:647:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-648-echo_i "checking rndc freeze/thaw of dynamic inline zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-657-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:658:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-659- bind9-9.16.8/bin/tests/system/inline/tests.sh:660:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-661-echo_i "check added record freeze1.dynamic ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-671-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:672:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-673- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-676- bind9-9.16.8/bin/tests/system/inline/tests.sh:677:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-678-echo_i "checking rndc freeze/thaw of server ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-687-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:688:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-689- bind9-9.16.8/bin/tests/system/inline/tests.sh:690:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-691-echo_i "check added record freeze2.dynamic ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-701-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:702:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-703- bind9-9.16.8/bin/tests/system/inline/tests.sh:704:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-705-echo_i "check rndc reload allows reuse of inline-signing zones ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-709-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:710:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-711- bind9-9.16.8/bin/tests/system/inline/tests.sh:712:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-713-echo_i "check rndc sync removes both signed and unsigned journals ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-720-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:721:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-722- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-730- bind9-9.16.8/bin/tests/system/inline/tests.sh:731:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-732-echo_i "checking that the retransfer record is added on the hidden master ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-737-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:738:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-739- bind9-9.16.8/bin/tests/system/inline/tests.sh:740:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-741-echo_i "checking that the change has not been transferred due to notify ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-751-if [ $ans != 1 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:752:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-753- bind9-9.16.8/bin/tests/system/inline/tests.sh:754:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-755-echo_i "check rndc retransfer of a inline slave zone works ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-768-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:769:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-770- bind9-9.16.8/bin/tests/system/inline/tests.sh:771:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-772-echo_i "check 'rndc signing -nsec3param' requests are queued for zones which are not loaded ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-796- $RNDCCMD 10.53.0.3 signing -list retransfer3 > signing.out.test$n.$i 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:797: keys_done=`grep "Done signing" signing.out.test$n.$i | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh:798: nsec3_pending=`grep "NSEC3 chain" signing.out.test$n.$i | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-799- test $keys_done -eq 2 -a $nsec3_pending -eq 0 && break ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-806-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:807:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-808- bind9-9.16.8/bin/tests/system/inline/tests.sh:809:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-810-echo_i "check rndc retransfer of a inline nsec3 slave retains nsec3 ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-833-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:834:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-835- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-837-# in the comment inside ns7/named.conf. bind9-9.16.8/bin/tests/system/inline/tests.sh:838:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-839-echo_i "check rndc retransfer of a inline nsec3 slave does not trigger an infinite loop ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-849- $RNDCCMD 10.53.0.7 signing -list $zone > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:850: keys=`grep '^Done signing' signing.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-851- [ $keys -eq 3 ] && ret=0 && break ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-859- ret=1 bind9-9.16.8/bin/tests/system/inline/tests.sh:860: nsec3param=`$DIG $DIGOPTS +nodnssec +short @10.53.0.7 nsec3param $zone` bind9-9.16.8/bin/tests/system/inline/tests.sh-861- test "$nsec3param" = "1 0 2 12345678" && ret=0 && break ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-880-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:881:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-882- bind9-9.16.8/bin/tests/system/inline/tests.sh:883:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-884-echo_i "stop bump in the wire signer server ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-887-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:888:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-889- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-893- bind9-9.16.8/bin/tests/system/inline/tests.sh:894:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-895-echo_i "restart bump in the wire signer server ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-898-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:899:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-900- bind9-9.16.8/bin/tests/system/inline/tests.sh:901:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-902-echo_i "updates to SOA parameters other than serial while stopped are reflected in signed zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-914-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:915:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-916- bind9-9.16.8/bin/tests/system/inline/tests.sh:917:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-918-echo_i "check that reloading all zones does not cause zone maintenance to cease for inline-signed zones ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-939-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:940:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-941- bind9-9.16.8/bin/tests/system/inline/tests.sh:942:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-943-echo_i "check that reloading errors prevent synchronization ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-962-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:963:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-964- bind9-9.16.8/bin/tests/system/inline/tests.sh:965:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-966-echo_i "test add/del zone combinations ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-978-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:979:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-980- bind9-9.16.8/bin/tests/system/inline/tests.sh:981:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-982-echo_i "testing adding external keys to a inline zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-994- bind9-9.16.8/bin/tests/system/inline/tests.sh:995: dnskeys=`grep "IN.DNSKEY.25[67] [0-9]* $alg " dig.out.ns3.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh:996: rrsigs=`grep "RRSIG.DNSKEY $alg " dig.out.ns3.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-997- test ${dnskeys:-0} -eq 3 || { echo_i "failed $alg (dnskeys ${dnskeys:-0})"; ret=1; } ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1000-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1001:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1002- bind9-9.16.8/bin/tests/system/inline/tests.sh:1003:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1004-echo_i "testing imported key won't overwrite a private key ($n)" bind9-9.16.8/bin/tests/system/inline/tests.sh-1005-ret=0 bind9-9.16.8/bin/tests/system/inline/tests.sh:1006:key=`$KEYGEN -q -a rsasha256 import.example` bind9-9.16.8/bin/tests/system/inline/tests.sh-1007-cp ${key}.key import.key ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1015-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1016:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1017- bind9-9.16.8/bin/tests/system/inline/tests.sh:1018:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1019-echo_i "testing updating inline secure serial via 'rndc signing -serial' ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1021-$DIG $DIGOPTS nsec3. SOA @10.53.0.3 > dig.out.n3.pre.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:1022:newserial=`$PERL -e 'while (<>) { chomp; my @field = split /\s+/; printf("%u\n", $field[6] + 10) if ($field[3] eq "SOA"); }' < dig.out.n3.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-1023-$RNDCCMD 10.53.0.3 signing -serial ${newserial:-0} nsec3 > /dev/null 2>&1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1025-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1026:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1027- bind9-9.16.8/bin/tests/system/inline/tests.sh:1028:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1029-echo_i "testing updating inline secure serial via 'rndc signing -serial' with negative change ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1031-$DIG $DIGOPTS nsec3. SOA @10.53.0.3 > dig.out.n3.pre.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:1032:oldserial=`awk '$4 == "SOA" { print $7 }' dig.out.n3.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh:1033:newserial=`$PERL -e 'while (<>) { chomp; my @field = split /\s+/; printf("%u\n", $field[6] - 10) if ($field[3] eq "SOA"); }' < dig.out.n3.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-1034-$RNDCCMD 10.53.0.3 signing -serial ${newserial:-0} nsec3 > /dev/null 2>&1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1036-$DIG $DIGOPTS nsec3. SOA @10.53.0.3 > dig.out.ns3.post.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:1037:serial=`awk '$4 == "SOA" { print $7 }' dig.out.ns3.post.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-1038-[ ${oldserial:-0} -eq ${serial:-1} ] || ret=1 bind9-9.16.8/bin/tests/system/inline/tests.sh-1039-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1040:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1041- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1044-# bind9-9.16.8/bin/tests/system/inline/tests.sh:1045:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1046-echo_i "testing updating inline secure serial via 'rndc signing -serial' when frozen ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1048-$DIG $DIGOPTS nsec3. SOA @10.53.0.3 > dig.out.n3.pre.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:1049:oldserial=`awk '$4 == "SOA" { print $7 }' dig.out.n3.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh:1050:newserial=`$PERL -e 'while (<>) { chomp; my @field = split /\s+/; printf("%u\n", $field[6] + 10) if ($field[3] eq "SOA"); }' < dig.out.n3.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-1051-$RNDCCMD 10.53.0.3 freeze nsec3 > /dev/null 2>&1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1055-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1056:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1057- bind9-9.16.8/bin/tests/system/inline/tests.sh:1058:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1059-echo_i "testing updating dynamic serial via 'rndc signing -serial' ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1061-$DIG $DIGOPTS bits. SOA @10.53.0.2 > dig.out.ns2.pre.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:1062:newserial=`$PERL -e 'while (<>) { chomp; my @field = split /\s+/; printf("%u\n", $field[6] + 10) if ($field[3] eq "SOA"); }' < dig.out.ns2.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-1063-$RNDCCMD 10.53.0.2 signing -serial ${newserial:-0} bits > /dev/null 2>&1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1065-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1066:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1067- bind9-9.16.8/bin/tests/system/inline/tests.sh:1068:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1069-echo_i "testing updating dynamic serial via 'rndc signing -serial' with negative change ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1071-$DIG $DIGOPTS bits. SOA @10.53.0.2 > dig.out.ns2.pre.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:1072:oldserial=`awk '$4 == "SOA" { print $7 }' dig.out.ns2.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh:1073:newserial=`$PERL -e 'while (<>) { chomp; my @field = split /\s+/; printf("%u\n", $field[6] - 10) if ($field[3] eq "SOA"); }' < dig.out.ns2.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-1074-$RNDCCMD 10.53.0.2 signing -serial ${newserial:-0} bits > /dev/null 2>&1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1077-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1078:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1079- bind9-9.16.8/bin/tests/system/inline/tests.sh:1080:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1081-echo_i "testing updating dynamic serial via 'rndc signing -serial' when frozen ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1083-$DIG $DIGOPTS bits. SOA @10.53.0.2 > dig.out.ns2.pre.test$n bind9-9.16.8/bin/tests/system/inline/tests.sh:1084:oldserial=`awk '$4 == "SOA" { print $7 }' dig.out.ns2.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh:1085:newserial=`$PERL -e 'while (<>) { chomp; my @field = split /\s+/; printf("%u\n", $field[6] + 10) if ($field[3] eq "SOA"); }' < dig.out.ns2.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-1086-$RNDCCMD 10.53.0.2 freeze bits > /dev/null 2>&1 ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1091-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1092:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1093- bind9-9.16.8/bin/tests/system/inline/tests.sh:1094:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1095-echo_i "testing that inline signing works with inactive ZSK and active KSK ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1098-$DIG $DIGOPTS @10.53.0.3 soa inactivezsk > dig.out.ns3.pre.test$n || ret=1 bind9-9.16.8/bin/tests/system/inline/tests.sh:1099:soa1=`awk '$4 == "SOA" { print $7 }' dig.out.ns3.pre.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-1100- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1109- $DIG $DIGOPTS @10.53.0.3 soa inactivezsk > dig.out.ns3.post.test$n || ret=1 bind9-9.16.8/bin/tests/system/inline/tests.sh:1110: soa2=`awk '$4 == "SOA" { print $7 }' dig.out.ns3.post.test$n` bind9-9.16.8/bin/tests/system/inline/tests.sh-1111- test ${soa1:-0} -ne ${soa2:-0} && break ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1124- bind9-9.16.8/bin/tests/system/inline/tests.sh:1125:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1126-echo_i "testing that inline signing works with inactive KSK and active ZSK ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1155-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1156:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1157- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1175- bind9-9.16.8/bin/tests/system/inline/tests.sh:1176:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1177-echo_i "checking that changes to raw zone are applied to a previously unsigned secure zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1200-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1201:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1202- bind9-9.16.8/bin/tests/system/inline/tests.sh:1203:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1204-echo_i "checking that changes to raw zone are not applied to a previously signed secure zone with no keys available (primary) ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1229-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1230:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1231- bind9-9.16.8/bin/tests/system/inline/tests.sh:1232:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1233-echo_i "checking that backlogged changes to raw zone are applied after keys become available (primary) ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1238-# Determine what a SOA record with a bumped serial number should look like. bind9-9.16.8/bin/tests/system/inline/tests.sh:1239:BUMPED_SOA=`sed -n 's/.*\(add removedkeys-primary.*IN.*SOA\)/\1/p;' ns3/named.run | tail -1 | awk '{$8 += 1; print $0}'` bind9-9.16.8/bin/tests/system/inline/tests.sh-1240-# Ensure the wait_until_raw_zone_update_is_processed() call below will ignore ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1257-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1258:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1259- bind9-9.16.8/bin/tests/system/inline/tests.sh:1260:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1261-echo_i "checking that changes to raw zone are not applied to a previously signed secure zone with no keys available (secondary) ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1286-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1287:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1288- bind9-9.16.8/bin/tests/system/inline/tests.sh:1289:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1290-echo_i "checking that backlogged changes to raw zone are applied after keys become available (secondary) ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1295-# Determine what a SOA record with a bumped serial number should look like. bind9-9.16.8/bin/tests/system/inline/tests.sh:1296:BUMPED_SOA=`sed -n 's/.*\(add removedkeys-secondary.*IN.*SOA\)/\1/p;' ns2/named.run | tail -1 | awk '{$8 += 1; print $0}'` bind9-9.16.8/bin/tests/system/inline/tests.sh-1297-# Ensure the wait_until_raw_zone_update_is_processed() call below will ignore ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1314-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1315:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1316- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1325- bind9-9.16.8/bin/tests/system/inline/tests.sh:1326:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1327-echo_i "checking that records added from a journal are scheduled to be resigned ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1337- $RNDCCMD 10.53.0.3 signing -list delayedkeys > signing.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/inline/tests.sh:1338: num=`grep "Done signing with" signing.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-1339- [ $num -eq 2 ] ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1364-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1365:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh:1366:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1367- ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1372-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1373:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1374- bind9-9.16.8/bin/tests/system/inline/tests.sh:1375:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1376-echo_i "check that zonestatus reports 'type: slave' for a inline slave zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1380-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1381:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1382- bind9-9.16.8/bin/tests/system/inline/tests.sh:1383:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/inline/tests.sh-1384-echo_i "checking reload of touched inline zones ($n)" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1386-nextpart ns8/named.run > nextpart.pre$n.out bind9-9.16.8/bin/tests/system/inline/tests.sh:1387:count=`grep "zone example[0-9][0-9].com/IN (signed): next key event:" nextpart.pre$n.out | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-1388-echo_ic "found: $count/16" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1395-nextpart ns8/named.run > nextpart.post$n.out bind9-9.16.8/bin/tests/system/inline/tests.sh:1396:count=`grep "zone example[0-9][0-9].com/IN (signed): next key event:" nextpart.post$n.out | wc -l` bind9-9.16.8/bin/tests/system/inline/tests.sh-1397-echo_ic "found: $count/16" ############################################## bind9-9.16.8/bin/tests/system/inline/tests.sh-1399-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/inline/tests.sh:1400:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/inline/tests.sh-1401- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-24-grep "zone mx-cname-fail/IN: mx-cname-fail/MX 'cname.mx-cname-fail' is a CNAME (illegal)" ns1/named.run > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:25:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-26-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:27:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-28- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-33-grep "zone mx-cname-warn/IN: mx-cname-warn/MX 'cname.mx-cname-warn' is a CNAME (illegal)" ns1/named.run > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:34:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-35-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:36:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-37- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-42-grep "zone mx-cname-ignore/IN: mx-cname-ignore/MX 'cname.mx-cname-ignore' is a CNAME (illegal)" ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:43:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-44-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:45:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-46- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-51-grep "zone no-mx-cname-fail/IN: no-mx-cname-fail/MX 'cname.no-mx-cname-fail' is a CNAME (illegal)" ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:52:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-53-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:54:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-55- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-60-grep "zone no-mx-cname-warn/IN: no-mx-cname-warn/MX 'cname.no-mx-cname-warn' is a CNAME (illegal)" ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:61:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-62-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:63:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-64- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-69-grep "zone no-mx-cname-ignore/IN: no-mx-cname-ignore/MX 'cname.no-mx-cname-ignore' is a CNAME (illegal)" ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:70:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-71-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:72:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-73- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-78-grep "zone srv-cname-fail/IN: srv-cname-fail/SRV 'cname.srv-cname-fail' is a CNAME (illegal)" ns1/named.run > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:79:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-80-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:81:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-82- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-87-grep "zone srv-cname-warn/IN: srv-cname-warn/SRV 'cname.srv-cname-warn' is a CNAME (illegal)" ns1/named.run > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:88:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-89-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:90:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-91- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-96-grep "zone srv-cname-ignore/IN: srv-cname-ignore/SRV 'cname.srv-cname-ignore' is a CNAME (illegal)" ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:97:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-98-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:99:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-100- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-105-grep "zone no-srv-cname-fail/IN: no-srv-cname-fail/SRV 'cname.no-srv-cname-fail' is a CNAME (illegal)" ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:106:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-107-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:108:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-109- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-114-grep "zone no-srv-cname-warn/IN: no-srv-cname-warn/SRV 'cname.no-srv-cname-warn' is a CNAME (illegal)" ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:115:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-116-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:117:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-118- ############################################## bind9-9.16.8/bin/tests/system/integrity/tests.sh-123-grep "zone no-srv-cname-ignore/IN: no-srv-cname-ignore/SRV 'cname.no-srv-cname-ignore' is a CNAME (illegal)" ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/integrity/tests.sh:124:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/integrity/tests.sh-125-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/integrity/tests.sh:126:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/integrity/tests.sh-127- ############################################## bind9-9.16.8/bin/tests/system/ixfr/tests.sh-299-) bind9-9.16.8/bin/tests/system/ixfr/tests.sh:300:lines=`grep hostmaster.large dig.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/ixfr/tests.sh-301-test ${lines:-0} -eq 2 || { echo_i "failed"; status=1; } bind9-9.16.8/bin/tests/system/ixfr/tests.sh:302:messages=`sed -n 's/^;;.*messages \([0-9]*\),.*/\1/p' dig.out.test$n` bind9-9.16.8/bin/tests/system/ixfr/tests.sh-303-test ${messages:-0} -gt 1 || { echo_i "failed"; status=1; } ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-22-ret=0 bind9-9.16.8/bin/tests/system/keepalive/tests.sh:23:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-24-$DIG $DIGOPTS +qr +keepalive foo.example @10.53.0.2 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-26-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keepalive/tests.sh:27:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-28- ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-30-ret=0 bind9-9.16.8/bin/tests/system/keepalive/tests.sh:31:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-32-$RNDCCMD stats ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-34-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keepalive/tests.sh:35:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-36- ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-38-ret=0 bind9-9.16.8/bin/tests/system/keepalive/tests.sh:39:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-40-$DIG $DIGOPTS +vc +keepalive foo.example @10.53.0.2 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-42-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keepalive/tests.sh:43:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-44- ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-46-ret=0 bind9-9.16.8/bin/tests/system/keepalive/tests.sh:47:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-48-$DIG $DIGOPTS +keepalive foo.example @10.53.0.2 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-50-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keepalive/tests.sh:51:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-52- ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-54-ret=0 bind9-9.16.8/bin/tests/system/keepalive/tests.sh:55:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-56-$DIG $DIGOPTS +vc +keepalive foo.example @10.53.0.3 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-58-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keepalive/tests.sh:59:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-60- ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-62-ret=0 bind9-9.16.8/bin/tests/system/keepalive/tests.sh:63:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-64-$DIG $DIGOPTS +vc +keepalive foo.example @10.53.0.2 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-66-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keepalive/tests.sh:67:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-68- ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-70-ret=0 bind9-9.16.8/bin/tests/system/keepalive/tests.sh:71:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-72-$RNDCCMD tcp-timeouts 300 300 300 200 > output ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-76-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keepalive/tests.sh:77:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-78- ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-80-ret=0 bind9-9.16.8/bin/tests/system/keepalive/tests.sh:81:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-82-$RNDCCMD stats ############################################## bind9-9.16.8/bin/tests/system/keepalive/tests.sh-92-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keepalive/tests.sh:93:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keepalive/tests.sh-94- ############################################## bind9-9.16.8/bin/tests/system/keymgr/19-old-keys/extra.sh-9- bind9-9.16.8/bin/tests/system/keymgr/19-old-keys/extra.sh:10:now=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/keymgr/19-old-keys/extra.sh-11-for keyfile in K*.key; do bind9-9.16.8/bin/tests/system/keymgr/19-old-keys/extra.sh:12: inactive=`$SETTIME -upI $keyfile | awk '{print $2}'` bind9-9.16.8/bin/tests/system/keymgr/19-old-keys/extra.sh-13- if [ "$inactive" = UNSET ]; then ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-19-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:20:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-21-$SETTIME -K $dir -I +9mo -D +1y $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:22:ksk2=`$KEYGEN -K $dir -S $ksk1` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-23-$SETTIME -K $dir -I +7mo $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:24:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-25- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-28-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:29:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-30-$SETTIME -K $dir -I +9mo -D +1y $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:31:zsk2=`$KEYGEN -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-32-$SETTIME -K $dir -I +7mo $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:33:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-34- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-37-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:38:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-39-$SETTIME -K $dir -I +9mo -D +1y $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:40:ksk2=`$KEYGEN -K $dir -S $ksk1` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-41-$SETTIME -K $dir -D +6mo $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:42:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-43- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-46-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:47:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-48-$SETTIME -K $dir -I +9mo -D +1y $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:49:zsk2=`$KEYGEN -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-50-$SETTIME -K $dir -D +6mo $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:51:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-52- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-56-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:57:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-58-$SETTIME -K $dir -I +9mo -D +8mo $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:59:ksk2=`$KEYGEN -K $dir -S $ksk1` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:60:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-61- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-65-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:66:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-67-$SETTIME -K $dir -I +9mo -D +8mo $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:68:zsk2=`$KEYGEN -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:69:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-70- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-73-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:74:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-75-$SETTIME -K $dir -I +9mo -D +1y $ksk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:76:ksk2=`$KEYGEN -K $dir -S $ksk1` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-77-$SETTIME -K $dir -P +269d $ksk2 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:78:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-79- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-82-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:83:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-84-$SETTIME -K $dir -I +9mo -D +1y $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:85:zsk2=`$KEYGEN -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-86-# allow only 1 day between publication and activation bind9-9.16.8/bin/tests/system/keymgr/setup.sh-87-$SETTIME -K $dir -P +269d $zsk2 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:88:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-89- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-94-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:95:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:96:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-97-$SETTIME -K $dir -I +3mo -D +4mo $zsk1 > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/keymgr/setup.sh:98:zsk2=`$KEYGEN -K $dir -S $zsk1` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-99- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-102-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:103:k1=`$KEYGEN -K $dir -a rsasha1 -q3fk -P now+1mo -A now+1mo example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:104:z1=`$KEYGEN -K $dir -a rsasha1 -q3 -P now+1mo -A now+1mo example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:105:z2=`$KEYGEN -K $dir -a rsasha1 -q3 -P now+1mo -A now+1mo example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:106:z3=`$KEYGEN -K $dir -a rsasha1 -q3 -P now+1mo -A now+1mo example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:107:z4=`$KEYGEN -K $dir -a rsasha1 -q3 -P now+1mo -A now+1mo example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-108- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-111-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:112:k1=`$KEYGEN -K $dir -a rsasha1 -q3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:113:z1=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:114:z2=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:115:z3=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:116:z4=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-117- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-120-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:121:k1=`$KEYGEN -K $dir -a rsasha1 -q3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:122:k2=`$KEYGEN -K $dir -a rsasha1 -q3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:123:k3=`$KEYGEN -K $dir -a rsasha1 -q3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:124:z1=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-125- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-128-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:129:k1=`$KEYGEN -K $dir -a rsasha1 -qfk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:130:z1=`$KEYGEN -K $dir -a rsasha1 -q example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-131-$SETTIME -K $dir -I now+6mo -D now+8mo $z1 > /dev/null bind9-9.16.8/bin/tests/system/keymgr/setup.sh:132:z2=`$KEYGEN -K $dir -q -S ${z1}.key` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-133-$SETTIME -K $dir -I now+1y -D now+14mo $z2 > /dev/null bind9-9.16.8/bin/tests/system/keymgr/setup.sh:134:z3=`$KEYGEN -K $dir -q -S ${z2}.key` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-135-$SETTIME -K $dir -I now+18mo -D now+20mo $z3 > /dev/null bind9-9.16.8/bin/tests/system/keymgr/setup.sh:136:z4=`$KEYGEN -K $dir -q -S ${z3}.key` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-137- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-140-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:141:k1=`$KEYGEN -K $dir -a rsasha1 -q3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:142:z1=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-143-$SETTIME -K $dir -I now+6mo -D now+8mo $z1 > /dev/null bind9-9.16.8/bin/tests/system/keymgr/setup.sh:144:z2=`$KEYGEN -K $dir -q -S ${z1}.key` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-145-$SETTIME -K $dir -I now+1y -D now+14mo $z2 > /dev/null bind9-9.16.8/bin/tests/system/keymgr/setup.sh:146:z3=`$KEYGEN -K $dir -q -S ${z2}.key` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-147-$SETTIME -K $dir -I now+18mo -D now+20mo $z3 > /dev/null bind9-9.16.8/bin/tests/system/keymgr/setup.sh:148:z4=`$KEYGEN -K $dir -q -S ${z3}.key` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-149- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-153-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:154:k1=`$KEYGEN -K $dir -a rsasha1 -qfk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:155:z1=`$KEYGEN -K $dir -a rsasha1 -q example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-156-$SETTIME -K $dir -I now+6mo -D now+8mo $z1 > /dev/null bind9-9.16.8/bin/tests/system/keymgr/setup.sh:157:z2=`$KEYGEN -K $dir -q -S ${z1}.key` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-158-$SETTIME -K $dir -I now+1y -D now+14mo $z2 > /dev/null bind9-9.16.8/bin/tests/system/keymgr/setup.sh:159:z3=`$KEYGEN -K $dir -q -S ${z2}.key` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-160-$SETTIME -K $dir -I now+18mo -D now+20mo $z3 > /dev/null bind9-9.16.8/bin/tests/system/keymgr/setup.sh:161:z4=`$KEYGEN -K $dir -q -S ${z3}.key` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-162- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-166-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:167:k1=`$KEYGEN -K $dir -a rsasha1 -q3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:168:z1=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:169:z2=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:170:z3=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:171:z4=`$KEYGEN -K $dir -a rsasha1 -q3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-172- ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-175-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:176:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:177:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-178-$SETTIME -K $dir -I now+2mo -D now+3mo $zsk1 > /dev/null ############################################## bind9-9.16.8/bin/tests/system/keymgr/setup.sh-182-echo_i "set up $dir" bind9-9.16.8/bin/tests/system/keymgr/setup.sh:183:ksk1=`$KEYGEN -K $dir -a rsasha1 -3fk example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh:184:zsk1=`$KEYGEN -K $dir -a rsasha1 -3 example.com` bind9-9.16.8/bin/tests/system/keymgr/setup.sh-185-$SETTIME -K $dir -P now-2y -A now-2y $ksk1 > /dev/null ############################################## bind9-9.16.8/bin/tests/system/keymgr/tests.sh-22- [ -z "$matchline" ] && continue bind9-9.16.8/bin/tests/system/keymgr/tests.sh:23: matches=`grep "$matchline" $file | wc -l` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-24- [ "$matches" -ne "$expect" ] && { ############################################## bind9-9.16.8/bin/tests/system/keymgr/tests.sh-56- if [ "$CYGWIN" ]; then bind9-9.16.8/bin/tests/system/keymgr/tests.sh:57: $KEYMGR $policy -K $dir -g `cygpath -w $KEYGEN` \ bind9-9.16.8/bin/tests/system/keymgr/tests.sh:58: -s `cygpath -w $SETTIME` $kargs > keymgr.$n 2>&1 bind9-9.16.8/bin/tests/system/keymgr/tests.sh-59- else ############################################## bind9-9.16.8/bin/tests/system/keymgr/tests.sh-82- # check for correct number of errors bind9-9.16.8/bin/tests/system/keymgr/tests.sh:83: found=`grep ERROR coverage.$n | wc -l` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-84- if [ $found -ne $error ]; then ############################################## bind9-9.16.8/bin/tests/system/keymgr/tests.sh-89- # check for correct number of warnings bind9-9.16.8/bin/tests/system/keymgr/tests.sh:90: found=`grep WARNING coverage.$n | wc -l` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-91- if [ $found -ne $warn ]; then ############################################## bind9-9.16.8/bin/tests/system/keymgr/tests.sh-96- # check for correct number of OKs bind9-9.16.8/bin/tests/system/keymgr/tests.sh:97: found=`grep "No errors found" coverage.$n | wc -l` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-98- if [ $found -ne $ok ]; then ############################################## bind9-9.16.8/bin/tests/system/keymgr/tests.sh-111- bind9-9.16.8/bin/tests/system/keymgr/tests.sh:112: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-113- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keymgr/tests.sh:114: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-115-done ############################################## bind9-9.16.8/bin/tests/system/keymgr/tests.sh-119-$KEYMGR -g $KEYGEN -s $SETTIME . > keymgr.1.$n 2>&1 bind9-9.16.8/bin/tests/system/keymgr/tests.sh:120:nkeys=`grep dnssec-keygen keymgr.1.$n | wc -l` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-121-[ "$nkeys" -eq 2 ] || ret=1 bind9-9.16.8/bin/tests/system/keymgr/tests.sh-122-$KEYMGR -g $KEYGEN -s $SETTIME . > keymgr.2.$n 2>&1 bind9-9.16.8/bin/tests/system/keymgr/tests.sh:123:nkeys=`grep dnssec-keygen keymgr.2.$n | wc -l` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-124-[ "$nkeys" -eq 0 ] || ret=1 bind9-9.16.8/bin/tests/system/keymgr/tests.sh-125-$KEYMGR -g $KEYGEN -s $SETTIME example.com. > keymgr.3.$n 2>&1 bind9-9.16.8/bin/tests/system/keymgr/tests.sh:126:nkeys=`grep dnssec-keygen keymgr.3.$n | wc -l` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-127-[ "$nkeys" -eq 2 ] || ret=1 bind9-9.16.8/bin/tests/system/keymgr/tests.sh-128-$KEYMGR -g $KEYGEN -s $SETTIME example.com. > keymgr.4.$n 2>&1 bind9-9.16.8/bin/tests/system/keymgr/tests.sh:129:nkeys=`grep dnssec-keygen keymgr.4.$n | wc -l` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-130-[ "$nkeys" -eq 0 ] || ret=1 bind9-9.16.8/bin/tests/system/keymgr/tests.sh:131:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keymgr/tests.sh:132:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-133- ############################################## bind9-9.16.8/bin/tests/system/keymgr/tests.sh-139-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/keymgr/tests.sh:140:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/keymgr/tests.sh:141:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/keymgr/tests.sh-142- ############################################## bind9-9.16.8/bin/tests/system/legacy/ns6/sign.sh-23- bind9-9.16.8/bin/tests/system/legacy/ns6/sign.sh:24:keyname1=`$KEYGEN -a RSASHA512 -b 4096 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/legacy/ns6/sign.sh:25:keyname2=`$KEYGEN -f KSK -a RSASHA512 -b 4096 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/legacy/ns6/sign.sh-26- ############################################## bind9-9.16.8/bin/tests/system/legacy/ns7/sign.sh-23- bind9-9.16.8/bin/tests/system/legacy/ns7/sign.sh:24:keyname1=`$KEYGEN -a RSASHA512 -b 4096 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/legacy/ns7/sign.sh:25:keyname2=`$KEYGEN -f KSK -a RSASHA512 -b 4096 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/legacy/ns7/sign.sh-26- ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-46- bind9-9.16.8/bin/tests/system/legacy/tests.sh:47:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-48-echo_i "checking formerr edns server setup ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-56-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:57:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-58- bind9-9.16.8/bin/tests/system/legacy/tests.sh:59:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-60-echo_i "checking recursive lookup to formerr edns server succeeds ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-65- bind9-9.16.8/bin/tests/system/legacy/tests.sh:66:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-67-echo_i "checking notimp edns server setup ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-75-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:76:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-77- bind9-9.16.8/bin/tests/system/legacy/tests.sh:78:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-79-echo_i "checking recursive lookup to notimp edns server fails ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-82-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:83:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-84- bind9-9.16.8/bin/tests/system/legacy/tests.sh:85:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-86-echo_i "checking refused edns server setup ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-94-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:95:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-96- bind9-9.16.8/bin/tests/system/legacy/tests.sh:97:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-98-echo_i "checking recursive lookup to refused edns server fails ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-101-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:102:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-103- bind9-9.16.8/bin/tests/system/legacy/tests.sh:104:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-105-echo_i "checking drop edns server setup ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-117-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:118:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-119- bind9-9.16.8/bin/tests/system/legacy/tests.sh:120:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-121-echo_i "checking recursive lookup to drop edns server fails ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-124-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:125:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-126- bind9-9.16.8/bin/tests/system/legacy/tests.sh:127:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-128-echo_i "checking drop edns + no tcp server setup ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-137-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:138:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-139- bind9-9.16.8/bin/tests/system/legacy/tests.sh:140:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-141-echo_i "checking recursive lookup to drop edns + no tcp server fails ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-144-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:145:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-146- bind9-9.16.8/bin/tests/system/legacy/tests.sh:147:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-148-echo_i "checking plain dns server setup ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-156-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:157:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-158- bind9-9.16.8/bin/tests/system/legacy/tests.sh:159:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-160-echo_i "checking recursive lookup to plain dns server succeeds ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-163-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:164:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-165- bind9-9.16.8/bin/tests/system/legacy/tests.sh:166:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-167-echo_i "checking plain dns + no tcp server setup ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-174-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:175:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-176- bind9-9.16.8/bin/tests/system/legacy/tests.sh:177:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-178-echo_i "checking recursive lookup to plain dns + no tcp server succeeds ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-181-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:182:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh:183:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-184- ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-199-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:200:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-201- bind9-9.16.8/bin/tests/system/legacy/tests.sh:202:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-203-echo_i "checking recursive lookup to edns 512 server succeeds ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-206-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:207:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-208- bind9-9.16.8/bin/tests/system/legacy/tests.sh:209:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-210-echo_i "checking edns 512 + no tcp server setup ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-223-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:224:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-225- bind9-9.16.8/bin/tests/system/legacy/tests.sh:226:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-227-echo_i "checking recursive lookup to edns 512 + no tcp server fails ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-230-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:231:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-232- bind9-9.16.8/bin/tests/system/legacy/tests.sh:233:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-234-echo_i "checking recursive lookup to edns 512 + no tcp server does not cause query loops ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-241-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:242:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-243- bind9-9.16.8/bin/tests/system/legacy/tests.sh:244:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-245-echo_i "checking that TCP failures do not influence EDNS statistics in the ADB ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-247-rndc_dumpdb ns1 -adb || ret=1 bind9-9.16.8/bin/tests/system/legacy/tests.sh:248:timeouts512=`sed -n "s|.*10\.53\.0\.7.*\[edns \([0-9/][0-9/]*\).*|\1|p" ns1/named_dump.db.test$n | awk -F/ '{print $NF}'` bind9-9.16.8/bin/tests/system/legacy/tests.sh-249-if [ $timeouts512 -ne 0 ]; then ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-253-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:254:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-255- ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-259- bind9-9.16.8/bin/tests/system/legacy/tests.sh:260:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/legacy/tests.sh-261-echo_i "checking recursive lookup to edns 512 + no tcp + trust anchor fails ($n)" ############################################## bind9-9.16.8/bin/tests/system/legacy/tests.sh-269-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/legacy/tests.sh:270:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/legacy/tests.sh-271- ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-69- bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:70:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-71-echo_i "testing plain file (named -g) ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-86-# Now try directory, expect failure bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:87:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-88-echo_i "testing directory as log file (named -g) ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-110-# Now try pipe file, expect failure bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:111:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-112-echo_i "testing pipe file as log file (named -g) ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-134-# Now try symlink file to plain file, expect success bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:135:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-136-echo_i "testing symlink to plain file as log file (named -g) ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-177- bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:178:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-179-echo_i "testing plain file (named -g) ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-194-# Now try directory, expect failure bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:195:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-196-echo_i "testing directory as log file ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-218-# Now try pipe file, expect failure bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:219:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-220-echo_i "testing pipe file as log file ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-242-# Now try symlink file to plain file, expect success bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:243:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-244-echo_i "testing symlink to plain file as log file ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-268- bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:269:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-270-echo_i "testing default logfile using named -L file ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-300- bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:301:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-302-echo_i "testing iso8601 timestamp ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-308- echo_i "testing iso8601 timestamp failed" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:309: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-310-fi bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-311- bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:312:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-313-echo_i "testing iso8601-utc timestamp ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-319- echo_i "testing iso8601-utc timestamp failed" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:320: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-321-fi bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-322- bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:323:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-324-echo_i "testing explicit versions ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-327-touch $VERSFILE.1480039317 bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:328:t1=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-329-$myRNDC reconfig > rndc.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-330-$DIG version.bind txt ch @10.53.0.1 -p ${PORT} > dig.out.test$n bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:331:t2=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:332:t=`expr ${t2:-0} - ${t1:-0}` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-333-if test ${t:-1000} -gt 5 ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-335- echo_i "testing explicit versions failed: cleanup of old entries took too long ($t secs)" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:336: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-337-fi ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-340- echo_i "testing explicit versions failed: DiG lookup failed" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:341: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-342-fi ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-345- echo_i "testing explicit versions failed: $VERSFILE.1480039317 not removed" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:346: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-347-fi ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-350- echo_i "testing explicit versions failed: $VERSFILE.5 exists" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:351: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-352-fi ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-355- echo_i "testing explicit versions failed: $VERSFILE.4 does not exist" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:356: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-357-fi bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-358- bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:359:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-360-echo_i "testing timestamped versions ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-363-touch $TSFILE.2015010112000012 bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:364:t1=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-365-$myRNDC reconfig > rndc.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-366-$DIG version.bind txt ch @10.53.0.1 -p ${PORT} > dig.out.test$n bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:367:t2=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:368:t=`expr ${t2:-0} - ${t1:-0}` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-369-if test ${t:-1000} -gt 5 ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-371- echo_i "testing timestamped versions failed: cleanup of old entries took too long ($t secs)" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:372: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-373-fi ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-376- echo_i "testing timestamped versions failed: DiG lookup failed" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:377: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-378-fi ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-381- echo_i "testing timestamped versions failed: $TSFILE.1480039317 not removed" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:382: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-383-fi bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-384- bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:385:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-386-echo_i "testing unlimited versions ($n)" ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-389-touch $UNLIMITEDFILE.1480039317 bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:390:t1=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-391-$myRNDC reconfig > rndc.out.test$n 2>&1 bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-392-$DIG version.bind txt ch @10.53.0.1 -p ${PORT} > dig.out.test$n bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:393:t2=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:394:t=`expr ${t2:-0} - ${t1:-0}` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-395-if test ${t:-1000} -gt 5 ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-397- echo_i "testing unlimited versions failed: took too long ($t secs)" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:398: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-399-fi ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-402- echo_i "testing unlimited versions failed: DiG lookup failed" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:403: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-404-fi ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-407- echo_i "testing unlimited versions failed: $UNLIMITEDFILE.1480039317 removed" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:408: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-409-fi ############################################## bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-412- echo_i "testing unlimited versions failed: $UNLIMITEDFILE.4 does not exist" bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh:413: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/logfileconfig/tests.sh-414-fi ############################################## bind9-9.16.8/bin/tests/system/masterfile/tests.sh-20-ret=0 bind9-9.16.8/bin/tests/system/masterfile/tests.sh:21:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/masterfile/tests.sh-22-echo_i "test master file \$INCLUDE semantics ($n)" ############################################## bind9-9.16.8/bin/tests/system/masterfile/tests.sh-32-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/masterfile/tests.sh:33:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/masterfile/tests.sh-34- bind9-9.16.8/bin/tests/system/masterfile/tests.sh-35-ret=0 bind9-9.16.8/bin/tests/system/masterfile/tests.sh:36:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/masterfile/tests.sh-37-echo_i "test that the nameserver is running with a missing master file ($n)" ############################################## bind9-9.16.8/bin/tests/system/masterfile/tests.sh-40-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/masterfile/tests.sh:41:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/masterfile/tests.sh-42- bind9-9.16.8/bin/tests/system/masterfile/tests.sh-43-ret=0 bind9-9.16.8/bin/tests/system/masterfile/tests.sh:44:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/masterfile/tests.sh-45-echo_i "test that the nameserver returns SERVFAIL for a missing master file ($n)" ############################################## bind9-9.16.8/bin/tests/system/masterfile/tests.sh-48-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/masterfile/tests.sh:49:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/masterfile/tests.sh-50- bind9-9.16.8/bin/tests/system/masterfile/tests.sh-51-ret=0 bind9-9.16.8/bin/tests/system/masterfile/tests.sh:52:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/masterfile/tests.sh-53-echo_i "test owner inheritance after "'$INCLUDE'" ($n)" ############################################## bind9-9.16.8/bin/tests/system/masterfile/tests.sh-56-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/masterfile/tests.sh:57:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/masterfile/tests.sh-58- ############################################## bind9-9.16.8/bin/tests/system/metadata/setup.sh-20-# active zsk bind9-9.16.8/bin/tests/system/metadata/setup.sh:21:zsk=`$KEYGEN -q -a rsasha1 $czone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-22-echo $zsk > zsk.key ############################################## bind9-9.16.8/bin/tests/system/metadata/setup.sh-24-# not yet published or active bind9-9.16.8/bin/tests/system/metadata/setup.sh:25:pending=`$KEYGEN -q -a rsasha1 -P none -A none $czone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-26-echo $pending > pending.key ############################################## bind9-9.16.8/bin/tests/system/metadata/setup.sh-28-# published but not active bind9-9.16.8/bin/tests/system/metadata/setup.sh:29:standby=`$KEYGEN -q -a rsasha1 -A none $czone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-30-echo $standby > standby.key ############################################## bind9-9.16.8/bin/tests/system/metadata/setup.sh-32-# inactive bind9-9.16.8/bin/tests/system/metadata/setup.sh:33:inact=`$KEYGEN -q -a rsasha1 -P now-24h -A now-24h -I now $czone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-34-echo $inact > inact.key ############################################## bind9-9.16.8/bin/tests/system/metadata/setup.sh-36-# active ksk bind9-9.16.8/bin/tests/system/metadata/setup.sh:37:ksk=`$KEYGEN -q -a rsasha1 -fk $czone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-38-echo $ksk > ksk.key ############################################## bind9-9.16.8/bin/tests/system/metadata/setup.sh-40-# published but not YET active; will be active in 15 seconds bind9-9.16.8/bin/tests/system/metadata/setup.sh:41:rolling=`$KEYGEN -q -a rsasha1 -fk $czone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-42-$SETTIME -A now+15s $rolling > /dev/null ############################################## bind9-9.16.8/bin/tests/system/metadata/setup.sh-45-# revoked bind9-9.16.8/bin/tests/system/metadata/setup.sh:46:revoke1=`$KEYGEN -q -a rsasha1 -fk $czone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-47-echo $revoke1 > prerev.key bind9-9.16.8/bin/tests/system/metadata/setup.sh:48:revoke2=`$REVOKE $revoke1` bind9-9.16.8/bin/tests/system/metadata/setup.sh-49-echo $revoke2 | sed -e 's#\./##' -e "s/\.key.*$//" > postrev.key bind9-9.16.8/bin/tests/system/metadata/setup.sh-50- bind9-9.16.8/bin/tests/system/metadata/setup.sh:51:pzsk=`$KEYGEN -q -a rsasha1 $pzone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-52-echo $pzsk > parent.zsk.key bind9-9.16.8/bin/tests/system/metadata/setup.sh-53- bind9-9.16.8/bin/tests/system/metadata/setup.sh:54:pksk=`$KEYGEN -q -a rsasha1 -fk $pzone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-55-echo $pksk > parent.ksk.key bind9-9.16.8/bin/tests/system/metadata/setup.sh-56- bind9-9.16.8/bin/tests/system/metadata/setup.sh:57:oldstyle=`$KEYGEN -Cq -a rsasha1 $pzone` bind9-9.16.8/bin/tests/system/metadata/setup.sh-58-echo $oldstyle > oldstyle.key ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-56-grep "SOA $ksk"'$' sigs > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:57:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-58-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:59:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-60- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-63-grep "SOA $zsk"'$' sigs > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:64:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-65-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:66:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-67- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-70-grep " $standby"'$' sigs > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:71:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-72-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:73:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-74- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-77-grep " $inact"'$' sigs > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:78:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-79-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:80:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-81- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-84-grep " $pending"'$' keys > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:85:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-86-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:87:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-88- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-93-egrep "DS[ ]*$rolling[ ]" ${pfile}.signed > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:94:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-95-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:96:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-97- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-101-grep " $postrev"'$' keys > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:102:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-103-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:104:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-105- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-109-grep "SOA $postrev"'$' sigs > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:110:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-111-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:112:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-113- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-122-grep "DNSKEY $rolling"'$' sigs > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:123:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-124-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:125:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-126- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-133-$SETTIME -pall `cat oldstyle.key` > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:134:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-135-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:136:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-137- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-149- grep "warning: Permissions on the file.*have changed" settime2.test$n > /dev/null 2>&1 && ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:150: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-151- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:152: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-153-fi ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-159-grep "warning" tmp.out > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:160:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-161-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:162:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-163- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-168-grep "warning" tmp.out > /dev/null 2>&1 && ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:169:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-170-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:171:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-172- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-177-grep "warning" tmp.out > /dev/null 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:178:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-179-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:180:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-181- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-183-ret=0 bind9-9.16.8/bin/tests/system/metadata/tests.sh:184:key=`$KEYGEN -q -a rsasha1 -A +1w $czone` bind9-9.16.8/bin/tests/system/metadata/tests.sh:185:pub=`$SETTIME -upP $key | awk '{print $2}'` bind9-9.16.8/bin/tests/system/metadata/tests.sh:186:act=`$SETTIME -upA $key | awk '{print $2}'` bind9-9.16.8/bin/tests/system/metadata/tests.sh-187-[ $pub -eq $act ] || ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:188:key=`$KEYGEN -q -a rsasha1 -A +1w -i 1d $czone` bind9-9.16.8/bin/tests/system/metadata/tests.sh:189:pub=`$SETTIME -upP $key | awk '{print $2}'` bind9-9.16.8/bin/tests/system/metadata/tests.sh:190:act=`$SETTIME -upA $key | awk '{print $2}'` bind9-9.16.8/bin/tests/system/metadata/tests.sh-191-[ $pub -lt $act ] || ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:192:key=`$KEYGEN -q -a rsasha1 -A +1w -P never $czone` bind9-9.16.8/bin/tests/system/metadata/tests.sh:193:pub=`$SETTIME -upP $key | awk '{print $2}'` bind9-9.16.8/bin/tests/system/metadata/tests.sh-194-[ $pub = "UNSET" ] || ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:195:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-196-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:197:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-198- ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-200-ret=0 bind9-9.16.8/bin/tests/system/metadata/tests.sh:201:oldkey=`$KEYGEN -a RSASHA1 -q $czone` bind9-9.16.8/bin/tests/system/metadata/tests.sh:202:newkey=`$KEYGEN -a RSASHA1 -q $czone` bind9-9.16.8/bin/tests/system/metadata/tests.sh-203-$SETTIME -A -2d -I +2d $oldkey > settime1.test$n 2>&1 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/metadata/tests.sh-205-$SETTIME -pA $newkey | grep "1970" > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/metadata/tests.sh:206:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/metadata/tests.sh-207-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/metadata/tests.sh:208:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/metadata/tests.sh-209- ############################################## bind9-9.16.8/bin/tests/system/mirror/ns1/sign.sh-22- bind9-9.16.8/bin/tests/system/mirror/ns1/sign.sh:23:keyname1=`$KEYGEN -a RSASHA256 -f KSK $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/mirror/ns1/sign.sh:24:keyname2=`$KEYGEN -a RSASHA256 $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/mirror/ns1/sign.sh-25- ############################################## bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh-21- bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh:22: keyname1=`$KEYGEN -a RSASHA256 -f KSK $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh:23: keyname2=`$KEYGEN -a RSASHA256 $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh-24- ############################################## bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh-40- bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh:41:keyname=`$KEYGEN -a RSASHA256 $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh-42-cat $infile $keyname.key > $zonefile ############################################## bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh-46-# Prepare remaining zones used in the test. bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh:47:ORIGINAL_SERIAL=`awk '$2 == "SOA" {print $5}' verify.db.in` bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh:48:UPDATED_SERIAL_BAD=`expr ${ORIGINAL_SERIAL} + 1` bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh:49:UPDATED_SERIAL_GOOD=`expr ${ORIGINAL_SERIAL} + 2` bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh-50- ############################################## bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh-55- bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh:56: keyname1=`$KEYGEN -a RSASHA256 -f KSK $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh:57: keyname2=`$KEYGEN -a RSASHA256 $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/mirror/ns2/sign.sh-58- ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-70- bind9-9.16.8/bin/tests/system/mirror/tests.sh:71:ORIGINAL_SERIAL=`awk '$2 == "SOA" {print $5}' ns2/verify.db.in` bind9-9.16.8/bin/tests/system/mirror/tests.sh:72:UPDATED_SERIAL_BAD=`expr ${ORIGINAL_SERIAL} + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh:73:UPDATED_SERIAL_GOOD=`expr ${ORIGINAL_SERIAL} + 2` bind9-9.16.8/bin/tests/system/mirror/tests.sh-74- bind9-9.16.8/bin/tests/system/mirror/tests.sh:75:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-76-echo_i "checking that an unsigned mirror zone is rejected ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-84-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:85:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-86- bind9-9.16.8/bin/tests/system/mirror/tests.sh:87:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-88-echo_i "checking that a mirror zone signed using an untrusted key is rejected ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-97-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:98:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-99- bind9-9.16.8/bin/tests/system/mirror/tests.sh:100:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-101-echo_i "checking that a mirror zone signed using a CSK without the SEP bit set is accepted ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-109-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:110:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-111- bind9-9.16.8/bin/tests/system/mirror/tests.sh:112:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-113-echo_i "checking that an AXFR of an incorrectly signed mirror zone is rejected ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-124- bind9-9.16.8/bin/tests/system/mirror/tests.sh:125:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-126-echo_i "checking that an AXFR of an updated, correctly signed mirror zone is accepted ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-137-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:138:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-139- bind9-9.16.8/bin/tests/system/mirror/tests.sh:140:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-141-echo_i "checking that an IXFR of an incorrectly signed mirror zone is rejected ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-175-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:176:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-177- bind9-9.16.8/bin/tests/system/mirror/tests.sh:178:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-179-echo_i "checking that an IXFR of an updated, correctly signed mirror zone is accepted after AXFR failover ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-200-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:201:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-202- bind9-9.16.8/bin/tests/system/mirror/tests.sh:203:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-204-echo_i "checking that loading an incorrectly signed mirror zone from disk fails ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-213-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:214:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-215- bind9-9.16.8/bin/tests/system/mirror/tests.sh:216:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-217-echo_i "ensuring trust anchor telemetry queries are sent upstream for a mirror zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-221-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:222:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-223- bind9-9.16.8/bin/tests/system/mirror/tests.sh:224:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-225-echo_i "checking that loading a correctly signed mirror zone from disk succeeds ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-236-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:237:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-238- bind9-9.16.8/bin/tests/system/mirror/tests.sh:239:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-240-echo_i "checking that loading a journal for an incorrectly signed mirror zone fails ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-271-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:272:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-273- bind9-9.16.8/bin/tests/system/mirror/tests.sh:274:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-275-echo_i "checking that loading a journal for a correctly signed mirror zone succeeds ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-287-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:288:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-289- bind9-9.16.8/bin/tests/system/mirror/tests.sh:290:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-291-echo_i "checking delegations sourced from a mirror zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-302-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:303:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-304- bind9-9.16.8/bin/tests/system/mirror/tests.sh:305:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-306-echo_i "checking that resolution involving a mirror zone works as expected ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-314-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:315:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-316- bind9-9.16.8/bin/tests/system/mirror/tests.sh:317:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-318-echo_i "checking that non-recursive queries for names below mirror zone get responded from cache ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-328-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:329:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-330- bind9-9.16.8/bin/tests/system/mirror/tests.sh:331:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-332-echo_i "checking that delegations from cache which improve mirror zone delegations are properly handled ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-349-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:350:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-351- bind9-9.16.8/bin/tests/system/mirror/tests.sh:352:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-353-echo_i "checking flags set in a DNSKEY response sourced from a mirror zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-360-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:361:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-362- bind9-9.16.8/bin/tests/system/mirror/tests.sh:363:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-364-echo_i "checking flags set in a SOA response sourced from a mirror zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-371-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:372:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-373- bind9-9.16.8/bin/tests/system/mirror/tests.sh:374:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-375-echo_i "checking that resolution succeeds with unavailable mirror zone data ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-404-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:405:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-406- bind9-9.16.8/bin/tests/system/mirror/tests.sh:407:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-408-echo_i "checking that resolution succeeds with expired mirror zone data ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-435-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:436:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-437- bind9-9.16.8/bin/tests/system/mirror/tests.sh:438:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-439-echo_i "checking that clients without cache access cannot retrieve mirror zone data ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-445-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:446:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-447- bind9-9.16.8/bin/tests/system/mirror/tests.sh:448:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-449-echo_i "checking that outgoing transfers of mirror zones are disabled by default ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-453-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:454:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-455- bind9-9.16.8/bin/tests/system/mirror/tests.sh:456:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-457-echo_i "checking that notifies are disabled by default for mirror zones ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-460-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:461:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-462- bind9-9.16.8/bin/tests/system/mirror/tests.sh:463:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-464-echo_i "checking output of \"rndc zonestatus\" for a mirror zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-468-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:469:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-470- bind9-9.16.8/bin/tests/system/mirror/tests.sh:471:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-472-echo_i "checking that \"rndc reconfig\" properly handles a mirror -> slave zone type change ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-495-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:496:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-497- bind9-9.16.8/bin/tests/system/mirror/tests.sh:498:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-499-echo_i "checking that \"rndc reconfig\" properly handles a slave -> mirror zone type change ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-516-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:517:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-518- bind9-9.16.8/bin/tests/system/mirror/tests.sh:519:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-520-echo_i "checking that a mirror zone can be added using rndc ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-536-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:537:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-538- bind9-9.16.8/bin/tests/system/mirror/tests.sh:539:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/mirror/tests.sh-540-echo_i "checking that a mirror zone can be deleted using rndc ($n)" ############################################## bind9-9.16.8/bin/tests/system/mirror/tests.sh-551-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/mirror/tests.sh:552:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/mirror/tests.sh-553- ############################################## bind9-9.16.8/bin/tests/system/mkeys/ns1/sign.sh-17- bind9-9.16.8/bin/tests/system/mkeys/ns1/sign.sh:18:keyname=`$KEYGEN -a rsasha256 -qfk $zone` bind9-9.16.8/bin/tests/system/mkeys/ns1/sign.sh:19:zskkeyname=`$KEYGEN -a rsasha256 -q $zone` bind9-9.16.8/bin/tests/system/mkeys/ns1/sign.sh-20- ############################################## bind9-9.16.8/bin/tests/system/mkeys/ns6/setup.sh-18-# an RSA key bind9-9.16.8/bin/tests/system/mkeys/ns6/setup.sh:19:rsakey=`$KEYGEN -a rsasha256 -qfk rsasha256.` bind9-9.16.8/bin/tests/system/mkeys/ns6/setup.sh-20- ############################################## bind9-9.16.8/bin/tests/system/names/tests.sh-34-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/names/tests.sh:35:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/names/tests.sh-36- ############################################## bind9-9.16.8/bin/tests/system/names/tests.sh-38-echo_i "Disabled $COMPDIS vs enabled $COMPEN" bind9-9.16.8/bin/tests/system/names/tests.sh:39:val=`expr \( $COMPDIS \* 3 / 2 \) / $COMPEN` bind9-9.16.8/bin/tests/system/names/tests.sh-40-if [ $val -le 1 ]; then bind9-9.16.8/bin/tests/system/names/tests.sh-41- echo_i "failed" bind9-9.16.8/bin/tests/system/names/tests.sh:42: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/names/tests.sh-43-fi; ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-38- bind9-9.16.8/bin/tests/system/notify/tests.sh:39:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-40-echo_i "checking initial status ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-50-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:51:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-52- bind9-9.16.8/bin/tests/system/notify/tests.sh:53:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-54-echo_i "checking startup notify rate limit ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-88-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:89:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-90- ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-109- sleep 1 bind9-9.16.8/bin/tests/system/notify/tests.sh:110: try=`expr $try + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-111-done bind9-9.16.8/bin/tests/system/notify/tests.sh-112- bind9-9.16.8/bin/tests/system/notify/tests.sh:113:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-114-echo_i "checking notify message was logged ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-117-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:118:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-119- bind9-9.16.8/bin/tests/system/notify/tests.sh:120:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-121-echo_i "checking example2 loaded ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-126-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:127:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-128- bind9-9.16.8/bin/tests/system/notify/tests.sh:129:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-130-echo_i "checking example2 contents have been transferred after HUP reload ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-140-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:141:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-142- ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-156- sleep 1 bind9-9.16.8/bin/tests/system/notify/tests.sh:157: try=`expr $try + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-158-done bind9-9.16.8/bin/tests/system/notify/tests.sh-159- bind9-9.16.8/bin/tests/system/notify/tests.sh:160:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-161-echo_i "checking notify message was logged ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-164-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:165:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-166- bind9-9.16.8/bin/tests/system/notify/tests.sh:167:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-168-echo_i "checking example4 loaded ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-173-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:174:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-175- bind9-9.16.8/bin/tests/system/notify/tests.sh:176:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-177-echo_i "checking example4 contents have been transferred after restart ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-187-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:188:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-189- bind9-9.16.8/bin/tests/system/notify/tests.sh:190:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-191-echo_i "checking notify to alternate port with master inheritance ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-206-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:207:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-208- bind9-9.16.8/bin/tests/system/notify/tests.sh:209:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/notify/tests.sh-210-echo_i "checking notify to multiple views using tsig ($n)" ############################################## bind9-9.16.8/bin/tests/system/notify/tests.sh-236-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/notify/tests.sh:237:status=`expr $ret + $status` bind9-9.16.8/bin/tests/system/notify/tests.sh-238- ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-17- bind9-9.16.8/bin/tests/system/nslookup/tests.sh:18:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-19-echo_i "Check that domain names that are too big when applying a search list entry are handled cleanly ($n)" ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-26-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nslookup/tests.sh:27:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-28- bind9-9.16.8/bin/tests/system/nslookup/tests.sh:29:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-30-echo_i "Check A only lookup" ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-32-$NSLOOKUP -port=${PORT} a-only.example.net 10.53.0.1 > nslookup.out${n} || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:33:lines=`grep "Server:" nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-34-test $lines = 1 || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:35:lines=`grep a-only.example.net nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-36-test $lines = 1 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-38-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nslookup/tests.sh:39:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-40- bind9-9.16.8/bin/tests/system/nslookup/tests.sh:41:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-42-echo_i "Check AAAA only lookup" ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-44-$NSLOOKUP -port=${PORT} aaaa-only.example.net 10.53.0.1 > nslookup.out${n} || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:45:lines=`grep "Server:" nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-46-test $lines = 1 || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:47:lines=`grep aaaa-only.example.net nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-48-test $lines = 1 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-50-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nslookup/tests.sh:51:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-52- bind9-9.16.8/bin/tests/system/nslookup/tests.sh:53:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-54-echo_i "Check dual A + AAAA lookup" ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-56-$NSLOOKUP -port=${PORT} dual.example.net 10.53.0.1 > nslookup.out${n} || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:57:lines=`grep "Server:" nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-58-test $lines = 1 || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:59:lines=`grep dual.example.net nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-60-test $lines = 2 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nslookup/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-65- bind9-9.16.8/bin/tests/system/nslookup/tests.sh:66:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-67-echo_i "Check CNAME to A only lookup" ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-69-$NSLOOKUP -port=${PORT} cname-a-only.example.net 10.53.0.1 > nslookup.out${n} || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:70:lines=`grep "Server:" nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-71-test $lines = 1 || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:72:lines=`grep "canonical name" nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-73-test $lines = 1 || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:74:lines=`grep a-only.example.net nslookup.out${n} | grep -v "canonical name" | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-75-test $lines = 1 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-77-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nslookup/tests.sh:78:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-79- bind9-9.16.8/bin/tests/system/nslookup/tests.sh:80:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-81-echo_i "Check CNAME to AAAA only lookup" ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-83-$NSLOOKUP -port=${PORT} cname-aaaa-only.example.net 10.53.0.1 > nslookup.out${n} || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:84:lines=`grep "Server:" nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-85-test $lines = 1 || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:86:lines=`grep "canonical name" nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-87-test $lines = 1 || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:88:lines=`grep aaaa-only.example.net nslookup.out${n} | grep -v "canonical name" |wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-89-test $lines = 1 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-91-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nslookup/tests.sh:92:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-93- bind9-9.16.8/bin/tests/system/nslookup/tests.sh:94:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-95-echo_i "Check CNAME to dual A + AAAA lookup" ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-97-$NSLOOKUP -port=${PORT} cname-dual.example.net 10.53.0.1 > nslookup.out${n} || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:98:lines=`grep "Server:" nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-99-test $lines = 1 || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:100:lines=`grep "canonical name" nslookup.out${n} | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-101-test $lines = 1 || ret=1 bind9-9.16.8/bin/tests/system/nslookup/tests.sh:102:lines=`grep dual.example.net nslookup.out${n} | grep -v "canonical name" | wc -l` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-103-test $lines = 2 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nslookup/tests.sh-106-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nslookup/tests.sh:107:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nslookup/tests.sh-108- ############################################## bind9-9.16.8/bin/tests/system/nsupdate/krb/setup.sh-20-now=`date +%s` bind9-9.16.8/bin/tests/system/nsupdate/krb/setup.sh:21:lifetime=`expr 2147483647 - $now` bind9-9.16.8/bin/tests/system/nsupdate/krb/setup.sh:22:lifetime=`expr $lifetime / 3600 / 24 - 30` bind9-9.16.8/bin/tests/system/nsupdate/krb/setup.sh-23- ############################################## bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh-18- bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh:19:keyname1=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh:20:keyname2=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh-21- ############################################## bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh-29- bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh:30:keyname1=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh:31:keyname2=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh-32- ############################################## bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh-40- bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh:41:keyname1=`$KEYGEN -q -a RSASHA256 -3 -f KSK $zone` bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh:42:keyname2=`$KEYGEN -q -a RSASHA256 -3 $zone` bind9-9.16.8/bin/tests/system/nsupdate/ns3/sign.sh-43- ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-50- echo_i "zones are not fully loaded, waiting..." bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:51: tries=`expr $tries + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-52- sleep 1 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-108-echo_i "testing local update policy" bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:109:pre=`$DIG $DIGOPTS +short new.other.nil. @10.53.0.1 a` || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-110-[ -z "$pre" ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-127-echo_i "checking result of update" bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:128:post=`$DIG $DIGOPTS +short new.other.nil. @10.53.0.1 a` || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-129-[ "$post" = "10.10.10.1" ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-215-echo_i "check SIG(0) key is accepted" bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:216:key=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -T KEY -n ENTITY xxx` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-217-echo "" | $NSUPDATE -k ${key}.private > /dev/null 2>&1 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-219- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:220:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-221-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-231- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:232:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-233-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-243- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:244:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-245-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-252- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:253:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-254-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-261- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:262:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-263-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-270- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:271:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-272-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-282- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:283:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-284-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-286-$DIG $DIGOPTS +short unixtime.nil. soa @10.53.0.1 > dig.out.old.test$n || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:287:oldserial=`awk '{print $3}' dig.out.old.test$n` || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:288:start=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-289-$NSUPDATE <<END > /dev/null 2>&1 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-294-END bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:295:now=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-296-sleep 1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-297-$DIG $DIGOPTS +short unixtime.nil. soa @10.53.0.1 > dig.out.new.test$n || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:298:serial=`awk '{print $3}' dig.out.new.test$n` || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-299-[ "$oldserial" = "$serial" ] && { echo_i "oldserial == serial"; ret=1; } ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-419- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:420:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-421-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-436- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:437:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-438-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-452- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:453:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-454-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-474-grep "flags:[^;]* aa[ ;]" dig.out.ns3.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:475:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $ret + $status`; fi bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-476- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:477:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-478-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-507-grep "add nsec3param.test. 0 IN TYPE65534 .# 6 000140000400" jp.out.ns3.$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:508:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $ret + $status`; fi bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-509- ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-545- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:546:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-547-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-564- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:565:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-566-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-585- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:586:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-587-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-604- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:605:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-606-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-623- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:624:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-625-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-642- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:643:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-644-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-667- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:668:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-669-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-694- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:695:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-696-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-708- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:709:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-710-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-722- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:723:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-724-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-741- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:742:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-743-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-753- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:754:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-755-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-773- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:774:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-775-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-796- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:797:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-798-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-815- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:816:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-817-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-832- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:833:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-834-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-844- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:845:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-846-ret=0 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-847-echo_i "check that yyyymmddvv serial number is correctly generated ($n)" bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:848:oldserial=`$DIG $DIGOPTS +short yyyymmddvv.nil. soa @10.53.0.1 | awk '{print $3}'` || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-849-$NSUPDATE <<END > /dev/null 2>&1 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-854-END bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:855:now=`$PERL -e '@lt=localtime(); printf "%.4d%0.2d%0.2d00\n",$lt[5]+1900,$lt[4]+1,$lt[3];'` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-856-sleep 1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:857:serial=`$DIG $DIGOPTS +short yyyymmddvv.nil. soa @10.53.0.1 | awk '{print $3}'` || ret=1 bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-858-[ "$oldserial" -ne "$serial" ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-866-then bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:867:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-868-echo_i "send many simultaneous updates via a update forwarder ($n)" ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-888-dig axfr many.test @10.53.0.1 > dig.out.test$n bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:889:lines=`awk '$4 == "A" { l++ } END { print l }' dig.out.test$n` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-890-test ${lines:-0} -eq 64 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-893- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:894:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-895-echo_i "check max-journal-size limits ($n)" ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-923-# check that the journal is big enough to require truncation. bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:924:size=`$PERL -e 'use File::stat; my $sb = stat(@ARGV[0]); printf("%s\n", $sb->size);' ns1/maxjournal.db.jnl` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-925-[ "$size" -gt 6000 ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-928-check_size_lt_5000() ( bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:929: size=`$PERL -e 'use File::stat; my $sb = stat(@ARGV[0]); printf("%s\n", $sb->size);' ns1/maxjournal.db.jnl` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-930- [ "$size" -lt 5000 ] ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-934- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:935:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-936-echo_i "check check-names processing ($n)" ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-961- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:962:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-963-echo_i "check adding of delegating NS records processing ($n)" ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-976- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:977:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-978-echo_i "check deleting of delegating NS records processing ($n)" ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-990- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:991:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-992-echo_i "check that adding too many records is blocked ($n)" ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1005- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1006:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1007-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1018- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1019:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1020-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1028- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1029:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1030-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1037- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1038:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1039-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1047- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1048:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1049-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1056- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1057:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1058-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1066- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1067:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1068-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1075- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1076:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1077-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1088- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1089:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1090-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1101- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1102:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1103-ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1133-if $FEATURETEST --gssapi ; then bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1134: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1135- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1151- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1152: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1153- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1169- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1170: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1171- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1187- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1188: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1189- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1205- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1206: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1207- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1223- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1224: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1225- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1241- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1242: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1243- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1260- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1261: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1262- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1278- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1279: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1280- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1296- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1297: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1298- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1314- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1315: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1316- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1332- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1333: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1334- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1358- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1359: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1360- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1375- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1376: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1377- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1392- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1393: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1394- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1409- bind9-9.16.8/bin/tests/system/nsupdate/tests.sh:1410: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nsupdate/tests.sh-1411- ret=0 ############################################## bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-18- bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:19:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-20-echo_i "querying for non-existing zone data ($n)" ############################################## bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-24-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:25:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-26- bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:27:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-28-echo_i "adding a new zone into default NZD using rndc addzone ($n)" ############################################## bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-32- bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:33:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-34-echo_i "querying for existing zone data ($n)" ############################################## bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-38-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:39:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-40- ############################################## bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-43- bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:44:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-45-echo_i "dumping _default.nzd to _default.nzf ($n)" ############################################## bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-47-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:48:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-49- bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:50:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-51-echo_i "checking that _default.nzf contains the expected content ($n)" ############################################## bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-53-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:54:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-55- ############################################## bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-61- bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:62:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-63-echo_i "querying for zone data from migrated zone config ($n)" ############################################## bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-71-done bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:72:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-73-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh:74:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/nzd2nzf/tests.sh-75- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-28-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:29:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-30-$DIG $DIGOPTS +qr +padding=128 foo.example @10.53.0.2 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-33-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:34:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-35- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-37-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:38:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-39-nextpart ns2/named.stats > /dev/null ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-44-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:45:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-46- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-48-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:49:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-50-$DIG $DIGOPTS +vc +padding=128 foo.example @10.53.0.2 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-53-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:54:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-55- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-57-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:58:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-59-$DIG $DIGOPTS +cookie foo.example @10.53.0.2 > dig.out.testc ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-64-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:65:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-66- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-68-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:69:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-70-$DIG $DIGOPTS +vc foo.example @10.53.0.2 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-72-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:73:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-74- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-76-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:77:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-78-$DIG $DIGOPTS +cookie=$cookie foo.example @10.53.0.2 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-80-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:81:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-82- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-84-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:85:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-86-$DIG $DIGOPTS +vc +padding=128 -b 10.53.0.8 foo.example @10.53.0.2 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-88-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:89:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-90- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-92-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:93:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-94-nextpart ns2/named.stats > /dev/null ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-96-wait_for_log_peek 5 "--- Statistics Dump ---" ns2/named.stats || ret=1 bind9-9.16.8/bin/tests/system/padding/tests.sh:97:opad=`nextpart ns2/named.stats | awk '/EDNS padding option received/ { print $1}'` bind9-9.16.8/bin/tests/system/padding/tests.sh-98-$DIG $DIGOPTS foo.example @10.53.0.3 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-100-wait_for_log_peek 5 "--- Statistics Dump ---" ns2/named.stats || ret=1 bind9-9.16.8/bin/tests/system/padding/tests.sh:101:npad=`nextpart ns2/named.stats | awk '/EDNS padding option received/ { print $1}'` bind9-9.16.8/bin/tests/system/padding/tests.sh-102-if [ "$opad" -eq "$npad" ]; then echo_i "error: opad ($opad) == npad ($npad)"; ret=1; fi bind9-9.16.8/bin/tests/system/padding/tests.sh-103-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:104:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-105- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-107-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:108:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-109-nextpart ns2/named.stats > /dev/null ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-111-wait_for_log_peek 5 "--- Statistics Dump ---" ns2/named.stats || ret=1 bind9-9.16.8/bin/tests/system/padding/tests.sh:112:opad=`nextpart ns2/named.stats | awk '/EDNS padding option received/ { print $1}'` bind9-9.16.8/bin/tests/system/padding/tests.sh-113-$DIG $DIGOPTS foo.example @10.53.0.4 > dig.out.test$n ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-115-wait_for_log_peek 5 "--- Statistics Dump ---" ns2/named.stats || ret=1 bind9-9.16.8/bin/tests/system/padding/tests.sh:116:npad=`nextpart ns2/named.stats | awk '/EDNS padding option received/ { print $1}'` bind9-9.16.8/bin/tests/system/padding/tests.sh-117-if [ "$opad" -ne "$npad" ]; then echo_i "error: opad ($opad) != npad ($npad)"; ret=1; fi bind9-9.16.8/bin/tests/system/padding/tests.sh-118-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:119:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-120- ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-122-ret=0 bind9-9.16.8/bin/tests/system/padding/tests.sh:123:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/padding/tests.sh-124-$DIG $DIGOPTS +qr +ednsopt=12 foo.example @10.53.0.2 > dig.out.test$n.1 ############################################## bind9-9.16.8/bin/tests/system/padding/tests.sh-128-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/padding/tests.sh:129:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/padding/tests.sh-130- ############################################## bind9-9.16.8/bin/tests/system/parallel.sh-13- bind9-9.16.8/bin/tests/system/parallel.sh:14:PARALLELS=`echo $PARALLELDIRS | sed "s|\([^ ][^ ]*\)|test-\1|g;" | tr _ -` bind9-9.16.8/bin/tests/system/parallel.sh-15- ############################################## bind9-9.16.8/bin/tests/system/parallel.sh-30- echo bind9-9.16.8/bin/tests/system/parallel.sh:31: echo "test-`echo $directory | tr _ -`: check_interfaces" bind9-9.16.8/bin/tests/system/parallel.sh-32- echo " @${SHELL} ./run.sh -p $port $directory 2>&1 | tee test.output.$directory" bind9-9.16.8/bin/tests/system/parallel.sh:33: port=`expr $port + 100` bind9-9.16.8/bin/tests/system/parallel.sh-34-done ############################################## bind9-9.16.8/bin/tests/system/pending/ns1/sign.sh-23- bind9-9.16.8/bin/tests/system/pending/ns1/sign.sh:24:keyname1=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/pending/ns1/sign.sh:25:keyname2=`$KEYGEN -q -a RSASHA256 -b 2048 -f KSK -n zone $zone` bind9-9.16.8/bin/tests/system/pending/ns1/sign.sh-26-cat $infile $keyname1.key $keyname2.key > $zonefile ############################################## bind9-9.16.8/bin/tests/system/pending/ns2/sign.sh-19- bind9-9.16.8/bin/tests/system/pending/ns2/sign.sh:20: keyname1=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/pending/ns2/sign.sh:21: keyname2=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -f KSK -n zone $zone` bind9-9.16.8/bin/tests/system/pending/ns2/sign.sh-22- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-52-expect="10 mail.example." bind9-9.16.8/bin/tests/system/pending/tests.sh:53:ans=`$DIG $DIGOPTS_CD @10.53.0.4 hostile MX` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-54-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-55-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:56:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-57- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-60-expect="10.0.0.2" bind9-9.16.8/bin/tests/system/pending/tests.sh:61:ans=`$DIG $DIGOPTS_CD @10.53.0.4 mail.example A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-62-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-63-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-65- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-72-expect="10 mail.example.com." bind9-9.16.8/bin/tests/system/pending/tests.sh:73:ans=`$DIG $DIGOPTS @10.53.0.4 example.com MX` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-74-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-75-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:76:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-77- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-80-replace_data mail.example.com. A 192.0.2.2 192.0.2.3 || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh:81:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-82- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-85-replace_data mail.example.com. AAAA 2001:db8::2 2001:db8::3 || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh:86:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-87- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-90-expect="192.0.2.3" bind9-9.16.8/bin/tests/system/pending/tests.sh:91:ans=`$DIG $DIGOPTS @10.53.0.4 mail.example.com A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-92-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-93-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:94:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-95- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-98-expect="2001:db8::3" bind9-9.16.8/bin/tests/system/pending/tests.sh:99:ans=`$DIG $DIGOPTS_CD @10.53.0.4 mail.example.com AAAA` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-100-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-101-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:102:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-103- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-110-expect="192.0.2.2" bind9-9.16.8/bin/tests/system/pending/tests.sh:111:ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-112-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-113-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:114:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-115- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-118-replace_data pending-ok.example.com. A 192.0.2.2 192.0.2.3 || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh:119:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-120- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-123-expect="192.0.2.2" bind9-9.16.8/bin/tests/system/pending/tests.sh:124:ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-125-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-126-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:127:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-128- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-135-expect="192.0.2.102" bind9-9.16.8/bin/tests/system/pending/tests.sh:136:ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ng.example.com A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-137-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-138-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:139:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-140- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-143-replace_data pending-ng.example.com. A 192.0.2.102 192.0.2.103 || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh:144:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-145- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-148-expect="192.0.2.103" bind9-9.16.8/bin/tests/system/pending/tests.sh:149:ans=`$DIG $DIGOPTS @10.53.0.4 pending-ng.example.com A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-150-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-151-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:152:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-153- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-159-expect="10.10.10.10" bind9-9.16.8/bin/tests/system/pending/tests.sh:160:ans=`$DIG $DIGOPTS_CD @10.53.0.4 bad.example. A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh:161:ans=`echo $ans | awk '{print $NF}'` bind9-9.16.8/bin/tests/system/pending/tests.sh-162-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-163-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:164:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-165- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-168-expect="10.10.10.10" bind9-9.16.8/bin/tests/system/pending/tests.sh:169:ans=`$DIG $DIGOPTS_CD @10.53.0.4 nice.good. A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh:170:ans=`echo $ans | awk '{print $NF}'` bind9-9.16.8/bin/tests/system/pending/tests.sh-171-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-172-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:173:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-174- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-180-expect="SERVFAIL" bind9-9.16.8/bin/tests/system/pending/tests.sh:181:ans=`$DIG +tcp -p ${PORT} @10.53.0.4 removed.example.com. A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh:182:ans=`echo $ans | sed 's/^.*status: \([A-Z][A-Z]*\).*$/\1/'` bind9-9.16.8/bin/tests/system/pending/tests.sh-183-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-184-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:185:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-186- ############################################## bind9-9.16.8/bin/tests/system/pending/tests.sh-189-expect="SERVFAIL" bind9-9.16.8/bin/tests/system/pending/tests.sh:190:ans=`$DIG +tcp -p ${PORT} @10.53.0.4 removed.example.com. A` || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh:191:ans=`echo $ans | sed 's/^.*status: \([A-Z][A-Z]*\).*$/\1/'` bind9-9.16.8/bin/tests/system/pending/tests.sh-192-test "$ans" = "$expect" || ret=1 bind9-9.16.8/bin/tests/system/pending/tests.sh-193-test $ret = 0 || echo_i "failed, got '$ans', expected '$expect'" bind9-9.16.8/bin/tests/system/pending/tests.sh:194:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pending/tests.sh-195- ############################################## bind9-9.16.8/bin/tests/system/pipelined/tests.sh-27-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/pipelined/tests.sh:28:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pipelined/tests.sh-29- ############################################## bind9-9.16.8/bin/tests/system/pipelined/tests.sh-39-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/pipelined/tests.sh:40:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pipelined/tests.sh-41- ############################################## bind9-9.16.8/bin/tests/system/pipelined/tests.sh-49-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/pipelined/tests.sh:50:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pipelined/tests.sh-51- ############################################## bind9-9.16.8/bin/tests/system/pipelined/tests.sh-59-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/pipelined/tests.sh:60:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pipelined/tests.sh-61- ############################################## bind9-9.16.8/bin/tests/system/pipelined/tests.sh-68-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/pipelined/tests.sh:69:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pipelined/tests.sh-70- ############################################## bind9-9.16.8/bin/tests/system/pipelined/tests.sh-75-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/pipelined/tests.sh:76:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/pipelined/tests.sh-77- ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-20- bind9-9.16.8/bin/tests/system/qmin/tests.sh:21:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-22-echo_i "query for .good is not minimized when qname-minimization is off ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-40-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:41:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-42- bind9-9.16.8/bin/tests/system/qmin/tests.sh:43:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-44-echo_i "query for .bad is not minimized when qname-minimization is off ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-62-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:63:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-64- bind9-9.16.8/bin/tests/system/qmin/tests.sh:65:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-66-echo_i "query for .slow is not minimized when qname-minimization is off ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-85-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:86:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-87- bind9-9.16.8/bin/tests/system/qmin/tests.sh:88:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-89-echo_i "query for .ugly is not minimized when qname-minimization is off ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-108-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:109:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-110- bind9-9.16.8/bin/tests/system/qmin/tests.sh:111:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-112-echo_i "query for .good is properly minimized when qname-minimization is in strict mode ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-142-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:143:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-144- bind9-9.16.8/bin/tests/system/qmin/tests.sh:145:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-146-echo_i "query for .good is properly minimized when qname-minimization is in relaxed mode ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-173-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:174:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-175- bind9-9.16.8/bin/tests/system/qmin/tests.sh:176:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-177-echo_i "query for .bad fails when qname-minimization is in strict mode ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-191-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:192:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-193- bind9-9.16.8/bin/tests/system/qmin/tests.sh:194:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-195-echo_i "query for .bad succeeds when qname-minimization is in relaxed mode ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-222-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:223:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-224- bind9-9.16.8/bin/tests/system/qmin/tests.sh:225:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-226-echo_i "query for .ugly fails when qname-minimization is in strict mode ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-241-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:242:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-243-$RNDCCMD 10.53.0.6 flush bind9-9.16.8/bin/tests/system/qmin/tests.sh-244- bind9-9.16.8/bin/tests/system/qmin/tests.sh:245:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-246-echo_i "query for .ugly succeeds when qname-minimization is in relaxed mode ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-269-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:270:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-271-$RNDCCMD 10.53.0.7 flush bind9-9.16.8/bin/tests/system/qmin/tests.sh-272- bind9-9.16.8/bin/tests/system/qmin/tests.sh:273:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-274-echo_i "information that minimization was unsuccessful for .ugly is logged ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-277-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:278:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-279- bind9-9.16.8/bin/tests/system/qmin/tests.sh:280:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-281-echo_i "query for .slow is properly minimized when qname-minimization is on ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-311-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:312:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-313- bind9-9.16.8/bin/tests/system/qmin/tests.sh:314:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-315-echo_i "query for .ip6.arpa succeeds and skips on proper boundaries when qname-minimization is on ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-333-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:334:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-335- bind9-9.16.8/bin/tests/system/qmin/tests.sh:336:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-337-echo_i "query for multiple label name skips after 7th label ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-368-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:369:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-370- bind9-9.16.8/bin/tests/system/qmin/tests.sh:371:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-372-echo_i "qname minimization is disabled when forwarding ($n)" ############################################## bind9-9.16.8/bin/tests/system/qmin/tests.sh-384-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/qmin/tests.sh:385:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/qmin/tests.sh-386- bind9-9.16.8/bin/tests/system/qmin/tests.sh:387:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/qmin/tests.sh-388-echo_i "qname minimization resolves unusual ip6.arpa. names ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-39-check_query_count() { bind9-9.16.8/bin/tests/system/reclimit/tests.sh:40: count1=`sed 's/[^0-9]//g;' $1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh:41: count2=`sed 's/[^0-9]//g;' $2` bind9-9.16.8/bin/tests/system/reclimit/tests.sh:42: count=`expr $count1 + $count2` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-43- #echo_i "count1=$count1 count2=$count2 count=$count" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-60- bind9-9.16.8/bin/tests/system/reclimit/tests.sh:61:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-62-echo_i "attempt excessive-depth lookup ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-73-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/reclimit/tests.sh:74:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-75- bind9-9.16.8/bin/tests/system/reclimit/tests.sh:76:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-77-echo_i "attempt permissible lookup ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-89-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/reclimit/tests.sh:90:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-91- ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-93- bind9-9.16.8/bin/tests/system/reclimit/tests.sh:94:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-95-echo_i "attempt excessive-depth lookup ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-106-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/reclimit/tests.sh:107:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-108- bind9-9.16.8/bin/tests/system/reclimit/tests.sh:109:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-110-echo_i "attempt permissible lookup ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/reclimit/tests.sh:123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-124- ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-126- bind9-9.16.8/bin/tests/system/reclimit/tests.sh:127:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-128-echo_i "attempt excessive-queries lookup ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-140-$DIG $DIGOPTS +short @10.53.0.4 count txt > dig.out.4.test$n || ret=1 bind9-9.16.8/bin/tests/system/reclimit/tests.sh:141:eval count=`cat dig.out.2.test$n` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-142-[ $count -le 50 ] || { ret=1; echo_i "count ($count) !<= 50"; } bind9-9.16.8/bin/tests/system/reclimit/tests.sh-143-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/reclimit/tests.sh:144:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-145- bind9-9.16.8/bin/tests/system/reclimit/tests.sh:146:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-147-echo_i "attempt permissible lookup ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-154-$DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1 bind9-9.16.8/bin/tests/system/reclimit/tests.sh:155:eval count=`cat dig.out.2.test$n` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-156-[ $count -le 50 ] || { ret=1; echo_i "count ($count) !<= 50"; } bind9-9.16.8/bin/tests/system/reclimit/tests.sh-157-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/reclimit/tests.sh:158:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-159- ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-161- bind9-9.16.8/bin/tests/system/reclimit/tests.sh:162:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-163-echo_i "attempt excessive-queries lookup ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-172-$DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1 bind9-9.16.8/bin/tests/system/reclimit/tests.sh:173:eval count=`cat dig.out.2.test$n` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-174-[ $count -le 40 ] || { ret=1; echo_i "count ($count) !<= 40"; } bind9-9.16.8/bin/tests/system/reclimit/tests.sh-175-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/reclimit/tests.sh:176:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-177- bind9-9.16.8/bin/tests/system/reclimit/tests.sh:178:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-179-echo_i "attempt permissible lookup ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-186-$DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1 bind9-9.16.8/bin/tests/system/reclimit/tests.sh:187:eval count=`cat dig.out.2.test$n` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-188-[ $count -le 40 ] || { ret=1; echo_i "count ($count) !<= 40"; } bind9-9.16.8/bin/tests/system/reclimit/tests.sh-189-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/reclimit/tests.sh:190:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-191- bind9-9.16.8/bin/tests/system/reclimit/tests.sh:192:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-193-echo_i "attempting NS explosion ($n)" ############################################## bind9-9.16.8/bin/tests/system/reclimit/tests.sh-198-$DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1 bind9-9.16.8/bin/tests/system/reclimit/tests.sh:199:eval count=`cat dig.out.2.test$n` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-200-[ $count -lt 50 ] || ret=1 bind9-9.16.8/bin/tests/system/reclimit/tests.sh-201-$DIG $DIGOPTS +short @10.53.0.7 count txt > dig.out.3.test$n || ret=1 bind9-9.16.8/bin/tests/system/reclimit/tests.sh:202:eval count=`cat dig.out.3.test$n` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-203-[ $count -lt 50 ] || { ret=1; echo_i "count ($count) !<= 50"; } bind9-9.16.8/bin/tests/system/reclimit/tests.sh-204-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/reclimit/tests.sh:205:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/reclimit/tests.sh-206- ############################################## bind9-9.16.8/bin/tests/system/redirect/ns1/sign.sh-18- bind9-9.16.8/bin/tests/system/redirect/ns1/sign.sh:19:key1=`$KEYGEN -q -a rsasha256 $zone` bind9-9.16.8/bin/tests/system/redirect/ns1/sign.sh:20:key2=`$KEYGEN -q -a rsasha256 -fk $zone` bind9-9.16.8/bin/tests/system/redirect/ns1/sign.sh-21- ############################################## bind9-9.16.8/bin/tests/system/redirect/ns1/sign.sh-29- bind9-9.16.8/bin/tests/system/redirect/ns1/sign.sh:30:key1=`$KEYGEN -q -a rsasha256 -3 $zone` bind9-9.16.8/bin/tests/system/redirect/ns1/sign.sh:31:key2=`$KEYGEN -q -a rsasha256 -3 -fk $zone` bind9-9.16.8/bin/tests/system/redirect/ns1/sign.sh-32- ############################################## bind9-9.16.8/bin/tests/system/redirect/ns3/sign.sh-18- bind9-9.16.8/bin/tests/system/redirect/ns3/sign.sh:19:key1=`$KEYGEN -q -a rsasha256 $zone` bind9-9.16.8/bin/tests/system/redirect/ns3/sign.sh:20:key2=`$KEYGEN -q -a rsasha256 -fk $zone` bind9-9.16.8/bin/tests/system/redirect/ns3/sign.sh-21- ############################################## bind9-9.16.8/bin/tests/system/redirect/ns3/sign.sh-29- bind9-9.16.8/bin/tests/system/redirect/ns3/sign.sh:30:key1=`$KEYGEN -q -a rsasha256 -3 $zone` bind9-9.16.8/bin/tests/system/redirect/ns3/sign.sh:31:key2=`$KEYGEN -q -a rsasha256 -3 -fk $zone` bind9-9.16.8/bin/tests/system/redirect/ns3/sign.sh-32- ############################################## bind9-9.16.8/bin/tests/system/redirect/ns5/sign.sh-22- bind9-9.16.8/bin/tests/system/redirect/ns5/sign.sh:23:key1=`$KEYGEN -q -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/redirect/ns5/sign.sh:24:key2=`$KEYGEN -q -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -fk $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/redirect/ns5/sign.sh-25- ############################################## bind9-9.16.8/bin/tests/system/redirect/ns5/sign.sh-36- bind9-9.16.8/bin/tests/system/redirect/ns5/sign.sh:37:key1=`$KEYGEN -q -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/redirect/ns5/sign.sh:38:key2=`$KEYGEN -q -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -fk $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/redirect/ns5/sign.sh-39- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-27- $CHECKCONF "$conf" || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:28: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-29- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:30: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-31-done ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-37- $CHECKCONF "$conf" >/dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:38: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-39- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:40: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-41-done ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-47-grep "100.100.100.1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:48:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-49-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:50:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-51- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-55-$RNDCCMD 10.53.0.2 stats || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:56:PRE=`tr -d '\r' < ns2/named.stats | sed -n -e "s/[ ]*\([0-9]*\).queries resulted in NXDOMAIN that were redirected$/\1/p"` bind9-9.16.8/bin/tests/system/redirect/tests.sh-57-$DIG $DIGOPTS nonexist. @10.53.0.2 -b 10.53.0.2 a > dig.out.ns2.test$n || ret=1 ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-59-$RNDCCMD 10.53.0.2 stats || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:60:POST=`tr -d '\r' < ns2/named.stats | sed -n -e "s/[ ]*\([0-9]*\).queries resulted in NXDOMAIN that were redirected$/\1/p"` bind9-9.16.8/bin/tests/system/redirect/tests.sh:61:if [ `expr $POST - $PRE` != 1 ]; then ret=1; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:62:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-65- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-70-grep "2001:ffff:ffff::6464:6401" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:71:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-72-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:73:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-74- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-80-grep "2001:ffff:ffff::6464:6401" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:81:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-82-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:83:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-84- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-89-grep "100.100.100.1" dig.out.ns2.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:90:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-91-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:92:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-93- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-98-grep "2001:ffff:ffff::6464:6401" dig.out.ns2.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:99:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-100-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:101:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-102- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-108-grep "2001:ffff:ffff::6464:6401" dig.out.ns2.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:109:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-110-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:111:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-112- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-117-grep "100.100.100.1" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:118:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-119-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:120:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-121- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-126-grep "2001:ffff:ffff::6464:6401" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:127:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-128-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:129:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-130- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-136-grep "2001:ffff:ffff::6464:6401" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:137:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-138-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:139:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-140- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-145-grep "100.100.100.1" dig.out.ns2.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:146:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-147-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:148:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-149- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-154-grep "2001:ffff:ffff::6464:6401" dig.out.ns2.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:155:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-156-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:157:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-158- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-164-grep "2001:ffff:ffff::6464:6401" dig.out.ns2.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:165:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-166-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:167:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-168- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-174-grep "IN.NSEC3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:175:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-176-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:177:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-178- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-184-grep "IN.NSEC3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:185:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-186-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:187:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-188- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-195-grep "IN.NSEC3" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:196:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-197-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:198:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-199- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-204-grep "100.100.100.2" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:205:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-206-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:207:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-208- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-213-grep "2001:ffff:ffff::6464:6402" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:214:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-215-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:216:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-217- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-223-grep "2001:ffff:ffff::6464:6402" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:224:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-225-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:226:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-227- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-232-grep "100.100.100.2" dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:233:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-234-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:235:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-236- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-241-grep "2001:ffff:ffff::6464:6402" dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:242:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-243-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:244:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-245- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-251-grep "2001:ffff:ffff::6464:6402" dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:252:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-253-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:254:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-255- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-260-grep "100.100.100.2" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:261:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-262-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:263:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-264- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-269-grep "2001:ffff:ffff::6464:6402" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:270:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-271-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:272:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-273- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-279-grep "2001:ffff:ffff::6464:6402" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:280:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-281-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:282:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-283- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-288-grep "100.100.100.2" dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:289:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-290-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:291:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-292- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-297-grep "2001:ffff:ffff::6464:6402" dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:298:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-299-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:300:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-301- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-307-grep "2001:ffff:ffff::6464:6402" dig.out.ns1.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:308:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-309-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:310:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-311- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-317-grep "IN.NSEC3" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:318:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-319-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:320:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-321- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-327-grep "IN.NSEC3" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:328:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-329-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:330:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-331- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-338-grep "IN.NSEC3" dig.out.ns1.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:339:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-340-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:341:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-342- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-346-grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:347:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-348-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:349:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-350- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-359- $DIG $DIGOPTS +short @10.53.0.2 soa example.nil > dig.out.ns1.test$n || tmp=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:360: set -- `cat dig.out.ns1.test$n` bind9-9.16.8/bin/tests/system/redirect/tests.sh-361- [ $3 = 1 ] || tmp=1 ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-368-[ $tmp -eq 1 ] && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:369:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-370-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:371:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-372- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-377-grep "nonexist. .*100.100.100.1" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:378:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-379-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:380:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-381- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-385-$RNDCCMD 10.53.0.4 stats || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:386:PRE_RED=`tr -d '\r' < ns4/named.stats | sed -n -e "s/[ ]*\([0-9]*\).queries resulted in NXDOMAIN that were redirected$/\1/p"` bind9-9.16.8/bin/tests/system/redirect/tests.sh:387:PRE_SUC=`tr -d '\r' < ns4/named.stats | sed -n -e "s/[ ]*\([0-9]*\).queries resulted in NXDOMAIN that were redirected and resulted in a successful remote lookup$/\1/p"` bind9-9.16.8/bin/tests/system/redirect/tests.sh-388-$DIG $DIGOPTS nonexist. @10.53.0.4 -b 10.53.0.2 aaaa > dig.out.ns4.test$n || ret=1 ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-390-grep "nonexist. .*2001:ffff:ffff::6464:6401" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:391:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-392-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:393:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-394- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-398-$RNDCCMD 10.53.0.4 stats || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:399:POST_RED=`tr -d '\r' < ns4/named.stats | sed -n -e "s/[ ]*\([0-9]*\).queries resulted in NXDOMAIN that were redirected$/\1/p"` bind9-9.16.8/bin/tests/system/redirect/tests.sh:400:POST_SUC=`tr -d '\r' < ns4/named.stats | sed -n -e "s/[ ]*\([0-9]*\).queries resulted in NXDOMAIN that were redirected and resulted in a successful remote lookup$/\1/p"` bind9-9.16.8/bin/tests/system/redirect/tests.sh:401:if [ `expr $POST_RED - $PRE_RED` != 1 ]; then ret=1; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:402:if [ `expr $POST_SUC - $PRE_SUC` != 1 ]; then ret=1; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:403:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-404-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:405:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-406- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-412-grep "2001:ffff:ffff::6464:6401" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:413:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-414-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:415:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-416- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-421-grep "100.100.100.1" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:422:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-423-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:424:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-425- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-430-grep "2001:ffff:ffff::6464:6401" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:431:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-432-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:433:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-434- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-440-grep "2001:ffff:ffff::6464:6401" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:441:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-442-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:443:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-444- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-449-grep "100.100.100.1" dig.out.ns4.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:450:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-451-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:452:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-453- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-458-grep "2001:ffff:ffff::6464:6401" dig.out.ns4.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:459:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-460-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:461:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-462- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-468-grep "2001:ffff:ffff::6464:6401" dig.out.ns4.test$n > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:469:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-470-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:471:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-472- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-478-grep "IN.NSEC3" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:479:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-480-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:481:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-482- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-488-grep "IN.NSEC3" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:489:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-490-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:491:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-492- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-499-grep "IN.NSEC3" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:500:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-501-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:502:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-503- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-507-grep "status: NOERROR" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:508:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-509-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:510:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-511- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-515-grep "status: NOERROR" dig.out.ns4.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:516:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-517-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:518:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-519- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-523-grep "status: NXDOMAIN" dig.out.ns5.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:524:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-525-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:526:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-527- ############################################## bind9-9.16.8/bin/tests/system/redirect/tests.sh-531-grep "status: NXDOMAIN" dig.out.ns6.test$n > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/redirect/tests.sh:532:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/redirect/tests.sh-533-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/redirect/tests.sh:534:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/redirect/tests.sh-535- ############################################## bind9-9.16.8/bin/tests/system/resolver/ns6/keygen.sh-18-cp $infile $zonefile bind9-9.16.8/bin/tests/system/resolver/ns6/keygen.sh:19:ksk=`$KEYGEN -q -a rsasha256 -fk $zone` bind9-9.16.8/bin/tests/system/resolver/ns6/keygen.sh:20:zsk=`$KEYGEN -q -a rsasha256 -b 2048 $zone` bind9-9.16.8/bin/tests/system/resolver/ns6/keygen.sh-21-cat $ksk.key $zsk.key >> $zonefile ############################################## bind9-9.16.8/bin/tests/system/resolver/ns6/keygen.sh-27-cp $infile $zonefile bind9-9.16.8/bin/tests/system/resolver/ns6/keygen.sh:28:ksk=`$KEYGEN -q -a rsasha256 -fk $zone` bind9-9.16.8/bin/tests/system/resolver/ns6/keygen.sh:29:zsk=`$KEYGEN -q -a rsasha256 $zone` bind9-9.16.8/bin/tests/system/resolver/ns6/keygen.sh-30-cat $ksk.key $zsk.key dsset-ds.example.net$TP >> $zonefile ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-22- bind9-9.16.8/bin/tests/system/resolver/tests.sh:23:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-24-echo_i "checking non-cachable NXDOMAIN response handling ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-28-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:29:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-30- bind9-9.16.8/bin/tests/system/resolver/tests.sh-31-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:32: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-33- echo_i "checking non-cachable NXDOMAIN response handling using dns_client ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-37- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:38: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-39-fi ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-41-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:42: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-43- echo_i "checking that local bound address can be set (Can't query from a denied address) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-47- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:48: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-49- bind9-9.16.8/bin/tests/system/resolver/tests.sh:50: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-51- echo_i "checking that local bound address can be set (Can query from an allowed address) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-55- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:56: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-57-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-58- bind9-9.16.8/bin/tests/system/resolver/tests.sh:59:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-60-echo_i "checking non-cachable NODATA response handling ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-64-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:65:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-66- bind9-9.16.8/bin/tests/system/resolver/tests.sh-67-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:68: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-69- echo_i "checking non-cachable NODATA response handling using dns_client ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-73- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:74: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-75-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-76- bind9-9.16.8/bin/tests/system/resolver/tests.sh:77:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-78-echo_i "checking handling of bogus referrals ($n)" bind9-9.16.8/bin/tests/system/resolver/tests.sh-79-# If the server has the "INSIST(!external)" bug, this query will kill it. bind9-9.16.8/bin/tests/system/resolver/tests.sh:80:$DIG $DIGOPTS +tcp www.example.com. a @10.53.0.1 >/dev/null || { echo_i "failed"; status=`expr $status + 1`; } bind9-9.16.8/bin/tests/system/resolver/tests.sh-81- bind9-9.16.8/bin/tests/system/resolver/tests.sh-82-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:83: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-84- echo_i "checking handling of bogus referrals using dns_client ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-88- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:89: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-90-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-91- bind9-9.16.8/bin/tests/system/resolver/tests.sh:92:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-93-echo_i "check handling of cname + other data / 1 ($n)" bind9-9.16.8/bin/tests/system/resolver/tests.sh:94:$DIG $DIGOPTS +tcp cname1.example.com. a @10.53.0.1 >/dev/null || { echo_i "failed"; status=`expr $status + 1`; } bind9-9.16.8/bin/tests/system/resolver/tests.sh-95- bind9-9.16.8/bin/tests/system/resolver/tests.sh:96:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-97-echo_i "check handling of cname + other data / 2 ($n)" bind9-9.16.8/bin/tests/system/resolver/tests.sh:98:$DIG $DIGOPTS +tcp cname2.example.com. a @10.53.0.1 >/dev/null || { echo_i "failed"; status=`expr $status + 1`; } bind9-9.16.8/bin/tests/system/resolver/tests.sh-99- bind9-9.16.8/bin/tests/system/resolver/tests.sh:100:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-101-echo_i "check that server is still running ($n)" bind9-9.16.8/bin/tests/system/resolver/tests.sh:102:$DIG $DIGOPTS +tcp www.example.com. a @10.53.0.1 >/dev/null || { echo_i "failed"; status=`expr $status + 1`; } bind9-9.16.8/bin/tests/system/resolver/tests.sh-103- bind9-9.16.8/bin/tests/system/resolver/tests.sh:104:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-105-echo_i "checking answer IPv4 address filtering (deny) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-109-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:110:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-111- bind9-9.16.8/bin/tests/system/resolver/tests.sh:112:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-113-echo_i "checking answer IPv6 address filtering (deny) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-117-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:118:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-119- bind9-9.16.8/bin/tests/system/resolver/tests.sh:120:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-121-echo_i "checking answer IPv4 address filtering (accept) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-125-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:126:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-127- ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-129-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:130: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-131- echo_i "checking answer IPv4 address filtering using dns_client (accept) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-135- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:136: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-137-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-138- bind9-9.16.8/bin/tests/system/resolver/tests.sh:139:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-140-echo_i "checking answer IPv6 address filtering (accept) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-144-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:145:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-146- bind9-9.16.8/bin/tests/system/resolver/tests.sh-147-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:148: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-149- echo_i "checking answer IPv6 address filtering using dns_client (accept) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-153- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:154: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-155-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-156- bind9-9.16.8/bin/tests/system/resolver/tests.sh:157:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-158-echo_i "checking CNAME target filtering (deny) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-162-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:163:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-164- bind9-9.16.8/bin/tests/system/resolver/tests.sh:165:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-166-echo_i "checking CNAME target filtering (accept) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-170-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:171:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-172- bind9-9.16.8/bin/tests/system/resolver/tests.sh-173-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:174: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-175- echo_i "checking CNAME target filtering using dns_client (accept) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-180- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:181: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-182-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-183- bind9-9.16.8/bin/tests/system/resolver/tests.sh:184:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-185-echo_i "checking CNAME target filtering (accept due to subdomain) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-189-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:190:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-191- bind9-9.16.8/bin/tests/system/resolver/tests.sh-192-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:193: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-194- echo_i "checking CNAME target filtering using dns_client (accept due to subdomain) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-199- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:200: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-201-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-202- bind9-9.16.8/bin/tests/system/resolver/tests.sh:203:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-204-echo_i "checking DNAME target filtering (deny) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-209-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:210:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-211- bind9-9.16.8/bin/tests/system/resolver/tests.sh:212:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-213-echo_i "checking DNAME target filtering (accept) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-217-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:218:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-219- bind9-9.16.8/bin/tests/system/resolver/tests.sh-220-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:221: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-222- echo_i "checking DNAME target filtering using dns_client (accept) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-227- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:228: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-229-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-230- bind9-9.16.8/bin/tests/system/resolver/tests.sh:231:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-232-echo_i "checking DNAME target filtering (accept due to subdomain) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-236-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:237:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-238- bind9-9.16.8/bin/tests/system/resolver/tests.sh-239-if [ -x ${RESOLVE} ] ; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:240: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-241- echo_i "checking DNAME target filtering using dns_client (accept due to subdomain) ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-246- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:247: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-248-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-249- bind9-9.16.8/bin/tests/system/resolver/tests.sh:250:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-251-echo_i "check that the resolver accepts a referral response with a non-empty ANSWER section ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-256-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:257:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-258- bind9-9.16.8/bin/tests/system/resolver/tests.sh:259:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-260-echo_i "check that the resolver limits the number of NS records it follows in a referral response ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-268- $DIG $DIGOPTS +norecurse @10.53.0.4 target${nscount}.sourcens ns > dig.ns4.out.${nscount}.${n} bind9-9.16.8/bin/tests/system/resolver/tests.sh:269: sourcerecs=`grep NS dig.ns4.out.${nscount}.${n} | grep -v ';' | wc -l` bind9-9.16.8/bin/tests/system/resolver/tests.sh-270- test $sourcerecs -eq $nscount || ret=1 ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-272- # Expected queries = 2 * number of NS records, up to a maximum of 10. bind9-9.16.8/bin/tests/system/resolver/tests.sh:273: expected=`expr 2 \* $nscount` bind9-9.16.8/bin/tests/system/resolver/tests.sh-274- if [ $expected -gt 10 ]; then expected=10; fi ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-276- $RNDCCMD 10.53.0.6 stats || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:277: initial_count=`awk '/responses sent/ {print $1}' ns6/named.stats` bind9-9.16.8/bin/tests/system/resolver/tests.sh-278- mv ns6/named.stats ns6/named.stats.initial.${nscount}.${n} ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-280- $RNDCCMD 10.53.0.6 stats || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:281: final_count=`awk '/responses sent/ {print $1}' ns6/named.stats` bind9-9.16.8/bin/tests/system/resolver/tests.sh-282- mv ns6/named.stats ns6/named.stats.final.${nscount}.${n} bind9-9.16.8/bin/tests/system/resolver/tests.sh-283- # Check number of queries during the test is as expected bind9-9.16.8/bin/tests/system/resolver/tests.sh:284: actual=`expr $final_count - $initial_count` bind9-9.16.8/bin/tests/system/resolver/tests.sh-285- if [ $actual -ne $expected ]; then ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-290-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:291:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-292- bind9-9.16.8/bin/tests/system/resolver/tests.sh:293:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-294-echo_i "RT21594 regression test check setup ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-299-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:300:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-301- bind9-9.16.8/bin/tests/system/resolver/tests.sh:302:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-303-echo_i "RT21594 regression test positive answers ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-308-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:309:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-310- bind9-9.16.8/bin/tests/system/resolver/tests.sh:311:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-312-echo_i "RT21594 regression test NODATA answers ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-317-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:318:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-319- bind9-9.16.8/bin/tests/system/resolver/tests.sh:320:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-321-echo_i "RT21594 regression test NXDOMAIN answers ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-326-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:327:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-328- bind9-9.16.8/bin/tests/system/resolver/tests.sh:329:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-330-echo_i "check that replacement of additional data by a negative cache no data entry clears the additional RRSIGs ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-351-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:352:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-353- bind9-9.16.8/bin/tests/system/resolver/tests.sh-354-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:355:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-356- bind9-9.16.8/bin/tests/system/resolver/tests.sh:357:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-358-echo_i "checking that update a nameservers address has immediate effects ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-374- bind9-9.16.8/bin/tests/system/resolver/tests.sh:375:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-376-echo_i "checking that update a nameservers glue has immediate effects ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-392- bind9-9.16.8/bin/tests/system/resolver/tests.sh:393:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-394-echo_i "checking empty RFC 1918 reverse zones ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-436- bind9-9.16.8/bin/tests/system/resolver/tests.sh:437:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-438-echo_i "checking that removal of a delegation is honoured ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-464- bind9-9.16.8/bin/tests/system/resolver/tests.sh:465:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-466-echo_i "check for improved error message with SOA mismatch ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-470-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:471:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-472- ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-475- bind9-9.16.8/bin/tests/system/resolver/tests.sh:476:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-477-echo_i "check resolution on the listening port ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-482-if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:483:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-484- bind9-9.16.8/bin/tests/system/resolver/tests.sh:485:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-486-echo_i "check prefetch (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-490-$DIG $DIGOPTS @10.53.0.5 fetch.tld txt > dig.out.1.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:491:ttl1=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.1.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-492-interval=$((ttl1 - PREFETCH + 1)) ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-496-$DIG $DIGOPTS @10.53.0.5 fetch.tld txt > dig.out.2.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:497:ttl2=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.2.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-498-sleep 1 ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-500-$DIG $DIGOPTS @10.53.0.5 fetch.tld txt > dig.out.3.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:501:ttl=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.3.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-502-test ${ttl:-0} -gt ${ttl2:-1} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh-503-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:504:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-505- bind9-9.16.8/bin/tests/system/resolver/tests.sh:506:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-507-echo_i "check prefetch of validated DS's RRSIG TTL is updated (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-509-$DIG $DIGOPTS +dnssec @10.53.0.5 ds.example.net ds > dig.out.1.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:510:dsttl1=`awk '$4 == "DS" && $7 == "2" { print $2 }' dig.out.1.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-511-interval=$((dsttl1 - PREFETCH + 1)) ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-515-$DIG $DIGOPTS @10.53.0.5 ds.example.net ds > dig.out.2.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:516:dsttl2=`awk '$4 == "DS" && $7 == "2" { print $2 }' dig.out.2.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-517-sleep 1 ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-519-$DIG $DIGOPTS @10.53.0.5 ds.example.net ds +dnssec > dig.out.3.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:520:dsttl=`awk '$4 == "DS" && $7 == "2" { print $2 }' dig.out.3.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh:521:sigttl=`awk '$4 == "RRSIG" && $5 == "DS" { print $2 }' dig.out.3.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-522-test ${dsttl:-0} -gt ${dsttl2:-1} || ret=1 ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-525-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:526:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-527- bind9-9.16.8/bin/tests/system/resolver/tests.sh:528:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-529-echo_i "check prefetch disabled (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-531-$DIG $DIGOPTS @10.53.0.7 fetch.example.net txt > dig.out.1.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:532:ttl1=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.1.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-533-interval=$((ttl1 - PREFETCH + 1)) ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-541- $DIG $DIGOPTS @10.53.0.7 fetch.example.net txt > dig.out.2.${n} || return 1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:542: ttl2=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.2.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-543- # check that prefetch has not occurred ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-550-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:551:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-552- bind9-9.16.8/bin/tests/system/resolver/tests.sh:553:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-554-echo_i "check prefetch qtype * (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-556-$DIG $DIGOPTS @10.53.0.5 fetchall.tld any > dig.out.1.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:557:ttl1=`awk '/"A" "short" "ttl"/ { print $2 - 3 }' dig.out.1.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-558-# sleep so we are in prefetch range ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-561-$DIG $DIGOPTS @10.53.0.5 fetchall.tld any > dig.out.2.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:562:ttl2=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.2.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-563-sleep 1 ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-566-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:567:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-568- bind9-9.16.8/bin/tests/system/resolver/tests.sh:569:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-570-echo_i "check that E was logged on EDNS queries in the query log (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-577-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:578:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-579- bind9-9.16.8/bin/tests/system/resolver/tests.sh:580:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-581-echo_i "check that '-t aaaa' in .digrc does not have unexpected side effects ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-591-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:592:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-593- bind9-9.16.8/bin/tests/system/resolver/tests.sh:594:edns=`$FEATURETEST --edns-version` bind9-9.16.8/bin/tests/system/resolver/tests.sh-595- bind9-9.16.8/bin/tests/system/resolver/tests.sh:596:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-597-echo_i "check that EDNS version is logged (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-605-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:606:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-607- bind9-9.16.8/bin/tests/system/resolver/tests.sh-608-if test ${edns:-0} != 0; then bind9-9.16.8/bin/tests/system/resolver/tests.sh:609: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-610- echo_i "check that edns-version is honoured (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-616- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:617: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-618-fi bind9-9.16.8/bin/tests/system/resolver/tests.sh-619- bind9-9.16.8/bin/tests/system/resolver/tests.sh:620:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-621-echo_i "check that CNAME nameserver is logged correctly (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-626-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:627:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-628- bind9-9.16.8/bin/tests/system/resolver/tests.sh:629:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-630-echo_i "check that unexpected opcodes are handled correctly (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-640-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:641:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-642- bind9-9.16.8/bin/tests/system/resolver/tests.sh:643:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-644-echo_i "check that EDNS client subnet with non-zeroed bits is handled correctly (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-650-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:651:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-652- bind9-9.16.8/bin/tests/system/resolver/tests.sh:653:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-654-echo_i "check that dig +subnet zeros address bits correctly (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-659-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:660:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-661- bind9-9.16.8/bin/tests/system/resolver/tests.sh:662:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-663-echo_i "check that SOA query returns data for delegation-only apex (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-668-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:669:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh:670:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-671- bind9-9.16.8/bin/tests/system/resolver/tests.sh:672:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-673-echo_i "check that NS query returns data for delegation-only apex (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-678-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:679:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-680- bind9-9.16.8/bin/tests/system/resolver/tests.sh:681:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-682-echo_i "check that A query returns data for delegation-only A apex (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-687-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:688:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-689- bind9-9.16.8/bin/tests/system/resolver/tests.sh:690:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-691-echo_i "check that CDS query returns data for delegation-only apex (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-696-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:697:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-698- bind9-9.16.8/bin/tests/system/resolver/tests.sh:699:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-700-echo_i "check that AAAA query returns data for delegation-only AAAA apex (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-705-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:706:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh:707:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-708- ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-714-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:715:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-716- bind9-9.16.8/bin/tests/system/resolver/tests.sh:717:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-718-echo_i "check that CDNSKEY query returns data for delegation-only apex (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-723-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:724:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-725- bind9-9.16.8/bin/tests/system/resolver/tests.sh:726:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-727-echo_i "check that NXDOMAIN is returned for delegation-only non-apex A data (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-731-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:732:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-733- bind9-9.16.8/bin/tests/system/resolver/tests.sh:734:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-735-echo_i "check that NXDOMAIN is returned for delegation-only non-apex CDS data (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-739-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:740:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-741- bind9-9.16.8/bin/tests/system/resolver/tests.sh:742:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-743-echo_i "check that NXDOMAIN is returned for delegation-only non-apex AAAA data (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-747-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:748:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh:749:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-750- ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-755-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:756:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-757- bind9-9.16.8/bin/tests/system/resolver/tests.sh:758:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-759-echo_i "check zero ttl not returned for learnt non zero ttl records (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-762-$DIG $DIGOPTS @10.53.0.7 non-zero.example.net txt > dig.out.1.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:763:ttl1=`awk '/"A" "short" "ttl"/ { print $2 - 2 }' dig.out.1.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-764-# sleep so we are in expire range ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-771- $DIG $DIGOPTS @10.53.0.7 non-zero.example.net txt > dig.out.2.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:772: ttl2=`awk '/"A" "short" "ttl"/ { print $2 }' dig.out.2.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-773- test ${ttl2:-1} -eq 0 && break ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-779-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:780:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-781- bind9-9.16.8/bin/tests/system/resolver/tests.sh:782:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-783-echo_i "check zero ttl is returned for learnt zero ttl records (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-785-$DIG $DIGOPTS @10.53.0.7 zero.example.net txt > dig.out.1.${n} || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh:786:ttl=`awk '/"A" "zero" "ttl"/ { print $2 }' dig.out.1.${n}` bind9-9.16.8/bin/tests/system/resolver/tests.sh-787-test ${ttl:-1} -eq 0 || ret=1 bind9-9.16.8/bin/tests/system/resolver/tests.sh-788-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:789:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-790- bind9-9.16.8/bin/tests/system/resolver/tests.sh:791:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-792-echo_i "check that 'ad' in not returned in truncated answer with empty answer and authority sections to request with +ad (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-796-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:797:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-798- bind9-9.16.8/bin/tests/system/resolver/tests.sh:799:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-800-echo_i "check that 'ad' in not returned in truncated answer with empty answer and authority sections to request with +dnssec (${n})" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-804-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:805:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-806- bind9-9.16.8/bin/tests/system/resolver/tests.sh:807:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-808-echo_i "check that the resolver accepts a reply with empty question section with TC=1 and retries over TCP ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-814-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:815:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-816- bind9-9.16.8/bin/tests/system/resolver/tests.sh:817:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-818-echo_i "check that the resolver rejects a reply with empty question section with TC=0 ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-824-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:825:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-826- bind9-9.16.8/bin/tests/system/resolver/tests.sh:827:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-828-echo_i "checking SERVFAIL is returned when all authoritative servers return FORMERR ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-832-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:833:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-834- bind9-9.16.8/bin/tests/system/resolver/tests.sh:835:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-836-echo_i "check logged command line ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-839-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:840:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-841- bind9-9.16.8/bin/tests/system/resolver/tests.sh:842:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/resolver/tests.sh-843-echo_i "checking NXDOMAIN is returned when querying non existing domain in CH class ($n)" ############################################## bind9-9.16.8/bin/tests/system/resolver/tests.sh-847-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/resolver/tests.sh:848:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/resolver/tests.sh-849- ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-21- bind9-9.16.8/bin/tests/system/rndc/tests.sh:22:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-23-echo_i "preparing ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-40-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:41:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-42- ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-45- bind9-9.16.8/bin/tests/system/rndc/tests.sh:46:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-47-echo_i "checking zone was dumped ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-55-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:56:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-57- bind9-9.16.8/bin/tests/system/rndc/tests.sh:58:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-59-echo_i "checking journal file is still present ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-64-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:65:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-66- bind9-9.16.8/bin/tests/system/rndc/tests.sh:67:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-68-echo_i "checking zone not writable ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-79-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:80:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-81- ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-84- bind9-9.16.8/bin/tests/system/rndc/tests.sh:85:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-86-echo_i "checking zone now writable ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-96-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:97:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-98- ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-102- bind9-9.16.8/bin/tests/system/rndc/tests.sh:103:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-104-echo_i "checking zone was dumped ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-112-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:113:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-114- bind9-9.16.8/bin/tests/system/rndc/tests.sh:115:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-116-echo_i "checking journal file is still present ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-121-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:122:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-123- bind9-9.16.8/bin/tests/system/rndc/tests.sh:124:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-125-echo_i "checking zone is still writable ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-136-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:137:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-138- ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-142- bind9-9.16.8/bin/tests/system/rndc/tests.sh:143:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-144-echo_i "checking zone was dumped ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-152-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:153:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-154- bind9-9.16.8/bin/tests/system/rndc/tests.sh:155:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-156-echo_i "checking journal file is deleted ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-161-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:162:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-163- bind9-9.16.8/bin/tests/system/rndc/tests.sh:164:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-165-echo_i "checking zone is still writable ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-176-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:177:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-178- bind9-9.16.8/bin/tests/system/rndc/tests.sh:179:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-180-echo_i "checking other journal files not removed ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-185-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:186:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-187- ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-190- bind9-9.16.8/bin/tests/system/rndc/tests.sh:191:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-192-echo_i "checking all journals removed ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-200-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:201:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-202- bind9-9.16.8/bin/tests/system/rndc/tests.sh:203:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-204-echo_i "checking that freezing static zones is not allowed ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-208-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:209:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-210- bind9-9.16.8/bin/tests/system/rndc/tests.sh:211:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-212-echo_i "checking that journal is removed when serial is changed before thaw ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-229-done bind9-9.16.8/bin/tests/system/rndc/tests.sh:230:serial=`awk '$3 ~ /serial/ {print $1}' ns2/other.db` bind9-9.16.8/bin/tests/system/rndc/tests.sh:231:newserial=`expr $serial + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-232-sed s/$serial/$newserial/ ns2/other.db > ns2/other.db.new ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-252-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:253:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-254- bind9-9.16.8/bin/tests/system/rndc/tests.sh:255:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-256-echo_i "checking that journal is kept when ixfr-from-differences is in use ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-272-done bind9-9.16.8/bin/tests/system/rndc/tests.sh:273:serial=`awk '$3 ~ /serial/ {print $1}' ns2/nil.db` bind9-9.16.8/bin/tests/system/rndc/tests.sh:274:newserial=`expr $serial + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-275-sed s/$serial/$newserial/ ns2/nil.db > ns2/nil.db.new ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-295-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:296:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-297- ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-300-$RNDCCMD 10.53.0.2 stats bind9-9.16.8/bin/tests/system/rndc/tests.sh:301:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-302-echo_i "verifying adb records in named.stats ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-304-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:305:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-306- bind9-9.16.8/bin/tests/system/rndc/tests.sh:307:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-308-echo_i "test using second key ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-311-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:312:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-313- bind9-9.16.8/bin/tests/system/rndc/tests.sh:314:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-315-echo_i "test 'rndc dumpdb' on a empty cache ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-318-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:319:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-320- bind9-9.16.8/bin/tests/system/rndc/tests.sh:321:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-322-echo_i "test 'rndc reload' on a zone with include files ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-347-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:348:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-349- bind9-9.16.8/bin/tests/system/rndc/tests.sh:350:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-351-echo_i "testing rndc with hmac-md5 ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-358-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:359:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-360- bind9-9.16.8/bin/tests/system/rndc/tests.sh:361:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-362-echo_i "testing rndc with hmac-sha1 ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-369-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:370:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-371- bind9-9.16.8/bin/tests/system/rndc/tests.sh:372:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-373-echo_i "testing rndc with hmac-sha224 ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-380-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:381:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-382- bind9-9.16.8/bin/tests/system/rndc/tests.sh:383:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-384-echo_i "testing rndc with hmac-sha256 ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-391-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:392:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-393- bind9-9.16.8/bin/tests/system/rndc/tests.sh:394:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-395-echo_i "testing rndc with hmac-sha384 ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-402-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:403:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-404- bind9-9.16.8/bin/tests/system/rndc/tests.sh:405:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-406-echo_i "testing rndc with hmac-sha512 ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-413-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:414:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-415- bind9-9.16.8/bin/tests/system/rndc/tests.sh:416:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-417-echo_i "testing automatic zones are reported ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-421-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:422:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-423- bind9-9.16.8/bin/tests/system/rndc/tests.sh:424:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-425-echo_i "testing rndc with null command ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-428-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:429:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-430- bind9-9.16.8/bin/tests/system/rndc/tests.sh:431:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-432-echo_i "testing rndc with unknown control channel command ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-436-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:437:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-438- bind9-9.16.8/bin/tests/system/rndc/tests.sh:439:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-440-echo_i "testing rndc with querylog command ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-463-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:464:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-465- bind9-9.16.8/bin/tests/system/rndc/tests.sh-466-RNDCCMD4="$RNDC -s 10.53.0.4 -p ${EXTRAPORT6} -c ns4/key6.conf" bind9-9.16.8/bin/tests/system/rndc/tests.sh:467:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-468-echo_i "testing rndc nta time limits ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-478-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:479:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-480- bind9-9.16.8/bin/tests/system/rndc/tests.sh:481:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-482-echo_i "testing rndc nta -class option ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-494-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:495:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-496- ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-498-do bind9-9.16.8/bin/tests/system/rndc/tests.sh:499: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-500- echo_i "testing rndc buffer size limits (size=${i}) ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-502- $RNDC -s 10.53.0.4 -p ${EXTRAPORT6} -c ns4/key6.conf testgen ${i} 2>&1 > rndc.out.$i.test$n || ret=1 bind9-9.16.8/bin/tests/system/rndc/tests.sh:503: actual_size=`$GENCHECK rndc.out.$i.test$n` bind9-9.16.8/bin/tests/system/rndc/tests.sh-504- if [ "$?" = "0" ]; then bind9-9.16.8/bin/tests/system/rndc/tests.sh:505: expected_size=`expr $i + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-506- if [ $actual_size != $expected_size ]; then ret=1; fi ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-511- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:512: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-513-done bind9-9.16.8/bin/tests/system/rndc/tests.sh-514- bind9-9.16.8/bin/tests/system/rndc/tests.sh:515:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-516-echo_i "testing rndc -r (show result) ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-520-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:521:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-522- bind9-9.16.8/bin/tests/system/rndc/tests.sh:523:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-524-echo_i "testing rndc with a token containing a space ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-528-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:529:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-530- bind9-9.16.8/bin/tests/system/rndc/tests.sh:531:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-532-echo_i "test 'rndc reconfig' with a broken config ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-540-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:541:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-542- bind9-9.16.8/bin/tests/system/rndc/tests.sh:543:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-544-echo_i "check rndc status reports failure ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-548-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:549:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-550- bind9-9.16.8/bin/tests/system/rndc/tests.sh:551:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-552-echo_i "restore working config ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-558-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:559:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-560- bind9-9.16.8/bin/tests/system/rndc/tests.sh:561:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-562-echo_i "check 'rndc status' 'reload/reconfig failure' is cleared after successful reload/reconfig ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-566-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:567:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-568- bind9-9.16.8/bin/tests/system/rndc/tests.sh:569:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-570-echo_i "test read-only control channel access ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-575-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:576:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-577- bind9-9.16.8/bin/tests/system/rndc/tests.sh:578:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-579-echo_i "test rndc status shows running on ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-583-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:584:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-585- bind9-9.16.8/bin/tests/system/rndc/tests.sh:586:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-587-echo_i "test 'rndc reconfig' with loading of a large zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-594-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:595:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-596-sleep 1 bind9-9.16.8/bin/tests/system/rndc/tests.sh:597:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-598-echo_i "check if zone load was scheduled ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-600-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:601:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-602- bind9-9.16.8/bin/tests/system/rndc/tests.sh:603:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-604-echo_i "check if query for the zone returns SERVFAIL ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-607-if [ $ret != 0 ]; then echo_i "failed (ignored)"; ret=0; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:608:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-609- bind9-9.16.8/bin/tests/system/rndc/tests.sh:610:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-611-echo_i "wait for the zones to be loaded ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-620- } bind9-9.16.8/bin/tests/system/rndc/tests.sh:621: try=`expr $try + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-622-done bind9-9.16.8/bin/tests/system/rndc/tests.sh-623-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:624:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-625- bind9-9.16.8/bin/tests/system/rndc/tests.sh:626:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-627-echo_i "check if query for the zone returns NOERROR ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-630-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:631:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-632- bind9-9.16.8/bin/tests/system/rndc/tests.sh:633:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-634-echo_i "verify that the full command is logged ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-638-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:639:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-640- ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-645-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:646:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-647- bind9-9.16.8/bin/tests/system/rndc/tests.sh-648-if [ -x "$PYTHON" ]; then bind9-9.16.8/bin/tests/system/rndc/tests.sh:649: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-650- echo_i "test rndc python bindings ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-661- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:662: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-663-fi bind9-9.16.8/bin/tests/system/rndc/tests.sh-664- bind9-9.16.8/bin/tests/system/rndc/tests.sh:665:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-666-echo_i "check 'rndc \"\"' is handled ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-670-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:671:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-672- bind9-9.16.8/bin/tests/system/rndc/tests.sh:673:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-674-echo_i "check rndc -4 -6 ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-678-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:679:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-680- bind9-9.16.8/bin/tests/system/rndc/tests.sh:681:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-682-echo_i "check rndc -4 with an IPv6 server address ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-686-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:687:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-688- bind9-9.16.8/bin/tests/system/rndc/tests.sh:689:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rndc/tests.sh-690-echo_i "check rndc nta reports adding to multiple views ($n)" ############################################## bind9-9.16.8/bin/tests/system/rndc/tests.sh-692-$RNDCCMD 10.53.0.3 nta test.com > rndc.out.test$n 2>&1 || ret=1 bind9-9.16.8/bin/tests/system/rndc/tests.sh:693:lines=`cat rndc.out.test$n | wc -l` bind9-9.16.8/bin/tests/system/rndc/tests.sh-694-[ ${lines:-0} -eq 2 ] || ret=1 bind9-9.16.8/bin/tests/system/rndc/tests.sh-695-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rndc/tests.sh:696:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rndc/tests.sh-697- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/ns1/sign.sh-18- bind9-9.16.8/bin/tests/system/rootkeysentinel/ns1/sign.sh:19:keyname=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/rootkeysentinel/ns1/sign.sh:20:keyid=`expr ${keyname} : 'K.+008+\(.*\)'` bind9-9.16.8/bin/tests/system/rootkeysentinel/ns1/sign.sh-21- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh-12-oldid=${1:-00000} bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh:13:newid=`expr \( ${oldid} + 1000 \) % 65536` bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh:14:newid=`expr "0000${newid}" : '.*\(.....\)$'` bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh:15:badid=`expr \( ${oldid} + 7777 \) % 65536` bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh:16:badid=`expr "0000${badid}" : '.*\(.....\)$'` bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh-17- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh-24- bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh:25:keyname1=`$KEYGEN -q -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -n zone $zone` bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh:26:keyname2=`$KEYGEN -q -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -n zone $zone` bind9-9.16.8/bin/tests/system/rootkeysentinel/ns2/sign.sh-27- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-22-newtest() { bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:23: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-24- case $# in ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-37-$DIG $DIGOPTS . dnskey +short +rrcomm @10.53.0.1 > dig.out.ns1.test$n || ret=1 bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:38:oldid=`sed -n 's/.*key id = //p' < dig.out.ns1.test$n` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:39:oldid=`expr "0000${oldid}" : '.*\(.....\)$'` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:40:newid=`expr \( ${oldid} + 1000 \) % 65536` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:41:newid=`expr "0000${newid}" : '.*\(.....\)$'` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:42:badid=`expr \( ${oldid} + 7777 \) % 65536` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:43:badid=`expr "0000${badid}" : '.*\(.....\)$'` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-44-echo_i "test id: oldid=${oldid} (configured)" ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-47-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:48:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-49- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-53-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:54:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-55- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-59-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:60:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-61- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-65-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:66:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-67- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-72-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:73:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-74- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-78-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:79:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-80- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-85-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:86:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-87- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-91-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:92:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-93- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-97-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:98:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-99- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-104-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:105:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-106- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-110-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:111:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-112- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-116-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:117:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-118- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-124- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-128-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:129:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-130- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-134-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:135:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-136- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-140-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:141:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-142- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-147-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:148:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-149- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-154-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:155:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-156- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-161-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:162:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-163- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-168-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:169:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-170- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-175-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:176:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-177- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-182-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:183:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-184- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-188-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:189:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-190- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-194-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:195:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-196- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-200-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:201:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-202- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-206-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:207:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-208- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-212-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:213:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-214- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-218-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:219:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-220- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-224-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:225:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-226- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-230-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:231:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-232- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-236-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:237:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-238- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-242-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:243:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-244- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-248-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:249:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-250- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-255-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:256:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-257- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-262-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:263:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-264- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-269-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:270:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-271- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-276-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:277:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-278- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-283-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:284:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-285- ############################################## bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-290-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh:291:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rootkeysentinel/tests.sh-292- ############################################## bind9-9.16.8/bin/tests/system/rpz/clean.sh-20-done bind9-9.16.8/bin/tests/system/rpz/clean.sh:21:shift `expr $OPTIND - 1 || true` bind9-9.16.8/bin/tests/system/rpz/clean.sh-22-if test "$#" -ne 0; then ############################################## bind9-9.16.8/bin/tests/system/rpz/qperf.sh-11- bind9-9.16.8/bin/tests/system/rpz/qperf.sh:12:for QDIR in `echo "$PATH" | tr : ' '` ../../../../contrib/queryperf; do bind9-9.16.8/bin/tests/system/rpz/qperf.sh-13- QPERF=$QDIR/queryperf ############################################## bind9-9.16.8/bin/tests/system/rpz/setup.sh-18- bind9-9.16.8/bin/tests/system/rpz/setup.sh:19:QPERF=`$SHELL qperf.sh` bind9-9.16.8/bin/tests/system/rpz/setup.sh-20- ############################################## bind9-9.16.8/bin/tests/system/rpz/setup.sh-30-done bind9-9.16.8/bin/tests/system/rpz/setup.sh:31:shift `expr $OPTIND - 1 || true` bind9-9.16.8/bin/tests/system/rpz/setup.sh-32-if test "$#" -ne 0; then ############################################## bind9-9.16.8/bin/tests/system/rpz/setup.sh-87-signzone () { bind9-9.16.8/bin/tests/system/rpz/setup.sh:88: KEYNAME=`$KEYGEN -q -a rsasha256 -K $1 $2` bind9-9.16.8/bin/tests/system/rpz/setup.sh-89- cat $1/$3 $1/$KEYNAME.key > $1/tmp ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-46-done bind9-9.16.8/bin/tests/system/rpz/tests.sh:47:shift `expr $OPTIND - 1 || true` bind9-9.16.8/bin/tests/system/rpz/tests.sh-48-if test "$#" -ne 0; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-93-make_dignm () { bind9-9.16.8/bin/tests/system/rpz/tests.sh:94: TEST_NUM=`expr $TEST_NUM : '\([0-9]*\).*'` # trim '+' characters bind9-9.16.8/bin/tests/system/rpz/tests.sh:95: TEST_NUM=`expr $TEST_NUM + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-96- DIGNM=dig.out$GROUP_NM-$TEST_NUM ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-104- ret=1 bind9-9.16.8/bin/tests/system/rpz/tests.sh:105: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-106- echo_i "$*" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-112-get_sn() { bind9-9.16.8/bin/tests/system/rpz/tests.sh:113: SOA=`$DIG -p ${PORT} +short +norecurse soa "$1" "@$2" "-b$2"` bind9-9.16.8/bin/tests/system/rpz/tests.sh:114: SN=`expr "$SOA" : '[^ ]* [^ ]* \([^ ]*\) .*'` bind9-9.16.8/bin/tests/system/rpz/tests.sh-115- test "$SN" != "" && return bind9-9.16.8/bin/tests/system/rpz/tests.sh:116: echo_i "no serial number from \`dig -p ${PORT} soa $1 @$2\` in \"$SOA\"" bind9-9.16.8/bin/tests/system/rpz/tests.sh-117- exit 1 ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-120-get_sn_fast () { bind9-9.16.8/bin/tests/system/rpz/tests.sh:121: RSN=`$DNSRPSCMD -n "$1"` bind9-9.16.8/bin/tests/system/rpz/tests.sh-122- #echo "dnsrps serial for $1 is $RSN" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-144- fi bind9-9.16.8/bin/tests/system/rpz/tests.sh:145: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-146- if test "$n" -gt $TEN_SECS; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-169- fi bind9-9.16.8/bin/tests/system/rpz/tests.sh:170: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-171- if test "$n" -gt $TEN_SECS; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-203- sleep 1 bind9-9.16.8/bin/tests/system/rpz/tests.sh:204: PID=`cat ns$1/named.pid 2>/dev/null` bind9-9.16.8/bin/tests/system/rpz/tests.sh-205- if test -n "$PID"; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-227-ckalive () { bind9-9.16.8/bin/tests/system/rpz/tests.sh:228: CKALIVE_NS=`expr "$1" : '.*@ns\([1-9]\).*'` bind9-9.16.8/bin/tests/system/rpz/tests.sh-229- if test -z "$CKALIVE_NS"; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-254- eval "OLD_CNT=0\$${NSDIR}_CNT" bind9-9.16.8/bin/tests/system/rpz/tests.sh:255: GOT=`expr $NEW_CNT - $OLD_CNT` bind9-9.16.8/bin/tests/system/rpz/tests.sh-256- if test "$GOT" -ne "$EXPECTED"; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-271- eval "OLD_CNT=0\$${NSDIR}_CNT" bind9-9.16.8/bin/tests/system/rpz/tests.sh:272: GOT=`expr $NEW_CNT - $OLD_CNT` bind9-9.16.8/bin/tests/system/rpz/tests.sh-273- if test "$GOT" -lt "$MIN" -o "$GOT" -gt "$MAX"; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-282- ret=0 bind9-9.16.8/bin/tests/system/rpz/tests.sh:283: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-284- test -n "$1" && date "+${TS}checking $1 (${t})" | cat_i ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-324- if $PERL $SYSTEMTESTTOP/digcomp.pl $DIGNM $2 >/dev/null; then bind9-9.16.8/bin/tests/system/rpz/tests.sh:325: NEED_TCP=`echo "$1" | sed -n -e 's/[Tt][Cc][Pp].*/TCP/p'` bind9-9.16.8/bin/tests/system/rpz/tests.sh:326: RESULT_TCP=`sed -n -e 's/.*Truncated, retrying in TCP.*/TCP/p' $DIGNM` bind9-9.16.8/bin/tests/system/rpz/tests.sh-327- if test "$NEED_TCP" != "$RESULT_TCP"; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-373-# $3=optional TTL bind9-9.16.8/bin/tests/system/rpz/tests.sh:374:addr () { bind9-9.16.8/bin/tests/system/rpz/tests.sh-375- ADDR=$1 ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-378- #ckalive "$2" "server crashed by 'dig $2'" || return 1 bind9-9.16.8/bin/tests/system/rpz/tests.sh:379: ADDR_ESC=`echo "$ADDR" | sed -e 's/\./\\\\./g'` bind9-9.16.8/bin/tests/system/rpz/tests.sh:380: ADDR_TTL=`tr -d '\r' < $DIGNM | sed -n -e "s/^[-.a-z0-9]\{1,\}[ ]*\([0-9]*\) IN AA* ${ADDR_ESC}\$/\1/p"` bind9-9.16.8/bin/tests/system/rpz/tests.sh-381- if test -z "$ADDR_TTL"; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-738- echo "# RPZ off" >ns5/rpz-switch bind9-9.16.8/bin/tests/system/rpz/tests.sh:739: RNDCCMD_OUT=`$RNDCCMD $ns5 reload` bind9-9.16.8/bin/tests/system/rpz/tests.sh-740- perf 'without RPZ' norpz 'NOERROR:3000 ' ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-742- bind9-9.16.8/bin/tests/system/rpz/tests.sh:743: PERCENT=`expr \( "$RPZ" \* 100 + \( $NORPZ / 2 \) \) / $NORPZ` bind9-9.16.8/bin/tests/system/rpz/tests.sh-744- echo_i "$RPZ qps with RPZ is $PERCENT% of $NORPZ qps without RPZ" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-772- $DIG -p ${PORT} +short +norecurse a0-1.tld2 @$ns3 >/dev/null bind9-9.16.8/bin/tests/system/rpz/tests.sh:773: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-774- if test "$n" -gt $TEN_SECS; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-796- for runfile in ns*/named.run; do bind9-9.16.8/bin/tests/system/rpz/tests.sh:797: EMSGS=`nextpart $runfile | egrep -l 'invalid rpz|rpz.*failed'` bind9-9.16.8/bin/tests/system/rpz/tests.sh-798- if test -n "$EMSGS"; then ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-806- # restart the main test RPZ server with a bad zone. bind9-9.16.8/bin/tests/system/rpz/tests.sh:807: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-808- echo_i "checking that ns3 with broken rpz does not crash (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-816- # reload a RPZ zone that is now deliberately broken. bind9-9.16.8/bin/tests/system/rpz/tests.sh:817: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-818- echo_i "checking rpz failed update will keep previous rpz rules (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-827- bind9-9.16.8/bin/tests/system/rpz/tests.sh:828: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-829- echo_i "checking reload of a mixed-case RPZ zone (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-846- bind9-9.16.8/bin/tests/system/rpz/tests.sh:847: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-848- echo_i "checking that ttl values are not zeroed when qtype is '*' (${t})" bind9-9.16.8/bin/tests/system/rpz/tests.sh-849- $DIG +noall +answer -p ${PORT} @$ns3 any a3-2.tld2 > dig.out.$t bind9-9.16.8/bin/tests/system/rpz/tests.sh:850: ttl=`awk '/a3-2 tld2 text/ {print $2}' dig.out.$t` bind9-9.16.8/bin/tests/system/rpz/tests.sh-851- if test ${ttl:=0} -eq 0; then setret "failed"; fi bind9-9.16.8/bin/tests/system/rpz/tests.sh-852- bind9-9.16.8/bin/tests/system/rpz/tests.sh:853: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-854- echo_i "checking rpz updates/transfers with parent nodes added after children (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-865- bind9-9.16.8/bin/tests/system/rpz/tests.sh:866: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-867- echo_i "checking that going from an empty policy zone works (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-873- bind9-9.16.8/bin/tests/system/rpz/tests.sh:874: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-875- echo_i "checking that "add-soa no" at rpz zone level works (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-879- if [ native = "$mode" ]; then bind9-9.16.8/bin/tests/system/rpz/tests.sh:880: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-881- echo_i "checking that "add-soa yes" at response-policy level works (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-886- if [ native = "$mode" ]; then bind9-9.16.8/bin/tests/system/rpz/tests.sh:887: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-888- echo_i "checking that "add-soa unset" works (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-895- if [ native = "$mode" ]; then bind9-9.16.8/bin/tests/system/rpz/tests.sh:896: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-897- echo_i "checking rpz with delegation fails correctly (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-900- bind9-9.16.8/bin/tests/system/rpz/tests.sh:901: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-902- echo_i "checking policies from expired zone are no longer in effect ($t)" ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-912- do bind9-9.16.8/bin/tests/system/rpz/tests.sh:913: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpz/tests.sh-914- case $label in ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-930- [ $ret -eq 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/rpz/tests.sh:931: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rpz/tests.sh-932- done ############################################## bind9-9.16.8/bin/tests/system/rpz/tests.sh-946-done bind9-9.16.8/bin/tests/system/rpz/tests.sh:947:status=`expr ${native:-0} + ${dnsrps:-0}` bind9-9.16.8/bin/tests/system/rpz/tests.sh-948- ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/setup.sh-28-done bind9-9.16.8/bin/tests/system/rpzrecurse/setup.sh:29:shift `expr $OPTIND - 1 || true` bind9-9.16.8/bin/tests/system/rpzrecurse/setup.sh-30-if test "$#" -ne 0; then ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/setup.sh-61- echo "name$j A 10.53.0.$i" >> ns2/db.max$i.local bind9-9.16.8/bin/tests/system/rpzrecurse/setup.sh:62: j=`expr $j + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/setup.sh-63- done bind9-9.16.8/bin/tests/system/rpzrecurse/setup.sh:64: i=`expr $i + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/setup.sh-65-done ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-32-done bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:33:shift `expr $OPTIND - 1 || true` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-34-if test "$#" -ne 0; then ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-62- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:63: NAME=`sed -n -e "$LINE,"'$p' ns2/$TESTNAME.queries | head -n 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-64- $DIG $DIGOPTS $NAME a @10.53.0.2 -p ${PORT} -b 127.0.0.1 > dig.out.${t} ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-74- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:75: NAME=`sed -n -e "$LINE,"'$p' ns2/$TESTNAME.queries | head -n 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:76: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-77- echo_i "testing $NAME doesn't recurse (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-90- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:91: NAME=`sed -n -e "$LINE,"'$p' ns2/$TESTNAME.queries | head -n 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:92: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-93- echo_i "testing $NAME recurses (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-145- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:146: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-147- echo_i "testing that l1.l0 exists without RPZ (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-154- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:155: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-156- echo_i "testing that l2.l1.l0 returns SERVFAIL without RPZ (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-212- ni=$1 bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:213: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-214- echo_i "testing that ${ni} of 33 queries skip recursion (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-220- run_query 4$n $i bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:221: c=`expr $c + $?` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-222- done bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:223: skipped=`expr 33 - $c` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-224- if [ $skipped != $ni ]; then ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-245- sleep 1 bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:246: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-247- echo_i "running dig to cache CNAME record (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-264- sleep 1 bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:265: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-266- echo_i "running dig to follow CNAME (blocks, so runs in the background) (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-298- sleep 1 bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:299: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-300- echo_i "running dig to cache CNAME record (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-316- sleep 1 bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:317: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-318- echo_i "running dig to follow CNAME (blocks, so runs in the background) (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-347- # Check maximum number of RPZ zones (64) bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:348: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-349- echo_i "testing maximum number of RPZ zones (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-359- } bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:360: i=`expr $i + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-361- done ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-363- # Check CLIENT-IP behavior bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:364: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-365- echo_i "testing CLIENT-IP behavior (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-378- # Check CLIENT-IP behavior #2 bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:379: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-380- echo_i "testing CLIENT-IP behavior #2 (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-408- # Check RPZ log clause bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:409: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-410- echo_i "testing RPZ log clause (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-431- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:432: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-433- echo_i "testing wildcard behavior with 1 RPZ zone (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-446- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:447: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-448- echo_i "testing wildcard behavior with 2 RPZ zones (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-461- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:462: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-463- echo_i "testing wildcard behavior with 1 RPZ zone and no non-wildcard triggers (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-477- # Check for invalid prefix length error bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:478: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-479- echo_i "testing for invalid prefix length error (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-486- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:487: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-488- echo_i "testing wildcard passthru before explicit drop (${t})" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-501- bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:502: t=`expr $t + 1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-503- echo_i "checking 'nsip-wait-recurse no' is faster than 'nsip-wait-recurse yes' ($t)" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-506- ret=0 bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:507: t1=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-508- $DIG -p ${PORT} @10.53.0.3 foo.child.example.tld a > dig.out.yes.$t bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:509: t2=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:510: p1=`expr $t2 - $t1` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-511- echo_i "elasped time $p1 seconds" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-519- echo_i "timing 'nsip-wait-recurse no'" bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:520: t3=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-521- $DIG -p ${PORT} @10.53.0.3 foo.child.example.tld a > dig.out.no.$t bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:522: t4=`$PERL -e 'print time()."\n";'` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:523: p2=`expr $t4 - $t3` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-524- echo_i "elasped time $p2 seconds" ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-527- if test $ret != 0; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:528: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-529- ############################################## bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-540-done bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh:541:status=`expr ${native:-0} + ${dnsrps:-0}` bind9-9.16.8/bin/tests/system/rpzrecurse/tests.sh-542- ############################################## bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-17- bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:18:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-19-echo_i "class list ($n)" bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-20-$RRCHECKER -C > classlist.out bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:21:$DIFF classlist.out classlist.good || { echo_i "failed"; status=`expr $status + 1`; } bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-22- bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:23:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-24-echo_i "type list ($n)" bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-25-$RRCHECKER -T > typelist.out bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:26:$DIFF typelist.out typelist.good || { echo_i "failed"; status=`expr $status + 1`; } bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-27- bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:28:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-29-echo_i "private type list ($n)" bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-30-$RRCHECKER -P > privatelist.out bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:31:$DIFF privatelist.out privatelist.good || { echo_i "failed"; status=`expr $status + 1`; } bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-32- ############################################## bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-38- bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:39:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-40-echo_i "check conversions to canonical format ($n)" ############################################## bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-55-done < checkzone.out$n bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:56:test $ret -eq 0 || { echo_i "failed"; status=`expr $status + 1`; } bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-57- bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:58:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-59-echo_i "check conversions to and from unknown record format ($n)" ############################################## bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-78-done < checkzone.out$n bind9-9.16.8/bin/tests/system/rrchecker/tests.sh:79:test $ret -eq 0 || { echo_i "failed"; status=`expr $status + 1`; } bind9-9.16.8/bin/tests/system/rrchecker/tests.sh-80- ############################################## bind9-9.16.8/bin/tests/system/rrl/tests.sh-31-done bind9-9.16.8/bin/tests/system/rrl/tests.sh:32:shift `expr $OPTIND - 1 || true` bind9-9.16.8/bin/tests/system/rrl/tests.sh-33-if test "$#" -ne 0; then ############################################## bind9-9.16.8/bin/tests/system/rrl/tests.sh-77- DOMS="" bind9-9.16.8/bin/tests/system/rrl/tests.sh:78: CNTS=`$PERL -e 'for ( $i = 0; $i < '$BURST_LIMIT'; $i++) { printf "%03d\n", '$QNUM' + $i; }'` bind9-9.16.8/bin/tests/system/rrl/tests.sh-79- for CNT in $CNTS ############################################## bind9-9.16.8/bin/tests/system/rrl/tests.sh-96- -e 's/;; communications error to.*/drop/p' >> $FILENAME bind9-9.16.8/bin/tests/system/rrl/tests.sh:97: QNUM=`expr $QNUM + $BURST_LIMIT` bind9-9.16.8/bin/tests/system/rrl/tests.sh-98-} ############################################## bind9-9.16.8/bin/tests/system/rrl/tests.sh-108- BAD=no bind9-9.16.8/bin/tests/system/rrl/tests.sh:109: ADDRS=`egrep "^$2$" mdig.out-$1 2>/dev/null | wc -l` bind9-9.16.8/bin/tests/system/rrl/tests.sh-110- # count simple truncated and truncated NXDOMAIN as TC bind9-9.16.8/bin/tests/system/rrl/tests.sh:111: TC=`egrep "^TC|NXDOMAINTC$" mdig.out-$1 2>/dev/null | wc -l` bind9-9.16.8/bin/tests/system/rrl/tests.sh:112: DROP=`egrep "^drop$" mdig.out-$1 2>/dev/null | wc -l` bind9-9.16.8/bin/tests/system/rrl/tests.sh-113- # count NXDOMAIN and truncated NXDOMAIN as NXDOMAIN bind9-9.16.8/bin/tests/system/rrl/tests.sh:114: NXDOMAIN=`egrep "^NXDOMAIN|NXDOMAINTC$" mdig.out-$1 2>/dev/null | wc -l` bind9-9.16.8/bin/tests/system/rrl/tests.sh:115: SERVFAIL=`egrep "^SERVFAIL$" mdig.out-$1 2>/dev/null | wc -l` bind9-9.16.8/bin/tests/system/rrl/tests.sh:116: NOERROR=`egrep "^NOERROR$" mdig.out-$1 2>/dev/null | wc -l` bind9-9.16.8/bin/tests/system/rrl/tests.sh-117- ############################################## bind9-9.16.8/bin/tests/system/rrl/tests.sh-154- tail -1` bind9-9.16.8/bin/tests/system/rrl/tests.sh:155: C=`expr 0$C + 0` bind9-9.16.8/bin/tests/system/rrl/tests.sh-156- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-41- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:42: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-43-else ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-48- do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:49: j=`expr $i % 4` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-50- $DIGCMD @10.53.0.1 fixed.example > dig.out.fixed || ret=1 ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-53- else bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:54: $DIFF dig.out.fixed dig.out.$j >/dev/null && matches=`expr $matches + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-55- fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-64- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:65: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-66-fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-75-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:76: j=`expr $i % 4` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-77- $DIGCMD @10.53.0.1 cyclic.example > dig.out.cyclic || ret=1 ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-80- else bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:81: $DIFF dig.out.cyclic dig.out.$j >/dev/null && matches=`expr $matches + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-82- fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-91-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:92:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-93- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-101-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:102: j=`expr $i % 4` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-103- $DIGCMD @10.53.0.1 cyclic2.example > dig.out.cyclic2 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-106- else bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:107: $DIFF dig.out.cyclic2 dig.out.$j >/dev/null && matches=`expr $matches + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-108- fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-117-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:118:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-119-echo_i "Checking order random (master)" ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-138-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:139: eval "match=\`expr \$match + \$match$i\`" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-140-done bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-141-echo_i "Random selection return $match of ${GOOD_RANDOM_NO} possible orders in 36 samples" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:142:if [ $match -lt `expr ${GOOD_RANDOM_NO} / 3` ]; then ret=1; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-143-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:144:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-145- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-158-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:159:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-160- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-172- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:173: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-174-fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-183-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:184: j=`expr $i % 4` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-185- $DIGCMD @10.53.0.2 cyclic.example > dig.out.cyclic || ret=1 ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-188- else bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:189: $DIFF dig.out.cyclic dig.out.$j >/dev/null && matches=`expr $matches + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-190- fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-199-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:200:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-201- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-209-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:210: j=`expr $i % 4` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-211- $DIGCMD @10.53.0.2 cyclic2.example > dig.out.cyclic2 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-214- else bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:215: $DIFF dig.out.cyclic2 dig.out.$j >/dev/null && matches=`expr $matches + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-216- fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-225-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:226:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-227- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-247-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:248:eval "match=\`expr \$match + \$match$i\`" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-249-done bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-250-echo_i "Random selection return $match of ${GOOD_RANDOM_NO} possible orders in 36 samples" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:251:if [ $match -lt `expr ${GOOD_RANDOM_NO} / 3` ]; then ret=1; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-252-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:253:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-254- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-267-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:268:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-269- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-278- echo_i "failed"; bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:279: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-280-fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-297- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:298: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-299-fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-308-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:309: j=`expr $i % 4` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-310- $DIGCMD @10.53.0.2 cyclic.example > dig.out.cyclic || ret=1 ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-313- else bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:314: $DIFF dig.out.cyclic dig.out.$j >/dev/null && matches=`expr $matches + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-315- fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-324-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:325:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-326- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-334-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:335: j=`expr $i % 4` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-336- $DIGCMD @10.53.0.2 cyclic2.example > dig.out.cyclic2 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-339- else bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:340: $DIFF dig.out.cyclic2 dig.out.$j >/dev/null && matches=`expr $matches + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-341- fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-350-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:351:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-352- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-372-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:373:eval "match=\`expr \$match + \$match$i\`" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-374-done bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-375-echo_i "Random selection return $match of ${GOOD_RANDOM_NO} possible orders in 36 samples" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:376:if [ $match -lt `expr ${GOOD_RANDOM_NO} / 3` ]; then ret=1; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-377-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:378:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-379- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-392-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:393:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-394- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-406- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:407: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-408-fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-419-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:420: j=`expr $i % 4` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-421- $DIGCMD @10.53.0.3 cyclic.example > dig.out.cyclic || ret=1 ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-424- else bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:425: $DIFF dig.out.cyclic dig.out.$j >/dev/null && matches=`expr $matches + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-426- fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-435-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:436:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-437- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-447-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:448: j=`expr $i % 4` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-449- $DIGCMD @10.53.0.3 cyclic2.example > dig.out.cyclic2 || ret=1 ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-452- else bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:453: $DIFF dig.out.cyclic2 dig.out.$j >/dev/null && matches=`expr $matches + 1` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-454- fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-463-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:464:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-465- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-485-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:486:eval "match=\`expr \$match + \$match$i\`" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-487-done bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-488-echo_i "Random selection return $match of ${GOOD_RANDOM_NO} possible orders in 36 samples" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:489:if [ $match -lt `expr ${GOOD_RANDOM_NO} / 3` ]; then ret=1; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-490-if [ $ret != 0 ]; then echo_i "failed"; fi ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-504-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:505:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-506- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-526-do bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:527:eval "match=\`expr \$match + \$match$i\`" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-528-done bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-529-echo_i "Default selection return $match of ${GOOD_RANDOM_NO} possible orders in 36 samples" bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:530:if [ $match -lt `expr ${GOOD_RANDOM_NO} / 3` ]; then ret=1; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-531-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:532:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-533- ############################################## bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-546-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh:547:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rrsetorder/tests.sh-548- ############################################## bind9-9.16.8/bin/tests/system/rsabigexponent/ns1/sign.sh-20- bind9-9.16.8/bin/tests/system/rsabigexponent/ns1/sign.sh:21:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/rsabigexponent/ns1/sign.sh-22- ############################################## bind9-9.16.8/bin/tests/system/rsabigexponent/ns2/sign.sh-21-do bind9-9.16.8/bin/tests/system/rsabigexponent/ns2/sign.sh:22: cp $i `echo $i | sed s/X/K/` bind9-9.16.8/bin/tests/system/rsabigexponent/ns2/sign.sh-23-done ############################################## bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh-26- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh:27: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh-28-done ############################################## bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh-35- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh:36: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh-37-done ############################################## bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh-42-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh:43:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh-44- ############################################## bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh-51-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh:52:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/rsabigexponent/tests.sh-53- ############################################## bind9-9.16.8/bin/tests/system/run.sh-50-done bind9-9.16.8/bin/tests/system/run.sh:51:shift `expr $OPTIND - 1` bind9-9.16.8/bin/tests/system/run.sh-52- ############################################## bind9-9.16.8/bin/tests/system/run.sh-76-minvalid=`expr 1024 + 1` bind9-9.16.8/bin/tests/system/run.sh:77:maxvalid=`expr 65535 - $numport + 1` bind9-9.16.8/bin/tests/system/run.sh-78- ############################################## bind9-9.16.8/bin/tests/system/run.sh-93-PORT=$baseport bind9-9.16.8/bin/tests/system/run.sh:94:EXTRAPORT1=`expr $baseport + 1` bind9-9.16.8/bin/tests/system/run.sh:95:EXTRAPORT2=`expr $baseport + 2` bind9-9.16.8/bin/tests/system/run.sh:96:EXTRAPORT3=`expr $baseport + 3` bind9-9.16.8/bin/tests/system/run.sh:97:EXTRAPORT4=`expr $baseport + 4` bind9-9.16.8/bin/tests/system/run.sh:98:EXTRAPORT5=`expr $baseport + 5` bind9-9.16.8/bin/tests/system/run.sh:99:EXTRAPORT6=`expr $baseport + 6` bind9-9.16.8/bin/tests/system/run.sh:100:EXTRAPORT7=`expr $baseport + 7` bind9-9.16.8/bin/tests/system/run.sh:101:EXTRAPORT8=`expr $baseport + 8` bind9-9.16.8/bin/tests/system/run.sh:102:CONTROLPORT=`expr $baseport + 9` bind9-9.16.8/bin/tests/system/run.sh-103- bind9-9.16.8/bin/tests/system/run.sh-104-LOWPORT=$baseport bind9-9.16.8/bin/tests/system/run.sh:105:HIGHPORT=`expr $baseport + $numport - 1` bind9-9.16.8/bin/tests/system/run.sh-106- ############################################## bind9-9.16.8/bin/tests/system/runall.sh-45-export NOCLEAN bind9-9.16.8/bin/tests/system/runall.sh:46:shift `expr $OPTIND - 1` bind9-9.16.8/bin/tests/system/runall.sh-47- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-24-# active zsk bind9-9.16.8/bin/tests/system/smartsign/tests.sh:25:czsk1=`$KEYGEN -q -a rsasha1 -L 30 $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-26- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-27-# not yet published or active bind9-9.16.8/bin/tests/system/smartsign/tests.sh:28:czsk2=`$KEYGEN -q -a rsasha1 -P none -A none $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-29- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-30-# published but not active bind9-9.16.8/bin/tests/system/smartsign/tests.sh:31:czsk3=`$KEYGEN -q -a rsasha1 -A none $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-32- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-33-# inactive bind9-9.16.8/bin/tests/system/smartsign/tests.sh:34:czsk4=`$KEYGEN -q -a rsasha1 -P now-24h -A now-24h -I now $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-35- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-36-# active in 12 hours, inactive 12 hours after that... bind9-9.16.8/bin/tests/system/smartsign/tests.sh:37:czsk5=`$KEYGEN -q -a rsasha1 -P now+12h -A now+12h -I now+24h $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-38- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-40-# (suppressing warning about lack of removal date) bind9-9.16.8/bin/tests/system/smartsign/tests.sh:41:czsk6=`$KEYGEN -q -S $czsk5 -i 6h 2>/dev/null` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-42- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-43-# active ksk bind9-9.16.8/bin/tests/system/smartsign/tests.sh:44:cksk1=`$KEYGEN -q -a rsasha1 -fk -L 30 $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-45- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-46-# published but not YET active; will be active in 20 seconds bind9-9.16.8/bin/tests/system/smartsign/tests.sh:47:cksk2=`$KEYGEN -q -a rsasha1 -fk $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-48-# $SETTIME moved after other $KEYGENs ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-51-# revoking key changes its ID bind9-9.16.8/bin/tests/system/smartsign/tests.sh:52:cksk3=`$KEYGEN -q -a rsasha1 -fk $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh:53:cksk4=`$REVOKE $cksk3` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-54- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-55-echo_i "setting up sync key" bind9-9.16.8/bin/tests/system/smartsign/tests.sh:56:cksk5=`$KEYGEN -q -a rsasha1 -fk -P now+1mo -A now+1mo -Psync now $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-57- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-58-echo_i "and future sync key" bind9-9.16.8/bin/tests/system/smartsign/tests.sh:59:cksk6=`$KEYGEN -q -a rsasha1 -fk -P now+1mo -A now+1mo -Psync now+1mo $czone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-60- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-61-echo_i "generating parent keys" bind9-9.16.8/bin/tests/system/smartsign/tests.sh:62:pzsk=`$KEYGEN -q -a rsasha1 $pzone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh:63:pksk=`$KEYGEN -q -a rsasha1 -fk $pzone` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-64- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-69-echo_i "signing child zone" bind9-9.16.8/bin/tests/system/smartsign/tests.sh:70:czoneout=`$SIGNER -Sg -e now+1d -X now+2d -o $czone $cfile` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-71- bind9-9.16.8/bin/tests/system/smartsign/tests.sh-72-echo_i "signing parent zone" bind9-9.16.8/bin/tests/system/smartsign/tests.sh:73:pzoneout=`$SIGNER -Sg -o $pzone $pfile` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-74- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-99-fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:100:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-101- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-104-# use an alternate output file so -x doesn't interfere with later checks bind9-9.16.8/bin/tests/system/smartsign/tests.sh:105:pzoneout=`$SIGNER -Sxg -o $pzone -f ${pfile}2.signed $pfile` bind9-9.16.8/bin/tests/system/smartsign/tests.sh:106:czoneout=`$SIGNER -Sxg -e now+1d -X now+2d -o $czone -f ${cfile}2.signed $cfile` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-107-echo "$pzoneout" | grep 'KSKs: 1 active, 0 stand-by, 0 revoked' > /dev/null || ret=1 ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-115-fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:116:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-117- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-128-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:129:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-130- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-139-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:140:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-141- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-185-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:186:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-187- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-197-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:198:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-199- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-204-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:205:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-206- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-209-$SETTIME -L 15 ${czsk2} > /dev/null bind9-9.16.8/bin/tests/system/smartsign/tests.sh:210:czoneout=`$SIGNER -Sg -e now+1d -X now+2d -o $czone $cfile` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-211-awk 'BEGIN {r = 0} $2 == "DNSKEY" && $1 != 15 {r = 1} END {exit r}' \ ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-213-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:214:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-215- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-314-fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:315:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-316- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-325-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:326:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-327- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-330-echo_i "re-signing child zone" bind9-9.16.8/bin/tests/system/smartsign/tests.sh:331:czoneout2=`$SIGNER -Sg -o $czone -f $cfile.new $cfile.signed` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-332-mv $cfile.new $cfile.signed ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-337-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:338:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-339- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-344-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:345:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-346- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-351-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:352:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-353- ############################################## bind9-9.16.8/bin/tests/system/smartsign/tests.sh-362-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/smartsign/tests.sh:363:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/smartsign/tests.sh-364- ############################################## bind9-9.16.8/bin/tests/system/spf/tests.sh-38-grep "'nowarn' found type SPF" ns1/named.run > /dev/null && ret=1 bind9-9.16.8/bin/tests/system/spf/tests.sh:39:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/spf/tests.sh-40-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/spf/tests.sh:41:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/spf/tests.sh-42- ############################################## bind9-9.16.8/bin/tests/system/start.pl-165- while (1) { bind9-9.16.8/bin/tests/system/start.pl:166: my $return = system("$PERL $topdir/testsock.pl -p $port $options"); bind9-9.16.8/bin/tests/system/start.pl-167- ############################################## bind9-9.16.8/bin/tests/system/start.pl-178- bind9-9.16.8/bin/tests/system/start.pl:179: system("$PERL $topdir/stop.pl $test"); # Is this the correct behavior? bind9-9.16.8/bin/tests/system/start.pl-180- ############################################## bind9-9.16.8/bin/tests/system/start.pl-194- # start the server bind9-9.16.8/bin/tests/system/start.pl:195: my $child = `$command`; bind9-9.16.8/bin/tests/system/start.pl-196- chomp($child); ############################################## bind9-9.16.8/bin/tests/system/start.pl-386- bind9-9.16.8/bin/tests/system/start.pl:387: system("$PERL $topdir/stop.pl $test"); bind9-9.16.8/bin/tests/system/start.pl-388- ############################################## bind9-9.16.8/bin/tests/system/start.pl-411- while (1) { bind9-9.16.8/bin/tests/system/start.pl:412: my $return = system("$DIG $tcp +noadd +nosea +nostat +noquest +nocomm +nocmd +noedns -p $port version.bind. chaos txt \@10.53.0.$n > /dev/null"); bind9-9.16.8/bin/tests/system/start.pl-413- ############################################## bind9-9.16.8/bin/tests/system/start.pl-421- bind9-9.16.8/bin/tests/system/start.pl:422: system("$PERL $topdir/stop.pl $test"); bind9-9.16.8/bin/tests/system/start.pl-423- ############################################## bind9-9.16.8/bin/tests/system/staticstub/ns3/sign.sh-22- bind9-9.16.8/bin/tests/system/staticstub/ns3/sign.sh:23:keyname1=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/staticstub/ns3/sign.sh:24:keyname2=`$KEYGEN -q -a RSASHA256 -b 2048 -f KSK -n zone $zone` bind9-9.16.8/bin/tests/system/staticstub/ns3/sign.sh-25-cat $infile $keyname1.key $keyname2.key > $zonefile ############################################## bind9-9.16.8/bin/tests/system/staticstub/ns3/sign.sh-34-zonefile=undelegated.db bind9-9.16.8/bin/tests/system/staticstub/ns3/sign.sh:35:keyname1=`$KEYGEN -q -a RSASHA256 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/staticstub/ns3/sign.sh:36:keyname2=`$KEYGEN -q -a RSASHA256 -b 2048 -f KSK -n zone $zone` bind9-9.16.8/bin/tests/system/staticstub/ns3/sign.sh-37-cat $infile $keyname1.key $keyname2.key > $zonefile ############################################## bind9-9.16.8/bin/tests/system/staticstub/ns4/sign.sh-18- bind9-9.16.8/bin/tests/system/staticstub/ns4/sign.sh:19:keyname1=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/staticstub/ns4/sign.sh:20:keyname2=`$KEYGEN -q -a NSEC3RSASHA1 -b 1024 -f KSK -n zone $zone` bind9-9.16.8/bin/tests/system/staticstub/ns4/sign.sh-21- ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-22-do bind9-9.16.8/bin/tests/system/staticstub/tests.sh:23: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-24- echo_i "checking that $conf is accepted ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-27- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:28: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-29-done ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-32-do bind9-9.16.8/bin/tests/system/staticstub/tests.sh:33: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-34- echo_i "checking that $conf is rejected ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-37- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:38: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-39-done bind9-9.16.8/bin/tests/system/staticstub/tests.sh-40- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:41:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-42-echo_i "trying an axfr that should be denied (NOTAUTH) ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-46-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:47:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-48- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:49:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-50-echo_i "non recursive query for a static-stub zone with server name should be rejected ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-55-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:56:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-57- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:58:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-59-echo_i "non recursive query for a static-stub zone with server name should be rejected ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-64-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:65:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-66- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:67:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-68-echo_i "allow-query ACL ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-73-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:74:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-75- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:76:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-77-echo_i "look for static-stub zone data with recursion (should be found) ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-81-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:82:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-83- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:84:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-85-echo_i "checking authoritative NS is ignored for delegation ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-93-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:94:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-95- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:96:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-97-echo_i "checking queries for a child zone of the static-stub zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-119-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:120:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-121- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:122:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-123-echo_i "checking authoritative NS addresses are ignored for delegation ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-136-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:137:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-138- ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-141-# configuration must be ignored and cached information must be used. bind9-9.16.8/bin/tests/system/staticstub/tests.sh:142:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-143-echo_i "checking NS of static-stub is ignored when referenced from other domain ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-147-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:148:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-149- bind9-9.16.8/bin/tests/system/staticstub/tests.sh-150-# check server-names bind9-9.16.8/bin/tests/system/staticstub/tests.sh:151:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-152-echo_i "checking static-stub with a server-name ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-156-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:157:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-158- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:159:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-160-# Note: for a short term workaround we use ::1, assuming it's configured and ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-169- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:170: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-171-else ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-174- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:175:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-176-echo_i "look for static-stub zone data with DNSSEC validation ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-181-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:182:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-183- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:184:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-185-echo_i "look for a child of static-stub zone data with DNSSEC validation ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-190-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:191:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-192- bind9-9.16.8/bin/tests/system/staticstub/tests.sh-193-# reload with a different name server: existing zone shouldn't be reused. bind9-9.16.8/bin/tests/system/staticstub/tests.sh:194:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-195-echo_i "checking server reload with a different static-stub config ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-202-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:203:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-204- bind9-9.16.8/bin/tests/system/staticstub/tests.sh:205:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-206-echo_i "checking static-stub of a undelegated tld resolves after DS query ($n)" ############################################## bind9-9.16.8/bin/tests/system/staticstub/tests.sh-212-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/staticstub/tests.sh:213:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/staticstub/tests.sh-214- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-26-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:27:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:28:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-29- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-34-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:35:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:36:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-37- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-41-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:42:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:43:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-44- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-47-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:48:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:49:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-50- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-54-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:55:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:56:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-57- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:65:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-66- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-72-if [ ! "$CYGWIN" ]; then bind9-9.16.8/bin/tests/system/statistics/tests.sh:73: nsock0nstat=`grep "UDP/IPv4 sockets active" ns3/named.stats | awk '{print $1}'` bind9-9.16.8/bin/tests/system/statistics/tests.sh-74- [ 0 -ne ${nsock0nstat:-0} ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-76-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:77:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:78:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-79- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-88-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:89:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:90:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-91- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-95-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:96:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:97:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-98- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-102-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:103:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:104:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-105- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-108- echo_i "verifying active sockets output in named.stats ($n)" bind9-9.16.8/bin/tests/system/statistics/tests.sh:109: nsock1nstat=`grep "UDP/IPv4 sockets active" ns3/named.stats | awk '{print $1}'` bind9-9.16.8/bin/tests/system/statistics/tests.sh:110: [ `expr ${nsock1nstat:-0} - ${nsock0nstat:-0}` -eq 1 ] || ret=1 bind9-9.16.8/bin/tests/system/statistics/tests.sh-111- if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:112: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:113: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-114-fi ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-122-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:123:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:124:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-125- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-129-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:130:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:131:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-132- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-141-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:142:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:143:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-144- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-153-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:154:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:155:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-156- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-205-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:206:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:207:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-208- ############################################## bind9-9.16.8/bin/tests/system/statistics/tests.sh-212-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statistics/tests.sh:213:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statistics/tests.sh:214:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statistics/tests.sh-215- ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-56- esac bind9-9.16.8/bin/tests/system/statschannel/tests.sh:57: file=`$PERL fetch.pl -p ${EXTRAPORT1} $path` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-58- cp $file $file.$1.$3 ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-79-$RNDCCMD 10.53.0.2 stats 2>&1 | sed 's/^/I:ns1 /' bind9-9.16.8/bin/tests/system/statschannel/tests.sh:80:query_count=`awk '/QUERY/ {print $1}' ns2/named.stats` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:81:txt_count=`awk '/TXT/ {print $1}' ns2/named.stats` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:82:noerror_count=`awk '/NOERROR/ {print $1}' ns2/named.stats` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-83-if [ $PERL_XML ]; then bind9-9.16.8/bin/tests/system/statschannel/tests.sh:84: file=`$PERL fetch.pl -p ${EXTRAPORT1} xml/v3/server` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-85- mv $file xml.stats bind9-9.16.8/bin/tests/system/statschannel/tests.sh-86- $PERL server-xml.pl > xml.fmtstats 2> /dev/null bind9-9.16.8/bin/tests/system/statschannel/tests.sh:87: xml_query_count=`awk '/opcode QUERY/ { print $NF }' xml.fmtstats` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-88- xml_query_count=${xml_query_count:-0} bind9-9.16.8/bin/tests/system/statschannel/tests.sh-89- [ "$query_count" -eq "$xml_query_count" ] || ret=1 bind9-9.16.8/bin/tests/system/statschannel/tests.sh:90: xml_txt_count=`awk '/qtype TXT/ { print $NF }' xml.fmtstats` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-91- xml_txt_count=${xml_txt_count:-0} bind9-9.16.8/bin/tests/system/statschannel/tests.sh-92- [ "$txt_count" -eq "$xml_txt_count" ] || ret=1 bind9-9.16.8/bin/tests/system/statschannel/tests.sh:93: xml_noerror_count=`awk '/rcode NOERROR/ { print $NF }' xml.fmtstats` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-94- xml_noerror_count=${xml_noerror_count:-0} ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-97-if [ $PERL_JSON ]; then bind9-9.16.8/bin/tests/system/statschannel/tests.sh:98: file=`$PERL fetch.pl -p ${EXTRAPORT1} json/v1/server` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-99- mv $file json.stats bind9-9.16.8/bin/tests/system/statschannel/tests.sh-100- $PERL server-json.pl > json.fmtstats 2> /dev/null bind9-9.16.8/bin/tests/system/statschannel/tests.sh:101: json_query_count=`awk '/opcode QUERY/ { print $NF }' json.fmtstats` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-102- json_query_count=${json_query_count:-0} bind9-9.16.8/bin/tests/system/statschannel/tests.sh-103- [ "$query_count" -eq "$json_query_count" ] || ret=1 bind9-9.16.8/bin/tests/system/statschannel/tests.sh:104: json_txt_count=`awk '/qtype TXT/ { print $NF }' json.fmtstats` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-105- json_txt_count=${json_txt_count:-0} bind9-9.16.8/bin/tests/system/statschannel/tests.sh-106- [ "$txt_count" -eq "$json_txt_count" ] || ret=1 bind9-9.16.8/bin/tests/system/statschannel/tests.sh:107: json_noerror_count=`awk '/rcode NOERROR/ { print $NF }' json.fmtstats` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-108- json_noerror_count=${json_noerror_count:-0} ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-111-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statschannel/tests.sh:112:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:113:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-114- ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-117-if [ $PERL_XML ]; then bind9-9.16.8/bin/tests/system/statschannel/tests.sh:118: file=`$PERL fetch.pl -p ${EXTRAPORT1} xml/v3/mem` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-119- mv $file xml.mem ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-125-if [ $PERL_JSON ]; then bind9-9.16.8/bin/tests/system/statschannel/tests.sh:126: file=`$PERL fetch.pl -p ${EXTRAPORT1} json/v1/mem` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-127- mv $file json.mem ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-132-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statschannel/tests.sh:133:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:134:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-135- ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-159- bind9-9.16.8/bin/tests/system/statschannel/tests.sh:160:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:161:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-162- ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-170- grep -i Content-Length | sed -e "s/.*: \([0-9]*\).*/\1/"` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:171: if [ ! `expr $REGSIZE / $COMPSIZE` -gt 2 ]; then bind9-9.16.8/bin/tests/system/statschannel/tests.sh-172- ret=1 ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-177-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statschannel/tests.sh:178:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:179:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-180- ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-184-refresh_prefix="dnssec-refresh operations" bind9-9.16.8/bin/tests/system/statschannel/tests.sh:185:ksk_id=`cat ns2/$zone.ksk.id` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:186:zsk_id=`cat ns2/$zone.zsk.id` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-187- ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-212-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statschannel/tests.sh:213:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:214:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-215- ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-242-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statschannel/tests.sh:243:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:244:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-245- ############################################## bind9-9.16.8/bin/tests/system/statschannel/tests.sh-269-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statschannel/tests.sh:270:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:271:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-272- bind9-9.16.8/bin/tests/system/statschannel/tests.sh-273-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/statschannel/tests.sh:274:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/statschannel/tests.sh:275:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/statschannel/tests.sh-276- ############################################## bind9-9.16.8/bin/tests/system/stop.pl-186- # Ugly, but should work. bind9-9.16.8/bin/tests/system/stop.pl:187: system("$RNDC -c ../common/rndc.conf -s $ip -p $port $how | sed 's/^/I:$test:$server /'"); bind9-9.16.8/bin/tests/system/stop.pl-188- return; ############################################## bind9-9.16.8/bin/tests/system/stop.pl-212- if (!$ans && ($^O eq 'cygwin' || $^O eq 'msys')) { bind9-9.16.8/bin/tests/system/stop.pl:213: my $killout = `/bin/kill -f -$signal $pid 2>&1`; bind9-9.16.8/bin/tests/system/stop.pl-214- chomp($killout); ############################################## bind9-9.16.8/bin/tests/system/testsock6.pl-15- bind9-9.16.8/bin/tests/system/testsock6.pl:16:foreach $addr (@ARGV) { bind9-9.16.8/bin/tests/system/testsock6.pl-17- my $sock; ############################################## bind9-9.16.8/bin/tests/system/testsummary.sh-77-RESULTS_FOUND=`grep -c 'R:[a-z0-9_-][a-z0-9_-]*:[A-Z][A-Z]*' systests.output` bind9-9.16.8/bin/tests/system/testsummary.sh:78:TESTS_RUN=`echo "${SUBDIRS}" | wc -w` bind9-9.16.8/bin/tests/system/testsummary.sh-79-if [ "${RESULTS_FOUND}" -ne "${TESTS_RUN}" ]; then ############################################## bind9-9.16.8/bin/tests/system/tkey/ns1/setup.sh-14- bind9-9.16.8/bin/tests/system/tkey/ns1/setup.sh:15:keyname=`$KEYGEN -T KEY -a DH -b 768 -n host server` bind9-9.16.8/bin/tests/system/tkey/ns1/setup.sh-16-keyid=$(keyfile_to_key_id $keyname) ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-20-ret=0 bind9-9.16.8/bin/tests/system/tkey/tests.sh:21:dhkeyname=`$KEYGEN -T KEY -a DH -b 768 -n host client` || ret=1 bind9-9.16.8/bin/tests/system/tkey/tests.sh-22-if [ $ret != 0 ]; then bind9-9.16.8/bin/tests/system/tkey/tests.sh-23- echo "I:failed" bind9-9.16.8/bin/tests/system/tkey/tests.sh:24: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-25- echo "I:exit status: $status" ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-27-fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:28:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-29- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-33- ret=0 bind9-9.16.8/bin/tests/system/tkey/tests.sh:34: keyname=`$KEYCREATE $dhkeyname $owner` || ret=1 bind9-9.16.8/bin/tests/system/tkey/tests.sh-35- if [ $ret != 0 ]; then bind9-9.16.8/bin/tests/system/tkey/tests.sh-36- echo "I:failed" bind9-9.16.8/bin/tests/system/tkey/tests.sh:37: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-38- echo "I:exit status: $status" ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-40- fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:41: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-42- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-51- fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:52: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-53- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-59- fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:60: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-61- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-70- fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:71: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-72-done ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-75-ret=0 bind9-9.16.8/bin/tests/system/tkey/tests.sh:76:keyname=`$KEYCREATE $dhkeyname bar.example.` || ret=1 bind9-9.16.8/bin/tests/system/tkey/tests.sh-77-if [ $ret != 0 ]; then bind9-9.16.8/bin/tests/system/tkey/tests.sh-78- echo "I:failed" bind9-9.16.8/bin/tests/system/tkey/tests.sh:79: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-80- echo "I:exit status: $status" ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-82-fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:83:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-84- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-91-fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:92:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-93- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-100-fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:101:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-102- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-112-fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:113:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-114- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-116-ret=0 bind9-9.16.8/bin/tests/system/tkey/tests.sh:117:keyname=`$KEYCREATE $dhkeyname bar.example.` || ret=1 bind9-9.16.8/bin/tests/system/tkey/tests.sh-118-if [ $ret != 0 ]; then bind9-9.16.8/bin/tests/system/tkey/tests.sh-119- echo "I:failed" bind9-9.16.8/bin/tests/system/tkey/tests.sh:120: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-121- echo "I:exit status: $status" ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-123-fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:124:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-125- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-132-fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:133:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-134- ############################################## bind9-9.16.8/bin/tests/system/tkey/tests.sh-141-fi bind9-9.16.8/bin/tests/system/tkey/tests.sh:142:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/tkey/tests.sh-143- ############################################## bind9-9.16.8/bin/tests/system/tools/tests.sh-20- *) echo_i "failed" bind9-9.16.8/bin/tests/system/tools/tests.sh:21: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/tools/tests.sh-22- return 1 ;; ############################################## bind9-9.16.8/bin/tests/system/tools/tests.sh-28- echo_i "failed" bind9-9.16.8/bin/tests/system/tools/tests.sh:29: status=`expr $status + 1` ;; bind9-9.16.8/bin/tests/system/tools/tests.sh-30- esac ############################################## bind9-9.16.8/bin/tests/system/tools/tests.sh-37- echo_i "checking $NSEC3HASH $name" bind9-9.16.8/bin/tests/system/tools/tests.sh:38: out=`$NSEC3HASH $salt $algo $iters $name` bind9-9.16.8/bin/tests/system/tools/tests.sh-39- checkout ############################################## bind9-9.16.8/bin/tests/system/tools/tests.sh-41- echo_i "checking $NSEC3HASH -r $name" bind9-9.16.8/bin/tests/system/tools/tests.sh:42: out=`$NSEC3HASH -r $algo $flags $iters $salt $name` bind9-9.16.8/bin/tests/system/tools/tests.sh-43- checkout ############################################## bind9-9.16.8/bin/tests/system/tools/tests.sh-66-echo_i "checking $NSEC3HASH '' $name" bind9-9.16.8/bin/tests/system/tools/tests.sh:67:out=`$NSEC3HASH '' $algo $iters $name` bind9-9.16.8/bin/tests/system/tools/tests.sh-68-checkempty bind9-9.16.8/bin/tests/system/tools/tests.sh-69-echo_i "checking $NSEC3HASH - $name" bind9-9.16.8/bin/tests/system/tools/tests.sh:70:out=`$NSEC3HASH - $algo $iters $name` bind9-9.16.8/bin/tests/system/tools/tests.sh-71-checkempty bind9-9.16.8/bin/tests/system/tools/tests.sh-72-echo_i "checking $NSEC3HASH -- '' $name" bind9-9.16.8/bin/tests/system/tools/tests.sh:73:out=`$NSEC3HASH -- '' $algo $iters $name` bind9-9.16.8/bin/tests/system/tools/tests.sh-74-checkempty bind9-9.16.8/bin/tests/system/tools/tests.sh-75-echo_i "checking $NSEC3HASH -- - $name" bind9-9.16.8/bin/tests/system/tools/tests.sh:76:out=`$NSEC3HASH -- - $algo $iters $name` bind9-9.16.8/bin/tests/system/tools/tests.sh-77-checkempty bind9-9.16.8/bin/tests/system/tools/tests.sh-78-echo_i "checking $NSEC3HASH -r '' $name" bind9-9.16.8/bin/tests/system/tools/tests.sh:79:out=`$NSEC3HASH -r $algo $flags $iters '' $name` bind9-9.16.8/bin/tests/system/tools/tests.sh-80-checkempty bind9-9.16.8/bin/tests/system/tools/tests.sh-81-echo_i "checking $NSEC3HASH -r - $name" bind9-9.16.8/bin/tests/system/tools/tests.sh:82:out=`$NSEC3HASH -r $algo $flags $iters - $name` bind9-9.16.8/bin/tests/system/tools/tests.sh-83-checkempty ############################################## bind9-9.16.8/bin/tests/system/tools/tests.sh-87- 0) echo_i "failed to fail" bind9-9.16.8/bin/tests/system/tools/tests.sh:88: status=`expr $status + 1` bind9-9.16.8/bin/tests/system/tools/tests.sh-89- return 1 ;; ############################################## bind9-9.16.8/bin/tests/system/tools/tests.sh-92-echo_i "checking $NSEC3HASH missing args" bind9-9.16.8/bin/tests/system/tools/tests.sh:93:out=`$NSEC3HASH 00 1 0 2>&1` bind9-9.16.8/bin/tests/system/tools/tests.sh-94-checkfail bind9-9.16.8/bin/tests/system/tools/tests.sh-95-echo_i "checking $NSEC3HASH extra args" bind9-9.16.8/bin/tests/system/tools/tests.sh:96:out=`$NSEC3HASH 00 1 0 two names 2>&1` bind9-9.16.8/bin/tests/system/tools/tests.sh-97-checkfail bind9-9.16.8/bin/tests/system/tools/tests.sh-98-echo_i "checking $NSEC3HASH bad option" bind9-9.16.8/bin/tests/system/tools/tests.sh:99:out=`$NSEC3HASH -? 2>&1` bind9-9.16.8/bin/tests/system/tools/tests.sh-100-checkfail ############################################## bind9-9.16.8/bin/tests/system/tsiggss/setup.sh-18- bind9-9.16.8/bin/tests/system/tsiggss/setup.sh:19:key=`$KEYGEN -Cq -K ns1 -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -n HOST -T KEY key.example.nil.` bind9-9.16.8/bin/tests/system/tsiggss/setup.sh-20-cat ns1/example.nil.db.in ns1/${key}.key > ns1/example.nil.db ############################################## bind9-9.16.8/bin/tests/system/tsiggss/tests.sh-42- # Verify that TKEY response is signed. bind9-9.16.8/bin/tests/system/tsiggss/tests.sh:43: tkeyout=`awk '/recvmsg reply from GSS-TSIG query/,/Sending update to/' nsupdate.out${num}` bind9-9.16.8/bin/tests/system/tsiggss/tests.sh-44- pattern="recvmsg reply from GSS-TSIG query .* opcode: QUERY, status: NOERROR, id: .* flags: qr; QUESTION: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; QUESTION SECTION: ;.* ANY TKEY ;; ANSWER SECTION: .* 0 ANY TKEY gss-tsig\. .* ;; TSIG PSEUDOSECTION: .* 0 ANY TSIG gss-tsig\. .* NOERROR 0" ############################################## bind9-9.16.8/bin/tests/system/tsiggss/tests.sh-55- bind9-9.16.8/bin/tests/system/tsiggss/tests.sh:56: out=`$DIG $DIGOPTS -t $type -q $host | egrep "^${host}"` bind9-9.16.8/bin/tests/system/tsiggss/tests.sh:57: lines=`echo "$out" | grep "$digout" | wc -l` bind9-9.16.8/bin/tests/system/tsiggss/tests.sh-58- [ $lines -eq 1 ] || { ############################################## bind9-9.16.8/bin/tests/system/tsiggss/tests.sh-140-END bind9-9.16.8/bin/tests/system/tsiggss/tests.sh:141:output=`$DIG $DIGOPTS +short cname fred.example.nil.` bind9-9.16.8/bin/tests/system/tsiggss/tests.sh-142-[ -n "$output" ] || ret=1 ############################################## bind9-9.16.8/bin/tests/system/unknown/ns3/sign.sh-17-rm -f K${zone}.+*+*.private bind9-9.16.8/bin/tests/system/unknown/ns3/sign.sh:18:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone $zone` bind9-9.16.8/bin/tests/system/unknown/ns3/sign.sh:19:keyname=`$KEYGEN -q -a RSASHA1 -b 1024 -n zone -f KSK $zone` ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-28- fi bind9-9.16.8/bin/tests/system/unknown/tests.sh:29: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-30-done ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-41- fi bind9-9.16.8/bin/tests/system/unknown/tests.sh:42: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-43-done ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-54- fi bind9-9.16.8/bin/tests/system/unknown/tests.sh:55: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-56-done ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-62-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:63:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-64- ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-69-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:70:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-71- ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-81- fi bind9-9.16.8/bin/tests/system/unknown/tests.sh:82: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-83-done ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-94- fi bind9-9.16.8/bin/tests/system/unknown/tests.sh:95: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-96-done ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-107- fi bind9-9.16.8/bin/tests/system/unknown/tests.sh:108: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-109-done ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-120- fi bind9-9.16.8/bin/tests/system/unknown/tests.sh:121: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-122-done ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-132-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:133:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-134- ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-143-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:144:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-145- ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-160-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:161:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-162- ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-167-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:168:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-169- ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-184-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:185:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-186- ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-191-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:192:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-193- ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-198-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:199:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-200- ############################################## bind9-9.16.8/bin/tests/system/unknown/tests.sh-205-[ $ret = 0 ] || echo_i "failed" bind9-9.16.8/bin/tests/system/unknown/tests.sh:206:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/unknown/tests.sh-207- ############################################## bind9-9.16.8/bin/tests/system/upforwd/setup.sh-24-# bind9-9.16.8/bin/tests/system/upforwd/setup.sh:25:keyname=`$KEYGEN -q -n HOST -a RSASHA1 -b 1024 -T KEY sig0.example2 2>/dev/null | $D2U` bind9-9.16.8/bin/tests/system/upforwd/setup.sh-26-if test -n "$keyname" ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-36-done bind9-9.16.8/bin/tests/system/upforwd/tests.sh:37:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:38:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-39- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-43- @10.53.0.1 axfr > dig.out.ns1 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:44:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:45:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-46- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-49- @10.53.0.2 axfr > dig.out.ns2 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:50:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:51:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-52- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-56- @10.53.0.3 axfr > dig.out.ns3 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:57:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:58:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-59- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-64-digcomp knowngood.before dig.out.ns3 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:65:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh-66- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-74-EOF bind9-9.16.8/bin/tests/system/upforwd/tests.sh:75:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:76:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-77- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-84- @10.53.0.1 axfr > dig.out.ns1 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:85:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:86:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-87- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-91- @10.53.0.2 axfr > dig.out.ns2 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:92:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh-93- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-97- @10.53.0.3 axfr > dig.out.ns3 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:98:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:99:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-100- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-105-digcomp knowngood.after1 dig.out.ns3 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:106:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh-107- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-110-grep "forwarding update for zone 'example/IN'" ns3/named.run > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:111:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:112:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-113- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-121-EOF bind9-9.16.8/bin/tests/system/upforwd/tests.sh:122:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:123:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-124- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-131- @10.53.0.1 axfr > dig.out.ns1 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:132:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh-133- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-137- @10.53.0.2 axfr > dig.out.ns2 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:138:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:139:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-140- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-144- @10.53.0.3 axfr > dig.out.ns3 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:145:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh-146- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-151-digcomp knowngood.after2 dig.out.ns3 || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:152:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:153:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-154- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-170- grep "status: NOERROR" dig.out.ns3 > /dev/null || ret=1 bind9-9.16.8/bin/tests/system/upforwd/tests.sh:171: count=`expr $count + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-172-done bind9-9.16.8/bin/tests/system/upforwd/tests.sh:173:if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:174:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-175- ############################################## bind9-9.16.8/bin/tests/system/upforwd/tests.sh-190- if [ $ret != 0 ] ; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/upforwd/tests.sh:191: status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/upforwd/tests.sh:192: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/upforwd/tests.sh-193-fi ############################################## bind9-9.16.8/bin/tests/system/verify/tests.sh-22-do bind9-9.16.8/bin/tests/system/verify/tests.sh:23: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/verify/tests.sh:24: zone=`expr "$file" : 'zones/\(.*\).good'` bind9-9.16.8/bin/tests/system/verify/tests.sh-25- echo_i "checking supposedly good zone: $zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/verify/tests.sh-37-do bind9-9.16.8/bin/tests/system/verify/tests.sh:38: n=`expr $n + 1` bind9-9.16.8/bin/tests/system/verify/tests.sh:39: zone=`expr "$file" : 'zones/\(.*\).bad'` bind9-9.16.8/bin/tests/system/verify/tests.sh-40- echo_i "checking supposedly bad zone: $zone ($n)" ############################################## bind9-9.16.8/bin/tests/system/verify/tests.sh-89- bind9-9.16.8/bin/tests/system/verify/tests.sh:90:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/verify/tests.sh-91-echo_i "checking error message when -o is not used and a SOA record not at top of zone is found ($n)" ############################################## bind9-9.16.8/bin/tests/system/verify/tests.sh-98- bind9-9.16.8/bin/tests/system/verify/tests.sh:99:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/verify/tests.sh-100-echo_i "checking error message when an invalid -o is specified and a SOA record not at top of zone is found ($n)" ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-23- file="$1.$2" bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:24: n=`expr ${n:-0} + 1` bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-25-} ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-45-setup ksk+zsk.nsec.apex-dname good bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:46:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:47:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-48-cp unsigned.db ${file}.tmp ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-71-setup ksk+zsk.nsec3.apex-dname good bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:72:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:73:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-74-cp unsigned.db ${file}.tmp ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-84-setup nsec-next-name-case-mismatch good bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:85:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:86:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-87-cat << EOF > ${zone}.tmp ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-101-setup zsk-only.dnskeyonly bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:102:key1=`$KEYGEN -a rsasha256 ${zone} 2>kg.out` || dumpit kg.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-103-cat unsigned.db $key1.key > ${file} ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-105-setup ksk-only.dnskeyonly bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:106:key1=`$KEYGEN -a rsasha256 -fK ${zone} 2>kg.out` || dumpit kg.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-107-cat unsigned.db $key1.key > ${file} ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-109-setup ksk+zsk.dnskeyonly bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:110:key1=`$KEYGEN -a rsasha256 ${zone} 2>kg.out` || dumpit kg.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:111:key2=`$KEYGEN -a rsasha256 -fK ${zone} 2>kg.out` || dumpit kg.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-112-cat unsigned.db $key1.key $key2.key > ${file} ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-143-setup ksk+zsk.nsec.ksk-expired bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:144:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:145:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-146-cat unsigned.db $ksk.key $zsk.key > $file ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-149-now=`date -u +%Y%m%d%H%M%S` bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:150:exp=`awk '$4 == "RRSIG" && $5 == "DNSKEY" { print $9;}' ${file}` bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-151-[ "${exp:-40001231246060}" -lt ${now:-0} ] || dumpit $file ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-153-setup ksk+zsk.nsec3.ksk-expired bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:154:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:155:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-156-cat unsigned.db $ksk.key $zsk.key > $file ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-159-now=`date -u +%Y%m%d%H%M%S` bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:160:exp=`awk '$4 == "RRSIG" && $5 == "DNSKEY" { print $9;}' ${file}` bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-161-[ "${exp:-40001231246060}" -lt ${now:-0} ] || dumpit $file ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-164-setup ksk+zsk.nsec.broken-chain bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:165:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:166:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-167-cat unsigned.db $ksk.key $zsk.key > $file ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-173-setup ksk+zsk.nsec.bad-bitmap bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:174:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:175:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-176-cat unsigned.db $ksk.key $zsk.key > $file ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-182-setup ksk+zsk.nsec.out-of-zone-nsec bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:183:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:184:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-185-cat unsigned.db $ksk.key $zsk.key > $file ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-191-setup ksk+zsk.nsec.below-bottom-of-zone-nsec bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:192:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:193:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-194-cat unsigned.db $ksk.key $zsk.key > $file ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-202-setup ksk+zsk.nsec.below-dname-nsec bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:203:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:204:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-205-cat unsigned.db $ksk.key $zsk.key > $file ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-213-setup ksk+zsk.nsec3.missing-empty bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:214:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:215:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-216-cat unsigned.db $ksk.key $zsk.key > $file bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-217-$SIGNER -3 - -P -O full -o ${zone} -f ${file} ${file} $ksk > s.out$n || dumpit s.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:218:a=`awk '$4 == "NSEC3" && NF == 9 { split($1, a, "."); print a[1]; }' ${file}` bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:219:b=`awk '$4 == "NSEC3" && NF == 9 { print $9; }' ${file}` bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-220-awk ' ############################################## bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-227-setup ksk+zsk.nsec3.extra-nsec3 bad bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:228:zsk=`$KEYGEN -a rsasha256 ${zone} 2> kg1.out$n` || dumpit kg1.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh:229:ksk=`$KEYGEN -a rsasha256 -fK ${zone} 2> kg2.out$n` || dumpit kg2.out$n bind9-9.16.8/bin/tests/system/verify/zones/genzones.sh-230-cat unsigned.db $ksk.key $zsk.key > $file ############################################## bind9-9.16.8/bin/tests/system/views/setup.sh-28-$KEYGEN -K ns2/internal -a rsasha256 -qfk inline > /dev/null 2>&1 bind9-9.16.8/bin/tests/system/views/setup.sh:29:k1=`$KEYGEN -K ns2/external -a rsasha256 -q inline 2> /dev/null` bind9-9.16.8/bin/tests/system/views/setup.sh:30:k2=`$KEYGEN -K ns2/external -a rsasha256 -qfk inline 2> /dev/null` bind9-9.16.8/bin/tests/system/views/setup.sh-31-$KEYGEN -K ns2/external -a rsasha256 -q inline > /dev/null 2>&1 ############################################## bind9-9.16.8/bin/tests/system/views/tests.sh-47-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/views/tests.sh:48:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/views/tests.sh-49- ############################################## bind9-9.16.8/bin/tests/system/views/tests.sh-87-ret=0 bind9-9.16.8/bin/tests/system/views/tests.sh:88:one=`$DIG $SHORTOPTS -b 10.53.0.2 @10.53.0.2 b.clone a` bind9-9.16.8/bin/tests/system/views/tests.sh:89:two=`$DIG $SHORTOPTS -b 10.53.0.4 @10.53.0.2 b.clone a` bind9-9.16.8/bin/tests/system/views/tests.sh-90-if [ "$one" != "$two" ]; then ############################################## bind9-9.16.8/bin/tests/system/views/tests.sh-94-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/views/tests.sh:95:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/views/tests.sh-96- ############################################## bind9-9.16.8/bin/tests/system/views/tests.sh-98-ret=0 bind9-9.16.8/bin/tests/system/views/tests.sh:99:one=`$DIG $SHORTOPTS -b 10.53.0.2 @10.53.0.2 child.clone txt` bind9-9.16.8/bin/tests/system/views/tests.sh:100:two=`$DIG $SHORTOPTS -b 10.53.0.4 @10.53.0.2 child.clone txt` bind9-9.16.8/bin/tests/system/views/tests.sh:101:three=`$DIG $SHORTOPTS @10.53.0.3 child.clone txt` bind9-9.16.8/bin/tests/system/views/tests.sh:102:four=`$DIG $SHORTOPTS @10.53.0.5 child.clone txt` bind9-9.16.8/bin/tests/system/views/tests.sh-103-echo "$three" | grep NS3 > /dev/null || { ret=1; echo "expected response from NS3 got '$three'"; } ############################################## bind9-9.16.8/bin/tests/system/views/tests.sh-117-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/views/tests.sh:118:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/views/tests.sh-119- ############################################## bind9-9.16.8/bin/tests/system/views/tests.sh-129-retry_quiet 10 wait_for_signed || ret=1 bind9-9.16.8/bin/tests/system/views/tests.sh:130:int=`awk '$4 == "DNSKEY" { print $8 }' dig.out.internal | sort` bind9-9.16.8/bin/tests/system/views/tests.sh:131:ext=`awk '$4 == "DNSKEY" { print $8 }' dig.out.external | sort` bind9-9.16.8/bin/tests/system/views/tests.sh-132-test "$int" != "$ext" || ret=1 bind9-9.16.8/bin/tests/system/views/tests.sh-133-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/views/tests.sh:134:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/views/tests.sh-135- ############################################## bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-27- bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:28:keyname1=`$KEYGEN -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:29:keyname2=`$KEYGEN -f KSK -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-30- ############################################## bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-40- bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:41:keyname1=`$KEYGEN -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:42:keyname2=`$KEYGEN -f KSK -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-43- ############################################## bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-56- bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:57:keyname1=`$KEYGEN -a NSEC3RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:58:keyname2=`$KEYGEN -f KSK -a NSEC3RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-59- ############################################## bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-69- bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:70:keyname1=`$KEYGEN -a NSEC3RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:71:keyname2=`$KEYGEN -f KSK -a NSEC3RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-72- ############################################## bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-84- bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:85:keyname1=`$KEYGEN -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh:86:keyname2=`$KEYGEN -f KSK -a RSASHA1 -b 1024 -n zone $zone 2> /dev/null` bind9-9.16.8/bin/tests/system/wildcard/ns1/sign.sh-87- ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-21- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:22:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-23-echo_i "checking that NSEC wildcard non-existence proof is returned auth ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-27-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:28:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-29- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:30:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-31-echo_i "checking that NSEC wildcard non-existence proof is returned non-validating ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-36-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:37:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-38- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:39:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-40-echo_i "checking that NSEC wildcard non-existence proof is returned validating ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-45-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:46:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-47- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:48:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-49-echo_i "checking that NSEC wildcard non-existence proof is returned validating + CD ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-54-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:55:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh:56:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-57- ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-63-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:64:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-65- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:66:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-67-echo_i "checking that NSEC wildcard non-existence proof is returned private, validating ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-72-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:73:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-74- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:75:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-76-echo_i "checking that returned NSEC wildcard non-existence proof for private zone validates ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-81-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:82:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-83- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:84:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-85-echo_i "checking that NSEC3 wildcard non-existence proof is returned auth ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-89-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:90:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-91- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:92:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-93-echo_i "checking that NSEC3 wildcard non-existence proof is returned non-validating ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-98-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:99:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-100- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:101:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-102-echo_i "checking that NSEC3 wildcard non-existence proof is returned validating ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-107-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:108:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-109- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:110:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-111-echo_i "checking that NSEC3 wildcard non-existence proof is returned validating + CD ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-116-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:117:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-118- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:119:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-120-echo_i "checking that returned NSEC3 wildcard non-existence proof validates ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-125-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:126:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-127- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:128:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-129-echo_i "checking that NSEC3 wildcard non-existence proof is returned private, validating ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-134-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:135:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-136- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:137:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-138-echo_i "checking that returned NSEC3 wildcard non-existence proof for private zone validates ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-143-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:144:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-145- ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-147- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:148:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-149-echo_i "checking RFC 4592: host3.example. QTYPE=MX, QCLASS=IN ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-155-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:156:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-157- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:158:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-159-echo_i "checking RFC 4592: host3.example. QTYPE=A, QCLASS=IN ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-164-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:165:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-166- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:167:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-168-echo_i "checking RFC 4592: foo.bar.example. QTYPE=TXT, QCLASS=IN ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-174-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:175:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-176- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:177:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-178-echo_i "checking RFC 4592: host1.example. QTYPE=MX, QCLASS=IN ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-183-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:184:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-185- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:186:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-187-echo_i "checking RFC 4592: host1.example. QTYPE=MX, QCLASS=IN ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-192-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:193:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-194- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:195:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-196-echo_i "checking RFC 4592: sub.*.example. QTYPE=MX, QCLASS=IN ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-201-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:202:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-203- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:204:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-205-echo_i "checking RFC 4592: _telnet._tcp.host1.example. QTYPE=SRV, QCLASS=IN ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-210-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:211:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-212- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:213:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-214-echo_i "checking RFC 4592: host.subdel.example. QTYPE=A, QCLASS=IN ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-222-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:223:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-224- bind9-9.16.8/bin/tests/system/wildcard/tests.sh:225:n=`expr $n + 1` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-226-echo_i "checking RFC 4592: ghost.*.example. QTYPE=MX, QCLASS=IN ($n)" ############################################## bind9-9.16.8/bin/tests/system/wildcard/tests.sh-231-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/wildcard/tests.sh:232:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/wildcard/tests.sh-233- ############################################## bind9-9.16.8/bin/tests/system/xfer/tests.sh-416-# there may be multiple log entries so get the last one. bind9-9.16.8/bin/tests/system/xfer/tests.sh:417:expire=`awk '/edns-expire\/IN: got EDNS EXPIRE of/ { x=$9 } END { print x }' ns7/named.run` bind9-9.16.8/bin/tests/system/xfer/tests.sh-418-test ${expire:-0} -gt 0 -a ${expire:-0} -lt 1814400 || { ############################################## bind9-9.16.8/bin/tests/system/xfer/tests.sh-429- bind9-9.16.8/bin/tests/system/xfer/tests.sh:430:bytes=`wc -c < dig.out.msgsize.test$n` bind9-9.16.8/bin/tests/system/xfer/tests.sh-431-if [ $bytes -ne 459357 ]; then ############################################## bind9-9.16.8/bin/tests/system/xferquota/tests.sh-34- sleep 1 bind9-9.16.8/bin/tests/system/xferquota/tests.sh:35: ticks=`expr $ticks + 1` bind9-9.16.8/bin/tests/system/xferquota/tests.sh:36: seconds=`expr $ticks \* 1` bind9-9.16.8/bin/tests/system/xferquota/tests.sh-37- if [ $ticks = 360 ]; then ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-23-then bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:24: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-25-else ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-29- else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:30: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-31- fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-37-then bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:38: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-39-else ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-43- else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:44: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-45- fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-51-then bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:52: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-53-else ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-57- else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:58: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-59- fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-65-then bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:66: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-67-else ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-71- else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:72: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-73- fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-79-then bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:80: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-81-else ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-85- else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:86: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-87- fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-97- else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:98: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-99- fi bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-100-else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:101: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-102-fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-109- then bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:110: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-111- else ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-114-else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:115: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-116-fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-121-then bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:122: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-123-else ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-127- else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:128: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-129- fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-139- else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:140: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-141- fi bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-142-else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:143: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-144-fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-151- then bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:152: echo_i "failed (message)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-153- else ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-156-else bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:157: echo_i "failed (status)"; status=`expr $status + 1` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-158-fi ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-233-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:234:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-235- ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-244-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:245:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-246- ############################################## bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-251-if [ $ret != 0 ]; then echo_i "failed"; fi bind9-9.16.8/bin/tests/system/zonechecks/tests.sh:252:status=`expr $status + $ret` bind9-9.16.8/bin/tests/system/zonechecks/tests.sh-253- ############################################## bind9-9.16.8/bin/tools/mdig.c-872- "size)\n" bind9-9.16.8/bin/tools/mdig.c:873: " +subnet=addr (Set edns-client-subnet " bind9-9.16.8/bin/tools/mdig.c-874- "option)\n" ############################################## bind9-9.16.8/config.guess-34- bind9-9.16.8/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` bind9-9.16.8/config.guess-36- ############################################## bind9-9.16.8/config.guess-102-: ${TMPDIR=/tmp} ; bind9-9.16.8/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || bind9-9.16.8/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## bind9-9.16.8/config.guess-151- EOF bind9-9.16.8/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` bind9-9.16.8/config.guess-153- ;; ############################################## bind9-9.16.8/config.guess-209- *) bind9-9.16.8/config.guess:210: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` bind9-9.16.8/config.guess-211- ;; ############################################## bind9-9.16.8/config.guess-240- *4.0) bind9-9.16.8/config.guess:241: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` bind9-9.16.8/config.guess-242- ;; bind9-9.16.8/config.guess-243- *5.*) bind9-9.16.8/config.guess:244: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` bind9-9.16.8/config.guess-245- ;; ############################################## bind9-9.16.8/config.guess-250- # types through head -n 1, so we only detect the type of CPU 0. bind9-9.16.8/config.guess:251: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` bind9-9.16.8/config.guess-252- case "$ALPHA_CPU_TYPE" in ############################################## bind9-9.16.8/config.guess-288- # 1.2 uses "1.2" for uname -r. bind9-9.16.8/config.guess:289: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` bind9-9.16.8/config.guess-290- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## bind9-9.16.8/config.guess-348- s390x:SunOS:*:*) bind9-9.16.8/config.guess:349: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bind9-9.16.8/config.guess-350- exit ;; bind9-9.16.8/config.guess-351- sun4H:SunOS:5.*:*) bind9-9.16.8/config.guess:352: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bind9-9.16.8/config.guess-353- exit ;; bind9-9.16.8/config.guess-354- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) bind9-9.16.8/config.guess:355: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bind9-9.16.8/config.guess-356- exit ;; ############################################## bind9-9.16.8/config.guess-373- fi bind9-9.16.8/config.guess:374: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bind9-9.16.8/config.guess-375- exit ;; ############################################## bind9-9.16.8/config.guess-379- # it's likely to be more like Solaris than SunOS4. bind9-9.16.8/config.guess:380: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bind9-9.16.8/config.guess-381- exit ;; ############################################## bind9-9.16.8/config.guess-388- # Japanese Language versions have a version number like `4.1.3-JL'. bind9-9.16.8/config.guess:389: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` bind9-9.16.8/config.guess-390- exit ;; ############################################## bind9-9.16.8/config.guess-394- sun*:*:4.2BSD:*) bind9-9.16.8/config.guess:395: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` bind9-9.16.8/config.guess-396- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## bind9-9.16.8/config.guess-476- $CC_FOR_BUILD -o $dummy $dummy.c && bind9-9.16.8/config.guess:477: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && bind9-9.16.8/config.guess:478: SYSTEM_NAME=`$dummy $dummyarg` && bind9-9.16.8/config.guess-479- { echo "$SYSTEM_NAME"; exit; } ############################################## bind9-9.16.8/config.guess-532- *:IRIX*:*:*) bind9-9.16.8/config.guess:533: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` bind9-9.16.8/config.guess-534- exit ;; ############################################## bind9-9.16.8/config.guess-562-EOF bind9-9.16.8/config.guess:563: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` bind9-9.16.8/config.guess-564- then ############################################## bind9-9.16.8/config.guess-575- *:AIX:*:[4567]) bind9-9.16.8/config.guess:576: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` bind9-9.16.8/config.guess-577- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## bind9-9.16.8/config.guess-611- 9000/[34678]??:HP-UX:*:*) bind9-9.16.8/config.guess:612: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` bind9-9.16.8/config.guess-613- case "${UNAME_MACHINE}" in ############################################## bind9-9.16.8/config.guess-665-EOF bind9-9.16.8/config.guess:666: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` bind9-9.16.8/config.guess-667- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## bind9-9.16.8/config.guess-693- ia64:HP-UX:*:*) bind9-9.16.8/config.guess:694: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` bind9-9.16.8/config.guess-695- echo ia64-hp-hpux${HPUX_REV} ############################################## bind9-9.16.8/config.guess-723-EOF bind9-9.16.8/config.guess:724: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && bind9-9.16.8/config.guess-725- { echo "$SYSTEM_NAME"; exit; } ############################################## bind9-9.16.8/config.guess-794- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` bind9-9.16.8/config.guess:795: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` bind9-9.16.8/config.guess-796- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## bind9-9.16.8/config.guess-799- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` bind9-9.16.8/config.guess:800: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` bind9-9.16.8/config.guess-801- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## bind9-9.16.8/config.guess-815- amd64) bind9-9.16.8/config.guess:816: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; bind9-9.16.8/config.guess-817- *) bind9-9.16.8/config.guess:818: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; bind9-9.16.8/config.guess-819- esac ############################################## bind9-9.16.8/config.guess-873- prep*:SunOS:5.*:*) bind9-9.16.8/config.guess:874: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bind9-9.16.8/config.guess-875- exit ;; ############################################## bind9-9.16.8/config.guess-877- # the GNU system bind9-9.16.8/config.guess:878: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` bind9-9.16.8/config.guess-879- exit ;; ############################################## bind9-9.16.8/config.guess-881- # other systems with GNU libc and userland bind9-9.16.8/config.guess:882: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} bind9-9.16.8/config.guess-883- exit ;; ############################################## bind9-9.16.8/config.guess-969-EOF bind9-9.16.8/config.guess:970: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` bind9-9.16.8/config.guess-971- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## bind9-9.16.8/config.guess-1063- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) bind9-9.16.8/config.guess:1064: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` bind9-9.16.8/config.guess-1065- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## bind9-9.16.8/config.guess-1263- fi bind9-9.16.8/config.guess:1264: if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then bind9-9.16.8/config.guess-1265- if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then ############################################## bind9-9.16.8/config.guess-1348- *:DragonFly:*:*) bind9-9.16.8/config.guess:1349: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` bind9-9.16.8/config.guess-1350- exit ;; ############################################## bind9-9.16.8/config.guess-1361- i*86:skyos:*:*) bind9-9.16.8/config.guess:1362: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' bind9-9.16.8/config.guess-1363- exit ;; ############################################## bind9-9.16.8/config.sub-52- bind9-9.16.8/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` bind9-9.16.8/config.sub-54- ############################################## bind9-9.16.8/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations. bind9-9.16.8/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` bind9-9.16.8/config.sub-117-case $maybe_os in ############################################## bind9-9.16.8/config.sub-123- os=-$maybe_os bind9-9.16.8/config.sub:124: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` bind9-9.16.8/config.sub-125- ;; ############################################## bind9-9.16.8/config.sub-127- os=-linux-android bind9-9.16.8/config.sub:128: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown bind9-9.16.8/config.sub-129- ;; bind9-9.16.8/config.sub-130- *) bind9-9.16.8/config.sub:131: basic_machine=`echo $1 | sed 's/-[^-]*$//'` bind9-9.16.8/config.sub-132- if [ $basic_machine != $1 ] bind9-9.16.8/config.sub:133: then os=`echo $1 | sed 's/.*-/-/'` bind9-9.16.8/config.sub-134- else os=; fi ############################################## bind9-9.16.8/config.sub-181- os=-sco5v6 bind9-9.16.8/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-183- ;; ############################################## bind9-9.16.8/config.sub-185- os=-sco3.2v5 bind9-9.16.8/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-187- ;; ############################################## bind9-9.16.8/config.sub-189- os=-sco3.2v4 bind9-9.16.8/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-191- ;; bind9-9.16.8/config.sub-192- -sco3.2.[4-9]*) bind9-9.16.8/config.sub:193: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` bind9-9.16.8/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-195- ;; ############################################## bind9-9.16.8/config.sub-197- # Don't forget version if it is 3.2v4 or newer. bind9-9.16.8/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-199- ;; ############################################## bind9-9.16.8/config.sub-201- # Don't forget version if it is 3.2v4 or newer. bind9-9.16.8/config.sub:202: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-203- ;; ############################################## bind9-9.16.8/config.sub-205- os=-sco3.2v2 bind9-9.16.8/config.sub:206: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-207- ;; bind9-9.16.8/config.sub-208- -udk*) bind9-9.16.8/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-210- ;; ############################################## bind9-9.16.8/config.sub-212- os=-isc2.2 bind9-9.16.8/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-214- ;; ############################################## bind9-9.16.8/config.sub-218- -isc*) bind9-9.16.8/config.sub:219: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bind9-9.16.8/config.sub-220- ;; ############################################## bind9-9.16.8/config.sub-230- -ptx*) bind9-9.16.8/config.sub:231: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` bind9-9.16.8/config.sub-232- ;; bind9-9.16.8/config.sub-233- -windowsnt*) bind9-9.16.8/config.sub:234: os=`echo $os | sed -e 's/windowsnt/winnt/'` bind9-9.16.8/config.sub-235- ;; ############################################## bind9-9.16.8/config.sub-366- *-*-*) bind9-9.16.8/config.sub:367: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 bind9-9.16.8/config.sub-368- exit 1 ############################################## bind9-9.16.8/config.sub-491- amd64-*) bind9-9.16.8/config.sub:492: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-493- ;; ############################################## bind9-9.16.8/config.sub-533- blackfin-*) bind9-9.16.8/config.sub:534: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-535- os=-linux ############################################## bind9-9.16.8/config.sub-541- c54x-*) bind9-9.16.8/config.sub:542: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-543- ;; bind9-9.16.8/config.sub-544- c55x-*) bind9-9.16.8/config.sub:545: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-546- ;; bind9-9.16.8/config.sub-547- c6x-*) bind9-9.16.8/config.sub:548: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-549- ;; ############################################## bind9-9.16.8/config.sub-744- i*86v32) bind9-9.16.8/config.sub:745: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` bind9-9.16.8/config.sub-746- os=-sysv32 ############################################## bind9-9.16.8/config.sub-748- i*86v4*) bind9-9.16.8/config.sub:749: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` bind9-9.16.8/config.sub-750- os=-sysv4 ############################################## bind9-9.16.8/config.sub-752- i*86v) bind9-9.16.8/config.sub:753: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` bind9-9.16.8/config.sub-754- os=-sysv ############################################## bind9-9.16.8/config.sub-756- i*86sol2) bind9-9.16.8/config.sub:757: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` bind9-9.16.8/config.sub-758- os=-solaris2 ############################################## bind9-9.16.8/config.sub-782- leon-*|leon[3-9]-*) bind9-9.16.8/config.sub:783: basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` bind9-9.16.8/config.sub-784- ;; ############################################## bind9-9.16.8/config.sub-789- m68knommu-*) bind9-9.16.8/config.sub:790: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-791- os=-linux ############################################## bind9-9.16.8/config.sub-826- mips3*-*) bind9-9.16.8/config.sub:827: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` bind9-9.16.8/config.sub-828- ;; bind9-9.16.8/config.sub-829- mips3*) bind9-9.16.8/config.sub:830: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown bind9-9.16.8/config.sub-831- ;; ############################################## bind9-9.16.8/config.sub-848- ms1-*) bind9-9.16.8/config.sub:849: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` bind9-9.16.8/config.sub-850- ;; ############################################## bind9-9.16.8/config.sub-967- parisc-*) bind9-9.16.8/config.sub:968: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-969- os=-linux ############################################## bind9-9.16.8/config.sub-983- pc98-*) bind9-9.16.8/config.sub:984: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-985- ;; ############################################## bind9-9.16.8/config.sub-998- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) bind9-9.16.8/config.sub:999: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-1000- ;; bind9-9.16.8/config.sub-1001- pentiumpro-* | p6-* | 6x86-* | athlon-*) bind9-9.16.8/config.sub:1002: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-1003- ;; bind9-9.16.8/config.sub-1004- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) bind9-9.16.8/config.sub:1005: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-1006- ;; bind9-9.16.8/config.sub-1007- pentium4-*) bind9-9.16.8/config.sub:1008: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-1009- ;; ############################################## bind9-9.16.8/config.sub-1017- ppc-* | ppcbe-*) bind9-9.16.8/config.sub:1018: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-1019- ;; ############################################## bind9-9.16.8/config.sub-1023- ppcle-* | powerpclittle-*) bind9-9.16.8/config.sub:1024: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-1025- ;; ############################################## bind9-9.16.8/config.sub-1027- ;; bind9-9.16.8/config.sub:1028: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-1029- ;; ############################################## bind9-9.16.8/config.sub-1033- ppc64le-* | powerpc64little-*) bind9-9.16.8/config.sub:1034: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-1035- ;; ############################################## bind9-9.16.8/config.sub-1116- strongarm-* | thumb-*) bind9-9.16.8/config.sub:1117: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` bind9-9.16.8/config.sub-1118- ;; ############################################## bind9-9.16.8/config.sub-1246- xscale-* | xscalee[bl]-*) bind9-9.16.8/config.sub:1247: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` bind9-9.16.8/config.sub-1248- ;; ############################################## bind9-9.16.8/config.sub-1323- *) bind9-9.16.8/config.sub:1324: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 bind9-9.16.8/config.sub-1325- exit 1 ############################################## bind9-9.16.8/config.sub-1331- *-digital*) bind9-9.16.8/config.sub:1332: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` bind9-9.16.8/config.sub-1333- ;; bind9-9.16.8/config.sub-1334- *-commodore*) bind9-9.16.8/config.sub:1335: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` bind9-9.16.8/config.sub-1336- ;; ############################################## bind9-9.16.8/config.sub-1352- -solaris1 | -solaris1.*) bind9-9.16.8/config.sub:1353: os=`echo $os | sed -e 's|solaris1|sunos4|'` bind9-9.16.8/config.sub-1354- ;; ############################################## bind9-9.16.8/config.sub-1364- -gnu/linux*) bind9-9.16.8/config.sub:1365: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` bind9-9.16.8/config.sub-1366- ;; ############################################## bind9-9.16.8/config.sub-1410- -nto*) bind9-9.16.8/config.sub:1411: os=`echo $os | sed -e 's|nto|nto-qnx|'` bind9-9.16.8/config.sub-1412- ;; ############################################## bind9-9.16.8/config.sub-1417- -mac*) bind9-9.16.8/config.sub:1418: os=`echo $os | sed -e 's|mac|macos|'` bind9-9.16.8/config.sub-1419- ;; ############################################## bind9-9.16.8/config.sub-1423- -linux*) bind9-9.16.8/config.sub:1424: os=`echo $os | sed -e 's|linux|linux-gnu|'` bind9-9.16.8/config.sub-1425- ;; bind9-9.16.8/config.sub-1426- -sunos5*) bind9-9.16.8/config.sub:1427: os=`echo $os | sed -e 's|sunos5|solaris2|'` bind9-9.16.8/config.sub-1428- ;; bind9-9.16.8/config.sub-1429- -sunos6*) bind9-9.16.8/config.sub:1430: os=`echo $os | sed -e 's|sunos6|solaris3|'` bind9-9.16.8/config.sub-1431- ;; ############################################## bind9-9.16.8/config.sub-1478- -sinix5.*) bind9-9.16.8/config.sub:1479: os=`echo $os | sed -e 's|sinix|sysv|'` bind9-9.16.8/config.sub-1480- ;; ############################################## bind9-9.16.8/config.sub-1531- # Get rid of the `-' at the beginning of $os. bind9-9.16.8/config.sub:1532: os=`echo $os | sed 's/[^-]*-//'` bind9-9.16.8/config.sub:1533: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 bind9-9.16.8/config.sub-1534- exit 1 ############################################## bind9-9.16.8/config.sub-1794- esac bind9-9.16.8/config.sub:1795: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` bind9-9.16.8/config.sub-1796- ;; ############################################## bind9-9.16.8/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ bind9-9.16.8/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then bind9-9.16.8/configure-47- as_echo='print -r --' bind9-9.16.8/configure-48- as_echo_n='print -rn --' bind9-9.16.8/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then bind9-9.16.8/configure-50- as_echo='printf %s\n' ############################################## bind9-9.16.8/configure-52-else bind9-9.16.8/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then bind9-9.16.8/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## bind9-9.16.8/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; bind9-9.16.8/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; bind9-9.16.8/configure-64- esac; ############################################## bind9-9.16.8/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && bind9-9.16.8/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 bind9-9.16.8/configure-201-test \$(( 1 + 1 )) = 2 || exit 1 ############################################## bind9-9.16.8/configure-207- PATH=/empty FPATH=/empty; export PATH FPATH bind9-9.16.8/configure:208: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ bind9-9.16.8/configure:209: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" bind9-9.16.8/configure-210- if (eval "$as_required") 2>/dev/null; then : ############################################## bind9-9.16.8/configure-334- case $as_dir in #( bind9-9.16.8/configure:335: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( bind9-9.16.8/configure-336- *) as_qdir=$as_dir;; ############################################## bind9-9.16.8/configure-407- { bind9-9.16.8/configure:408: as_val=`expr "$@" || test $? -eq 1` bind9-9.16.8/configure-409- } ############################################## bind9-9.16.8/configure-414-# ---------------------------------------- bind9-9.16.8/configure:415:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are bind9-9.16.8/configure-416-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## bind9-9.16.8/configure-477- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && bind9-9.16.8/configure:478: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { bind9-9.16.8/configure-479- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## bind9-9.16.8/configure-1061- case $ac_option in bind9-9.16.8/configure:1062: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; bind9-9.16.8/configure-1063- *=) ac_optarg= ;; ############################################## bind9-9.16.8/configure-1105- -disable-* | --disable-*) bind9-9.16.8/configure:1106: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` bind9-9.16.8/configure-1107- # Reject names that are not valid shell variable names. ############################################## bind9-9.16.8/configure-1110- ac_useropt_orig=$ac_useropt bind9-9.16.8/configure:1111: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bind9-9.16.8/configure-1112- case $ac_user_opts in ############################################## bind9-9.16.8/configure-1131- -enable-* | --enable-*) bind9-9.16.8/configure:1132: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` bind9-9.16.8/configure-1133- # Reject names that are not valid shell variable names. ############################################## bind9-9.16.8/configure-1136- ac_useropt_orig=$ac_useropt bind9-9.16.8/configure:1137: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bind9-9.16.8/configure-1138- case $ac_user_opts in ############################################## bind9-9.16.8/configure-1335- -with-* | --with-*) bind9-9.16.8/configure:1336: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` bind9-9.16.8/configure-1337- # Reject names that are not valid shell variable names. ############################################## bind9-9.16.8/configure-1340- ac_useropt_orig=$ac_useropt bind9-9.16.8/configure:1341: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bind9-9.16.8/configure-1342- case $ac_user_opts in ############################################## bind9-9.16.8/configure-1351- -without-* | --without-*) bind9-9.16.8/configure:1352: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` bind9-9.16.8/configure-1353- # Reject names that are not valid shell variable names. ############################################## bind9-9.16.8/configure-1356- ac_useropt_orig=$ac_useropt bind9-9.16.8/configure:1357: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bind9-9.16.8/configure-1358- case $ac_user_opts in ############################################## bind9-9.16.8/configure-1389- *=*) bind9-9.16.8/configure:1390: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` bind9-9.16.8/configure-1391- # Reject names that are not valid shell variable names. ############################################## bind9-9.16.8/configure-1410-if test -n "$ac_prev"; then bind9-9.16.8/configure:1411: ac_option=--`echo $ac_prev | sed 's/_/-/g'` bind9-9.16.8/configure-1412- as_fn_error $? "missing argument to $ac_option" ############################################## bind9-9.16.8/configure-1432- */ ) bind9-9.16.8/configure:1433: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` bind9-9.16.8/configure-1434- eval $ac_var=\$ac_val;; ############################################## bind9-9.16.8/configure-1467-ac_ls_di=`ls -di .` && bind9-9.16.8/configure:1468:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || bind9-9.16.8/configure-1469- as_fn_error $? "working directory cannot be determined" ############################################## bind9-9.16.8/configure-1523-case $srcdir in bind9-9.16.8/configure:1524:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; bind9-9.16.8/configure-1525-esac ############################################## bind9-9.16.8/configure-1566-By default, \`make install' will install all the files in bind9-9.16.8/configure:1567:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify bind9-9.16.8/configure:1568:an installation prefix other than \`$ac_default_prefix' using \`--prefix', bind9-9.16.8/configure-1569-for instance \`--prefix=\$HOME'. ############################################## bind9-9.16.8/configure-1792-*) bind9-9.16.8/configure:1793: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` bind9-9.16.8/configure-1794- # A ".." for each directory in $ac_dir_suffix. bind9-9.16.8/configure:1795: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` bind9-9.16.8/configure-1796- case $ac_top_builddir_sub in ############################################## bind9-9.16.8/configure-2334- *\'*) bind9-9.16.8/configure:2335: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; bind9-9.16.8/configure-2336- esac ############################################## bind9-9.16.8/configure-2417- case $ac_val in bind9-9.16.8/configure:2418: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; bind9-9.16.8/configure-2419- esac ############################################## bind9-9.16.8/configure-2432- case $ac_val in bind9-9.16.8/configure:2433: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; bind9-9.16.8/configure-2434- esac ############################################## bind9-9.16.8/configure-2552- set,) bind9-9.16.8/configure:2553: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 bind9-9.16.8/configure:2554:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} bind9-9.16.8/configure-2555- ac_cache_corrupted=: ;; ############################################## bind9-9.16.8/configure-2563- # differences in whitespace do not lead to failure. bind9-9.16.8/configure:2564: ac_old_val_w=`echo x $ac_old_val` bind9-9.16.8/configure:2565: ac_new_val_w=`echo x $ac_new_val` bind9-9.16.8/configure-2566- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## bind9-9.16.8/configure-2583- case $ac_new_val in bind9-9.16.8/configure:2584: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; bind9-9.16.8/configure-2585- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## bind9-9.16.8/configure-2683-test "x$ac_build_alias" = x && bind9-9.16.8/configure:2684: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` bind9-9.16.8/configure-2685-test "x$ac_build_alias" = x && bind9-9.16.8/configure-2686- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 bind9-9.16.8/configure:2687:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || bind9-9.16.8/configure-2688- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## bind9-9.16.8/configure-2707-IFS=$ac_save_IFS bind9-9.16.8/configure:2708:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac bind9-9.16.8/configure-2709- ############################################## bind9-9.16.8/configure-2718-else bind9-9.16.8/configure:2719: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || bind9-9.16.8/configure-2720- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## bind9-9.16.8/configure-2740-IFS=$ac_save_IFS bind9-9.16.8/configure:2741:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac bind9-9.16.8/configure-2742- ############################################## bind9-9.16.8/configure-3093-$as_echo_n "checking whether the C compiler works... " >&6; } bind9-9.16.8/configure:3094:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` bind9-9.16.8/configure-3095- ############################################## bind9-9.16.8/configure-3137- then :; else bind9-9.16.8/configure:3138: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` bind9-9.16.8/configure-3139- fi ############################################## bind9-9.16.8/configure-3197- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; bind9-9.16.8/configure:3198: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` bind9-9.16.8/configure-3199- break;; ############################################## bind9-9.16.8/configure-3306- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; bind9-9.16.8/configure:3307: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` bind9-9.16.8/configure-3308- break;; ############################################## bind9-9.16.8/configure-3694- # Check for GNU $ac_path_GREP bind9-9.16.8/configure:3695:case `"$ac_path_GREP" --version 2>&1` in bind9-9.16.8/configure-3696-*GNU*) ############################################## bind9-9.16.8/configure-3760- # Check for GNU $ac_path_EGREP bind9-9.16.8/configure:3761:case `"$ac_path_EGREP" --version 2>&1` in bind9-9.16.8/configure-3762-*GNU*) ############################################## bind9-9.16.8/configure-3921-do : bind9-9.16.8/configure:3922: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bind9-9.16.8/configure-3923-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## bind9-9.16.8/configure-3926- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:3927:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bind9-9.16.8/configure-3928-_ACEOF ############################################## bind9-9.16.8/configure-4284-set x ${MAKE-make} bind9-9.16.8/configure:4285:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` bind9-9.16.8/configure-4286-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## bind9-9.16.8/configure-4294-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. bind9-9.16.8/configure:4295:case `${MAKE-make} -f conftest.make 2>/dev/null` in bind9-9.16.8/configure-4296- *@@@%%%=?*=@@@%%%*) ############################################## bind9-9.16.8/configure-4363-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ bind9-9.16.8/configure:4364: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then bind9-9.16.8/configure-4365- ECHO='print -r --' bind9-9.16.8/configure:4366:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then bind9-9.16.8/configure-4367- ECHO='printf %s\n' ############################################## bind9-9.16.8/configure-4432- # Check for GNU $ac_path_SED bind9-9.16.8/configure:4433:case `"$ac_path_SED" --version 2>&1` in bind9-9.16.8/configure-4434-*GNU*) ############################################## bind9-9.16.8/configure-4511- # Check for GNU $ac_path_FGREP bind9-9.16.8/configure:4512:case `"$ac_path_FGREP" --version 2>&1` in bind9-9.16.8/configure-4513-*GNU*) ############################################## bind9-9.16.8/configure-4591- # gcc leaves a trailing carriage return, which upsets mingw bind9-9.16.8/configure:4592: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; bind9-9.16.8/configure-4593- *) bind9-9.16.8/configure:4594: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; bind9-9.16.8/configure-4595- esac ############################################## bind9-9.16.8/configure-4600- # Canonicalize the pathname of ld bind9-9.16.8/configure:4601: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` bind9-9.16.8/configure-4602- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do bind9-9.16.8/configure:4603: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` bind9-9.16.8/configure-4604- done ############################################## bind9-9.16.8/configure-4635- # Break only if it was the GNU/non-GNU ld that we prefer. bind9-9.16.8/configure:4636: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in bind9-9.16.8/configure-4637- *GNU* | *'with BFD'*) ############################################## bind9-9.16.8/configure-4666- # I'd rather use --version here, but apparently some GNU lds only accept -v. bind9-9.16.8/configure:4667:case `$LD -v 2>&1 </dev/null` in bind9-9.16.8/configure-4668-*GNU* | *'with BFD'*) ############################################## bind9-9.16.8/configure-4716- esac bind9-9.16.8/configure:4717: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in bind9-9.16.8/configure-4718- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## bind9-9.16.8/configure-4722- *) bind9-9.16.8/configure:4723: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in bind9-9.16.8/configure-4724- */dev/null*) ############################################## bind9-9.16.8/configure-4850- bind9-9.16.8/configure:4851: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in bind9-9.16.8/configure-4852- *COFF*) ############################################## bind9-9.16.8/configure-4962- # And add a safety zone bind9-9.16.8/configure:4963: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bind9-9.16.8/configure:4964: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bind9-9.16.8/configure-4965- ;; ############################################## bind9-9.16.8/configure-4995- if test -n "$kargmax"; then bind9-9.16.8/configure:4996: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` bind9-9.16.8/configure-4997- else ############################################## bind9-9.16.8/configure-5004- test undefined != "$lt_cv_sys_max_cmd_len"; then bind9-9.16.8/configure:5005: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bind9-9.16.8/configure:5006: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bind9-9.16.8/configure-5007- else ############################################## bind9-9.16.8/configure-5016- # we can't tell. bind9-9.16.8/configure:5017: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ bind9-9.16.8/configure-5018- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## bind9-9.16.8/configure-5020- do bind9-9.16.8/configure:5021: i=`expr $i + 1` bind9-9.16.8/configure-5022- teststring=$teststring$teststring ############################################## bind9-9.16.8/configure-5024- # Only check the string length outside the loop. bind9-9.16.8/configure:5025: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` bind9-9.16.8/configure-5026- teststring= ############################################## bind9-9.16.8/configure-5029- # linker. It appears as though 1/2 is a usable value. bind9-9.16.8/configure:5030: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` bind9-9.16.8/configure-5031- fi ############################################## bind9-9.16.8/configure-5440-openbsd* | bitrig*) bind9-9.16.8/configure:5441: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then bind9-9.16.8/configure-5442- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## bind9-9.16.8/configure-5510- else bind9-9.16.8/configure:5511: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` bind9-9.16.8/configure-5512- fi ############################################## bind9-9.16.8/configure-5655- # decide which one to use based on capabilities of $DLLTOOL bind9-9.16.8/configure:5656: case `$DLLTOOL --help 2>&1` in bind9-9.16.8/configure-5657- *--identify-strict*) ############################################## bind9-9.16.8/configure-6218-# If we're using GNU nm, then use its standard symbol codes. bind9-9.16.8/configure:6219:case `$NM -V 2>&1` in bind9-9.16.8/configure-6220-*GNU* | *'with BFD'*) ############################################## bind9-9.16.8/configure-6266-mingw*) bind9-9.16.8/configure:6267: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp bind9-9.16.8/configure-6268- ;; ############################################## bind9-9.16.8/configure-6498- if test yes = "$GCC"; then bind9-9.16.8/configure:6499: lt_sysroot=`$CC --print-sysroot 2>/dev/null` bind9-9.16.8/configure-6500- fi ############################################## bind9-9.16.8/configure-6502- /*) bind9-9.16.8/configure:6503: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` bind9-9.16.8/configure-6504- ;; #( ############################################## bind9-9.16.8/configure-6597- done bind9-9.16.8/configure:6598: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` bind9-9.16.8/configure-6599-} ############################################## bind9-9.16.8/configure-6619- test $ac_status = 0; }; then bind9-9.16.8/configure:6620: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/configure-6621- *ELF-32*) ############################################## bind9-9.16.8/configure-6640- if test yes = "$lt_cv_prog_gnu_ld"; then bind9-9.16.8/configure:6641: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/configure-6642- *32-bit*) ############################################## bind9-9.16.8/configure-6652- else bind9-9.16.8/configure:6653: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/configure-6654- *32-bit*) ############################################## bind9-9.16.8/configure-6678- emul=elf bind9-9.16.8/configure:6679: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/configure-6680- *32-bit*) ############################################## bind9-9.16.8/configure-6686- esac bind9-9.16.8/configure:6687: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/configure-6688- *MSB*) ############################################## bind9-9.16.8/configure-6694- esac bind9-9.16.8/configure:6695: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/configure-6696- *N32*) ############################################## bind9-9.16.8/configure-7622- *:) bind9-9.16.8/configure:7623: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" bind9-9.16.8/configure-7624- ;; bind9-9.16.8/configure-7625- x:*) bind9-9.16.8/configure:7626: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" bind9-9.16.8/configure-7627- ;; bind9-9.16.8/configure-7628- *::*) bind9-9.16.8/configure:7629: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" bind9-9.16.8/configure:7630: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" bind9-9.16.8/configure-7631- ;; bind9-9.16.8/configure-7632- *) bind9-9.16.8/configure:7633: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" bind9-9.16.8/configure-7634- ;; ############################################## bind9-9.16.8/configure-7987- "file_magic "*) bind9-9.16.8/configure:7988: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` bind9-9.16.8/configure-7989- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## bind9-9.16.8/configure-8053- "file_magic "*) bind9-9.16.8/configure:8054: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` bind9-9.16.8/configure-8055- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## bind9-9.16.8/configure-8451- *) bind9-9.16.8/configure:8452: case `$CC -V 2>&1 | sed 5q` in bind9-9.16.8/configure-8453- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## bind9-9.16.8/configure-8897- # shared libraries, regardless of the interface used. bind9-9.16.8/configure:8898: case `$LD -v 2>&1` in bind9-9.16.8/configure-8899- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## bind9-9.16.8/configure-8929- supports_anon_versioning=no bind9-9.16.8/configure:8930: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in bind9-9.16.8/configure-8931- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## bind9-9.16.8/configure-8998- # is; otherwise, prepend EXPORTS... bind9-9.16.8/configure:8999: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then bind9-9.16.8/configure-9000- cp $export_symbols $output_objdir/$soname.def; ############################################## bind9-9.16.8/configure-9032- prefix_cmds="$SED"~ bind9-9.16.8/configure:9033: if test EXPORTS = "`$SED 1q $export_symbols`"; then bind9-9.16.8/configure-9034- prefix_cmds="$prefix_cmds -e 1d"; ############################################## bind9-9.16.8/configure-9054- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bind9-9.16.8/configure:9055: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bind9-9.16.8/configure:9056: archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bind9-9.16.8/configure-9057- ;; ############################################## bind9-9.16.8/configure-9072- pgcc*) # Portland Group C compiler bind9-9.16.8/configure:9073: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/configure-9074- tmp_addflag=' $pic_flag' ############################################## bind9-9.16.8/configure-9077- # Portland Group f77 and f90 compilers bind9-9.16.8/configure:9078: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/configure-9079- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## bind9-9.16.8/configure-9094- nvcc*) # Cuda Compiler Driver 2.2 bind9-9.16.8/configure:9095: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/configure-9096- compiler_needs_object=yes ############################################## bind9-9.16.8/configure-9098- esac bind9-9.16.8/configure:9099: case `$CC -V 2>&1 | sed 5q` in bind9-9.16.8/configure-9100- *Sun\ C*) # Sun C 5.9 bind9-9.16.8/configure:9101: whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/configure-9102- compiler_needs_object=yes ############################################## bind9-9.16.8/configure-9169- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) bind9-9.16.8/configure:9170: case `$LD -v 2>&1` in bind9-9.16.8/configure-9171- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## bind9-9.16.8/configure-9258- else bind9-9.16.8/configure:9259: export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' bind9-9.16.8/configure-9260- fi ############################################## bind9-9.16.8/configure-9323- # below for broken collect2 doesn't work under 4.3+ bind9-9.16.8/configure:9324: collect2name=`$CC -print-prog-name=collect2` bind9-9.16.8/configure-9325- if test -f "$collect2name" && ############################################## bind9-9.16.8/configure-9403- }' bind9-9.16.8/configure:9404: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bind9-9.16.8/configure-9405- # Check for a 64-bit object if we didn't find anything. bind9-9.16.8/configure-9406- if test -z "$lt_cv_aix_libpath_"; then bind9-9.16.8/configure:9407: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bind9-9.16.8/configure-9408- fi ############################################## bind9-9.16.8/configure-9421- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" bind9-9.16.8/configure:9422: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag bind9-9.16.8/configure-9423- else ############################################## bind9-9.16.8/configure-9456- }' bind9-9.16.8/configure:9457: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bind9-9.16.8/configure-9458- # Check for a 64-bit object if we didn't find anything. bind9-9.16.8/configure-9459- if test -z "$lt_cv_aix_libpath_"; then bind9-9.16.8/configure:9460: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bind9-9.16.8/configure-9461- fi ############################################## bind9-9.16.8/configure-9488- # -brtl affects multiple linker settings, -berok does not and is overridden later bind9-9.16.8/configure:9489: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' bind9-9.16.8/configure-9490- if test svr4 != "$with_aix_soname"; then ############################################## bind9-9.16.8/configure-9541- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' bind9-9.16.8/configure:9542: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then bind9-9.16.8/configure-9543- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## bind9-9.16.8/configure-9579- # FIXME: Setting linknames here is a bad hack. bind9-9.16.8/configure:9580: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' bind9-9.16.8/configure-9581- # The linker will automatically build a .lib file if we build a DLL. ############################################## bind9-9.16.8/configure-9597- if test yes = "$lt_cv_ld_force_load"; then bind9-9.16.8/configure:9598: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' bind9-9.16.8/configure-9599- ############################################## bind9-9.16.8/configure-9777- if test yes = "$GCC"; then bind9-9.16.8/configure:9778: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' bind9-9.16.8/configure-9779- # Try to use the -exported_symbol ld option, if it does not ############################################## bind9-9.16.8/configure-9805- if test yes = "$lt_cv_irix_exported_symbol"; then bind9-9.16.8/configure:9806: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' bind9-9.16.8/configure-9807- fi bind9-9.16.8/configure-9808- else bind9-9.16.8/configure:9809: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' bind9-9.16.8/configure:9810: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' bind9-9.16.8/configure-9811- fi ############################################## bind9-9.16.8/configure-9855- hardcode_direct_absolute=yes bind9-9.16.8/configure:9856: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then bind9-9.16.8/configure-9857- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## bind9-9.16.8/configure-9886- prefix_cmds="$SED"~ bind9-9.16.8/configure:9887: if test EXPORTS = "`$SED 1q $export_symbols`"; then bind9-9.16.8/configure-9888- prefix_cmds="$prefix_cmds -e 1d"; ############################################## bind9-9.16.8/configure-9900- allow_undefined_flag=' $wl-expect_unresolved $wl\*' bind9-9.16.8/configure:9901: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' bind9-9.16.8/configure-9902- else bind9-9.16.8/configure-9903- allow_undefined_flag=' -expect_unresolved \*' bind9-9.16.8/configure:9904: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' bind9-9.16.8/configure-9905- fi ############################################## bind9-9.16.8/configure-9913- allow_undefined_flag=' $wl-expect_unresolved $wl\*' bind9-9.16.8/configure:9914: archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' bind9-9.16.8/configure-9915- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## bind9-9.16.8/configure-9917- allow_undefined_flag=' -expect_unresolved \*' bind9-9.16.8/configure:9918: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' bind9-9.16.8/configure:9919: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ bind9-9.16.8/configure:9920: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' bind9-9.16.8/configure-9921- ############################################## bind9-9.16.8/configure-9936- else bind9-9.16.8/configure:9937: case `$CC -V 2>&1` in bind9-9.16.8/configure-9938- *"Compilers 5.0"*) ############################################## bind9-9.16.8/configure-10335- esac bind9-9.16.8/configure:10336: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` bind9-9.16.8/configure-10337- case $lt_search_path_spec in ############################################## bind9-9.16.8/configure-10342- # okay in the real world where ";" in dirpaths is itself problematic. bind9-9.16.8/configure:10343: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` bind9-9.16.8/configure-10344- ;; bind9-9.16.8/configure-10345- *) bind9-9.16.8/configure:10346: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` bind9-9.16.8/configure-10347- ;; ############################################## bind9-9.16.8/configure-10351- lt_tmp_lt_search_path_spec= bind9-9.16.8/configure:10352: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` bind9-9.16.8/configure-10353- # ...but if some path component already ends with the multilib dir we assume ############################################## bind9-9.16.8/configure-10393- esac bind9-9.16.8/configure:10394: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` bind9-9.16.8/configure-10395-else ############################################## bind9-9.16.8/configure-10533- # Create ${libname}_ixlibrary.a entries in /sys/libs. bind9-9.16.8/configure:10534: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' bind9-9.16.8/configure-10535- ;; ############################################## bind9-9.16.8/configure-10569- # DLL is installed to $(libdir)/../bin by postinstall_cmds bind9-9.16.8/configure:10570: postinstall_cmds='base_file=`basename \$file`~ bind9-9.16.8/configure:10571: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ bind9-9.16.8/configure:10572: dldir=$destdir/`dirname \$dlpath`~ bind9-9.16.8/configure-10573- test -d \$dldir || mkdir -p \$dldir~ ############################################## bind9-9.16.8/configure-10578- fi' bind9-9.16.8/configure:10579: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bind9-9.16.8/configure-10580- dlpath=$dir/\$dldll~ ############################################## bind9-9.16.8/configure-10586- # Cygwin DLLs use 'cyg' prefix rather than 'lib' bind9-9.16.8/configure:10587: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' bind9-9.16.8/configure-10588- ############################################## bind9-9.16.8/configure-10592- # MinGW DLLs use traditional 'lib' prefix bind9-9.16.8/configure:10593: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' bind9-9.16.8/configure-10594- ;; ############################################## bind9-9.16.8/configure-10596- # pw32 DLLs use 'pw' prefix rather than 'lib' bind9-9.16.8/configure:10597: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' bind9-9.16.8/configure-10598- ;; ############################################## bind9-9.16.8/configure-10605- libname_spec='$name' bind9-9.16.8/configure:10606: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' bind9-9.16.8/configure-10607- library_names_spec='$libname.dll.lib' ############################################## bind9-9.16.8/configure-10617- # Let DOS variable expansion print the short 8.3 style file name. bind9-9.16.8/configure:10618: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` bind9-9.16.8/configure-10619- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## bind9-9.16.8/configure-10622- # Convert to MSYS style. bind9-9.16.8/configure:10623: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` bind9-9.16.8/configure-10624- ;; ############################################## bind9-9.16.8/configure-10628- # like /cygdrive/c/PROGRA~1:/cygdr... bind9-9.16.8/configure:10629: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` bind9-9.16.8/configure:10630: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` bind9-9.16.8/configure:10631: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bind9-9.16.8/configure-10632- ;; ############################################## bind9-9.16.8/configure-10636- # It is most probably a Windows format PATH. bind9-9.16.8/configure:10637: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` bind9-9.16.8/configure-10638- else bind9-9.16.8/configure:10639: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bind9-9.16.8/configure-10640- fi ############################################## bind9-9.16.8/configure-10646- # DLL is installed to $(libdir)/../bin by postinstall_cmds bind9-9.16.8/configure:10647: postinstall_cmds='base_file=`basename \$file`~ bind9-9.16.8/configure:10648: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ bind9-9.16.8/configure:10649: dldir=$destdir/`dirname \$dlpath`~ bind9-9.16.8/configure-10650- test -d \$dldir || mkdir -p \$dldir~ bind9-9.16.8/configure-10651- $install_prog $dir/$dlname \$dldir/$dlname' bind9-9.16.8/configure:10652: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bind9-9.16.8/configure-10653- dlpath=$dir/\$dldll~ ############################################## bind9-9.16.8/configure-10660- # Assume MSVC wrapper bind9-9.16.8/configure:10661: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' bind9-9.16.8/configure-10662- dynamic_linker='Win32 ld.exe' ############################################## bind9-9.16.8/configure-10677- shlibpath_var=DYLD_LIBRARY_PATH bind9-9.16.8/configure:10678: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' bind9-9.16.8/configure-10679- ############################################## bind9-9.16.8/configure-10930- if test -f /etc/ld.so.conf; then bind9-9.16.8/configure:10931: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` bind9-9.16.8/configure-10932- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## bind9-9.16.8/configure-10984- need_lib_prefix=no bind9-9.16.8/configure:10985: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then bind9-9.16.8/configure-10986- need_version=no ############################################## bind9-9.16.8/configure-11011- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec bind9-9.16.8/configure:11012: postinstall_cmds='base_file=`basename \$file`~ bind9-9.16.8/configure:11013: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ bind9-9.16.8/configure:11014: dldir=$destdir/`dirname \$dlpath`~ bind9-9.16.8/configure-11015- test -d \$dldir || mkdir -p \$dldir~ ############################################## bind9-9.16.8/configure-11020- fi' bind9-9.16.8/configure:11021: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ bind9-9.16.8/configure-11022- dlpath=$dir/\$dldll~ ############################################## bind9-9.16.8/configure-12106- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue bind9-9.16.8/configure:12107: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( bind9-9.16.8/configure-12108- 'mkdir (GNU coreutils) '* | \ ############################################## bind9-9.16.8/configure-12830-# bind9-9.16.8/configure:12831:expanded_sysconfdir=`eval echo $sysconfdir` bind9-9.16.8/configure-12832- ############################################## bind9-9.16.8/configure-12849- bind9-9.16.8/configure:12850: ac_dir="`echo $INSTALL | sed 's%/[^/]*$%%'`" bind9-9.16.8/configure-12851- bind9-9.16.8/configure-12852- bind9-9.16.8/configure:12853: ac_prog="`echo $INSTALL | sed 's%.*/%%'`" bind9-9.16.8/configure-12854- test "X$ac_dir" = "X$ac_prog" && ac_dir=. bind9-9.16.8/configure:12855: test -d "$ac_dir" && ac_dir="`(cd \"$ac_dir\" && pwd)`" bind9-9.16.8/configure-12856- INSTALL="$ac_dir/$ac_prog" ############################################## bind9-9.16.8/configure-13769-do : bind9-9.16.8/configure:13770: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bind9-9.16.8/configure-13771-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## bind9-9.16.8/configure-13781- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:13782:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bind9-9.16.8/configure-13783-_ACEOF ############################################## bind9-9.16.8/configure-14178-do : bind9-9.16.8/configure:14179: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-14180-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-14182- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:14183:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-14184-_ACEOF ############################################## bind9-9.16.8/configure-14190-do : bind9-9.16.8/configure:14191: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-14192-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-14194- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:14195:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-14196-_ACEOF ############################################## bind9-9.16.8/configure-14434-do : bind9-9.16.8/configure:14435: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bind9-9.16.8/configure-14436-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## bind9-9.16.8/configure-14438- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:14439:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bind9-9.16.8/configure-14440-_ACEOF ############################################## bind9-9.16.8/configure-14731- test $ac_status = 0; }; then bind9-9.16.8/configure:14732: pkg_cv_MAXMINDDB_CFLAGS=`$PKG_CONFIG --cflags "libmaxminddb" 2>/dev/null` bind9-9.16.8/configure-14733- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-14748- test $ac_status = 0; }; then bind9-9.16.8/configure:14749: pkg_cv_MAXMINDDB_LIBS=`$PKG_CONFIG --libs "libmaxminddb" 2>/dev/null` bind9-9.16.8/configure-14750- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-14769- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:14770: MAXMINDDB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmaxminddb" 2>&1` bind9-9.16.8/configure-14771- else bind9-9.16.8/configure:14772: MAXMINDDB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmaxminddb" 2>&1` bind9-9.16.8/configure-14773- fi ############################################## bind9-9.16.8/configure-14799- test $ac_status = 0; }; then bind9-9.16.8/configure:14800: pkg_cv_MAXMINDDB_PREFIX=`$PKG_CONFIG --variable="prefix" "libmaxminddb" 2>/dev/null` bind9-9.16.8/configure-14801- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-14831- test $ac_status = 0; }; then bind9-9.16.8/configure:14832: pkg_cv_MAXMINDDB_CFLAGS=`$PKG_CONFIG --cflags "libmaxminddb" 2>/dev/null` bind9-9.16.8/configure-14833- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-14848- test $ac_status = 0; }; then bind9-9.16.8/configure:14849: pkg_cv_MAXMINDDB_LIBS=`$PKG_CONFIG --libs "libmaxminddb" 2>/dev/null` bind9-9.16.8/configure-14850- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-14869- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:14870: MAXMINDDB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmaxminddb" 2>&1` bind9-9.16.8/configure-14871- else bind9-9.16.8/configure:14872: MAXMINDDB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmaxminddb" 2>&1` bind9-9.16.8/configure-14873- fi ############################################## bind9-9.16.8/configure-14919- test $ac_status = 0; }; then bind9-9.16.8/configure:14920: pkg_cv_MAXMINDDB_PREFIX=`$PKG_CONFIG --variable="prefix" "libmaxminddb" 2>/dev/null` bind9-9.16.8/configure-14921- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-15148-do : bind9-9.16.8/configure:15149: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-15150-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-15152- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:15153:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-15154-_ACEOF ############################################## bind9-9.16.8/configure-15426- ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' bind9-9.16.8/configure:15427: ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"` bind9-9.16.8/configure-15428- ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" ############################################## bind9-9.16.8/configure-15807-do : bind9-9.16.8/configure:15808: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-15809-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-15811- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:15812:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-15813-_ACEOF ############################################## bind9-9.16.8/configure-15943-do : bind9-9.16.8/configure:15944: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-15945-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-15947- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:15948:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-15949-_ACEOF ############################################## bind9-9.16.8/configure-15980-do : bind9-9.16.8/configure:15981: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-15982-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-15984- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:15985:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-15986-_ACEOF ############################################## bind9-9.16.8/configure-15994-do : bind9-9.16.8/configure:15995: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-15996-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-15998- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:15999:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-16000-_ACEOF ############################################## bind9-9.16.8/configure-16035- test $ac_status = 0; }; then bind9-9.16.8/configure:16036: pkg_cv_LIBUV_CFLAGS=`$PKG_CONFIG --cflags "libuv >= 1.0.0" 2>/dev/null` bind9-9.16.8/configure-16037- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-16052- test $ac_status = 0; }; then bind9-9.16.8/configure:16053: pkg_cv_LIBUV_LIBS=`$PKG_CONFIG --libs "libuv >= 1.0.0" 2>/dev/null` bind9-9.16.8/configure-16054- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-16073- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:16074: LIBUV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libuv >= 1.0.0" 2>&1` bind9-9.16.8/configure-16075- else bind9-9.16.8/configure:16076: LIBUV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libuv >= 1.0.0" 2>&1` bind9-9.16.8/configure-16077- fi ############################################## bind9-9.16.8/configure-16171-do : bind9-9.16.8/configure:16172: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-16173-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-16175- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:16176:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-16177-_ACEOF ############################################## bind9-9.16.8/configure-16240-do : bind9-9.16.8/configure:16241: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-16242-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-16244- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:16245:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-16246-_ACEOF ############################################## bind9-9.16.8/configure-16371- test $ac_status = 0; }; then bind9-9.16.8/configure:16372: pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "libcrypto" 2>/dev/null` bind9-9.16.8/configure-16373- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-16388- test $ac_status = 0; }; then bind9-9.16.8/configure:16389: pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "libcrypto" 2>/dev/null` bind9-9.16.8/configure-16390- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-16409- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:16410: OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcrypto" 2>&1` bind9-9.16.8/configure-16411- else bind9-9.16.8/configure:16412: OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcrypto" 2>&1` bind9-9.16.8/configure-16413- fi ############################################## bind9-9.16.8/configure-16453- test $ac_status = 0; }; then bind9-9.16.8/configure:16454: pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "crypto" 2>/dev/null` bind9-9.16.8/configure-16455- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-16470- test $ac_status = 0; }; then bind9-9.16.8/configure:16471: pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "crypto" 2>/dev/null` bind9-9.16.8/configure-16472- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-16491- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:16492: OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "crypto" 2>&1` bind9-9.16.8/configure-16493- else bind9-9.16.8/configure:16494: OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "crypto" 2>&1` bind9-9.16.8/configure-16495- fi ############################################## bind9-9.16.8/configure-16638- test $ac_status = 0; }; then bind9-9.16.8/configure:16639: pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "crypto" 2>/dev/null` bind9-9.16.8/configure-16640- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-16655- test $ac_status = 0; }; then bind9-9.16.8/configure:16656: pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "crypto" 2>/dev/null` bind9-9.16.8/configure-16657- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-16676- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:16677: OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "crypto" 2>&1` bind9-9.16.8/configure-16678- else bind9-9.16.8/configure:16679: OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "crypto" 2>&1` bind9-9.16.8/configure-16680- fi ############################################## bind9-9.16.8/configure-16909-do : bind9-9.16.8/configure:16910: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-16911-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-16913- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:16914:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-16915-_ACEOF ############################################## bind9-9.16.8/configure-16921-do : bind9-9.16.8/configure:16922: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-16923-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-16925- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:16926:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-16927-_ACEOF ############################################## bind9-9.16.8/configure-16933-do : bind9-9.16.8/configure:16934: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-16935-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-16937- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:16938:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-16939-_ACEOF ############################################## bind9-9.16.8/configure-16950-do : bind9-9.16.8/configure:16951: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-16952-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-16954- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:16955:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-16956-_ACEOF ############################################## bind9-9.16.8/configure-17093-do : bind9-9.16.8/configure:17094: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-17095-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-17097- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:17098:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-17099-_ACEOF ############################################## bind9-9.16.8/configure-17114-do : bind9-9.16.8/configure:17115: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-17116-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-17118- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:17119:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-17120-_ACEOF ############################################## bind9-9.16.8/configure-17135-do : bind9-9.16.8/configure:17136: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-17137-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-17139- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:17140:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-17141-_ACEOF ############################################## bind9-9.16.8/configure-17466- fi bind9-9.16.8/configure:17467: gssapi_cflags=`$KRB5_CONFIG --cflags gssapi` bind9-9.16.8/configure:17468: gssapi_libs=`$KRB5_CONFIG --libs gssapi` bind9-9.16.8/configure-17469- saved_cppflags="$CPPFLAGS" ############################################## bind9-9.16.8/configure-17472-do : bind9-9.16.8/configure:17473: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bind9-9.16.8/configure-17474-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## bind9-9.16.8/configure-17476- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:17477:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bind9-9.16.8/configure-17478-_ACEOF ############################################## bind9-9.16.8/configure-17491-do : bind9-9.16.8/configure:17492: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bind9-9.16.8/configure-17493-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## bind9-9.16.8/configure-17495- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:17496:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bind9-9.16.8/configure-17497-_ACEOF ############################################## bind9-9.16.8/configure-17627-do : bind9-9.16.8/configure:17628: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bind9-9.16.8/configure-17629-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## bind9-9.16.8/configure-17631- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:17632:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bind9-9.16.8/configure-17633-_ACEOF ############################################## bind9-9.16.8/configure-17646-do : bind9-9.16.8/configure:17647: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bind9-9.16.8/configure-17648-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## bind9-9.16.8/configure-17650- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:17651:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bind9-9.16.8/configure-17652-_ACEOF ############################################## bind9-9.16.8/configure-17661-do : bind9-9.16.8/configure:17662: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bind9-9.16.8/configure-17663-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## bind9-9.16.8/configure-17665- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:17666:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bind9-9.16.8/configure-17667-_ACEOF ############################################## bind9-9.16.8/configure-18123- test $ac_status = 0; }; then bind9-9.16.8/configure:18124: pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.6.0" 2>/dev/null` bind9-9.16.8/configure-18125- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18140- test $ac_status = 0; }; then bind9-9.16.8/configure:18141: pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.6.0" 2>/dev/null` bind9-9.16.8/configure-18142- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18161- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:18162: LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.6.0" 2>&1` bind9-9.16.8/configure-18163- else bind9-9.16.8/configure:18164: LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.6.0" 2>&1` bind9-9.16.8/configure-18165- fi ############################################## bind9-9.16.8/configure-18197- test $ac_status = 0; }; then bind9-9.16.8/configure:18198: pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.6.0" 2>/dev/null` bind9-9.16.8/configure-18199- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18214- test $ac_status = 0; }; then bind9-9.16.8/configure:18215: pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.6.0" 2>/dev/null` bind9-9.16.8/configure-18216- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18235- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:18236: LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.6.0" 2>&1` bind9-9.16.8/configure-18237- else bind9-9.16.8/configure:18238: LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.6.0" 2>&1` bind9-9.16.8/configure-18239- fi ############################################## bind9-9.16.8/configure-18325- test $ac_status = 0; }; then bind9-9.16.8/configure:18326: pkg_cv_JSON_C_CFLAGS=`$PKG_CONFIG --cflags "json-c >= 0.11" 2>/dev/null` bind9-9.16.8/configure-18327- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18342- test $ac_status = 0; }; then bind9-9.16.8/configure:18343: pkg_cv_JSON_C_LIBS=`$PKG_CONFIG --libs "json-c >= 0.11" 2>/dev/null` bind9-9.16.8/configure-18344- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18363- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:18364: JSON_C_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "json-c >= 0.11" 2>&1` bind9-9.16.8/configure-18365- else bind9-9.16.8/configure:18366: JSON_C_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "json-c >= 0.11" 2>&1` bind9-9.16.8/configure-18367- fi ############################################## bind9-9.16.8/configure-18399- test $ac_status = 0; }; then bind9-9.16.8/configure:18400: pkg_cv_JSON_C_CFLAGS=`$PKG_CONFIG --cflags "json-c >= 0.11" 2>/dev/null` bind9-9.16.8/configure-18401- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18416- test $ac_status = 0; }; then bind9-9.16.8/configure:18417: pkg_cv_JSON_C_LIBS=`$PKG_CONFIG --libs "json-c >= 0.11" 2>/dev/null` bind9-9.16.8/configure-18418- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18437- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:18438: JSON_C_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "json-c >= 0.11" 2>&1` bind9-9.16.8/configure-18439- else bind9-9.16.8/configure:18440: JSON_C_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "json-c >= 0.11" 2>&1` bind9-9.16.8/configure-18441- fi ############################################## bind9-9.16.8/configure-18514- test $ac_status = 0; }; then bind9-9.16.8/configure:18515: pkg_cv_ZLIB_CFLAGS=`$PKG_CONFIG --cflags "zlib" 2>/dev/null` bind9-9.16.8/configure-18516- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18531- test $ac_status = 0; }; then bind9-9.16.8/configure:18532: pkg_cv_ZLIB_LIBS=`$PKG_CONFIG --libs "zlib" 2>/dev/null` bind9-9.16.8/configure-18533- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18552- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:18553: ZLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib" 2>&1` bind9-9.16.8/configure-18554- else bind9-9.16.8/configure:18555: ZLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib" 2>&1` bind9-9.16.8/configure-18556- fi ############################################## bind9-9.16.8/configure-18588- test $ac_status = 0; }; then bind9-9.16.8/configure:18589: pkg_cv_ZLIB_CFLAGS=`$PKG_CONFIG --cflags "zlib" 2>/dev/null` bind9-9.16.8/configure-18590- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18605- test $ac_status = 0; }; then bind9-9.16.8/configure:18606: pkg_cv_ZLIB_LIBS=`$PKG_CONFIG --libs "zlib" 2>/dev/null` bind9-9.16.8/configure-18607- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-18626- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:18627: ZLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib" 2>&1` bind9-9.16.8/configure-18628- else bind9-9.16.8/configure:18629: ZLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib" 2>&1` bind9-9.16.8/configure-18630- fi ############################################## bind9-9.16.8/configure-18966-#endif bind9-9.16.8/configure:18967:char inet_addr (); bind9-9.16.8/configure-18968-int ############################################## bind9-9.16.8/configure-18970-{ bind9-9.16.8/configure:18971:return inet_addr (); bind9-9.16.8/configure-18972- ; ############################################## bind9-9.16.8/configure-19089-$as_echo "$purify_path" >&6; } bind9-9.16.8/configure:19090: PURIFYFLAGS="`echo $PURIFYOPTIONS`" bind9-9.16.8/configure-19091- PURIFY="$purify_path $PURIFYFLAGS" ############################################## bind9-9.16.8/configure-19312-do : bind9-9.16.8/configure:19313: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-19314-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-19316- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:19317:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-19318-_ACEOF ############################################## bind9-9.16.8/configure-19862-do : bind9-9.16.8/configure:19863: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-19864-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-19866- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:19867:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-19868-_ACEOF ############################################## bind9-9.16.8/configure-21427- test $ac_status = 0; }; then bind9-9.16.8/configure:21428: pkg_cv_LIBIDN2_CFLAGS=`$PKG_CONFIG --cflags "libidn2" 2>/dev/null` bind9-9.16.8/configure-21429- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-21444- test $ac_status = 0; }; then bind9-9.16.8/configure:21445: pkg_cv_LIBIDN2_LIBS=`$PKG_CONFIG --libs "libidn2" 2>/dev/null` bind9-9.16.8/configure-21446- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-21465- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:21466: LIBIDN2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libidn2" 2>&1` bind9-9.16.8/configure-21467- else bind9-9.16.8/configure:21468: LIBIDN2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libidn2" 2>&1` bind9-9.16.8/configure-21469- fi ############################################## bind9-9.16.8/configure-21750- test $ac_status = 0; }; then bind9-9.16.8/configure:21751: pkg_cv_CMOCKA_CFLAGS=`$PKG_CONFIG --cflags "cmocka >= 1.0.0" 2>/dev/null` bind9-9.16.8/configure-21752- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-21767- test $ac_status = 0; }; then bind9-9.16.8/configure:21768: pkg_cv_CMOCKA_LIBS=`$PKG_CONFIG --libs "cmocka >= 1.0.0" 2>/dev/null` bind9-9.16.8/configure-21769- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-21788- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:21789: CMOCKA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cmocka >= 1.0.0" 2>&1` bind9-9.16.8/configure-21790- else bind9-9.16.8/configure:21791: CMOCKA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cmocka >= 1.0.0" 2>&1` bind9-9.16.8/configure-21792- fi ############################################## bind9-9.16.8/configure-21824- test $ac_status = 0; }; then bind9-9.16.8/configure:21825: pkg_cv_CMOCKA_CFLAGS=`$PKG_CONFIG --cflags "cmocka >= 1.0.0" 2>/dev/null` bind9-9.16.8/configure-21826- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-21841- test $ac_status = 0; }; then bind9-9.16.8/configure:21842: pkg_cv_CMOCKA_LIBS=`$PKG_CONFIG --libs "cmocka >= 1.0.0" 2>/dev/null` bind9-9.16.8/configure-21843- test "x$?" != "x0" && pkg_failed=yes ############################################## bind9-9.16.8/configure-21862- if test $_pkg_short_errors_supported = yes; then bind9-9.16.8/configure:21863: CMOCKA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cmocka >= 1.0.0" 2>&1` bind9-9.16.8/configure-21864- else bind9-9.16.8/configure:21865: CMOCKA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cmocka >= 1.0.0" 2>&1` bind9-9.16.8/configure-21866- fi ############################################## bind9-9.16.8/configure-22302-elif test -d "${srcdir}/.git"; then bind9-9.16.8/configure:22303: BIND9_SRCID="SRCID="`(cd "${srcdir}";git rev-parse --short HEAD)` bind9-9.16.8/configure-22304-fi ############################################## bind9-9.16.8/configure-22315-fi bind9-9.16.8/configure:22316:BIND9_CONFIGARGS="`echo $BIND9_CONFIGARGS | sed 's/^ //'`" bind9-9.16.8/configure-22317-BIND9_CONFIGARGS="CONFIGARGS=${BIND9_CONFIGARGS}" ############################################## bind9-9.16.8/configure-22465-do : bind9-9.16.8/configure:22466: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bind9-9.16.8/configure-22467-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bind9-9.16.8/configure-22469- cat >>confdefs.h <<_ACEOF bind9-9.16.8/configure:22470:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bind9-9.16.8/configure-22471-_ACEOF ############################################## bind9-9.16.8/configure-22923- then bind9-9.16.8/configure:22924: use_dlz_postgres=`$PG_CONFIG --includedir` bind9-9.16.8/configure:22925: use_dlz_postgres_lib=`$PG_CONFIG --libdir` bind9-9.16.8/configure-22926- else ############################################## bind9-9.16.8/configure-23050- then bind9-9.16.8/configure:23051: mysql_include=`${MYSQL_CONFIG} --include` bind9-9.16.8/configure:23052: mysql_lib=`${MYSQL_CONFIG} --libs` bind9-9.16.8/configure-23053- use_dlz_mysql="config" ############################################## bind9-9.16.8/configure-23236- then bind9-9.16.8/configure:23237: as_ac_Lib=`$as_echo "ac_cv_lib_$d''_db_create" | $as_tr_sh` bind9-9.16.8/configure-23238-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for db_create in -l$d" >&5 ############################################## bind9-9.16.8/configure-23695- netbsd*) bind9-9.16.8/configure:23696: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure-23697- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23699- freebsd*) bind9-9.16.8/configure:23700: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure-23701- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23703- solaris*) bind9-9.16.8/configure:23704: ee=`echo $e | sed -e 's%^-L%-R%'` bind9-9.16.8/configure-23705- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23724- netbsd*) bind9-9.16.8/configure:23725: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure-23726- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23728- freebsd*) bind9-9.16.8/configure:23729: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure-23730- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23732- solaris*) bind9-9.16.8/configure:23733: ee=`echo $e | sed -e 's%^-L%-R%'` bind9-9.16.8/configure-23734- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23753- netbsd*) bind9-9.16.8/configure:23754: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure-23755- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23757- freebsd*) bind9-9.16.8/configure:23758: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure-23759- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23761- solaris*) bind9-9.16.8/configure:23762: ee=`echo $e | sed -e 's%^-L%-R%'` bind9-9.16.8/configure-23763- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23782- netbsd*) bind9-9.16.8/configure:23783: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure-23784- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23786- freebsd*) bind9-9.16.8/configure:23787: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure-23788- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23790- solaris*) bind9-9.16.8/configure:23791: ee=`echo $e | sed -e 's%^-L%-R%'` bind9-9.16.8/configure-23792- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure-23931- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' bind9-9.16.8/configure:23932: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` bind9-9.16.8/configure-23933- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## bind9-9.16.8/configure-24011-if test -z "$BASH_VERSION$ZSH_VERSION" \ bind9-9.16.8/configure:24012: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then bind9-9.16.8/configure-24013- as_echo='print -r --' bind9-9.16.8/configure-24014- as_echo_n='print -rn --' bind9-9.16.8/configure:24015:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then bind9-9.16.8/configure-24016- as_echo='printf %s\n' ############################################## bind9-9.16.8/configure-24018-else bind9-9.16.8/configure:24019: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then bind9-9.16.8/configure-24020- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## bind9-9.16.8/configure-24028- expr "X$arg" : "X\\(.*\\)$as_nl"; bind9-9.16.8/configure:24029: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; bind9-9.16.8/configure-24030- esac; ############################################## bind9-9.16.8/configure-24105-# ---------------------------------------- bind9-9.16.8/configure:24106:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are bind9-9.16.8/configure-24107-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## bind9-9.16.8/configure-24177- { bind9-9.16.8/configure:24178: as_val=`expr "$@" || test $? -eq 1` bind9-9.16.8/configure-24179- } ############################################## bind9-9.16.8/configure-24281- case $as_dir in #( bind9-9.16.8/configure:24282: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( bind9-9.16.8/configure-24283- *) as_qdir=$as_dir;; ############################################## bind9-9.16.8/configure-24417-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 bind9-9.16.8/configure:24418:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" bind9-9.16.8/configure-24419-ac_cs_version="\\ ############################################## bind9-9.16.8/configure-24442- --*=?*) bind9-9.16.8/configure:24443: ac_option=`expr "X$1" : 'X\([^=]*\)='` bind9-9.16.8/configure:24444: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` bind9-9.16.8/configure-24445- ac_shift=: ############################################## bind9-9.16.8/configure-24447- --*=) bind9-9.16.8/configure:24448: ac_option=`expr "X$1" : 'X\([^=]*\)='` bind9-9.16.8/configure-24449- ac_optarg= ############################################## bind9-9.16.8/configure-24471- case $ac_optarg in bind9-9.16.8/configure:24472: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; bind9-9.16.8/configure-24473- '') as_fn_error $? "missing file argument" ;; ############################################## bind9-9.16.8/configure-24479- case $ac_optarg in bind9-9.16.8/configure:24480: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; bind9-9.16.8/configure-24481- esac ############################################## bind9-9.16.8/configure-24547-delay_variable_subst='$delay_variable_subst' bind9-9.16.8/configure:24548:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24549:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24550:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24551:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24552:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24553:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24554:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24555:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24556:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24557:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24558:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24559:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24560:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24561:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24562:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24563:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24564:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24565:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24566:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24567:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24568:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24569:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24570:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24571:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24572:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24573:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24574:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24575:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24576:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24577:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24578:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24579:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24580:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24581:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24582:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24583:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24584:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24585:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24586:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24587:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24588:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24589:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24590:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24591:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24592:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24593:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24594:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24595:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24596:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24597:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24598:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24599:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24600:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24601:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24602:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24603:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24604:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24605:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24606:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24607:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24608:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24609:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24610:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24611:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24612:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24613:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24614:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24615:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24616:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24617:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24618:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24619:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24620:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24621:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24622:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24623:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24624:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24625:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24626:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24627:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24628:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24629:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24630:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24631:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24632:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24633:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24634:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24635:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24636:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24637:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24638:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24639:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24640:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24641:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24642:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24643:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24644:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24645:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24646:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24647:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24648:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24649:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24650:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24651:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24652:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24653:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24654:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24655:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24656:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24657:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24658:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24659:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24660:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24661:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24662:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24663:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24664:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24665:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24666:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24667:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24668:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24669:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24670:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24671:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24672:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24673:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24674:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24675:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24676:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24677:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24678:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24679:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24680:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24681:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure:24682:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/configure-24683- ############################################## bind9-9.16.8/configure-24764-striplib; do bind9-9.16.8/configure:24765: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bind9-9.16.8/configure-24766- *[\\\\\\\`\\"\\\$]*) bind9-9.16.8/configure:24767: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes bind9-9.16.8/configure-24768- ;; ############################################## bind9-9.16.8/configure-24795-configure_time_lt_sys_library_path; do bind9-9.16.8/configure:24796: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bind9-9.16.8/configure-24797- *[\\\\\\\`\\"\\\$]*) bind9-9.16.8/configure:24798: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes bind9-9.16.8/configure-24799- ;; ############################################## bind9-9.16.8/configure-25021-fi bind9-9.16.8/configure:25022:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` bind9-9.16.8/configure-25023-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## bind9-9.16.8/configure-25049- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 bind9-9.16.8/configure:25050:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` bind9-9.16.8/configure-25051-ac_delim='%!_!# ' ############################################## bind9-9.16.8/configure-25055- bind9-9.16.8/configure:25056: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` bind9-9.16.8/configure-25057- if test $ac_delim_n = $ac_delim_num; then ############################################## bind9-9.16.8/configure-25199-for ac_last_try in false false :; do bind9-9.16.8/configure:25200: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` bind9-9.16.8/configure-25201- if test -z "$ac_tt"; then ############################################## bind9-9.16.8/configure-25331- esac bind9-9.16.8/configure:25332: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac bind9-9.16.8/configure-25333- as_fn_append ac_file_inputs " '$ac_f'" ############################################## bind9-9.16.8/configure-25390-*) bind9-9.16.8/configure:25391: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` bind9-9.16.8/configure-25392- # A ".." for each directory in $ac_dir_suffix. bind9-9.16.8/configure:25393: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` bind9-9.16.8/configure-25394- case $ac_top_builddir_sub in ############################################## bind9-9.16.8/configure-25451-/@mandir@/p' bind9-9.16.8/configure:25452:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in bind9-9.16.8/configure-25453-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## bind9-9.16.8/configure-25468- bind9-9.16.8/configure:25469:# Neutralize VPATH when `$srcdir' = `.'. bind9-9.16.8/configure-25470-# Shell code in configure.ac might set extrasub. ############################################## bind9-9.16.8/configure-25501-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && bind9-9.16.8/configure:25502: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && bind9-9.16.8/configure-25503- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## bind9-9.16.8/configure-26026- *:) bind9-9.16.8/configure:26027: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" bind9-9.16.8/configure-26028- ;; bind9-9.16.8/configure-26029- x:*) bind9-9.16.8/configure:26030: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" bind9-9.16.8/configure-26031- ;; bind9-9.16.8/configure-26032- *::*) bind9-9.16.8/configure:26033: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" bind9-9.16.8/configure:26034: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" bind9-9.16.8/configure-26035- ;; bind9-9.16.8/configure-26036- *) bind9-9.16.8/configure:26037: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" bind9-9.16.8/configure-26038- ;; ############################################## bind9-9.16.8/configure-26053- done bind9-9.16.8/configure:26054: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` bind9-9.16.8/configure-26055-} ############################################## bind9-9.16.8/configure.ac-337-# bind9-9.16.8/configure.ac:338:expanded_sysconfdir=`eval echo $sysconfdir` bind9-9.16.8/configure.ac-339-AC_SUBST(expanded_sysconfdir) ############################################## bind9-9.16.8/configure.ac-356- changequote({, }) bind9-9.16.8/configure.ac:357: ac_dir="`echo $INSTALL | sed 's%/[^/]*$%%'`" bind9-9.16.8/configure.ac-358- changequote([, ]) bind9-9.16.8/configure.ac-359- bind9-9.16.8/configure.ac:360: ac_prog="`echo $INSTALL | sed 's%.*/%%'`" bind9-9.16.8/configure.ac-361- test "X$ac_dir" = "X$ac_prog" && ac_dir=. bind9-9.16.8/configure.ac:362: test -d "$ac_dir" && ac_dir="`(cd \"$ac_dir\" && pwd)`" bind9-9.16.8/configure.ac-363- INSTALL="$ac_dir/$ac_prog" ############################################## bind9-9.16.8/configure.ac-987- fi bind9-9.16.8/configure.ac:988: gssapi_cflags=`$KRB5_CONFIG --cflags gssapi` bind9-9.16.8/configure.ac:989: gssapi_libs=`$KRB5_CONFIG --libs gssapi` bind9-9.16.8/configure.ac-990- saved_cppflags="$CPPFLAGS" ############################################## bind9-9.16.8/configure.ac-1490- AC_MSG_RESULT($purify_path) bind9-9.16.8/configure.ac:1491: PURIFYFLAGS="`echo $PURIFYOPTIONS`" bind9-9.16.8/configure.ac-1492- PURIFY="$purify_path $PURIFYFLAGS" ############################################## bind9-9.16.8/configure.ac-2377-elif test -d "${srcdir}/.git"; then bind9-9.16.8/configure.ac:2378: BIND9_SRCID="SRCID="`(cd "${srcdir}";git rev-parse --short HEAD)` bind9-9.16.8/configure.ac-2379-fi ############################################## bind9-9.16.8/configure.ac-2390-fi bind9-9.16.8/configure.ac:2391:BIND9_CONFIGARGS="`echo $BIND9_CONFIGARGS | sed 's/^ //'`" bind9-9.16.8/configure.ac-2392-BIND9_CONFIGARGS="CONFIGARGS=${BIND9_CONFIGARGS}" ############################################## bind9-9.16.8/configure.ac-2681- netbsd*) bind9-9.16.8/configure.ac:2682: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure.ac-2683- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2685- freebsd*) bind9-9.16.8/configure.ac:2686: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure.ac-2687- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2689- solaris*) bind9-9.16.8/configure.ac:2690: ee=`echo $e | sed -e 's%^-L%-R%'` bind9-9.16.8/configure.ac-2691- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2710- netbsd*) bind9-9.16.8/configure.ac:2711: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure.ac-2712- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2714- freebsd*) bind9-9.16.8/configure.ac:2715: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure.ac-2716- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2718- solaris*) bind9-9.16.8/configure.ac:2719: ee=`echo $e | sed -e 's%^-L%-R%'` bind9-9.16.8/configure.ac-2720- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2739- netbsd*) bind9-9.16.8/configure.ac:2740: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure.ac-2741- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2743- freebsd*) bind9-9.16.8/configure.ac:2744: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure.ac-2745- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2747- solaris*) bind9-9.16.8/configure.ac:2748: ee=`echo $e | sed -e 's%^-L%-R%'` bind9-9.16.8/configure.ac-2749- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2768- netbsd*) bind9-9.16.8/configure.ac:2769: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure.ac-2770- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2772- freebsd*) bind9-9.16.8/configure.ac:2773: ee=`echo $e | sed -e 's%^-L%-Wl,-rpath,%'` bind9-9.16.8/configure.ac-2774- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/configure.ac-2776- solaris*) bind9-9.16.8/configure.ac:2777: ee=`echo $e | sed -e 's%^-L%-R%'` bind9-9.16.8/configure.ac-2778- NEWFLAGS="$NEWFLAGS $e $ee" ############################################## bind9-9.16.8/contrib/dane/mkdane.sh-40-RRTYPE=TLSA bind9-9.16.8/contrib/dane/mkdane.sh:41:BASENAME=`basename $0`; bind9-9.16.8/contrib/dane/mkdane.sh-42- ############################################## bind9-9.16.8/contrib/dane/mkdane.sh-55-done bind9-9.16.8/contrib/dane/mkdane.sh:56:shift `expr $OPTIND - 1 || true` bind9-9.16.8/contrib/dane/mkdane.sh-57- ############################################## bind9-9.16.8/contrib/dane/mkdane.sh-63- bind9-9.16.8/contrib/dane/mkdane.sh:64:ORIGIN=`echo $ORIGIN | sed 's/\([^.]$\)/\1./'` bind9-9.16.8/contrib/dane/mkdane.sh-65-if [ -n "$ORIGIN" ]; then bind9-9.16.8/contrib/dane/mkdane.sh:66: NM=`echo $NM | sed 's/\.$//'` bind9-9.16.8/contrib/dane/mkdane.sh-67- NM="$NM.$ORIGIN" ############################################## bind9-9.16.8/contrib/dlz/config.dlz.in-75- then bind9-9.16.8/contrib/dlz/config.dlz.in:76: use_dlz_postgres=`$PG_CONFIG --includedir` bind9-9.16.8/contrib/dlz/config.dlz.in:77: use_dlz_postgres_lib=`$PG_CONFIG --libdir` bind9-9.16.8/contrib/dlz/config.dlz.in-78- else ############################################## bind9-9.16.8/contrib/dlz/config.dlz.in-141- then bind9-9.16.8/contrib/dlz/config.dlz.in:142: mysql_include=`${MYSQL_CONFIG} --include` bind9-9.16.8/contrib/dlz/config.dlz.in:143: mysql_lib=`${MYSQL_CONFIG} --libs` bind9-9.16.8/contrib/dlz/config.dlz.in-144- use_dlz_mysql="config" ############################################## bind9-9.16.8/contrib/dlz/modules/mysql/testing/named.conf-43- } bind9-9.16.8/contrib/dlz/modules/mysql/testing/named.conf:44: {SELECT zone FROM records WHERE zone = '$zone$'} bind9-9.16.8/contrib/dlz/modules/mysql/testing/named.conf:45: {SELECT ttl, type, mx_priority, IF(type = 'TXT', CONCAT('\"',data,'\"'), data) AS data FROM records WHERE zone = '$zone$' AND host = '$record$' AND type <> 'SOA' AND type <> 'NS'} bind9-9.16.8/contrib/dlz/modules/mysql/testing/named.conf:46: {SELECT ttl, type, data, primary_ns, resp_contact, serial, refresh, retry, expire, minimum FROM records WHERE zone = '$zone$' AND (type = 'SOA' OR type='NS')} bind9-9.16.8/contrib/dlz/modules/mysql/testing/named.conf:47: {SELECT ttl, type, host, mx_priority, IF(type = 'TXT', CONCAT('\"',data,'\"'), data) AS data, resp_contact, serial, refresh, retry, expire, minimum FROM records WHERE zone = '$zone$' AND type <> 'SOA' AND type <> 'NS'} bind9-9.16.8/contrib/dlz/modules/mysql/testing/named.conf:48: {SELECT zone FROM xfr where zone='$zone$' AND client = '$client$'}"; bind9-9.16.8/contrib/dlz/modules/mysql/testing/named.conf-49-}; ############################################## bind9-9.16.8/contrib/dlz/modules/perl/Makefile-11-dlz_perl_driver.o: dlz_perl_driver.c bind9-9.16.8/contrib/dlz/modules/perl/Makefile:12: $(CC) $(CFLAGS) `${FLAGS_PERL} -MExtUtils::Embed -e ccopts` -c -o dlz_perl_driver.o dlz_perl_driver.c bind9-9.16.8/contrib/dlz/modules/perl/Makefile-13- ############################################## bind9-9.16.8/contrib/dlz/modules/perl/Makefile-15-dlz_perl_callback_clientinfo.c: dlz_perl_callback_clientinfo.xs bind9-9.16.8/contrib/dlz/modules/perl/Makefile:16: ${FLAGS_PERL} `${FLAGS_PERL} -MConfig -le 'print $$Config{privlibexp}'`/ExtUtils/xsubpp -prototypes -typemap `${FLAGS_PERL} -MConfig -le 'print $$Config{privlibexp}'`/ExtUtils/typemap dlz_perl_callback_clientinfo.xs > dlz_perl_callback_clientinfo.c bind9-9.16.8/contrib/dlz/modules/perl/Makefile-17- bind9-9.16.8/contrib/dlz/modules/perl/Makefile-18-dlz_perl_callback_clientinfo.o: dlz_perl_callback_clientinfo.c bind9-9.16.8/contrib/dlz/modules/perl/Makefile:19: $(CC) $(CFLAGS) `${FLAGS_PERL} -MExtUtils::Embed -e ccopts` -c -o dlz_perl_callback_clientinfo.o dlz_perl_callback_clientinfo.c bind9-9.16.8/contrib/dlz/modules/perl/Makefile-20- ############################################## bind9-9.16.8/contrib/dlz/modules/perl/Makefile-22-dlz_perl_callback.c: dlz_perl_callback.xs bind9-9.16.8/contrib/dlz/modules/perl/Makefile:23: ${FLAGS_PERL} `${FLAGS_PERL} -MConfig -le 'print $$Config{privlibexp}'`/ExtUtils/xsubpp -prototypes -typemap `${FLAGS_PERL} -MConfig -le 'print $$Config{privlibexp}'`/ExtUtils/typemap dlz_perl_callback.xs > dlz_perl_callback.c bind9-9.16.8/contrib/dlz/modules/perl/Makefile-24- bind9-9.16.8/contrib/dlz/modules/perl/Makefile-25-dlz_perl_callback.o: dlz_perl_callback.c bind9-9.16.8/contrib/dlz/modules/perl/Makefile:26: $(CC) $(CFLAGS) `${FLAGS_PERL} -MExtUtils::Embed -e ccopts` -c -o dlz_perl_callback.o dlz_perl_callback.c bind9-9.16.8/contrib/dlz/modules/perl/Makefile-27- ############################################## bind9-9.16.8/contrib/dlz/modules/perl/Makefile-29-$(LIBNAME): dlz_perl_driver.o dlz_perl_callback_clientinfo.o dlz_perl_callback.o bind9-9.16.8/contrib/dlz/modules/perl/Makefile:30: $(CC) $(LDFLAGS) -shared -o $(LIBNAME) dlz_perl_driver.o dlz_perl_callback_clientinfo.o dlz_perl_callback.o `${FLAGS_PERL} -MExtUtils::Embed -e ldopts` bind9-9.16.8/contrib/dlz/modules/perl/Makefile-31- ############################################## bind9-9.16.8/contrib/dlz/modules/sqlite3/testing/named.conf-42- } bind9-9.16.8/contrib/dlz/modules/sqlite3/testing/named.conf:43: {SELECT zone FROM records WHERE zone = '$zone$'} bind9-9.16.8/contrib/dlz/modules/sqlite3/testing/named.conf:44: {SELECT ttl, type, mx_priority, CASE WHEN type = 'TXT' THEN '\"' || data || '\"' ELSE data END AS data FROM records WHERE zone = '$zone$' AND host = '$record$' AND type <> 'SOA' AND type <> 'NS'} bind9-9.16.8/contrib/dlz/modules/sqlite3/testing/named.conf:45: {SELECT ttl, type, data, primary_ns, resp_contact, serial, refresh, retry, expire, minimum FROM records WHERE zone = '$zone$' AND (type = 'SOA' OR type='NS')} bind9-9.16.8/contrib/dlz/modules/sqlite3/testing/named.conf:46: {SELECT ttl, type, host, mx_priority, CASE WHEN type = 'TXT' THEN '\"' || data || '\"' ELSE data END AS data, resp_contact, serial, refresh, retry, expire, minimum FROM records WHERE zone = '$zone$' AND type <> 'SOA' AND type <> 'NS'} bind9-9.16.8/contrib/dlz/modules/sqlite3/testing/named.conf:47: {SELECT zone FROM xfr where zone='$zone$' AND client = '$client$'}"; bind9-9.16.8/contrib/dlz/modules/sqlite3/testing/named.conf-48-}; ############################################## bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-42-USAGE="Usage: bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:43:`basename $0` [-a <alg>] [-b <bits>] [-k] [-3] [-i <date>] bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-44- [-f <index>] [-d] <zone> <count> [<life>] [<intro>] [<ret>]" ############################################## bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-96-done bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:97:shift `expr $OPTIND - 1` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-98- ############################################## bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-140-# Iterate through the key set. K is the index, zero-based. bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:141:KLAST=`expr $K + $COUNT` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-142-while [ $K -lt $KLAST ]; do bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:143: KEYLABEL="Key `printf \"%02d\" $K`:" bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-144- # Epoch of the current key ############################################## bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-146- # The epoch is in days relative to the inception date of the key set bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:147: EPOCH=`expr $LIFE \* $K` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-148- # Activation date in days is the same as the epoch ############################################## bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-150- # Publication date in days relative to the key epoch bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:151: PUBLISH=`expr $EPOCH - $LIFE - $INTRO` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-152- # Inactivation date in days relative to the key epoch bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:153: INACTIVE=`expr $EPOCH + $LIFE` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-154- # Deletion date in days relative to the key epoch bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:155: DELETE=`expr $EPOCH + $LIFE + $RET` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-156- ############################################## bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-164- # publication, activation, inactivation, deletion bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:165: PDATE=`date -d "$INCEP +$PUBLISH day" +%Y%m%d` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:166: ADATE=`date -d "$INCEP +$ACTIVATE day" +%Y%m%d` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:167: IDATE=`date -d "$INCEP +$INACTIVE day" +%Y%m%d` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:168: DDATE=`date -d "$INCEP +$DELETE day" +%Y%m%d` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-169- ############################################## bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-177- if $DRYRUN; then bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:178: KEYNAME="DryRunKey-`printf \"%02d\" $K`" bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-179- else bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:180: KEYNAME=`$KEYGENCMD` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-181- fi ############################################## bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-206- fi bind9-9.16.8/contrib/scripts/dnssec-keyset.sh:207: K=`expr $K + 1` bind9-9.16.8/contrib/scripts/dnssec-keyset.sh-208-done ############################################## bind9-9.16.8/contrib/scripts/named-bootconf.sh-58- class= bind9-9.16.8/contrib/scripts/named-bootconf.sh:59: CMD=`echo "${CMD}" | tr '[A-Z]' '[a-z]'` bind9-9.16.8/contrib/scripts/named-bootconf.sh-60- case $CMD in ############################################## bind9-9.16.8/contrib/scripts/named-bootconf.sh-106- limit ) bind9-9.16.8/contrib/scripts/named-bootconf.sh:107: ARGS=`echo "${ARGS}" | tr '[A-Z]' '[a-z]'` bind9-9.16.8/contrib/scripts/named-bootconf.sh-108- set - X $ARGS ############################################## bind9-9.16.8/contrib/scripts/named-bootconf.sh-121- options ) bind9-9.16.8/contrib/scripts/named-bootconf.sh:122: ARGS=`echo "${ARGS}" | tr '[A-Z]' '[a-z]'` bind9-9.16.8/contrib/scripts/named-bootconf.sh-123- cat $COMMENTFILE >>$OPTIONFILE ############################################## bind9-9.16.8/contrib/scripts/nanny.pl-33- "$dig_program +short . \@$nameserver_location > /dev/null"; bind9-9.16.8/contrib/scripts/nanny.pl:34: $return = system($dig_command); bind9-9.16.8/contrib/scripts/nanny.pl-35- goto restart if ($return == 9); ############################################## bind9-9.16.8/contrib/scripts/nanny.pl-44- } bind9-9.16.8/contrib/scripts/nanny.pl:45: system ($named_program); bind9-9.16.8/contrib/scripts/nanny.pl-46- sleep 120; ############################################## bind9-9.16.8/doc/arm/advanced.rst-646-The public keys should be inserted into the zone file by including the bind9-9.16.8/doc/arm/advanced.rst:647:``.key`` files using ``$INCLUDE`` statements. bind9-9.16.8/doc/arm/advanced.rst-648- ############################################## bind9-9.16.8/doc/arm/configuration.rst-309- bind9-9.16.8/doc/arm/configuration.rst:310: ``$ rndc reload`` bind9-9.16.8/doc/arm/configuration.rst-311- ############################################## bind9-9.16.8/doc/arm/reference.rst-5680-rule types use identities matching the client's Kerberos principal (e.g, bind9-9.16.8/doc/arm/reference.rst:5681:``"host/machine@REALM"``) or Windows realm (``machine$@REALM``). bind9-9.16.8/doc/arm/reference.rst-5682- ############################################## bind9-9.16.8/doc/arm/reference.rst-5722-``ms-self`` bind9-9.16.8/doc/arm/reference.rst:5723: When a client sends an UPDATE using a Windows machine principal (for example, ``machine$@REALM``), this rule allows records with the absolute name of ``machine.REALM`` to be updated. bind9-9.16.8/doc/arm/reference.rst-5724- ############################################## bind9-9.16.8/doc/arm/reference.rst-5734-``ms-subdomain`` bind9-9.16.8/doc/arm/reference.rst:5735: When a client sends an UPDATE using a Windows machine principal (for example, ``machine$@REALM``), this rule allows any machine in the specified realm to update any record in the zone or in a specified subdomain of the zone. bind9-9.16.8/doc/arm/reference.rst-5736- ############################################## bind9-9.16.8/doc/arm/reference.rst-6070- +--------------+-------------------------------------------------------+ bind9-9.16.8/doc/arm/reference.rst:6071: | ``$ORIGIN`` | ``2.1.10.in-addr.arpa`` | bind9-9.16.8/doc/arm/reference.rst-6072- +--------------+-------------------------------------------------------+ ############################################## bind9-9.16.8/doc/arm/reference.rst-6077- bind9-9.16.8/doc/arm/reference.rst:6078: The ``$ORIGIN`` line in this example is only to provide context; bind9-9.16.8/doc/arm/reference.rst-6079- it does not necessarily appear in the actual ############################################## bind9-9.16.8/doc/arm/reference.rst-6091- bind9-9.16.8/doc/arm/reference.rst:6092:Master File Directives include ``$ORIGIN``, ``$INCLUDE``, and ``$TTL.`` bind9-9.16.8/doc/arm/reference.rst-6093- ############################################## bind9-9.16.8/doc/arm/reference.rst-6104- bind9-9.16.8/doc/arm/reference.rst:6105:The ``$ORIGIN`` Directive bind9-9.16.8/doc/arm/reference.rst-6106-^^^^^^^^^^^^^^^^^^^^^^^^^ bind9-9.16.8/doc/arm/reference.rst-6107- bind9-9.16.8/doc/arm/reference.rst:6108:Syntax: ``$ORIGIN`` domain-name [comment] bind9-9.16.8/doc/arm/reference.rst-6109- bind9-9.16.8/doc/arm/reference.rst:6110:``$ORIGIN`` sets the domain name that is appended to any bind9-9.16.8/doc/arm/reference.rst-6111-unqualified records. When a zone is first read, there is an implicit bind9-9.16.8/doc/arm/reference.rst:6112:``$ORIGIN`` <``zone_name``>\ ``.``, followed by a trailing dot. The bind9-9.16.8/doc/arm/reference.rst:6113:current ``$ORIGIN`` is appended to the domain specified in the bind9-9.16.8/doc/arm/reference.rst:6114:``$ORIGIN`` argument if it is not absolute. bind9-9.16.8/doc/arm/reference.rst-6115- ############################################## bind9-9.16.8/doc/arm/reference.rst-6128- bind9-9.16.8/doc/arm/reference.rst:6129:The ``$INCLUDE`` Directive bind9-9.16.8/doc/arm/reference.rst-6130-^^^^^^^^^^^^^^^^^^^^^^^^^^ bind9-9.16.8/doc/arm/reference.rst-6131- bind9-9.16.8/doc/arm/reference.rst:6132:Syntax: ``$INCLUDE`` filename [origin] [comment] bind9-9.16.8/doc/arm/reference.rst-6133- ############################################## bind9-9.16.8/doc/arm/reference.rst-6135-file at this point. If ``origin`` is specified, the file is processed bind9-9.16.8/doc/arm/reference.rst:6136:with ``$ORIGIN`` set to that value; otherwise, the current ``$ORIGIN`` is bind9-9.16.8/doc/arm/reference.rst-6137-used. ############################################## bind9-9.16.8/doc/arm/reference.rst-6139-The origin and the current domain name revert to the values they had bind9-9.16.8/doc/arm/reference.rst:6140:prior to the ``$INCLUDE`` once the file has been read. bind9-9.16.8/doc/arm/reference.rst-6141- ############################################## bind9-9.16.8/doc/arm/reference.rst-6144- :rfc:`1035` specifies that the current origin should be restored after bind9-9.16.8/doc/arm/reference.rst:6145: an ``$INCLUDE``, but it is silent on whether the current domain name bind9-9.16.8/doc/arm/reference.rst-6146- should also be restored. BIND 9 restores both of them. This could be ############################################## bind9-9.16.8/doc/arm/reference.rst-6150- bind9-9.16.8/doc/arm/reference.rst:6151:The ``$TTL`` Directive bind9-9.16.8/doc/arm/reference.rst-6152-^^^^^^^^^^^^^^^^^^^^^^ bind9-9.16.8/doc/arm/reference.rst-6153- bind9-9.16.8/doc/arm/reference.rst:6154:Syntax: ``$TTL`` default-ttl [comment] bind9-9.16.8/doc/arm/reference.rst-6155- ############################################## bind9-9.16.8/doc/arm/reference.rst-6158- bind9-9.16.8/doc/arm/reference.rst:6159:``$TTL`` is defined in :rfc:`2308`. bind9-9.16.8/doc/arm/reference.rst-6160- ############################################## bind9-9.16.8/doc/arm/reference.rst-6162- bind9-9.16.8/doc/arm/reference.rst:6163:BIND Master File Extension: the ``$GENERATE`` Directive bind9-9.16.8/doc/arm/reference.rst-6164-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bind9-9.16.8/doc/arm/reference.rst-6165- bind9-9.16.8/doc/arm/reference.rst:6166:Syntax: ``$GENERATE`` range lhs [ttl] [class] type rhs [comment] bind9-9.16.8/doc/arm/reference.rst-6167- bind9-9.16.8/doc/arm/reference.rst:6168:``$GENERATE`` is used to create a series of resource records that only bind9-9.16.8/doc/arm/reference.rst:6169:differ from each other by an iterator. ``$GENERATE`` can be used to bind9-9.16.8/doc/arm/reference.rst-6170-easily generate the sets of records required to support sub /24 reverse ############################################## bind9-9.16.8/doc/arm/reference.rst-6219- bind9-9.16.8/doc/arm/reference.rst:6220: Modifiers are introduced by a ``{`` (left brace) immediately following the ``$`` as in ``${offset[,width[,base]]}``. For example, ``${-20,3,d}`` subtracts 20 from the current value and prints the result as a decimal in a zero-padded field of width 3. Available output forms are decimal (``d``), octal (``o``), hexadecimal (``x`` or ``X`` for uppercase), and nibble (``n`` or ``N`` for uppercase). bind9-9.16.8/doc/arm/reference.rst-6221- bind9-9.16.8/doc/arm/reference.rst:6222: The default modifier is ``${0,0,d}``. If the ``owner`` is not absolute, the current ``$ORIGIN`` is appended to the name. bind9-9.16.8/doc/arm/reference.rst-6223- ############################################## bind9-9.16.8/doc/arm/reference.rst-6225- bind9-9.16.8/doc/arm/reference.rst:6226: For compatibility with earlier versions, ``$$`` is still recognized as indicating a literal $ in the output. bind9-9.16.8/doc/arm/reference.rst-6227- ############################################## bind9-9.16.8/doc/arm/reference.rst-6243- bind9-9.16.8/doc/arm/reference.rst:6244:The ``$GENERATE`` directive is a BIND extension and not part of the bind9-9.16.8/doc/arm/reference.rst-6245-standard zone file format. ############################################## bind9-9.16.8/doc/notes/notes-9.16.0.rst-131- and the aforementioned options are not specified explicitly. Instead, bind9-9.16.8/doc/notes/notes-9.16.0.rst:132: Autoconf's defaults of ``$prefix/etc`` and ``$prefix/var`` are bind9-9.16.8/doc/notes/notes-9.16.0.rst-133- respected. [GL #658] ############################################## bind9-9.16.8/install-sh-234- fi bind9-9.16.8/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; bind9-9.16.8/install-sh-236- *) ############################################## bind9-9.16.8/install-sh-281- dstdir=$dst bind9-9.16.8/install-sh:282: dst=$dstdir/`basename "$src"` bind9-9.16.8/install-sh-283- dstdir_status=0 bind9-9.16.8/install-sh-284- else bind9-9.16.8/install-sh:285: dstdir=`dirname "$dst"` bind9-9.16.8/install-sh-286- test -d "$dstdir" ############################################## bind9-9.16.8/install-sh-337- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. bind9-9.16.8/install-sh:338: ls_ld_tmpdir=`ls -ld "$tmpdir"` bind9-9.16.8/install-sh-339- case $ls_ld_tmpdir in ############################################## bind9-9.16.8/install-sh-344- $mkdirprog -m$different_mode -p -- "$tmpdir" && { bind9-9.16.8/install-sh:345: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` bind9-9.16.8/install-sh-346- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## bind9-9.16.8/install-sh-402- case $prefix in bind9-9.16.8/install-sh:403: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; bind9-9.16.8/install-sh-404- *) qprefix=$prefix;; ############################################## bind9-9.16.8/install-sh-451- if $copy_on_change && bind9-9.16.8/install-sh:452: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && bind9-9.16.8/install-sh:453: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && bind9-9.16.8/install-sh-454- set -f && ############################################## bind9-9.16.8/lib/bind9/check.c-226- value = cfg_listelt_value(element); bind9-9.16.8/lib/bind9/check.c:227: if (cfg_obj_issockaddr(value)) { bind9-9.16.8/lib/bind9/check.c-228- continue; ############################################## bind9-9.16.8/lib/bind9/check.c-580- if (obj != NULL) { bind9-9.16.8/lib/bind9/check.c:581: isc_netaddr_fromsockaddr(&sa, cfg_obj_assockaddr(obj)); bind9-9.16.8/lib/bind9/check.c-582- if (sa.family != AF_INET6) { ############################################## bind9-9.16.8/lib/bind9/check.c-1708- bind9-9.16.8/lib/bind9/check.c:1709: if (cfg_obj_issockaddr(addr)) { bind9-9.16.8/lib/bind9/check.c-1710- count++; ############################################## bind9-9.16.8/lib/bind9/check.c-2763- obj = cfg_listelt_value(element); bind9-9.16.8/lib/bind9/check.c:2764: sa = *cfg_obj_assockaddr(obj); bind9-9.16.8/lib/bind9/check.c-2765- bind9-9.16.8/lib/bind9/check.c:2766: isc_netaddr_fromsockaddr(&na, &sa); bind9-9.16.8/lib/bind9/check.c-2767- if (isc_netaddr_getzone(&na) != 0) { ############################################## bind9-9.16.8/lib/bind9/getaddresses.c-94- isc_netaddr_setzone(&na, zone); bind9-9.16.8/lib/bind9/getaddresses.c:95: isc_sockaddr_fromnetaddr( bind9-9.16.8/lib/bind9/getaddresses.c-96- &addrs[0], (const isc_netaddr_t *)&na, port); ############################################## bind9-9.16.8/lib/dns/adb.c-2241- bind9-9.16.8/lib/dns/adb.c:2242: isc_netaddr_fromsockaddr(&netaddr, &entry->sockaddr); bind9-9.16.8/lib/dns/adb.c-2243- isc_netaddr_format(&netaddr, addrbuf, sizeof(addrbuf)); ############################################## bind9-9.16.8/lib/dns/adb.c-3650- bind9-9.16.8/lib/dns/adb.c:3651: isc_netaddr_fromsockaddr(&netaddr, &entry->sockaddr); bind9-9.16.8/lib/dns/adb.c-3652- isc_netaddr_format(&netaddr, addrbuf, sizeof(addrbuf)); ############################################## bind9-9.16.8/lib/dns/byaddr.c-104-#define BYADDR_MAGIC ISC_MAGIC('B', 'y', 'A', 'd') bind9-9.16.8/lib/dns/byaddr.c:105:#define VALID_BYADDR(b) ISC_MAGIC_VALID(b, BYADDR_MAGIC) bind9-9.16.8/lib/dns/byaddr.c-106- ############################################## bind9-9.16.8/lib/dns/byaddr.c-148- REQUIRE(event->ev_type == DNS_EVENT_LOOKUPDONE); bind9-9.16.8/lib/dns/byaddr.c:149: REQUIRE(VALID_BYADDR(byaddr)); bind9-9.16.8/lib/dns/byaddr.c-150- REQUIRE(byaddr->task == task); ############################################## bind9-9.16.8/lib/dns/byaddr.c-249-dns_byaddr_cancel(dns_byaddr_t *byaddr) { bind9-9.16.8/lib/dns/byaddr.c:250: REQUIRE(VALID_BYADDR(byaddr)); bind9-9.16.8/lib/dns/byaddr.c-251- ############################################## bind9-9.16.8/lib/dns/byaddr.c-270- *byaddrp = NULL; bind9-9.16.8/lib/dns/byaddr.c:271: REQUIRE(VALID_BYADDR(byaddr)); bind9-9.16.8/lib/dns/byaddr.c-272- REQUIRE(byaddr->event == NULL); ############################################## bind9-9.16.8/lib/dns/catz.c-1648- } bind9-9.16.8/lib/dns/catz.c:1649: isc_netaddr_fromsockaddr(&netaddr, bind9-9.16.8/lib/dns/catz.c-1650- &entry->opts.masters.addrs[i]); ############################################## bind9-9.16.8/lib/dns/dispatch.c-1163- */ bind9-9.16.8/lib/dns/dispatch.c:1164: isc_netaddr_fromsockaddr(&netaddr, &ev->address); bind9-9.16.8/lib/dns/dispatch.c-1165- if (disp->mgr->blackhole != NULL && ############################################## bind9-9.16.8/lib/dns/dispatch.c-1273- isc_sockaddr_anyofpf(&a2, isc_sockaddr_pf(&disp->local)); bind9-9.16.8/lib/dns/dispatch.c:1274: if (!isc_sockaddr_eqaddr(&disp->local, &resp->disp->local) && bind9-9.16.8/lib/dns/dispatch.c:1275: !isc_sockaddr_eqaddr(&a1, &resp->disp->local) && bind9-9.16.8/lib/dns/dispatch.c:1276: !isc_sockaddr_eqaddr(&a2, &disp->local)) bind9-9.16.8/lib/dns/dispatch.c-1277- { ############################################## bind9-9.16.8/lib/dns/dispatch.c-2192- */ bind9-9.16.8/lib/dns/dispatch.c:2193: if (!isc_sockaddr_eqaddr(&disp->local, addr)) { bind9-9.16.8/lib/dns/dispatch.c-2194- return (false); ############################################## bind9-9.16.8/lib/dns/dispatch.c-2564- (localaddr == NULL || bind9-9.16.8/lib/dns/dispatch.c:2565: isc_sockaddr_eqaddr(localaddr, &disp->local))) bind9-9.16.8/lib/dns/dispatch.c-2566- { ############################################## bind9-9.16.8/lib/dns/dispatch.c-2575- (localaddr == NULL || bind9-9.16.8/lib/dns/dispatch.c:2576: isc_sockaddr_eqaddr(localaddr, &sockname))) bind9-9.16.8/lib/dns/dispatch.c-2577- { ############################################## bind9-9.16.8/lib/dns/dispatch.c-2603- (localaddr == NULL || bind9-9.16.8/lib/dns/dispatch.c:2604: isc_sockaddr_eqaddr(localaddr, &disp->local)) && bind9-9.16.8/lib/dns/dispatch.c-2605- isc_sockaddr_equal(destaddr, &disp->peer)) ############################################## bind9-9.16.8/lib/dns/dispatch.c-2888- isc_sockaddr_anyofpf(&sa_any, isc_sockaddr_pf(localaddr)); bind9-9.16.8/lib/dns/dispatch.c:2889: if (!isc_sockaddr_eqaddr(&sa_any, localaddr)) { bind9-9.16.8/lib/dns/dispatch.c-2890- result = open_socket(sockmgr, localaddr, 0, &sock, NULL, ############################################## bind9-9.16.8/lib/dns/dnstap.c-649-static void bind9-9.16.8/lib/dns/dnstap.c:650:setaddr(dns_dtmsg_t *dm, isc_sockaddr_t *sa, bool tcp, bind9-9.16.8/lib/dns/dnstap.c-651- ProtobufCBinaryData *addr, protobuf_c_boolean *has_addr, uint32_t *port, ############################################## bind9-9.16.8/lib/dns/dnstap.c-861- if (qaddr != NULL) { bind9-9.16.8/lib/dns/dnstap.c:862: setaddr(&dm, qaddr, tcp, &dm.m.query_address, bind9-9.16.8/lib/dns/dnstap.c-863- &dm.m.has_query_address, &dm.m.query_port, ############################################## bind9-9.16.8/lib/dns/dnstap.c-866- if (raddr != NULL) { bind9-9.16.8/lib/dns/dnstap.c:867: setaddr(&dm, raddr, tcp, &dm.m.response_address, bind9-9.16.8/lib/dns/dnstap.c-868- &dm.m.has_response_address, &dm.m.response_port, ############################################## bind9-9.16.8/lib/dns/dnstap.c-890-static isc_result_t bind9-9.16.8/lib/dns/dnstap.c:891:putaddr(isc_buffer_t **b, isc_region_t *ip) { bind9-9.16.8/lib/dns/dnstap.c-892- char buf[64]; ############################################## bind9-9.16.8/lib/dns/dnstap.c-1298- if (d->qaddr.length != 0) { bind9-9.16.8/lib/dns/dnstap.c:1299: CHECK(putaddr(dest, &d->qaddr)); bind9-9.16.8/lib/dns/dnstap.c-1300- snprintf(buf, sizeof(buf), ":%u", d->qport); ############################################## bind9-9.16.8/lib/dns/dnstap.c-1310- if (d->raddr.length != 0) { bind9-9.16.8/lib/dns/dnstap.c:1311: CHECK(putaddr(dest, &d->raddr)); bind9-9.16.8/lib/dns/dnstap.c-1312- snprintf(buf, sizeof(buf), ":%u", d->rport); ############################################## bind9-9.16.8/lib/dns/geoip2.c-94- bind9-9.16.8/lib/dns/geoip2.c:95: isc_sockaddr_fromnetaddr(&sa, addr, 0); bind9-9.16.8/lib/dns/geoip2.c:96: match = MMDB_lookup_sockaddr(db, &sa.type.sa, &err); bind9-9.16.8/lib/dns/geoip2.c-97- if (err != MMDB_SUCCESS || !match.found_entry) { ############################################## bind9-9.16.8/lib/dns/include/dns/events.h-44-#define DNS_EVENT_VIEWREQSHUTDOWN (ISC_EVENTCLASS_DNS + 22) bind9-9.16.8/lib/dns/include/dns/events.h:45:#define DNS_EVENT_NOTIFYSENDTOADDR (ISC_EVENTCLASS_DNS + 23) bind9-9.16.8/lib/dns/include/dns/events.h-46-#define DNS_EVENT_ZONE (ISC_EVENTCLASS_DNS + 24) ############################################## bind9-9.16.8/lib/dns/include/dns/peer.h-117-isc_result_t bind9-9.16.8/lib/dns/include/dns/peer.h:118:dns_peerlist_peerbyaddr(dns_peerlist_t *peers, const isc_netaddr_t *addr, bind9-9.16.8/lib/dns/include/dns/peer.h-119- dns_peer_t **retval); ############################################## bind9-9.16.8/lib/dns/peer.c-148-isc_result_t bind9-9.16.8/lib/dns/peer.c:149:dns_peerlist_peerbyaddr(dns_peerlist_t *servers, const isc_netaddr_t *addr, bind9-9.16.8/lib/dns/peer.c-150- dns_peer_t **retval) { ############################################## bind9-9.16.8/lib/dns/request.c-498- if (blackhole != NULL) { bind9-9.16.8/lib/dns/request.c:499: isc_netaddr_fromsockaddr(&netaddr, destaddr); bind9-9.16.8/lib/dns/request.c-500- if (dns_acl_match(&netaddr, NULL, blackhole, NULL, &match, ############################################## bind9-9.16.8/lib/dns/resolver.c-2081- bool usetcp = false; bind9-9.16.8/lib/dns/resolver.c:2082: isc_netaddr_fromsockaddr(&dstip, &addrinfo->sockaddr); bind9-9.16.8/lib/dns/resolver.c:2083: result = dns_peerlist_peerbyaddr(res->view->peers, &dstip, bind9-9.16.8/lib/dns/resolver.c-2084- &peer); ############################################## bind9-9.16.8/lib/dns/resolver.c-2388- isc_netaddr_t netaddr; bind9-9.16.8/lib/dns/resolver.c:2389: isc_netaddr_fromsockaddr(&netaddr, sockaddr); bind9-9.16.8/lib/dns/resolver.c-2390- switch (netaddr.family) { ############################################## bind9-9.16.8/lib/dns/resolver.c-2415-static inline size_t bind9-9.16.8/lib/dns/resolver.c:2416:add_serveraddr(uint8_t *buf, const size_t bufsize, const resquery_t *query) { bind9-9.16.8/lib/dns/resolver.c-2417- return (addr2buf(buf, bufsize, &query->addrinfo->sockaddr)); ############################################## bind9-9.16.8/lib/dns/resolver.c-2429- uint8_t buf[16] ISC_NONSTRING = { 0 }; bind9-9.16.8/lib/dns/resolver.c:2430: size_t buflen = add_serveraddr(buf, sizeof(buf), query); bind9-9.16.8/lib/dns/resolver.c-2431- ############################################## bind9-9.16.8/lib/dns/resolver.c-2607- peer = NULL; bind9-9.16.8/lib/dns/resolver.c:2608: isc_netaddr_fromsockaddr(&ipaddr, &query->addrinfo->sockaddr); bind9-9.16.8/lib/dns/resolver.c:2609: (void)dns_peerlist_peerbyaddr(fctx->res->view->peers, &ipaddr, &peer); bind9-9.16.8/lib/dns/resolver.c-2610- ############################################## bind9-9.16.8/lib/dns/resolver.c-3961- res = fctx->res; bind9-9.16.8/lib/dns/resolver.c:3962: isc_netaddr_fromsockaddr(&ipaddr, sa); bind9-9.16.8/lib/dns/resolver.c-3963- blackhole = dns_dispatchmgr_getblackhole(res->dispatchmgr); bind9-9.16.8/lib/dns/resolver.c:3964: (void)dns_peerlist_peerbyaddr(res->view->peers, &ipaddr, &peer); bind9-9.16.8/lib/dns/resolver.c-3965- ############################################## bind9-9.16.8/lib/dns/resolver.c-4006- if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(3))) { bind9-9.16.8/lib/dns/resolver.c:4007: isc_netaddr_fromsockaddr(&na, sa); bind9-9.16.8/lib/dns/resolver.c-4008- isc_netaddr_format(&na, buf, sizeof(buf)); ############################################## bind9-9.16.8/lib/dns/rrl.c-1048- if (rrl->exempt != NULL) { bind9-9.16.8/lib/dns/rrl.c:1049: isc_netaddr_fromsockaddr(&netclient, client_addr); bind9-9.16.8/lib/dns/rrl.c-1050- result = dns_acl_match(&netclient, NULL, rrl->exempt, ############################################## bind9-9.16.8/lib/dns/sdlz.c-1556- isc_buffer_init(&b2, clientstr, sizeof(clientstr)); bind9-9.16.8/lib/dns/sdlz.c:1557: isc_netaddr_fromsockaddr(&netaddr, clientaddr); bind9-9.16.8/lib/dns/sdlz.c-1558- result = isc_netaddr_totext(&netaddr, &b2); ############################################## bind9-9.16.8/lib/dns/spnego_asn1.pl-60- bind9-9.16.8/lib/dns/spnego_asn1.pl:61:if (! -r $asn1_source || system($asn1_compile, $asn1_source, "asn1")) { bind9-9.16.8/lib/dns/spnego_asn1.pl-62- die("Couldn't compile ASN.1 source file $asn1_source\n"); ############################################## bind9-9.16.8/lib/dns/spnego_asn1.pl-111- bind9-9.16.8/lib/dns/spnego_asn1.pl:112: system($indent, "-di1", "-ldi1", $file) == 0 bind9-9.16.8/lib/dns/spnego_asn1.pl-113- or die("Couldn't indent $file"); ############################################## bind9-9.16.8/lib/dns/tests/dnstap_test.c-198- bind9-9.16.8/lib/dns/tests/dnstap_test.c:199: in.s_addr = inet_addr("10.53.0.1"); bind9-9.16.8/lib/dns/tests/dnstap_test.c-200- isc_sockaddr_fromin(&qaddr, &in, 2112); bind9-9.16.8/lib/dns/tests/dnstap_test.c:201: in.s_addr = inet_addr("10.53.0.2"); bind9-9.16.8/lib/dns/tests/dnstap_test.c-202- isc_sockaddr_fromin(&raddr, &in, 2112); ############################################## bind9-9.16.8/lib/dns/tests/zonemgr_test.c-175- bind9-9.16.8/lib/dns/tests/zonemgr_test.c:176: in.s_addr = inet_addr("10.53.0.1"); bind9-9.16.8/lib/dns/tests/zonemgr_test.c-177- isc_sockaddr_fromin(&addr1, &in, 2112); bind9-9.16.8/lib/dns/tests/zonemgr_test.c:178: in.s_addr = inet_addr("10.53.0.2"); bind9-9.16.8/lib/dns/tests/zonemgr_test.c-179- isc_sockaddr_fromin(&addr2, &in, 5150); ############################################## bind9-9.16.8/lib/dns/tests/zonemgr_test.c-189- bind9-9.16.8/lib/dns/tests/zonemgr_test.c:190: in.s_addr = inet_addr("10.53.0.3"); bind9-9.16.8/lib/dns/tests/zonemgr_test.c-191- isc_sockaddr_fromin(&addr2, &in, 5150); ############################################## bind9-9.16.8/lib/dns/tests/zonemgr_test.c-203- bind9-9.16.8/lib/dns/tests/zonemgr_test.c:204: in.s_addr = inet_addr("10.53.0.2"); bind9-9.16.8/lib/dns/tests/zonemgr_test.c-205- isc_sockaddr_fromin(&addr2, &in, 5150); ############################################## bind9-9.16.8/lib/dns/view.c-1598- bind9-9.16.8/lib/dns/view.c:1599: result = dns_peerlist_peerbyaddr(view->peers, peeraddr, &peer); bind9-9.16.8/lib/dns/view.c-1600- if (result != ISC_R_SUCCESS) { ############################################## bind9-9.16.8/lib/dns/zone.c-831-static void bind9-9.16.8/lib/dns/zone.c:832:notify_send_toaddr(isc_task_t *task, isc_event_t *event); bind9-9.16.8/lib/dns/zone.c-833-static isc_result_t ############################################## bind9-9.16.8/lib/dns/zone.c-11824- */ bind9-9.16.8/lib/dns/zone.c:11825: if (isc_sockaddr_eqaddr(&any, &src)) { bind9-9.16.8/lib/dns/zone.c-11826- src = *dst; ############################################## bind9-9.16.8/lib/dns/zone.c-11828- bind9-9.16.8/lib/dns/zone.c:11829: isc_netaddr_fromsockaddr(&dstaddr, dst); bind9-9.16.8/lib/dns/zone.c-11830- result = dns_view_getpeertsig(zone->view, &dstaddr, &key); ############################################## bind9-9.16.8/lib/dns/zone.c-11995-static void bind9-9.16.8/lib/dns/zone.c:11996:notify_send_toaddr(isc_task_t *task, isc_event_t *event) { bind9-9.16.8/lib/dns/zone.c-11997- dns_notify_t *notify; ############################################## bind9-9.16.8/lib/dns/zone.c-12056- } else { bind9-9.16.8/lib/dns/zone.c:12057: isc_netaddr_fromsockaddr(&dstip, ¬ify->dst); bind9-9.16.8/lib/dns/zone.c-12058- result = dns_view_getpeertsig(notify->zone->view, &dstip, &key); ############################################## bind9-9.16.8/lib/dns/zone.c-12082- bool usetcp = false; bind9-9.16.8/lib/dns/zone.c:12083: result = dns_peerlist_peerbyaddr(notify->zone->view->peers, bind9-9.16.8/lib/dns/zone.c-12084- &dstip, &peer); ############################################## bind9-9.16.8/lib/dns/zone.c-13499- bind9-9.16.8/lib/dns/zone.c:13500: isc_netaddr_fromsockaddr(&masterip, &zone->masteraddr); bind9-9.16.8/lib/dns/zone.c-13501- /* ############################################## bind9-9.16.8/lib/dns/zone.c-13537- bool edns, usetcp; bind9-9.16.8/lib/dns/zone.c:13538: result = dns_peerlist_peerbyaddr(zone->view->peers, &masterip, bind9-9.16.8/lib/dns/zone.c-13539- &peer); ############################################## bind9-9.16.8/lib/dns/zone.c-13783- bind9-9.16.8/lib/dns/zone.c:13784: isc_netaddr_fromsockaddr(&masterip, &zone->masteraddr); bind9-9.16.8/lib/dns/zone.c-13785- /* ############################################## bind9-9.16.8/lib/dns/zone.c-13809- bool edns; bind9-9.16.8/lib/dns/zone.c:13810: result = dns_peerlist_peerbyaddr(zone->view->peers, &masterip, bind9-9.16.8/lib/dns/zone.c-13811- &peer); ############################################## bind9-9.16.8/lib/dns/zone.c-14486- bind9-9.16.8/lib/dns/zone.c:14487: isc_netaddr_fromsockaddr(&netaddr, from); bind9-9.16.8/lib/dns/zone.c-14488- for (i = 0; i < zone->masterscnt; i++) { bind9-9.16.8/lib/dns/zone.c:14489: if (isc_sockaddr_eqaddr(from, &zone->masters[i])) { bind9-9.16.8/lib/dns/zone.c-14490- break; ############################################## bind9-9.16.8/lib/dns/zone.c-14497- isc_netaddr_fromv4mapped(&na1, &netaddr); bind9-9.16.8/lib/dns/zone.c:14498: isc_netaddr_fromsockaddr(&na2, &zone->masters[i]); bind9-9.16.8/lib/dns/zone.c-14499- if (isc_netaddr_equal(&na1, &na2)) { ############################################## bind9-9.16.8/lib/dns/zone.c-16948- bind9-9.16.8/lib/dns/zone.c:16949: isc_netaddr_fromsockaddr(&masterip, &zone->masteraddr); bind9-9.16.8/lib/dns/zone.c:16950: (void)dns_peerlist_peerbyaddr(zone->view->peers, &masterip, &peer); bind9-9.16.8/lib/dns/zone.c-16951- ############################################## bind9-9.16.8/lib/dns/zone.c-17915- */ bind9-9.16.8/lib/dns/zone.c:17916: isc_netaddr_fromsockaddr(&masterip, &zone->masteraddr); bind9-9.16.8/lib/dns/zone.c:17917: (void)dns_peerlist_peerbyaddr(zone->view->peers, &masterip, &peer); bind9-9.16.8/lib/dns/zone.c-17918- UNLOCK_ZONE(zone); ############################################## bind9-9.16.8/lib/dns/zone.c-17943- LOCK_ZONE(x); bind9-9.16.8/lib/dns/zone.c:17944: isc_netaddr_fromsockaddr(&xip, &x->masteraddr); bind9-9.16.8/lib/dns/zone.c-17945- UNLOCK_ZONE(x); ############################################## bind9-9.16.8/lib/irs/getnameinfo.c-87- * RFC3493, getservbyport(), bind9-9.16.8/lib/irs/getnameinfo.c:88: * getnamebyaddr(). inet_ntop(). bind9-9.16.8/lib/irs/getnameinfo.c-89- */ ############################################## bind9-9.16.8/lib/irs/getnameinfo.c-312- /* Make query name */ bind9-9.16.8/lib/irs/getnameinfo.c:313: isc_netaddr_fromsockaddr(&netaddr, (const isc_sockaddr_t *)sa); bind9-9.16.8/lib/irs/getnameinfo.c-314- ptrname = dns_fixedname_initname(&ptrfname); ############################################## bind9-9.16.8/lib/irs/include/irs/netdb.h.in-25-/* bind9-9.16.8/lib/irs/include/irs/netdb.h.in:26: * Error return codes from gethostbyname() and gethostbyaddr() bind9-9.16.8/lib/irs/include/irs/netdb.h.in-27- * (left in extern int h_errno). ############################################## bind9-9.16.8/lib/irs/resconf.c-256-static isc_result_t bind9-9.16.8/lib/irs/resconf.c:257:create_addr(const char *buffer, isc_netaddr_t *addr, int convert_zero) { bind9-9.16.8/lib/irs/resconf.c-258- struct in_addr v4; ############################################## bind9-9.16.8/lib/irs/resconf.c-426- sizeof(conf->sortlist) / sizeof(conf->sortlist[0])); bind9-9.16.8/lib/irs/resconf.c:427: res = create_addr(word, &conf->sortlist[idx].addr, 1); bind9-9.16.8/lib/irs/resconf.c-428- if (res != ISC_R_SUCCESS) { ############################################## bind9-9.16.8/lib/irs/resconf.c-432- if (p != NULL) { bind9-9.16.8/lib/irs/resconf.c:433: res = create_addr(p, &conf->sortlist[idx].mask, 0); bind9-9.16.8/lib/irs/resconf.c-434- if (res != ISC_R_SUCCESS) { ############################################## bind9-9.16.8/lib/irs/win32/include/irs/netdb.h-43-/* bind9-9.16.8/lib/irs/win32/include/irs/netdb.h:44: * Error return codes from gethostbyname() and gethostbyaddr() bind9-9.16.8/lib/irs/win32/include/irs/netdb.h-45- * (left in extern int h_errno). ############################################## bind9-9.16.8/lib/isc/include/isc/netaddr.h-99-void bind9-9.16.8/lib/isc/include/isc/netaddr.h:100:isc_netaddr_fromsockaddr(isc_netaddr_t *netaddr, const isc_sockaddr_t *source); bind9-9.16.8/lib/isc/include/isc/netaddr.h-101- ############################################## bind9-9.16.8/lib/isc/include/isc/netmgr.h-149-isc_sockaddr_t bind9-9.16.8/lib/isc/include/isc/netmgr.h:150:isc_nmhandle_peeraddr(isc_nmhandle_t *handle); bind9-9.16.8/lib/isc/include/isc/netmgr.h-151-/*%< ############################################## bind9-9.16.8/lib/isc/include/isc/netmgr.h-154-isc_sockaddr_t bind9-9.16.8/lib/isc/include/isc/netmgr.h:155:isc_nmhandle_localaddr(isc_nmhandle_t *handle); bind9-9.16.8/lib/isc/include/isc/netmgr.h-156-/*%< ############################################## bind9-9.16.8/lib/isc/include/isc/sockaddr.h-71-bool bind9-9.16.8/lib/isc/include/isc/sockaddr.h:72:isc_sockaddr_eqaddr(const isc_sockaddr_t *a, const isc_sockaddr_t *b); bind9-9.16.8/lib/isc/include/isc/sockaddr.h-73-/*%< ############################################## bind9-9.16.8/lib/isc/include/isc/sockaddr.h-140-void bind9-9.16.8/lib/isc/include/isc/sockaddr.h:141:isc_sockaddr_fromnetaddr(isc_sockaddr_t *sockaddr, const isc_netaddr_t *na, bind9-9.16.8/lib/isc/include/isc/sockaddr.h-142- in_port_t port); ############################################## bind9-9.16.8/lib/isc/include/isc/sockaddr.h-236-isc_result_t bind9-9.16.8/lib/isc/include/isc/sockaddr.h:237:isc_sockaddr_fromsockaddr(isc_sockaddr_t *isa, const struct sockaddr *sa); bind9-9.16.8/lib/isc/include/isc/sockaddr.h-238- ############################################## bind9-9.16.8/lib/isc/netaddr.c-345-void bind9-9.16.8/lib/isc/netaddr.c:346:isc_netaddr_fromsockaddr(isc_netaddr_t *t, const isc_sockaddr_t *s) { bind9-9.16.8/lib/isc/netaddr.c-347- int family = s->type.sa.sa_family; ############################################## bind9-9.16.8/lib/isc/netaddr.c-436-#define ISC_IPADDR_ISNETZERO(i) \ bind9-9.16.8/lib/isc/netaddr.c:437: (((uint32_t)(i)&ISC__IPADDR(0xff000000)) == ISC__IPADDR(0x00000000)) bind9-9.16.8/lib/isc/netaddr.c-438- ############################################## bind9-9.16.8/lib/isc/netmgr/netmgr.c-1319-isc_sockaddr_t bind9-9.16.8/lib/isc/netmgr/netmgr.c:1320:isc_nmhandle_peeraddr(isc_nmhandle_t *handle) { bind9-9.16.8/lib/isc/netmgr/netmgr.c-1321- REQUIRE(VALID_NMHANDLE(handle)); ############################################## bind9-9.16.8/lib/isc/netmgr/netmgr.c-1326-isc_sockaddr_t bind9-9.16.8/lib/isc/netmgr/netmgr.c:1327:isc_nmhandle_localaddr(isc_nmhandle_t *handle) { bind9-9.16.8/lib/isc/netmgr/netmgr.c-1328- REQUIRE(VALID_NMHANDLE(handle)); ############################################## bind9-9.16.8/lib/isc/netmgr/tcp.c-169- &(int){ sizeof(ss) }); bind9-9.16.8/lib/isc/netmgr/tcp.c:170: result = isc_sockaddr_fromsockaddr(&sock->peer, (struct sockaddr *)&ss); bind9-9.16.8/lib/isc/netmgr/tcp.c-171- RUNTIME_CHECK(result == ISC_R_SUCCESS); ############################################## bind9-9.16.8/lib/isc/netmgr/tcp.c-468- bind9-9.16.8/lib/isc/netmgr/tcp.c:469: result = isc_sockaddr_fromsockaddr(&sock->peer, (struct sockaddr *)&ss); bind9-9.16.8/lib/isc/netmgr/tcp.c-470- if (result != ISC_R_SUCCESS) { ############################################## bind9-9.16.8/lib/isc/netmgr/tcp.c-480- bind9-9.16.8/lib/isc/netmgr/tcp.c:481: result = isc_sockaddr_fromsockaddr(&local, (struct sockaddr *)&ss); bind9-9.16.8/lib/isc/netmgr/tcp.c-482- if (result != ISC_R_SUCCESS) { ############################################## bind9-9.16.8/lib/isc/netmgr/udp.c-373- bind9-9.16.8/lib/isc/netmgr/udp.c:374: result = isc_sockaddr_fromsockaddr(&sockaddr, addr); bind9-9.16.8/lib/isc/netmgr/udp.c-375- RUNTIME_CHECK(result == ISC_R_SUCCESS); ############################################## bind9-9.16.8/lib/isc/sockaddr.c-37-bool bind9-9.16.8/lib/isc/sockaddr.c:38:isc_sockaddr_eqaddr(const isc_sockaddr_t *a, const isc_sockaddr_t *b) { bind9-9.16.8/lib/isc/sockaddr.c-39- return (isc_sockaddr_compare( ############################################## bind9-9.16.8/lib/isc/sockaddr.c-110- isc_netaddr_t na, nb; bind9-9.16.8/lib/isc/sockaddr.c:111: isc_netaddr_fromsockaddr(&na, a); bind9-9.16.8/lib/isc/sockaddr.c:112: isc_netaddr_fromsockaddr(&nb, b); bind9-9.16.8/lib/isc/sockaddr.c-113- return (isc_netaddr_eqprefix(&na, &nb, prefixlen)); ############################################## bind9-9.16.8/lib/isc/sockaddr.c-128- * unsupported address families before calling bind9-9.16.8/lib/isc/sockaddr.c:129: * isc_netaddr_fromsockaddr(). bind9-9.16.8/lib/isc/sockaddr.c-130- */ ############################################## bind9-9.16.8/lib/isc/sockaddr.c-167- bind9-9.16.8/lib/isc/sockaddr.c:168: isc_netaddr_fromsockaddr(&netaddr, sockaddr); bind9-9.16.8/lib/isc/sockaddr.c-169- result = isc_netaddr_totext(&netaddr, target); ############################################## bind9-9.16.8/lib/isc/sockaddr.c-354-void bind9-9.16.8/lib/isc/sockaddr.c:355:isc_sockaddr_fromnetaddr(isc_sockaddr_t *sockaddr, const isc_netaddr_t *na, bind9-9.16.8/lib/isc/sockaddr.c-356- in_port_t port) { ############################################## bind9-9.16.8/lib/isc/sockaddr.c-418- { bind9-9.16.8/lib/isc/sockaddr.c:419: isc_netaddr_fromsockaddr(&netaddr, sockaddr); bind9-9.16.8/lib/isc/sockaddr.c-420- return (isc_netaddr_ismulticast(&netaddr)); ############################################## bind9-9.16.8/lib/isc/sockaddr.c-429- if (sockaddr->type.sa.sa_family == AF_INET) { bind9-9.16.8/lib/isc/sockaddr.c:430: isc_netaddr_fromsockaddr(&netaddr, sockaddr); bind9-9.16.8/lib/isc/sockaddr.c-431- return (isc_netaddr_isexperimental(&netaddr)); ############################################## bind9-9.16.8/lib/isc/sockaddr.c-440- if (sockaddr->type.sa.sa_family == AF_INET6) { bind9-9.16.8/lib/isc/sockaddr.c:441: isc_netaddr_fromsockaddr(&netaddr, sockaddr); bind9-9.16.8/lib/isc/sockaddr.c-442- return (isc_netaddr_issitelocal(&netaddr)); ############################################## bind9-9.16.8/lib/isc/sockaddr.c-451- if (sockaddr->type.sa.sa_family == AF_INET6) { bind9-9.16.8/lib/isc/sockaddr.c:452: isc_netaddr_fromsockaddr(&netaddr, sockaddr); bind9-9.16.8/lib/isc/sockaddr.c-453- return (isc_netaddr_islinklocal(&netaddr)); ############################################## bind9-9.16.8/lib/isc/sockaddr.c-462- if (sockaddr->type.sa.sa_family == AF_INET) { bind9-9.16.8/lib/isc/sockaddr.c:463: isc_netaddr_fromsockaddr(&netaddr, sockaddr); bind9-9.16.8/lib/isc/sockaddr.c-464- return (isc_netaddr_isnetzero(&netaddr)); ############################################## bind9-9.16.8/lib/isc/sockaddr.c-488-isc_result_t bind9-9.16.8/lib/isc/sockaddr.c:489:isc_sockaddr_fromsockaddr(isc_sockaddr_t *isa, const struct sockaddr *sa) { bind9-9.16.8/lib/isc/sockaddr.c-490- unsigned int length = 0; ############################################## bind9-9.16.8/lib/isc/tests/netaddr_test.c-47- for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) { bind9-9.16.8/lib/isc/tests/netaddr_test.c:48: ina.s_addr = inet_addr(tests[i].address); bind9-9.16.8/lib/isc/tests/netaddr_test.c-49- isc_netaddr_fromin(&netaddr, &ina); ############################################## bind9-9.16.8/lib/isc/tests/radix_test.c-67- bind9-9.16.8/lib/isc/tests/radix_test.c:68: in_addr.s_addr = inet_addr("3.3.3.0"); bind9-9.16.8/lib/isc/tests/radix_test.c-69- isc_netaddr_fromin(&netaddr, &in_addr); ############################################## bind9-9.16.8/lib/isc/tests/radix_test.c-77- bind9-9.16.8/lib/isc/tests/radix_test.c:78: in_addr.s_addr = inet_addr("3.3.0.0"); bind9-9.16.8/lib/isc/tests/radix_test.c-79- isc_netaddr_fromin(&netaddr, &in_addr); ############################################## bind9-9.16.8/lib/isc/tests/radix_test.c-87- bind9-9.16.8/lib/isc/tests/radix_test.c:88: in_addr.s_addr = inet_addr("3.3.3.3"); bind9-9.16.8/lib/isc/tests/radix_test.c-89- isc_netaddr_fromin(&netaddr, &in_addr); ############################################## bind9-9.16.8/lib/isc/tests/sockaddr_test.c-64- bind9-9.16.8/lib/isc/tests/sockaddr_test.c:65: in.s_addr = inet_addr("127.0.0.1"); bind9-9.16.8/lib/isc/tests/sockaddr_test.c-66- isc_sockaddr_fromin(&addr, &in, 1); ############################################## bind9-9.16.8/lib/isc/tests/sockaddr_test.c-116- for (i = 0; i < sizeof(data4) / sizeof(data4[0]); i++) { bind9-9.16.8/lib/isc/tests/sockaddr_test.c:117: in.s_addr = inet_addr(data4[i].string); bind9-9.16.8/lib/isc/tests/sockaddr_test.c-118- isc_sockaddr_fromin(&addr, &in, 1); ############################################## bind9-9.16.8/lib/isc/tests/socket_test.c-185- bind9-9.16.8/lib/isc/tests/socket_test.c:186: in.s_addr = inet_addr("127.0.0.1"); bind9-9.16.8/lib/isc/tests/socket_test.c-187- isc_sockaddr_fromin(&addr1, &in, 0); ############################################## bind9-9.16.8/lib/isc/tests/socket_test.c-243- bind9-9.16.8/lib/isc/tests/socket_test.c:244: in.s_addr = inet_addr("127.0.0.1"); bind9-9.16.8/lib/isc/tests/socket_test.c-245- isc_sockaddr_fromin(&addr1, &in, 0); ############################################## bind9-9.16.8/lib/isc/tests/socket_test.c-327- bind9-9.16.8/lib/isc/tests/socket_test.c:328: in.s_addr = inet_addr("127.0.0.1"); bind9-9.16.8/lib/isc/tests/socket_test.c-329- isc_sockaddr_fromin(&addr1, &in, 0); ############################################## bind9-9.16.8/lib/isc/tests/socket_test.c-493- bind9-9.16.8/lib/isc/tests/socket_test.c:494: in.s_addr = inet_addr("127.0.0.1"); bind9-9.16.8/lib/isc/tests/socket_test.c-495- isc_sockaddr_fromin(&addr1, &in, 0); ############################################## bind9-9.16.8/lib/isc/tests/socket_test.c-703- bind9-9.16.8/lib/isc/tests/socket_test.c:704: in.s_addr = inet_addr("127.0.0.1"); bind9-9.16.8/lib/isc/tests/socket_test.c-705- isc_sockaddr_fromin(&addr1, &in, 0); ############################################## bind9-9.16.8/lib/isc/unix/ifiter_getifaddrs.c-176- bind9-9.16.8/lib/isc/unix/ifiter_getifaddrs.c:177: get_addr(family, &iter->current.address, ifa->ifa_addr, ifa->ifa_name); bind9-9.16.8/lib/isc/unix/ifiter_getifaddrs.c-178- bind9-9.16.8/lib/isc/unix/ifiter_getifaddrs.c-179- if (ifa->ifa_netmask != NULL) { bind9-9.16.8/lib/isc/unix/ifiter_getifaddrs.c:180: get_addr(family, &iter->current.netmask, ifa->ifa_netmask, bind9-9.16.8/lib/isc/unix/ifiter_getifaddrs.c-181- ifa->ifa_name); ############################################## bind9-9.16.8/lib/isc/unix/ifiter_getifaddrs.c-186- { bind9-9.16.8/lib/isc/unix/ifiter_getifaddrs.c:187: get_addr(family, &iter->current.dstaddress, ifa->ifa_dstaddr, bind9-9.16.8/lib/isc/unix/ifiter_getifaddrs.c-188- ifa->ifa_name); ############################################## bind9-9.16.8/lib/isc/unix/include/isc/net.h-190-/*% IP address. */ bind9-9.16.8/lib/isc/unix/include/isc/net.h:191:#define ISC__IPADDR(x) ((uint32_t)htonl((uint32_t)(x))) bind9-9.16.8/lib/isc/unix/include/isc/net.h-192- ############################################## bind9-9.16.8/lib/isc/unix/include/isc/net.h-194-#define ISC_IPADDR_ISMULTICAST(i) \ bind9-9.16.8/lib/isc/unix/include/isc/net.h:195: (((uint32_t)(i)&ISC__IPADDR(0xf0000000)) == ISC__IPADDR(0xe0000000)) bind9-9.16.8/lib/isc/unix/include/isc/net.h-196- bind9-9.16.8/lib/isc/unix/include/isc/net.h-197-#define ISC_IPADDR_ISEXPERIMENTAL(i) \ bind9-9.16.8/lib/isc/unix/include/isc/net.h:198: (((uint32_t)(i)&ISC__IPADDR(0xf0000000)) == ISC__IPADDR(0xf0000000)) bind9-9.16.8/lib/isc/unix/include/isc/net.h-199- ############################################## bind9-9.16.8/lib/isc/unix/interfaceiter.c-55-static void bind9-9.16.8/lib/isc/unix/interfaceiter.c:56:get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src, bind9-9.16.8/lib/isc/unix/interfaceiter.c-57- char *ifname) { ############################################## bind9-9.16.8/lib/isc/win32/include/isc/net.h-120- bind9-9.16.8/lib/isc/win32/include/isc/net.h:121:#define ISC__IPADDR(x) ((uint32_t)htonl((uint32_t)(x))) bind9-9.16.8/lib/isc/win32/include/isc/net.h-122- bind9-9.16.8/lib/isc/win32/include/isc/net.h-123-#define ISC_IPADDR_ISMULTICAST(i) \ bind9-9.16.8/lib/isc/win32/include/isc/net.h:124: (((uint32_t)(i)&ISC__IPADDR(0xf0000000)) == ISC__IPADDR(0xe0000000)) bind9-9.16.8/lib/isc/win32/include/isc/net.h-125- bind9-9.16.8/lib/isc/win32/include/isc/net.h-126-#define ISC_IPADDR_ISEXPERIMENTAL(i) \ bind9-9.16.8/lib/isc/win32/include/isc/net.h:127: (((uint32_t)(i)&ISC__IPADDR(0xf0000000)) == ISC__IPADDR(0xf0000000)) bind9-9.16.8/lib/isc/win32/include/isc/net.h-128- ############################################## bind9-9.16.8/lib/isc/win32/interfaceiter.c-78-static void bind9-9.16.8/lib/isc/win32/interfaceiter.c:79:get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src) { bind9-9.16.8/lib/isc/win32/interfaceiter.c-80- dst->family = family; ############################################## bind9-9.16.8/lib/isc/win32/interfaceiter.c-310- bind9-9.16.8/lib/isc/win32/interfaceiter.c:311: get_addr(AF_INET, &iter->current.address, bind9-9.16.8/lib/isc/win32/interfaceiter.c-312- (struct sockaddr *)&(iter->IFData.iiAddress)); ############################################## bind9-9.16.8/lib/isc/win32/interfaceiter.c-342- if ((iter->current.flags & INTERFACE_F_POINTTOPOINT) != 0) { bind9-9.16.8/lib/isc/win32/interfaceiter.c:343: get_addr(AF_INET, &iter->current.dstaddress, bind9-9.16.8/lib/isc/win32/interfaceiter.c-344- (struct sockaddr *)&(iter->IFData.iiBroadcastAddress)); ############################################## bind9-9.16.8/lib/isc/win32/interfaceiter.c-354- */ bind9-9.16.8/lib/isc/win32/interfaceiter.c:355: get_addr(AF_INET, &iter->current.netmask, bind9-9.16.8/lib/isc/win32/interfaceiter.c-356- (struct sockaddr *)&(iter->IFData.iiNetmask)); ############################################## bind9-9.16.8/lib/isc/win32/interfaceiter.c-375- } bind9-9.16.8/lib/isc/win32/interfaceiter.c:376: get_addr(AF_INET6, &iter->current.address, bind9-9.16.8/lib/isc/win32/interfaceiter.c-377- iter->buf6->Address[iter->pos6].lpSockaddr); ############################################## bind9-9.16.8/lib/isc/win32/netdb.h-41-/* bind9-9.16.8/lib/isc/win32/netdb.h:42: * Error return codes from gethostbyname() and gethostbyaddr() bind9-9.16.8/lib/isc/win32/netdb.h-43- * (left in extern int h_errno). ############################################## bind9-9.16.8/lib/isccfg/include/isccfg/cfg.h-388-bool bind9-9.16.8/lib/isccfg/include/isccfg/cfg.h:389:cfg_obj_issockaddr(const cfg_obj_t *obj); bind9-9.16.8/lib/isccfg/include/isccfg/cfg.h-390-/*%< ############################################## bind9-9.16.8/lib/isccfg/include/isccfg/cfg.h-394-const isc_sockaddr_t * bind9-9.16.8/lib/isccfg/include/isccfg/cfg.h:395:cfg_obj_assockaddr(const cfg_obj_t *obj); bind9-9.16.8/lib/isccfg/include/isccfg/cfg.h-396-/*%< ############################################## bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-389-isc_result_t bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h:390:cfg_parse_rawaddr(cfg_parser_t *pctx, unsigned int flags, isc_netaddr_t *na); bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-391- bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-392-void bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h:393:cfg_print_rawaddr(cfg_printer_t *pctx, const isc_netaddr_t *na); bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-394- bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-395-bool bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h:396:cfg_lookingat_netaddr(cfg_parser_t *pctx, unsigned int flags); bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-397- ############################################## bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-404-isc_result_t bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h:405:cfg_parse_sockaddr(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret); bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-406- ############################################## bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-410-void bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h:411:cfg_print_sockaddr(cfg_printer_t *pctx, const cfg_obj_t *obj); bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-412- ############################################## bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-416-void bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h:417:cfg_doc_sockaddr(cfg_printer_t *pctx, const cfg_type_t *type); bind9-9.16.8/lib/isccfg/include/isccfg/grammar.h-418- ############################################## bind9-9.16.8/lib/isccfg/namedconf.c-3037- CHECK(cfg_gettoken(pctx, 0)); bind9-9.16.8/lib/isccfg/namedconf.c:3038: CHECK(cfg_parse_rawaddr(pctx, *flagp, bind9-9.16.8/lib/isccfg/namedconf.c-3039- &netaddr)); ############################################## bind9-9.16.8/lib/isccfg/namedconf.c-3055- have_address == 0) { bind9-9.16.8/lib/isccfg/namedconf.c:3056: return (cfg_parse_sockaddr(pctx, type, ret)); bind9-9.16.8/lib/isccfg/namedconf.c-3057- } else { ############################################## bind9-9.16.8/lib/isccfg/namedconf.c-3078- CHECK(cfg_create_obj(pctx, &cfg_type_querysource, &obj)); bind9-9.16.8/lib/isccfg/namedconf.c:3079: isc_sockaddr_fromnetaddr(&obj->value.sockaddr, &netaddr, port); bind9-9.16.8/lib/isccfg/namedconf.c-3080- obj->value.sockaddrdscp.dscp = dscp; ############################################## bind9-9.16.8/lib/isccfg/namedconf.c-3092- isc_netaddr_t na; bind9-9.16.8/lib/isccfg/namedconf.c:3093: isc_netaddr_fromsockaddr(&na, &obj->value.sockaddr); bind9-9.16.8/lib/isccfg/namedconf.c-3094- cfg_print_cstr(pctx, "address "); bind9-9.16.8/lib/isccfg/namedconf.c:3095: cfg_print_rawaddr(pctx, &na); bind9-9.16.8/lib/isccfg/namedconf.c-3096- cfg_print_cstr(pctx, " port "); ############################################## bind9-9.16.8/lib/isccfg/namedconf.c-3539- { bind9-9.16.8/lib/isccfg/namedconf.c:3540: if (cfg_lookingat_netaddr(pctx, CFG_ADDR_V4OK | CFG_ADDR_V6OK)) bind9-9.16.8/lib/isccfg/namedconf.c-3541- { bind9-9.16.8/lib/isccfg/namedconf.c:3542: CHECK(cfg_parse_sockaddr(pctx, &cfg_type_sockaddr, bind9-9.16.8/lib/isccfg/namedconf.c-3543- ret)); ############################################## bind9-9.16.8/lib/isccfg/namedconf.c-3629- { bind9-9.16.8/lib/isccfg/namedconf.c:3630: if (cfg_lookingat_netaddr(pctx, CFG_ADDR_V4OK | CFG_ADDR_V6OK)) bind9-9.16.8/lib/isccfg/namedconf.c-3631- { bind9-9.16.8/lib/isccfg/namedconf.c:3632: CHECK(cfg_parse_sockaddr(pctx, &cfg_type_sockaddr, bind9-9.16.8/lib/isccfg/namedconf.c-3633- ret)); ############################################## bind9-9.16.8/lib/isccfg/parser.c-1862- } else { bind9-9.16.8/lib/isccfg/parser.c:1863: if (cfg_lookingat_netaddr( bind9-9.16.8/lib/isccfg/parser.c-1864- pctx, CFG_ADDR_V4OK | CFG_ADDR_V4PREFIXOK | ############################################## bind9-9.16.8/lib/isccfg/parser.c-3017-static isc_result_t bind9-9.16.8/lib/isccfg/parser.c:3018:token_addr(cfg_parser_t *pctx, unsigned int flags, isc_netaddr_t *na) { bind9-9.16.8/lib/isccfg/parser.c-3019- char *s; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3090-isc_result_t bind9-9.16.8/lib/isccfg/parser.c:3091:cfg_parse_rawaddr(cfg_parser_t *pctx, unsigned int flags, isc_netaddr_t *na) { bind9-9.16.8/lib/isccfg/parser.c-3092- isc_result_t result; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3099- CHECK(cfg_gettoken(pctx, 0)); bind9-9.16.8/lib/isccfg/parser.c:3100: result = token_addr(pctx, flags, na); bind9-9.16.8/lib/isccfg/parser.c-3101- if (result == ISC_R_UNEXPECTEDTOKEN) { ############################################## bind9-9.16.8/lib/isccfg/parser.c-3126-bool bind9-9.16.8/lib/isccfg/parser.c:3127:cfg_lookingat_netaddr(cfg_parser_t *pctx, unsigned int flags) { bind9-9.16.8/lib/isccfg/parser.c-3128- isc_result_t result; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3132- bind9-9.16.8/lib/isccfg/parser.c:3133: result = token_addr(pctx, flags, &na_dummy); bind9-9.16.8/lib/isccfg/parser.c-3134- return (result == ISC_R_SUCCESS || result == ISC_R_IPV4PREFIX); ############################################## bind9-9.16.8/lib/isccfg/parser.c-3169-void bind9-9.16.8/lib/isccfg/parser.c:3170:cfg_print_rawaddr(cfg_printer_t *pctx, const isc_netaddr_t *na) { bind9-9.16.8/lib/isccfg/parser.c-3171- isc_result_t result; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3216-static isc_result_t bind9-9.16.8/lib/isccfg/parser.c:3217:parse_netaddr(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { bind9-9.16.8/lib/isccfg/parser.c-3218- isc_result_t result; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3223- CHECK(cfg_create_obj(pctx, type, &obj)); bind9-9.16.8/lib/isccfg/parser.c:3224: CHECK(cfg_parse_rawaddr(pctx, flags, &netaddr)); bind9-9.16.8/lib/isccfg/parser.c:3225: isc_sockaddr_fromnetaddr(&obj->value.sockaddr, &netaddr, 0); bind9-9.16.8/lib/isccfg/parser.c-3226- obj->value.sockaddrdscp.dscp = -1; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3234-static void bind9-9.16.8/lib/isccfg/parser.c:3235:cfg_doc_netaddr(cfg_printer_t *pctx, const cfg_type_t *type) { bind9-9.16.8/lib/isccfg/parser.c-3236- const unsigned int *flagp = type->of; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3305- bind9-9.16.8/lib/isccfg/parser.c:3306: result = cfg_parse_rawaddr( bind9-9.16.8/lib/isccfg/parser.c-3307- pctx, CFG_ADDR_V4OK | CFG_ADDR_V4PREFIXOK | CFG_ADDR_V6OK, ############################################## bind9-9.16.8/lib/isccfg/parser.c-3372- bind9-9.16.8/lib/isccfg/parser.c:3373: cfg_print_rawaddr(pctx, &p->address); bind9-9.16.8/lib/isccfg/parser.c-3374- cfg_print_cstr(pctx, "/"); ############################################## bind9-9.16.8/lib/isccfg/parser.c-3410- CHECK(cfg_create_obj(pctx, type, &obj)); bind9-9.16.8/lib/isccfg/parser.c:3411: CHECK(cfg_parse_rawaddr(pctx, flags, &netaddr)); bind9-9.16.8/lib/isccfg/parser.c-3412- for (;;) { ############################################## bind9-9.16.8/lib/isccfg/parser.c-3442- } bind9-9.16.8/lib/isccfg/parser.c:3443: isc_sockaddr_fromnetaddr(&obj->value.sockaddr, &netaddr, port); bind9-9.16.8/lib/isccfg/parser.c-3444- obj->value.sockaddrdscp.dscp = dscp; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3466-isc_result_t bind9-9.16.8/lib/isccfg/parser.c:3467:cfg_parse_sockaddr(cfg_parser_t *pctx, const cfg_type_t *type, bind9-9.16.8/lib/isccfg/parser.c-3468- cfg_obj_t **ret) { ############################################## bind9-9.16.8/lib/isccfg/parser.c-3480-void bind9-9.16.8/lib/isccfg/parser.c:3481:cfg_print_sockaddr(cfg_printer_t *pctx, const cfg_obj_t *obj) { bind9-9.16.8/lib/isccfg/parser.c-3482- isc_netaddr_t netaddr; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3488- bind9-9.16.8/lib/isccfg/parser.c:3489: isc_netaddr_fromsockaddr(&netaddr, &obj->value.sockaddr); bind9-9.16.8/lib/isccfg/parser.c-3490- isc_netaddr_format(&netaddr, buf, sizeof(buf)); ############################################## bind9-9.16.8/lib/isccfg/parser.c-3503-void bind9-9.16.8/lib/isccfg/parser.c:3504:cfg_doc_sockaddr(cfg_printer_t *pctx, const cfg_type_t *type) { bind9-9.16.8/lib/isccfg/parser.c-3505- const unsigned int *flagp; ############################################## bind9-9.16.8/lib/isccfg/parser.c-3544-bool bind9-9.16.8/lib/isccfg/parser.c:3545:cfg_obj_issockaddr(const cfg_obj_t *obj) { bind9-9.16.8/lib/isccfg/parser.c-3546- REQUIRE(obj != NULL); ############################################## bind9-9.16.8/lib/isccfg/parser.c-3550-const isc_sockaddr_t * bind9-9.16.8/lib/isccfg/parser.c:3551:cfg_obj_assockaddr(const cfg_obj_t *obj) { bind9-9.16.8/lib/isccfg/parser.c-3552- REQUIRE(obj != NULL && obj->type->rep == &cfg_rep_sockaddr); ############################################## bind9-9.16.8/lib/ns/client.c-470- bind9-9.16.8/lib/ns/client.c:471: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/client.c-472- if (client->message->tsigkey != NULL) { ############################################## bind9-9.16.8/lib/ns/client.c-1041- bind9-9.16.8/lib/ns/client.c:1042: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/client.c-1043- result = dns_acl_match(&netaddr, NULL, view->pad_acl, env, ############################################## bind9-9.16.8/lib/ns/client.c-1090- bind9-9.16.8/lib/ns/client.c:1091: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/client.c-1092- switch (netaddr.family) { ############################################## bind9-9.16.8/lib/ns/client.c-1126- } bind9-9.16.8/lib/ns/client.c:1127: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/client.c-1128- switch (netaddr.family) { ############################################## bind9-9.16.8/lib/ns/client.c-1683- bind9-9.16.8/lib/ns/client.c:1684: client->peeraddr = isc_nmhandle_peeraddr(handle); bind9-9.16.8/lib/ns/client.c-1685- client->peeraddr_valid = true; ############################################## bind9-9.16.8/lib/ns/client.c-1694- bind9-9.16.8/lib/ns/client.c:1695: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/client.c-1696- ############################################## bind9-9.16.8/lib/ns/client.c-1944- { bind9-9.16.8/lib/ns/client.c:1945: isc_netaddr_fromsockaddr(&client->destaddr, bind9-9.16.8/lib/ns/client.c-1946- &client->manager->interface->addr); bind9-9.16.8/lib/ns/client.c-1947- } else { bind9-9.16.8/lib/ns/client.c:1948: isc_sockaddr_t sockaddr = isc_nmhandle_localaddr(handle); bind9-9.16.8/lib/ns/client.c:1949: isc_netaddr_fromsockaddr(&client->destaddr, &sockaddr); bind9-9.16.8/lib/ns/client.c-1950- } bind9-9.16.8/lib/ns/client.c-1951- bind9-9.16.8/lib/ns/client.c:1952: isc_sockaddr_fromnetaddr(&client->destsockaddr, &client->destaddr, 0); bind9-9.16.8/lib/ns/client.c-1953- ############################################## bind9-9.16.8/lib/ns/client.c-2124- uint16_t udpsize = client->view->maxudp; bind9-9.16.8/lib/ns/client.c:2125: (void)dns_peerlist_peerbyaddr(client->view->peers, &netaddr, bind9-9.16.8/lib/ns/client.c-2126- &peer); ############################################## bind9-9.16.8/lib/ns/client.c-2194- if (handle != NULL) { bind9-9.16.8/lib/ns/client.c:2195: peeraddr = isc_nmhandle_peeraddr(handle); bind9-9.16.8/lib/ns/client.c:2196: isc_netaddr_fromsockaddr(&netaddr, &peeraddr); bind9-9.16.8/lib/ns/client.c-2197- ############################################## bind9-9.16.8/lib/ns/client.c-2531-isc_sockaddr_t * bind9-9.16.8/lib/ns/client.c:2532:ns_client_getsockaddr(ns_client_t *client) { bind9-9.16.8/lib/ns/client.c-2533- return (&client->peeraddr); ############################################## bind9-9.16.8/lib/ns/client.c-2536-isc_sockaddr_t * bind9-9.16.8/lib/ns/client.c:2537:ns_client_getdestaddr(ns_client_t *client) { bind9-9.16.8/lib/ns/client.c-2538- return (&client->destsockaddr); ############################################## bind9-9.16.8/lib/ns/client.c-2558- if (netaddr == NULL) { bind9-9.16.8/lib/ns/client.c:2559: isc_netaddr_fromsockaddr(&tmpnetaddr, &client->peeraddr); bind9-9.16.8/lib/ns/client.c-2560- netaddr = &tmpnetaddr; ############################################## bind9-9.16.8/lib/ns/client.c-2587- if (sockaddr != NULL) { bind9-9.16.8/lib/ns/client.c:2588: isc_netaddr_fromsockaddr(&netaddr, sockaddr); bind9-9.16.8/lib/ns/client.c-2589- } ############################################## bind9-9.16.8/lib/ns/include/ns/client.h-363-isc_sockaddr_t * bind9-9.16.8/lib/ns/include/ns/client.h:364:ns_client_getsockaddr(ns_client_t *client); bind9-9.16.8/lib/ns/include/ns/client.h-365-/*%< ############################################## bind9-9.16.8/lib/ns/include/ns/client.h-370-isc_sockaddr_t * bind9-9.16.8/lib/ns/include/ns/client.h:371:ns_client_getdestaddr(ns_client_t *client); bind9-9.16.8/lib/ns/include/ns/client.h-372-/*%< ############################################## bind9-9.16.8/lib/ns/interfacemgr.c-742- bind9-9.16.8/lib/ns/interfacemgr.c:743: isc_sockaddr_fromnetaddr(addr, &interface->address, port); bind9-9.16.8/lib/ns/interfacemgr.c-744- ############################################## bind9-9.16.8/lib/ns/interfacemgr.c-984- } bind9-9.16.8/lib/ns/interfacemgr.c:985: isc_sockaddr_fromnetaddr(&listen_sockaddr, bind9-9.16.8/lib/ns/interfacemgr.c-986- &listen_netaddr, le->port); ############################################## bind9-9.16.8/lib/ns/notify.c-155- { bind9-9.16.8/lib/ns/notify.c:156: isc_sockaddr_t *from = ns_client_getsockaddr(client); bind9-9.16.8/lib/ns/notify.c:157: isc_sockaddr_t *to = ns_client_getdestaddr(client); bind9-9.16.8/lib/ns/notify.c-158- notify_log(client, ISC_LOG_INFO, ############################################## bind9-9.16.8/lib/ns/query.c-4060- if (zbits != 0) { bind9-9.16.8/lib/ns/query.c:4061: isc_netaddr_fromsockaddr(&netaddr, bind9-9.16.8/lib/ns/query.c-4062- &client->peeraddr); ############################################## bind9-9.16.8/lib/ns/query.c-4410-static isc_result_t bind9-9.16.8/lib/ns/query.c:4411:rdata_tonetaddr(const dns_rdata_t *rdata, isc_netaddr_t *netaddr) { bind9-9.16.8/lib/ns/query.c-4412- struct in_addr ina; ############################################## bind9-9.16.8/lib/ns/query.c-4706- bind9-9.16.8/lib/ns/query.c:4707: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/query.c-4708- if (dns_dns64_aaaaok(dns64, &netaddr, client->signer, env, flags, ############################################## bind9-9.16.8/lib/ns/query.c-7546- bind9-9.16.8/lib/ns/query.c:7547: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/query.c-7548- ############################################## bind9-9.16.8/lib/ns/query.c-10766- bind9-9.16.8/lib/ns/query.c:10767: if (rdata_tonetaddr(rdata, &netaddr) != ISC_R_SUCCESS) { bind9-9.16.8/lib/ns/query.c-10768- return (INT_MAX); ############################################## bind9-9.16.8/lib/ns/query.c-10780- bind9-9.16.8/lib/ns/query.c:10781: if (rdata_tonetaddr(rdata, &netaddr) != ISC_R_SUCCESS) { bind9-9.16.8/lib/ns/query.c-10782- return (INT_MAX); ############################################## bind9-9.16.8/lib/ns/query.c-10798- bind9-9.16.8/lib/ns/query.c:10799: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/query.c-10800- switch (ns_sortlist_setup(client->view->sortlist, env, &netaddr, ############################################## bind9-9.16.8/lib/ns/query.c-11000- bind9-9.16.8/lib/ns/query.c:11001: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/query.c-11002- dns_name_format(client->query.qname, namebuf, sizeof(namebuf)); ############################################## bind9-9.16.8/lib/ns/update.c-2822- dst_key_t *tsigkey = NULL; bind9-9.16.8/lib/ns/update.c:2823: isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr); bind9-9.16.8/lib/ns/update.c-2824- ############################################## bind9-9.16.8/lib/ns/xfrout.c-939- */ bind9-9.16.8/lib/ns/xfrout.c:940: isc_netaddr_fromsockaddr(&na, &client->peeraddr); bind9-9.16.8/lib/ns/xfrout.c:941: (void)dns_peerlist_peerbyaddr(client->view->peers, &na, &peer); bind9-9.16.8/lib/ns/xfrout.c-942- ############################################## bind9-9.16.8/ltmain.sh-103-# bind9-9.16.8/ltmain.sh:104:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh bind9-9.16.8/ltmain.sh-105-# ############################################## bind9-9.16.8/ltmain.sh-202- func_executable_p "$_G_path_prog" || continue bind9-9.16.8/ltmain.sh:203: case `"$_G_path_prog" --version 2>&1` in bind9-9.16.8/ltmain.sh-204- *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; ############################################## bind9-9.16.8/ltmain.sh-249- diff conftest.out conftest.nl >/dev/null 2>&1 || break bind9-9.16.8/ltmain.sh:250: _G_count=`expr $_G_count + 1` bind9-9.16.8/ltmain.sh-251- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## bind9-9.16.8/ltmain.sh-285- diff conftest.out conftest.nl >/dev/null 2>&1 || break bind9-9.16.8/ltmain.sh:286: _G_count=`expr $_G_count + 1` bind9-9.16.8/ltmain.sh-287- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## bind9-9.16.8/ltmain.sh-410-# The name of this program. bind9-9.16.8/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"` bind9-9.16.8/ltmain.sh-412- ############################################## bind9-9.16.8/ltmain.sh-416- *[\\/]*) bind9-9.16.8/ltmain.sh:417: progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` bind9-9.16.8/ltmain.sh:418: progdir=`cd "$progdir" && pwd` bind9-9.16.8/ltmain.sh-419- progpath=$progdir/$progname ############################################## bind9-9.16.8/ltmain.sh-610- bind9-9.16.8/ltmain.sh:611: eval _G_current_value='`$ECHO $'$1'`' bind9-9.16.8/ltmain.sh:612: _G_delim=`expr "$2" : '\(.\)'` bind9-9.16.8/ltmain.sh-613- ############################################## bind9-9.16.8/ltmain.sh-639- bind9-9.16.8/ltmain.sh:640: func_arith_result=`expr "$@"` bind9-9.16.8/ltmain.sh-641- } ############################################## bind9-9.16.8/ltmain.sh-660- # ...otherwise fall back to using sed. bind9-9.16.8/ltmain.sh:661: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' bind9-9.16.8/ltmain.sh:662: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` bind9-9.16.8/ltmain.sh-663- if test "X$func_dirname_result" = "X$1"; then ############################################## bind9-9.16.8/ltmain.sh-757- test -n "$_G_tc" && { bind9-9.16.8/ltmain.sh:758: _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` bind9-9.16.8/ltmain.sh:759: _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` bind9-9.16.8/ltmain.sh-760- } bind9-9.16.8/ltmain.sh-761- done bind9-9.16.8/ltmain.sh:762: _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes bind9-9.16.8/ltmain.sh-763- ############################################## bind9-9.16.8/ltmain.sh-831- bind9-9.16.8/ltmain.sh:832: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` bind9-9.16.8/ltmain.sh-833- } ############################################## bind9-9.16.8/ltmain.sh-863- # ...otherwise throw away the child directory and loop bind9-9.16.8/ltmain.sh:864: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` bind9-9.16.8/ltmain.sh-865- done bind9-9.16.8/ltmain.sh:866: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` bind9-9.16.8/ltmain.sh-867- ############################################## bind9-9.16.8/ltmain.sh-901- # If mktemp works, use that first and foremost bind9-9.16.8/ltmain.sh:902: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` bind9-9.16.8/ltmain.sh-903- ############################################## bind9-9.16.8/ltmain.sh-1111- *[\\\`\"\$]*) bind9-9.16.8/ltmain.sh:1112: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; bind9-9.16.8/ltmain.sh-1113- *) ############################################## bind9-9.16.8/ltmain.sh-1198- case $2 in bind9-9.16.8/ltmain.sh:1199: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; bind9-9.16.8/ltmain.sh:1200: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; bind9-9.16.8/ltmain.sh-1201- esac ############################################## bind9-9.16.8/ltmain.sh-1271- [0-9]* | *[!a-zA-Z0-9_]*) bind9-9.16.8/ltmain.sh:1272: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` bind9-9.16.8/ltmain.sh-1273- ;; ############################################## bind9-9.16.8/ltmain.sh-1358- bind9-9.16.8/ltmain.sh:1359: test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` bind9-9.16.8/ltmain.sh-1360-} ############################################## bind9-9.16.8/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell bind9-9.16.8/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another bind9-9.16.8/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script ############################################## bind9-9.16.8/ltmain.sh-1517- bind9-9.16.8/ltmain.sh:1518: eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' bind9-9.16.8/ltmain.sh-1519-} ############################################## bind9-9.16.8/ltmain.sh-1870- bind9-9.16.8/ltmain.sh:1871: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` bind9-9.16.8/ltmain.sh-1872- func_split_equals_rhs= bind9-9.16.8/ltmain.sh-1873- test "x$func_split_equals_lhs" = "x$1" \ bind9-9.16.8/ltmain.sh:1874: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` bind9-9.16.8/ltmain.sh-1875- } ############################################## bind9-9.16.8/ltmain.sh-1898- bind9-9.16.8/ltmain.sh:1899: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` bind9-9.16.8/ltmain.sh:1900: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` bind9-9.16.8/ltmain.sh-1901- } ############################################## bind9-9.16.8/ltmain.sh-2071- version: $progname (GNU libtool) 2.4.6 bind9-9.16.8/ltmain.sh:2072: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` bind9-9.16.8/ltmain.sh:2073: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` bind9-9.16.8/ltmain.sh-2074- ############################################## bind9-9.16.8/ltmain.sh-2110- { bind9-9.16.8/ltmain.sh:2111: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` bind9-9.16.8/ltmain.sh-2112- } ############################################## bind9-9.16.8/ltmain.sh-2115- { bind9-9.16.8/ltmain.sh:2116: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` bind9-9.16.8/ltmain.sh-2117- } ############################################## bind9-9.16.8/ltmain.sh-2206- # quotes we have to do it in 2 steps: bind9-9.16.8/ltmain.sh:2207: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` bind9-9.16.8/ltmain.sh-2208- eval "$extractedcf" ############################################## bind9-9.16.8/ltmain.sh-2659- done bind9-9.16.8/ltmain.sh:2660: CC_expanded=`func_echo_all $CC` bind9-9.16.8/ltmain.sh:2661: CC_quoted_expanded=`func_echo_all $CC_quoted` bind9-9.16.8/ltmain.sh-2662- case $@ in ############################################## bind9-9.16.8/ltmain.sh-2672- # Evaluate the configuration. bind9-9.16.8/ltmain.sh:2673: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" bind9-9.16.8/ltmain.sh-2674- CC_quoted= ############################################## bind9-9.16.8/ltmain.sh-2678- done bind9-9.16.8/ltmain.sh:2679: CC_expanded=`func_echo_all $CC` bind9-9.16.8/ltmain.sh:2680: CC_quoted_expanded=`func_echo_all $CC_quoted` bind9-9.16.8/ltmain.sh-2681- case "$@ " in ############################################## bind9-9.16.8/ltmain.sh-2770- # zero AND non-empty stdout, which explains the odd construction: bind9-9.16.8/ltmain.sh:2771: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` bind9-9.16.8/ltmain.sh-2772- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## bind9-9.16.8/ltmain.sh-2838- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then bind9-9.16.8/ltmain.sh:2839: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` bind9-9.16.8/ltmain.sh-2840- if test "$?" -ne 0; then ############################################## bind9-9.16.8/ltmain.sh-3009- # LT_CYGPATH in this case. bind9-9.16.8/ltmain.sh:3010: func_to_host_file_result=`cygpath -m "$1"` bind9-9.16.8/ltmain.sh-3011- fi ############################################## bind9-9.16.8/ltmain.sh-3166- func_to_host_path_tmp1=$func_stripname_result bind9-9.16.8/ltmain.sh:3167: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` bind9-9.16.8/ltmain.sh-3168- func_convert_path_check : ";" \ ############################################## bind9-9.16.8/ltmain.sh-3376- *.[cCFSifmso] | \ bind9-9.16.8/ltmain.sh:3377: *.ada | *.adb | *.ads | *.asm | \ bind9-9.16.8/ltmain.sh-3378- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## bind9-9.16.8/ltmain.sh-3453- if test no = "$compiler_c_o"; then bind9-9.16.8/ltmain.sh:3454: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext bind9-9.16.8/ltmain.sh-3455- lockfile=$output_obj.lock ############################################## bind9-9.16.8/ltmain.sh-3472-*** ERROR, $lockfile exists and contains: bind9-9.16.8/ltmain.sh:3473:`cat $lockfile 2>/dev/null` bind9-9.16.8/ltmain.sh-3474- ############################################## bind9-9.16.8/ltmain.sh-3520- if test warn = "$need_locks" && bind9-9.16.8/ltmain.sh:3521: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then bind9-9.16.8/ltmain.sh-3522- $ECHO "\ bind9-9.16.8/ltmain.sh-3523-*** ERROR, $lockfile contains: bind9-9.16.8/ltmain.sh:3524:`cat $lockfile 2>/dev/null` bind9-9.16.8/ltmain.sh-3525- ############################################## bind9-9.16.8/ltmain.sh-3569- if test warn = "$need_locks" && bind9-9.16.8/ltmain.sh:3570: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then bind9-9.16.8/ltmain.sh-3571- $ECHO "\ bind9-9.16.8/ltmain.sh-3572-*** ERROR, $lockfile contains: bind9-9.16.8/ltmain.sh:3573:`cat $lockfile 2>/dev/null` bind9-9.16.8/ltmain.sh-3574- ############################################## bind9-9.16.8/ltmain.sh-3895- # Get the absolute pathname. bind9-9.16.8/ltmain.sh:3896: absdir=`cd "$dir" && pwd` bind9-9.16.8/ltmain.sh-3897- test -n "$absdir" && dir=$absdir ############################################## bind9-9.16.8/ltmain.sh-3994- if test -n "$lt_sysroot"; then bind9-9.16.8/ltmain.sh:3995: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` bind9-9.16.8/ltmain.sh-3996- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## bind9-9.16.8/ltmain.sh-4278- # Determine the prefix the user has applied to our future dir. bind9-9.16.8/ltmain.sh:4279: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` bind9-9.16.8/ltmain.sh-4280- ############################################## bind9-9.16.8/ltmain.sh-4291- # Stick the inst_prefix_dir data into the link command. bind9-9.16.8/ltmain.sh:4292: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` bind9-9.16.8/ltmain.sh-4293- else bind9-9.16.8/ltmain.sh:4294: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` bind9-9.16.8/ltmain.sh-4295- fi ############################################## bind9-9.16.8/ltmain.sh-4458- fi bind9-9.16.8/ltmain.sh:4459: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` bind9-9.16.8/ltmain.sh-4460- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## bind9-9.16.8/ltmain.sh-4477- # Replace the output file specification. bind9-9.16.8/ltmain.sh:4478: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` bind9-9.16.8/ltmain.sh-4479- ############################################## bind9-9.16.8/ltmain.sh-4496- # Install the binary that we compiled earlier. bind9-9.16.8/ltmain.sh:4497: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` bind9-9.16.8/ltmain.sh-4498- fi ############################################## bind9-9.16.8/ltmain.sh-4570- my_pic_p=${3-false} bind9-9.16.8/ltmain.sh:4571: my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` bind9-9.16.8/ltmain.sh-4572- my_dlsyms= ############################################## bind9-9.16.8/ltmain.sh-4628- # Add our own program objects to the symbol list. bind9-9.16.8/ltmain.sh:4629: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` bind9-9.16.8/ltmain.sh-4630- for progfile in $progfiles; do ############################################## bind9-9.16.8/ltmain.sh-4690- # Use subshell, to avoid clobbering current variable values bind9-9.16.8/ltmain.sh:4691: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` bind9-9.16.8/ltmain.sh-4692- if test -n "$dlprefile_dlname"; then ############################################## bind9-9.16.8/ltmain.sh-4859- if test -f "$output_objdir/$my_outputname.def"; then bind9-9.16.8/ltmain.sh:4860: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` bind9-9.16.8/ltmain.sh:4861: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` bind9-9.16.8/ltmain.sh-4862- else bind9-9.16.8/ltmain.sh:4863: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` bind9-9.16.8/ltmain.sh:4864: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` bind9-9.16.8/ltmain.sh-4865- fi ############################################## bind9-9.16.8/ltmain.sh-4867- *) bind9-9.16.8/ltmain.sh:4868: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` bind9-9.16.8/ltmain.sh:4869: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` bind9-9.16.8/ltmain.sh-4870- ;; ############################################## bind9-9.16.8/ltmain.sh-4882- # Nullify the symbol file. bind9-9.16.8/ltmain.sh:4883: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` bind9-9.16.8/ltmain.sh:4884: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` bind9-9.16.8/ltmain.sh-4885- fi ############################################## bind9-9.16.8/ltmain.sh-4896- func_to_tool_file "$1" func_convert_file_msys_to_w32 bind9-9.16.8/ltmain.sh:4897: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` bind9-9.16.8/ltmain.sh-4898- test -n "$func_cygming_gnu_implib_tmp" ############################################## bind9-9.16.8/ltmain.sh-4909- func_to_tool_file "$1" func_convert_file_msys_to_w32 bind9-9.16.8/ltmain.sh:4910: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` bind9-9.16.8/ltmain.sh-4911- test -n "$func_cygming_ms_implib_tmp" ############################################## bind9-9.16.8/ltmain.sh-4925- win32_libid_type=unknown bind9-9.16.8/ltmain.sh:4926: win32_fileres=`file -L $1 2>/dev/null` bind9-9.16.8/ltmain.sh-4927- case $win32_fileres in ############################################## bind9-9.16.8/ltmain.sh-4990- bind9-9.16.8/ltmain.sh:4991: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` bind9-9.16.8/ltmain.sh-4992-} ############################################## bind9-9.16.8/ltmain.sh-5008- bind9-9.16.8/ltmain.sh:5009: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` bind9-9.16.8/ltmain.sh-5010- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## bind9-9.16.8/ltmain.sh-5072- # binutils import library bind9-9.16.8/ltmain.sh:5073: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` bind9-9.16.8/ltmain.sh-5074- elif func_cygming_ms_implib_p "$1"; then bind9-9.16.8/ltmain.sh-5075- # ms-generated import library bind9-9.16.8/ltmain.sh:5076: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` bind9-9.16.8/ltmain.sh-5077- else ############################################## bind9-9.16.8/ltmain.sh-5156- darwin_base_archive=$func_basename_result bind9-9.16.8/ltmain.sh:5157: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` bind9-9.16.8/ltmain.sh-5158- if test -n "$darwin_arches"; then bind9-9.16.8/ltmain.sh:5159: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` bind9-9.16.8/ltmain.sh-5160- darwin_arch= ############################################## bind9-9.16.8/ltmain.sh-5170- ## Okay now we've a bunch of thin objects, gotta fatten them up :) bind9-9.16.8/ltmain.sh:5171: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` bind9-9.16.8/ltmain.sh-5172- darwin_file= ############################################## bind9-9.16.8/ltmain.sh-5174- for darwin_file in $darwin_filelist; do bind9-9.16.8/ltmain.sh:5175: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` bind9-9.16.8/ltmain.sh-5176- $LIPO -create -output "$darwin_file" $darwin_files ############################################## bind9-9.16.8/ltmain.sh-5189- esac bind9-9.16.8/ltmain.sh:5190: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` bind9-9.16.8/ltmain.sh-5191- done ############################################## bind9-9.16.8/ltmain.sh-5260- bind9-9.16.8/ltmain.sh:5261: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` bind9-9.16.8/ltmain.sh-5262- $ECHO "\ ############################################## bind9-9.16.8/ltmain.sh-5295- --lt-dump-script) bind9-9.16.8/ltmain.sh:5296: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` bind9-9.16.8/ltmain.sh-5297- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. bind9-9.16.8/ltmain.sh:5298: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` bind9-9.16.8/ltmain.sh-5299- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## bind9-9.16.8/ltmain.sh-5322- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" bind9-9.16.8/ltmain.sh:5323: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` bind9-9.16.8/ltmain.sh-5324- done ############################################## bind9-9.16.8/ltmain.sh-5380- # Find the directory that this script lives in. bind9-9.16.8/ltmain.sh:5381: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` bind9-9.16.8/ltmain.sh-5382- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## bind9-9.16.8/ltmain.sh-5384- # Follow symbolic links until we get to the real thisdir. bind9-9.16.8/ltmain.sh:5385: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` bind9-9.16.8/ltmain.sh-5386- while test -n \"\$file\"; do bind9-9.16.8/ltmain.sh:5387: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` bind9-9.16.8/ltmain.sh-5388- ############################################## bind9-9.16.8/ltmain.sh-5396- bind9-9.16.8/ltmain.sh:5397: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` bind9-9.16.8/ltmain.sh:5398: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` bind9-9.16.8/ltmain.sh-5399- done ############################################## bind9-9.16.8/ltmain.sh-5410- case \"\$thisdir\" in bind9-9.16.8/ltmain.sh:5411: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; bind9-9.16.8/ltmain.sh-5412- $objdir ) thisdir=. ;; ############################################## bind9-9.16.8/ltmain.sh-5416- # Try to get the absolute directory name. bind9-9.16.8/ltmain.sh:5417: absdir=\`cd \"\$thisdir\" && pwd\` bind9-9.16.8/ltmain.sh-5418- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## bind9-9.16.8/ltmain.sh-5426- if test ! -f \"\$progdir/\$program\" || bind9-9.16.8/ltmain.sh:5427: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ bind9-9.16.8/ltmain.sh-5428- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## bind9-9.16.8/ltmain.sh-5441- if test -n \"\$relink_command\"; then bind9-9.16.8/ltmain.sh:5442: if relink_command_output=\`eval \$relink_command 2>&1\`; then : bind9-9.16.8/ltmain.sh-5443- else ############################################## bind9-9.16.8/ltmain.sh-5485- # The second colon is a workaround for a bug in BeOS R4 sed bind9-9.16.8/ltmain.sh:5486: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` bind9-9.16.8/ltmain.sh-5487- ############################################## bind9-9.16.8/ltmain.sh-6464- bind9-9.16.8/ltmain.sh:6465: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in bind9-9.16.8/ltmain.sh-6466- *import*) : ;; ############################################## bind9-9.16.8/ltmain.sh-6712- moreargs= bind9-9.16.8/ltmain.sh:6713: for fil in `cat "$save_arg"` bind9-9.16.8/ltmain.sh-6714- do ############################################## bind9-9.16.8/ltmain.sh-6973- *) bind9-9.16.8/ltmain.sh:6974: absdir=`cd "$dir" && pwd` bind9-9.16.8/ltmain.sh-6975- test -z "$absdir" && \ ############################################## bind9-9.16.8/ltmain.sh-6994- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) bind9-9.16.8/ltmain.sh:6995: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` bind9-9.16.8/ltmain.sh-6996- case :$dllsearchpath: in ############################################## bind9-9.16.8/ltmain.sh-7287- -Z*) bind9-9.16.8/ltmain.sh:7288: if test os2 = "`expr $host : '.*\(os2\)'`"; then bind9-9.16.8/ltmain.sh-7289- # OS/2 uses -Zxxx to specify OS/2-specific options ############################################## bind9-9.16.8/ltmain.sh-7457- # get the directories listed in $shlibpath_var bind9-9.16.8/ltmain.sh:7458: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` bind9-9.16.8/ltmain.sh-7459- else ############################################## bind9-9.16.8/ltmain.sh-7773- set dummy $deplibs_check_method; shift bind9-9.16.8/ltmain.sh:7774: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` bind9-9.16.8/ltmain.sh-7775- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## bind9-9.16.8/ltmain.sh-7863- if test -n "$inherited_linker_flags"; then bind9-9.16.8/ltmain.sh:7864: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` bind9-9.16.8/ltmain.sh-7865- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## bind9-9.16.8/ltmain.sh-7871- fi bind9-9.16.8/ltmain.sh:7872: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bind9-9.16.8/ltmain.sh-7873- if test lib,link = "$linkmode,$pass" || ############################################## bind9-9.16.8/ltmain.sh-7944- *) bind9-9.16.8/ltmain.sh:7945: abs_ladir=`cd "$ladir" && pwd` bind9-9.16.8/ltmain.sh-7946- if test -z "$abs_ladir"; then ############################################## bind9-9.16.8/ltmain.sh-8197- shift bind9-9.16.8/ltmain.sh:8198: libname=`eval "\\$ECHO \"$libname_spec\""` bind9-9.16.8/ltmain.sh-8199- # use dlname if we got it. it's perfectly good, no? ############################################## bind9-9.16.8/ltmain.sh-8489- *) bind9-9.16.8/ltmain.sh:8490: absdir=`cd "$dir" && pwd` bind9-9.16.8/ltmain.sh-8491- if test -z "$absdir"; then ############################################## bind9-9.16.8/ltmain.sh-8500- depdepl= bind9-9.16.8/ltmain.sh:8501: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` bind9-9.16.8/ltmain.sh-8502- if test -n "$deplibrary_names"; then ############################################## bind9-9.16.8/ltmain.sh-8507- depdepl=$absdir/$objdir/$depdepl bind9-9.16.8/ltmain.sh:8508: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` bind9-9.16.8/ltmain.sh-8509- if test -z "$darwin_install_name"; then bind9-9.16.8/ltmain.sh:8510: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` bind9-9.16.8/ltmain.sh-8511- fi ############################################## bind9-9.16.8/ltmain.sh-8522- else bind9-9.16.8/ltmain.sh:8523: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` bind9-9.16.8/ltmain.sh-8524- test -z "$libdir" && \ ############################################## bind9-9.16.8/ltmain.sh-8545- else bind9-9.16.8/ltmain.sh:8546: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bind9-9.16.8/ltmain.sh-8547- fi ############################################## bind9-9.16.8/ltmain.sh-8634- linux*) bind9-9.16.8/ltmain.sh:8635: case `$CC -V 2>&1 | sed 5q` in bind9-9.16.8/ltmain.sh-8636- *Sun\ C*) # Sun C++ 5.9 ############################################## bind9-9.16.8/ltmain.sh-9039- removelist= bind9-9.16.8/ltmain.sh:9040: tempremovelist=`$ECHO "$output_objdir/*"` bind9-9.16.8/ltmain.sh-9041- for p in $tempremovelist; do ############################################## bind9-9.16.8/ltmain.sh-9065- # Transform .lo files to .o files. bind9-9.16.8/ltmain.sh:9066: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` bind9-9.16.8/ltmain.sh-9067- fi ############################################## bind9-9.16.8/ltmain.sh-9070- #for path in $notinst_path; do bind9-9.16.8/ltmain.sh:9071: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` bind9-9.16.8/ltmain.sh:9072: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` bind9-9.16.8/ltmain.sh:9073: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` bind9-9.16.8/ltmain.sh-9074- #done ############################################## bind9-9.16.8/ltmain.sh-9191- if test -n "$i"; then bind9-9.16.8/ltmain.sh:9192: libname=`eval "\\$ECHO \"$libname_spec\""` bind9-9.16.8/ltmain.sh:9193: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` bind9-9.16.8/ltmain.sh-9194- set dummy $deplib_matches; shift bind9-9.16.8/ltmain.sh-9195- deplib_match=$1 bind9-9.16.8/ltmain.sh:9196: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then bind9-9.16.8/ltmain.sh-9197- func_append newdeplibs " $i" ############################################## bind9-9.16.8/ltmain.sh-9234- if test -n "$i"; then bind9-9.16.8/ltmain.sh:9235: libname=`eval "\\$ECHO \"$libname_spec\""` bind9-9.16.8/ltmain.sh:9236: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` bind9-9.16.8/ltmain.sh-9237- set dummy $deplib_matches; shift bind9-9.16.8/ltmain.sh-9238- deplib_match=$1 bind9-9.16.8/ltmain.sh:9239: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then bind9-9.16.8/ltmain.sh-9240- func_append newdeplibs " $i" ############################################## bind9-9.16.8/ltmain.sh-9269- set dummy $deplibs_check_method; shift bind9-9.16.8/ltmain.sh:9270: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` bind9-9.16.8/ltmain.sh-9271- for a_deplib in $deplibs; do ############################################## bind9-9.16.8/ltmain.sh-9284- if test -n "$a_deplib"; then bind9-9.16.8/ltmain.sh:9285: libname=`eval "\\$ECHO \"$libname_spec\""` bind9-9.16.8/ltmain.sh-9286- if test -n "$file_magic_glob"; then bind9-9.16.8/ltmain.sh:9287: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` bind9-9.16.8/ltmain.sh-9288- else ############################################## bind9-9.16.8/ltmain.sh-9294- shopt -s nocaseglob bind9-9.16.8/ltmain.sh:9295: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` bind9-9.16.8/ltmain.sh-9296- $nocaseglob bind9-9.16.8/ltmain.sh-9297- else bind9-9.16.8/ltmain.sh:9298: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` bind9-9.16.8/ltmain.sh-9299- fi ############################################## bind9-9.16.8/ltmain.sh-9312- while test -h "$potlib" 2>/dev/null; do bind9-9.16.8/ltmain.sh:9313: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` bind9-9.16.8/ltmain.sh-9314- case $potliblink in bind9-9.16.8/ltmain.sh-9315- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; bind9-9.16.8/ltmain.sh:9316: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; bind9-9.16.8/ltmain.sh-9317- esac ############################################## bind9-9.16.8/ltmain.sh-9353- set dummy $deplibs_check_method; shift bind9-9.16.8/ltmain.sh:9354: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` bind9-9.16.8/ltmain.sh-9355- for a_deplib in $deplibs; do ############################################## bind9-9.16.8/ltmain.sh-9368- if test -n "$a_deplib"; then bind9-9.16.8/ltmain.sh:9369: libname=`eval "\\$ECHO \"$libname_spec\""` bind9-9.16.8/ltmain.sh-9370- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do bind9-9.16.8/ltmain.sh:9371: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` bind9-9.16.8/ltmain.sh-9372- for potent_lib in $potential_libs; do ############################################## bind9-9.16.8/ltmain.sh-9407- newdeplibs= bind9-9.16.8/ltmain.sh:9408: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` bind9-9.16.8/ltmain.sh-9409- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## bind9-9.16.8/ltmain.sh-9411- # can't use Xsed below, because $i might contain '/' bind9-9.16.8/ltmain.sh:9412: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` bind9-9.16.8/ltmain.sh-9413- done ############################################## bind9-9.16.8/ltmain.sh-9437- # On Rhapsody replace the C library with the System framework bind9-9.16.8/ltmain.sh:9438: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` bind9-9.16.8/ltmain.sh-9439- ;; ############################################## bind9-9.16.8/ltmain.sh-9489- *-*-darwin*) bind9-9.16.8/ltmain.sh:9490: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bind9-9.16.8/ltmain.sh:9491: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bind9-9.16.8/ltmain.sh:9492: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bind9-9.16.8/ltmain.sh-9493- ;; ############################################## bind9-9.16.8/ltmain.sh-9616- # Use standard objects if they are pic bind9-9.16.8/ltmain.sh:9617: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` bind9-9.16.8/ltmain.sh-9618- test "X$libobjs" = "X " && libobjs= ############################################## bind9-9.16.8/ltmain.sh-10130- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" bind9-9.16.8/ltmain.sh:10131: test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` bind9-9.16.8/ltmain.sh-10132- reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags ############################################## bind9-9.16.8/ltmain.sh-10145- # Create the old-style object. bind9-9.16.8/ltmain.sh:10146: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs bind9-9.16.8/ltmain.sh-10147- ############################################## bind9-9.16.8/ltmain.sh-10203- # On Rhapsody replace the C library is the System framework bind9-9.16.8/ltmain.sh:10204: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` bind9-9.16.8/ltmain.sh:10205: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` bind9-9.16.8/ltmain.sh-10206- ;; ############################################## bind9-9.16.8/ltmain.sh-10221- # Time to change all our "foo.ltframework" stuff back to "-framework foo" bind9-9.16.8/ltmain.sh:10222: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bind9-9.16.8/ltmain.sh:10223: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bind9-9.16.8/ltmain.sh-10224- ;; ############################################## bind9-9.16.8/ltmain.sh-10299- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) bind9-9.16.8/ltmain.sh:10300: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` bind9-9.16.8/ltmain.sh-10301- case :$dllsearchpath: in ############################################## bind9-9.16.8/ltmain.sh-10359- # Transform all the library objects into standard objects. bind9-9.16.8/ltmain.sh:10360: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` bind9-9.16.8/ltmain.sh:10361: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` bind9-9.16.8/ltmain.sh-10362- fi ############################################## bind9-9.16.8/ltmain.sh-10387- # Replace the output file specification. bind9-9.16.8/ltmain.sh:10388: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` bind9-9.16.8/ltmain.sh-10389- link_command=$compile_command$compile_rpath ############################################## bind9-9.16.8/ltmain.sh-10396- func_to_tool_file "$output" bind9-9.16.8/ltmain.sh:10397: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` bind9-9.16.8/ltmain.sh-10398- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## bind9-9.16.8/ltmain.sh-10440- # Replace the output file specification. bind9-9.16.8/ltmain.sh:10441: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` bind9-9.16.8/ltmain.sh-10442- # Delete the old output file. ############################################## bind9-9.16.8/ltmain.sh-10448- func_to_tool_file "$output" bind9-9.16.8/ltmain.sh:10449: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` bind9-9.16.8/ltmain.sh-10450- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## bind9-9.16.8/ltmain.sh-10466- link_command=$finalize_var$compile_command$finalize_rpath bind9-9.16.8/ltmain.sh:10467: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` bind9-9.16.8/ltmain.sh-10468- ;; ############################################## bind9-9.16.8/ltmain.sh-10479- # Replace the output file specification. bind9-9.16.8/ltmain.sh:10480: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` bind9-9.16.8/ltmain.sh-10481- ############################################## bind9-9.16.8/ltmain.sh-10488- func_to_tool_file "$output_objdir/$outputname" bind9-9.16.8/ltmain.sh:10489: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` bind9-9.16.8/ltmain.sh-10490- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## bind9-9.16.8/ltmain.sh-10509- relink_command="(cd `pwd`; $relink_command)" bind9-9.16.8/ltmain.sh:10510: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` bind9-9.16.8/ltmain.sh-10511- fi ############################################## bind9-9.16.8/ltmain.sh-10755- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" bind9-9.16.8/ltmain.sh:10756: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` bind9-9.16.8/ltmain.sh-10757- if test yes = "$hardcode_automatic"; then ############################################## bind9-9.16.8/ltmain.sh-10776- func_resolve_sysroot "$deplib" bind9-9.16.8/ltmain.sh:10777: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` bind9-9.16.8/ltmain.sh-10778- test -z "$libdir" && \ ############################################## bind9-9.16.8/ltmain.sh-10802- name=$func_basename_result bind9-9.16.8/ltmain.sh:10803: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` bind9-9.16.8/ltmain.sh-10804- test -z "$libdir" && \ ############################################## bind9-9.16.8/ltmain.sh-10821- name=$func_basename_result bind9-9.16.8/ltmain.sh:10822: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` bind9-9.16.8/ltmain.sh-10823- test -z "$libdir" && \ ############################################## bind9-9.16.8/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static bind9-9.16.8/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` bind9-9.16.8/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## bind9-9.16.8/m4/ax_pthread.m4-296- ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' bind9-9.16.8/m4/ax_pthread.m4:297: ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"` bind9-9.16.8/m4/ax_pthread.m4-298- ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" ############################################## bind9-9.16.8/m4/libtool.m4-119- done bind9-9.16.8/m4/libtool.m4:120: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` bind9-9.16.8/m4/libtool.m4-121-} ############################################## bind9-9.16.8/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE], bind9-9.16.8/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) bind9-9.16.8/m4/libtool.m4-439- ############################################## bind9-9.16.8/m4/libtool.m4-447-# bind9-9.16.8/m4/libtool.m4:448:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' bind9-9.16.8/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## bind9-9.16.8/m4/libtool.m4-557-]], lt_decl_quote_varnames); do bind9-9.16.8/m4/libtool.m4:558: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bind9-9.16.8/m4/libtool.m4-559- *[[\\\\\\\`\\"\\\$]]*) bind9-9.16.8/m4/libtool.m4:560: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes bind9-9.16.8/m4/libtool.m4-561- ;; ############################################## bind9-9.16.8/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do bind9-9.16.8/m4/libtool.m4:571: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bind9-9.16.8/m4/libtool.m4-572- *[[\\\\\\\`\\"\\\$]]*) bind9-9.16.8/m4/libtool.m4:573: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes bind9-9.16.8/m4/libtool.m4-574- ;; ############################################## bind9-9.16.8/m4/libtool.m4-1107- if test yes = "$lt_cv_ld_force_load"; then bind9-9.16.8/m4/libtool.m4:1108: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' bind9-9.16.8/m4/libtool.m4-1109- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## bind9-9.16.8/m4/libtool.m4-1160- }]' bind9-9.16.8/m4/libtool.m4:1161: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bind9-9.16.8/m4/libtool.m4-1162- # Check for a 64-bit object if we didn't find anything. bind9-9.16.8/m4/libtool.m4-1163- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then bind9-9.16.8/m4/libtool.m4:1164: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bind9-9.16.8/m4/libtool.m4-1165- fi],[]) ############################################## bind9-9.16.8/m4/libtool.m4-1196-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ bind9-9.16.8/m4/libtool.m4:1197: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then bind9-9.16.8/m4/libtool.m4-1198- ECHO='print -r --' bind9-9.16.8/m4/libtool.m4:1199:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then bind9-9.16.8/m4/libtool.m4-1200- ECHO='printf %s\n' ############################################## bind9-9.16.8/m4/libtool.m4-1231- PATH=/empty FPATH=/empty; export PATH FPATH bind9-9.16.8/m4/libtool.m4:1232: test "X`printf %s $ECHO`" = "X$ECHO" \ bind9-9.16.8/m4/libtool.m4:1233: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) bind9-9.16.8/m4/libtool.m4-1234- ############################################## bind9-9.16.8/m4/libtool.m4-1255- if test yes = "$GCC"; then bind9-9.16.8/m4/libtool.m4:1256: lt_sysroot=`$CC --print-sysroot 2>/dev/null` bind9-9.16.8/m4/libtool.m4-1257- fi ############################################## bind9-9.16.8/m4/libtool.m4-1259- /*) bind9-9.16.8/m4/libtool.m4:1260: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` bind9-9.16.8/m4/libtool.m4-1261- ;; #( ############################################## bind9-9.16.8/m4/libtool.m4-1289- if AC_TRY_EVAL(ac_compile); then bind9-9.16.8/m4/libtool.m4:1290: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/m4/libtool.m4-1291- *ELF-32*) ############################################## bind9-9.16.8/m4/libtool.m4-1306- if test yes = "$lt_cv_prog_gnu_ld"; then bind9-9.16.8/m4/libtool.m4:1307: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/m4/libtool.m4-1308- *32-bit*) ############################################## bind9-9.16.8/m4/libtool.m4-1318- else bind9-9.16.8/m4/libtool.m4:1319: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/m4/libtool.m4-1320- *32-bit*) ############################################## bind9-9.16.8/m4/libtool.m4-1340- emul=elf bind9-9.16.8/m4/libtool.m4:1341: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/m4/libtool.m4-1342- *32-bit*) ############################################## bind9-9.16.8/m4/libtool.m4-1348- esac bind9-9.16.8/m4/libtool.m4:1349: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/m4/libtool.m4-1350- *MSB*) ############################################## bind9-9.16.8/m4/libtool.m4-1356- esac bind9-9.16.8/m4/libtool.m4:1357: case `/usr/bin/file conftest.$ac_objext` in bind9-9.16.8/m4/libtool.m4-1358- *N32*) ############################################## bind9-9.16.8/m4/libtool.m4-1721- # And add a safety zone bind9-9.16.8/m4/libtool.m4:1722: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bind9-9.16.8/m4/libtool.m4:1723: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bind9-9.16.8/m4/libtool.m4-1724- ;; ############################################## bind9-9.16.8/m4/libtool.m4-1754- if test -n "$kargmax"; then bind9-9.16.8/m4/libtool.m4:1755: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` bind9-9.16.8/m4/libtool.m4-1756- else ############################################## bind9-9.16.8/m4/libtool.m4-1763- test undefined != "$lt_cv_sys_max_cmd_len"; then bind9-9.16.8/m4/libtool.m4:1764: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bind9-9.16.8/m4/libtool.m4:1765: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bind9-9.16.8/m4/libtool.m4-1766- else ############################################## bind9-9.16.8/m4/libtool.m4-1775- # we can't tell. bind9-9.16.8/m4/libtool.m4:1776: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ bind9-9.16.8/m4/libtool.m4-1777- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## bind9-9.16.8/m4/libtool.m4-1779- do bind9-9.16.8/m4/libtool.m4:1780: i=`expr $i + 1` bind9-9.16.8/m4/libtool.m4-1781- teststring=$teststring$teststring ############################################## bind9-9.16.8/m4/libtool.m4-1783- # Only check the string length outside the loop. bind9-9.16.8/m4/libtool.m4:1784: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` bind9-9.16.8/m4/libtool.m4-1785- teststring= ############################################## bind9-9.16.8/m4/libtool.m4-1788- # linker. It appears as though 1/2 is a usable value. bind9-9.16.8/m4/libtool.m4:1789: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` bind9-9.16.8/m4/libtool.m4-1790- fi ############################################## bind9-9.16.8/m4/libtool.m4-2254- *:) bind9-9.16.8/m4/libtool.m4:2255: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" bind9-9.16.8/m4/libtool.m4-2256- ;; bind9-9.16.8/m4/libtool.m4-2257- x:*) bind9-9.16.8/m4/libtool.m4:2258: eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" bind9-9.16.8/m4/libtool.m4-2259- ;; bind9-9.16.8/m4/libtool.m4-2260- *::*) bind9-9.16.8/m4/libtool.m4:2261: eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" bind9-9.16.8/m4/libtool.m4:2262: eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" bind9-9.16.8/m4/libtool.m4-2263- ;; bind9-9.16.8/m4/libtool.m4-2264- *) bind9-9.16.8/m4/libtool.m4:2265: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" bind9-9.16.8/m4/libtool.m4-2266- ;; ############################################## bind9-9.16.8/m4/libtool.m4-2294- esac bind9-9.16.8/m4/libtool.m4:2295: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` bind9-9.16.8/m4/libtool.m4-2296- case $lt_search_path_spec in ############################################## bind9-9.16.8/m4/libtool.m4-2301- # okay in the real world where ";" in dirpaths is itself problematic. bind9-9.16.8/m4/libtool.m4:2302: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` bind9-9.16.8/m4/libtool.m4-2303- ;; bind9-9.16.8/m4/libtool.m4-2304- *) bind9-9.16.8/m4/libtool.m4:2305: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` bind9-9.16.8/m4/libtool.m4-2306- ;; ############################################## bind9-9.16.8/m4/libtool.m4-2310- lt_tmp_lt_search_path_spec= bind9-9.16.8/m4/libtool.m4:2311: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` bind9-9.16.8/m4/libtool.m4-2312- # ...but if some path component already ends with the multilib dir we assume ############################################## bind9-9.16.8/m4/libtool.m4-2352- esac bind9-9.16.8/m4/libtool.m4:2353: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` bind9-9.16.8/m4/libtool.m4-2354-else ############################################## bind9-9.16.8/m4/libtool.m4-2493- # Create ${libname}_ixlibrary.a entries in /sys/libs. bind9-9.16.8/m4/libtool.m4:2494: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' bind9-9.16.8/m4/libtool.m4-2495- ;; ############################################## bind9-9.16.8/m4/libtool.m4-2529- # DLL is installed to $(libdir)/../bin by postinstall_cmds bind9-9.16.8/m4/libtool.m4:2530: postinstall_cmds='base_file=`basename \$file`~ bind9-9.16.8/m4/libtool.m4:2531: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ bind9-9.16.8/m4/libtool.m4:2532: dldir=$destdir/`dirname \$dlpath`~ bind9-9.16.8/m4/libtool.m4-2533- test -d \$dldir || mkdir -p \$dldir~ ############################################## bind9-9.16.8/m4/libtool.m4-2538- fi' bind9-9.16.8/m4/libtool.m4:2539: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bind9-9.16.8/m4/libtool.m4-2540- dlpath=$dir/\$dldll~ ############################################## bind9-9.16.8/m4/libtool.m4-2546- # Cygwin DLLs use 'cyg' prefix rather than 'lib' bind9-9.16.8/m4/libtool.m4:2547: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' bind9-9.16.8/m4/libtool.m4-2548-m4_if([$1], [],[ ############################################## bind9-9.16.8/m4/libtool.m4-2552- # MinGW DLLs use traditional 'lib' prefix bind9-9.16.8/m4/libtool.m4:2553: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' bind9-9.16.8/m4/libtool.m4-2554- ;; ############################################## bind9-9.16.8/m4/libtool.m4-2556- # pw32 DLLs use 'pw' prefix rather than 'lib' bind9-9.16.8/m4/libtool.m4:2557: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' bind9-9.16.8/m4/libtool.m4-2558- ;; ############################################## bind9-9.16.8/m4/libtool.m4-2565- libname_spec='$name' bind9-9.16.8/m4/libtool.m4:2566: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' bind9-9.16.8/m4/libtool.m4-2567- library_names_spec='$libname.dll.lib' ############################################## bind9-9.16.8/m4/libtool.m4-2577- # Let DOS variable expansion print the short 8.3 style file name. bind9-9.16.8/m4/libtool.m4:2578: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` bind9-9.16.8/m4/libtool.m4-2579- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## bind9-9.16.8/m4/libtool.m4-2582- # Convert to MSYS style. bind9-9.16.8/m4/libtool.m4:2583: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` bind9-9.16.8/m4/libtool.m4-2584- ;; ############################################## bind9-9.16.8/m4/libtool.m4-2588- # like /cygdrive/c/PROGRA~1:/cygdr... bind9-9.16.8/m4/libtool.m4:2589: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` bind9-9.16.8/m4/libtool.m4:2590: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` bind9-9.16.8/m4/libtool.m4:2591: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bind9-9.16.8/m4/libtool.m4-2592- ;; ############################################## bind9-9.16.8/m4/libtool.m4-2596- # It is most probably a Windows format PATH. bind9-9.16.8/m4/libtool.m4:2597: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` bind9-9.16.8/m4/libtool.m4-2598- else bind9-9.16.8/m4/libtool.m4:2599: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bind9-9.16.8/m4/libtool.m4-2600- fi ############################################## bind9-9.16.8/m4/libtool.m4-2606- # DLL is installed to $(libdir)/../bin by postinstall_cmds bind9-9.16.8/m4/libtool.m4:2607: postinstall_cmds='base_file=`basename \$file`~ bind9-9.16.8/m4/libtool.m4:2608: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ bind9-9.16.8/m4/libtool.m4:2609: dldir=$destdir/`dirname \$dlpath`~ bind9-9.16.8/m4/libtool.m4-2610- test -d \$dldir || mkdir -p \$dldir~ bind9-9.16.8/m4/libtool.m4-2611- $install_prog $dir/$dlname \$dldir/$dlname' bind9-9.16.8/m4/libtool.m4:2612: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bind9-9.16.8/m4/libtool.m4-2613- dlpath=$dir/\$dldll~ ############################################## bind9-9.16.8/m4/libtool.m4-2620- # Assume MSVC wrapper bind9-9.16.8/m4/libtool.m4:2621: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' bind9-9.16.8/m4/libtool.m4-2622- dynamic_linker='Win32 ld.exe' ############################################## bind9-9.16.8/m4/libtool.m4-2637- shlibpath_var=DYLD_LIBRARY_PATH bind9-9.16.8/m4/libtool.m4:2638: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' bind9-9.16.8/m4/libtool.m4-2639-m4_if([$1], [],[ ############################################## bind9-9.16.8/m4/libtool.m4-2871- if test -f /etc/ld.so.conf; then bind9-9.16.8/m4/libtool.m4:2872: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` bind9-9.16.8/m4/libtool.m4-2873- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## bind9-9.16.8/m4/libtool.m4-2925- need_lib_prefix=no bind9-9.16.8/m4/libtool.m4:2926: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then bind9-9.16.8/m4/libtool.m4-2927- need_version=no ############################################## bind9-9.16.8/m4/libtool.m4-2952- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec bind9-9.16.8/m4/libtool.m4:2953: postinstall_cmds='base_file=`basename \$file`~ bind9-9.16.8/m4/libtool.m4:2954: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ bind9-9.16.8/m4/libtool.m4:2955: dldir=$destdir/`dirname \$dlpath`~ bind9-9.16.8/m4/libtool.m4-2956- test -d \$dldir || mkdir -p \$dldir~ ############################################## bind9-9.16.8/m4/libtool.m4-2961- fi' bind9-9.16.8/m4/libtool.m4:2962: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ bind9-9.16.8/m4/libtool.m4-2963- dlpath=$dir/\$dldll~ ############################################## bind9-9.16.8/m4/libtool.m4-3172- "file_magic "*) bind9-9.16.8/m4/libtool.m4:3173: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` bind9-9.16.8/m4/libtool.m4-3174- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## bind9-9.16.8/m4/libtool.m4-3255- # gcc leaves a trailing carriage return, which upsets mingw bind9-9.16.8/m4/libtool.m4:3256: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; bind9-9.16.8/m4/libtool.m4-3257- *) bind9-9.16.8/m4/libtool.m4:3258: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; bind9-9.16.8/m4/libtool.m4-3259- esac ############################################## bind9-9.16.8/m4/libtool.m4-3264- # Canonicalize the pathname of ld bind9-9.16.8/m4/libtool.m4:3265: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` bind9-9.16.8/m4/libtool.m4-3266- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do bind9-9.16.8/m4/libtool.m4:3267: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` bind9-9.16.8/m4/libtool.m4-3268- done ############################################## bind9-9.16.8/m4/libtool.m4-3295- # Break only if it was the GNU/non-GNU ld that we prefer. bind9-9.16.8/m4/libtool.m4:3296: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in bind9-9.16.8/m4/libtool.m4-3297- *GNU* | *'with BFD'*) ############################################## bind9-9.16.8/m4/libtool.m4-3335-[# I'd rather use --version here, but apparently some GNU lds only accept -v. bind9-9.16.8/m4/libtool.m4:3336:case `$LD -v 2>&1 </dev/null` in bind9-9.16.8/m4/libtool.m4-3337-*GNU* | *'with BFD'*) ############################################## bind9-9.16.8/m4/libtool.m4-3562-openbsd* | bitrig*) bind9-9.16.8/m4/libtool.m4:3563: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then bind9-9.16.8/m4/libtool.m4-3564- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## bind9-9.16.8/m4/libtool.m4-3629- else bind9-9.16.8/m4/libtool.m4:3630: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` bind9-9.16.8/m4/libtool.m4-3631- fi ############################################## bind9-9.16.8/m4/libtool.m4-3680- esac bind9-9.16.8/m4/libtool.m4:3681: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in bind9-9.16.8/m4/libtool.m4-3682- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## bind9-9.16.8/m4/libtool.m4-3686- *) bind9-9.16.8/m4/libtool.m4:3687: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in bind9-9.16.8/m4/libtool.m4-3688- */dev/null*) ############################################## bind9-9.16.8/m4/libtool.m4-3712- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) bind9-9.16.8/m4/libtool.m4:3713: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in bind9-9.16.8/m4/libtool.m4-3714- *COFF*) ############################################## bind9-9.16.8/m4/libtool.m4-3771- # decide which one to use based on capabilities of $DLLTOOL bind9-9.16.8/m4/libtool.m4:3772: case `$DLLTOOL --help 2>&1` in bind9-9.16.8/m4/libtool.m4-3773- *--identify-strict*) ############################################## bind9-9.16.8/m4/libtool.m4-3945-# If we're using GNU nm, then use its standard symbol codes. bind9-9.16.8/m4/libtool.m4:3946:case `$NM -V 2>&1` in bind9-9.16.8/m4/libtool.m4-3947-*GNU* | *'with BFD'*) ############################################## bind9-9.16.8/m4/libtool.m4-3993-mingw*) bind9-9.16.8/m4/libtool.m4:3994: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp bind9-9.16.8/m4/libtool.m4-3995- ;; ############################################## bind9-9.16.8/m4/libtool.m4-4049- nlist=conftest.nm bind9-9.16.8/m4/libtool.m4:4050: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then bind9-9.16.8/m4/libtool.m4-4051- # Try sorting and uniquifying the output. ############################################## bind9-9.16.8/m4/libtool.m4-4397- *) bind9-9.16.8/m4/libtool.m4:4398: case `$CC -V 2>&1 | sed 5q` in bind9-9.16.8/m4/libtool.m4-4399- *Sun\ C*) ############################################## bind9-9.16.8/m4/libtool.m4-4733- *) bind9-9.16.8/m4/libtool.m4:4734: case `$CC -V 2>&1 | sed 5q` in bind9-9.16.8/m4/libtool.m4-4735- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## bind9-9.16.8/m4/libtool.m4-4916- else bind9-9.16.8/m4/libtool.m4:4917: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' bind9-9.16.8/m4/libtool.m4-4918- fi ############################################## bind9-9.16.8/m4/libtool.m4-5009- # shared libraries, regardless of the interface used. bind9-9.16.8/m4/libtool.m4:5010: case `$LD -v 2>&1` in bind9-9.16.8/m4/libtool.m4-5011- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## bind9-9.16.8/m4/libtool.m4-5041- supports_anon_versioning=no bind9-9.16.8/m4/libtool.m4:5042: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in bind9-9.16.8/m4/libtool.m4-5043- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## bind9-9.16.8/m4/libtool.m4-5144- prefix_cmds="$SED"~ bind9-9.16.8/m4/libtool.m4:5145: if test EXPORTS = "`$SED 1q $export_symbols`"; then bind9-9.16.8/m4/libtool.m4-5146- prefix_cmds="$prefix_cmds -e 1d"; ############################################## bind9-9.16.8/m4/libtool.m4-5166- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bind9-9.16.8/m4/libtool.m4:5167: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bind9-9.16.8/m4/libtool.m4:5168: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bind9-9.16.8/m4/libtool.m4-5169- ;; ############################################## bind9-9.16.8/m4/libtool.m4-5184- pgcc*) # Portland Group C compiler bind9-9.16.8/m4/libtool.m4:5185: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/m4/libtool.m4-5186- tmp_addflag=' $pic_flag' ############################################## bind9-9.16.8/m4/libtool.m4-5189- # Portland Group f77 and f90 compilers bind9-9.16.8/m4/libtool.m4:5190: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/m4/libtool.m4-5191- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## bind9-9.16.8/m4/libtool.m4-5206- nvcc*) # Cuda Compiler Driver 2.2 bind9-9.16.8/m4/libtool.m4:5207: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/m4/libtool.m4-5208- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## bind9-9.16.8/m4/libtool.m4-5210- esac bind9-9.16.8/m4/libtool.m4:5211: case `$CC -V 2>&1 | sed 5q` in bind9-9.16.8/m4/libtool.m4-5212- *Sun\ C*) # Sun C 5.9 bind9-9.16.8/m4/libtool.m4:5213: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/m4/libtool.m4-5214- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## bind9-9.16.8/m4/libtool.m4-5281- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) bind9-9.16.8/m4/libtool.m4:5282: case `$LD -v 2>&1` in bind9-9.16.8/m4/libtool.m4-5283- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## bind9-9.16.8/m4/libtool.m4-5370- else bind9-9.16.8/m4/libtool.m4:5371: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' bind9-9.16.8/m4/libtool.m4-5372- fi ############################################## bind9-9.16.8/m4/libtool.m4-5435- # below for broken collect2 doesn't work under 4.3+ bind9-9.16.8/m4/libtool.m4:5436: collect2name=`$CC -print-prog-name=collect2` bind9-9.16.8/m4/libtool.m4-5437- if test -f "$collect2name" && ############################################## bind9-9.16.8/m4/libtool.m4-5491- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" bind9-9.16.8/m4/libtool.m4:5492: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag bind9-9.16.8/m4/libtool.m4-5493- else ############################################## bind9-9.16.8/m4/libtool.m4-5516- # -brtl affects multiple linker settings, -berok does not and is overridden later bind9-9.16.8/m4/libtool.m4:5517: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' bind9-9.16.8/m4/libtool.m4-5518- if test svr4 != "$with_aix_soname"; then ############################################## bind9-9.16.8/m4/libtool.m4-5607- # FIXME: Setting linknames here is a bad hack. bind9-9.16.8/m4/libtool.m4:5608: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' bind9-9.16.8/m4/libtool.m4-5609- # The linker will automatically build a .lib file if we build a DLL. ############################################## bind9-9.16.8/m4/libtool.m4-5745- if test yes = "$GCC"; then bind9-9.16.8/m4/libtool.m4:5746: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4-5747- # Try to use the -exported_symbol ld option, if it does not ############################################## bind9-9.16.8/m4/libtool.m4-5768- if test yes = "$lt_cv_irix_exported_symbol"; then bind9-9.16.8/m4/libtool.m4:5769: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' bind9-9.16.8/m4/libtool.m4-5770- fi bind9-9.16.8/m4/libtool.m4-5771- else bind9-9.16.8/m4/libtool.m4:5772: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4:5773: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' bind9-9.16.8/m4/libtool.m4-5774- fi ############################################## bind9-9.16.8/m4/libtool.m4-5818- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes bind9-9.16.8/m4/libtool.m4:5819: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then bind9-9.16.8/m4/libtool.m4-5820- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## bind9-9.16.8/m4/libtool.m4-5849- prefix_cmds="$SED"~ bind9-9.16.8/m4/libtool.m4:5850: if test EXPORTS = "`$SED 1q $export_symbols`"; then bind9-9.16.8/m4/libtool.m4-5851- prefix_cmds="$prefix_cmds -e 1d"; ############################################## bind9-9.16.8/m4/libtool.m4-5863- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' bind9-9.16.8/m4/libtool.m4:5864: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4-5865- else bind9-9.16.8/m4/libtool.m4-5866- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' bind9-9.16.8/m4/libtool.m4:5867: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4-5868- fi ############################################## bind9-9.16.8/m4/libtool.m4-5876- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' bind9-9.16.8/m4/libtool.m4:5877: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4-5878- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## bind9-9.16.8/m4/libtool.m4-5880- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' bind9-9.16.8/m4/libtool.m4:5881: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4:5882: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ bind9-9.16.8/m4/libtool.m4:5883: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' bind9-9.16.8/m4/libtool.m4-5884- ############################################## bind9-9.16.8/m4/libtool.m4-5899- else bind9-9.16.8/m4/libtool.m4:5900: case `$CC -V 2>&1` in bind9-9.16.8/m4/libtool.m4-5901- *"Compilers 5.0"*) ############################################## bind9-9.16.8/m4/libtool.m4-6092- _LT_TAGVAR(allow_undefined_flag, $1)= bind9-9.16.8/m4/libtool.m4:6093: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) bind9-9.16.8/m4/libtool.m4-6094- then ############################################## bind9-9.16.8/m4/libtool.m4-6396- # ancient GNU ld didn't support --whole-archive et. al. bind9-9.16.8/m4/libtool.m4:6397: if eval "`$CC -print-prog-name=ld` --help 2>&1" | bind9-9.16.8/m4/libtool.m4-6398- $GREP 'no-whole-archive' > /dev/null; then ############################################## bind9-9.16.8/m4/libtool.m4-6506- # below for broken collect2 doesn't work under 4.3+ bind9-9.16.8/m4/libtool.m4:6507: collect2name=`$CC -print-prog-name=collect2` bind9-9.16.8/m4/libtool.m4-6508- if test -f "$collect2name" && ############################################## bind9-9.16.8/m4/libtool.m4-6564- bind9-9.16.8/m4/libtool.m4:6565: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag bind9-9.16.8/m4/libtool.m4-6566- else ############################################## bind9-9.16.8/m4/libtool.m4-6589- # -brtl affects multiple linker settings, -berok does not and is overridden later bind9-9.16.8/m4/libtool.m4:6590: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' bind9-9.16.8/m4/libtool.m4-6591- if test svr4 != "$with_aix_soname"; then ############################################## bind9-9.16.8/m4/libtool.m4-6718- prefix_cmds="$SED"~ bind9-9.16.8/m4/libtool.m4:6719: if test EXPORTS = "`$SED 1q $export_symbols`"; then bind9-9.16.8/m4/libtool.m4-6720- prefix_cmds="$prefix_cmds -e 1d"; ############################################## bind9-9.16.8/m4/libtool.m4-6792- # dependencies. bind9-9.16.8/m4/libtool.m4:6793: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bind9-9.16.8/m4/libtool.m4-6794- ;; ############################################## bind9-9.16.8/m4/libtool.m4-6857- # dependencies. bind9-9.16.8/m4/libtool.m4:6858: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bind9-9.16.8/m4/libtool.m4-6859- ;; ############################################## bind9-9.16.8/m4/libtool.m4-6893- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bind9-9.16.8/m4/libtool.m4:6894: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bind9-9.16.8/m4/libtool.m4:6895: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bind9-9.16.8/m4/libtool.m4-6896- ;; ############################################## bind9-9.16.8/m4/libtool.m4-6900- # SGI C++ bind9-9.16.8/m4/libtool.m4:6901: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4-6902- ############################################## bind9-9.16.8/m4/libtool.m4-6911- if test no = "$with_gnu_ld"; then bind9-9.16.8/m4/libtool.m4:6912: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4-6913- else bind9-9.16.8/m4/libtool.m4:6914: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' bind9-9.16.8/m4/libtool.m4-6915- fi ############################################## bind9-9.16.8/m4/libtool.m4-6932- # to its proper name (with version) after linking. bind9-9.16.8/m4/libtool.m4:6933: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' bind9-9.16.8/m4/libtool.m4:6934: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' bind9-9.16.8/m4/libtool.m4-6935- # Commands to make compiler produce verbose output that lists ############################################## bind9-9.16.8/m4/libtool.m4-6942- # dependencies. bind9-9.16.8/m4/libtool.m4:6943: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bind9-9.16.8/m4/libtool.m4-6944- ############################################## bind9-9.16.8/m4/libtool.m4-6957- # earlier do not add the objects themselves. bind9-9.16.8/m4/libtool.m4:6958: case `$CC -V 2>&1` in bind9-9.16.8/m4/libtool.m4-6959- *"Version 7."*) ############################################## bind9-9.16.8/m4/libtool.m4-6978- # Portland Group C++ compiler bind9-9.16.8/m4/libtool.m4:6979: case `$CC -V` in bind9-9.16.8/m4/libtool.m4-6980- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## bind9-9.16.8/m4/libtool.m4-6983- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ bind9-9.16.8/m4/libtool.m4:6984: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' bind9-9.16.8/m4/libtool.m4-6985- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## bind9-9.16.8/m4/libtool.m4-6987- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ bind9-9.16.8/m4/libtool.m4:6988: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ bind9-9.16.8/m4/libtool.m4-6989- $RANLIB $oldlib' ############################################## bind9-9.16.8/m4/libtool.m4-6992- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ bind9-9.16.8/m4/libtool.m4:6993: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' bind9-9.16.8/m4/libtool.m4-6994- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## bind9-9.16.8/m4/libtool.m4-6996- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ bind9-9.16.8/m4/libtool.m4:6997: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' bind9-9.16.8/m4/libtool.m4-6998- ;; ############################################## bind9-9.16.8/m4/libtool.m4-7006- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' bind9-9.16.8/m4/libtool.m4:7007: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/m4/libtool.m4-7008- ;; ############################################## bind9-9.16.8/m4/libtool.m4-7025- # dependencies. bind9-9.16.8/m4/libtool.m4:7026: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' bind9-9.16.8/m4/libtool.m4-7027- ;; ############################################## bind9-9.16.8/m4/libtool.m4-7040- *) bind9-9.16.8/m4/libtool.m4:7041: case `$CC -V 2>&1 | sed 5q` in bind9-9.16.8/m4/libtool.m4-7042- *Sun\ C*) ############################################## bind9-9.16.8/m4/libtool.m4-7047- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' bind9-9.16.8/m4/libtool.m4:7048: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' bind9-9.16.8/m4/libtool.m4-7049- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## bind9-9.16.8/m4/libtool.m4-7112- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' bind9-9.16.8/m4/libtool.m4:7113: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then bind9-9.16.8/m4/libtool.m4-7114- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## bind9-9.16.8/m4/libtool.m4-7131- # to its proper name (with version) after linking. bind9-9.16.8/m4/libtool.m4:7132: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' bind9-9.16.8/m4/libtool.m4-7133- ############################################## bind9-9.16.8/m4/libtool.m4-7152- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' bind9-9.16.8/m4/libtool.m4:7153: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4-7154- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## bind9-9.16.8/m4/libtool.m4-7157- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' bind9-9.16.8/m4/libtool.m4:7158: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4:7159: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ bind9-9.16.8/m4/libtool.m4-7160- echo "-hidden">> $lib.exp~ bind9-9.16.8/m4/libtool.m4:7161: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ bind9-9.16.8/m4/libtool.m4-7162- $RM $lib.exp' ############################################## bind9-9.16.8/m4/libtool.m4-7176- # dependencies. bind9-9.16.8/m4/libtool.m4:7177: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bind9-9.16.8/m4/libtool.m4-7178- ;; ############################################## bind9-9.16.8/m4/libtool.m4-7183- osf3*) bind9-9.16.8/m4/libtool.m4:7184: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4-7185- ;; bind9-9.16.8/m4/libtool.m4-7186- *) bind9-9.16.8/m4/libtool.m4:7187: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' bind9-9.16.8/m4/libtool.m4-7188- ;; ############################################## bind9-9.16.8/m4/libtool.m4-7436- case @S|@2 in bind9-9.16.8/m4/libtool.m4:7437: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; bind9-9.16.8/m4/libtool.m4:7438: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; bind9-9.16.8/m4/libtool.m4-7439- esac ############################################## bind9-9.16.8/m4/libtool.m4-7525- bind9-9.16.8/m4/libtool.m4:7526: for p in `eval "$output_verbose_link_cmd"`; do bind9-9.16.8/m4/libtool.m4-7527- case $prev$p in ############################################## bind9-9.16.8/m4/libtool.m4-7629-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then bind9-9.16.8/m4/libtool.m4:7630: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` bind9-9.16.8/m4/libtool.m4-7631-fi ############################################## bind9-9.16.8/m4/libtool.m4-8249- test 10 -lt "$lt_ac_count" && break bind9-9.16.8/m4/libtool.m4:8250: lt_ac_count=`expr $lt_ac_count + 1` bind9-9.16.8/m4/libtool.m4-8251- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## bind9-9.16.8/m4/ltsugar.m4-68-m4_define([lt_combine], bind9-9.16.8/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1], bind9-9.16.8/m4/ltsugar.m4-70- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## bind9-9.16.8/make/rules.in-250- do \ bind9-9.16.8/make/rules.in:251: count=`expr $$count + 1` ; \ bind9-9.16.8/make/rules.in-252- test $$count = 42 && exit 1 ; \ ############################################## bind9-9.16.8/mkinstalldirs-10-do bind9-9.16.8/mkinstalldirs:11: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` bind9-9.16.8/mkinstalldirs-12- shift ############################################## bind9-9.16.8/win32utils/Configure-1438- my $dll = $configdll{"OPENSSL_DLL"}; bind9-9.16.8/win32utils/Configure:1439: my $ret = `copy "$dll" .`; bind9-9.16.8/win32utils/Configure-1440- if ($? != 0) { ############################################## bind9-9.16.8/win32utils/Configure-1456- my $library = $configlib{"OPENSSL_LIB"}; bind9-9.16.8/win32utils/Configure:1457: $compret = `cl /nologo /MD /I "$include" testossl.c "$library"`; bind9-9.16.8/win32utils/Configure-1458- if (grep { -f and -x } ".\\testossl.exe") { ############################################## bind9-9.16.8/win32utils/Configure-1490- my $library = $configlib{"OPENSSL_LIB"}; bind9-9.16.8/win32utils/Configure:1491: $compret = `cl /nologo /MD /I "$include" testosslv.c "$library"`; bind9-9.16.8/win32utils/Configure-1492- if (grep { -f and -x } ".\\testosslv.exe") { ############################################## bind9-9.16.8/win32utils/Configure-1524- my $library = $configlib{"OPENSSL_LIB"}; bind9-9.16.8/win32utils/Configure:1525: $compret = `cl /nologo /MD /I "$include" testosslfunc.c "$library"`; bind9-9.16.8/win32utils/Configure-1526- if (grep { -f and -x } ".\\testosslfunc.exe") { ############################################## bind9-9.16.8/win32utils/Configure-1568- my $library = $configlib{"OPENSSL_LIB"}; bind9-9.16.8/win32utils/Configure:1569: $compret = `cl /nologo /MD /I "$include" tested25519.c "$library"`; bind9-9.16.8/win32utils/Configure-1570- if (grep { -f and -x } ".\\tested25519.exe") { ############################################## bind9-9.16.8/win32utils/Configure-1609- my $library = $configlib{"OPENSSL_LIB"}; bind9-9.16.8/win32utils/Configure:1610: $compret = `cl /nologo /MD /I "$include" tested448.c "$library"`; bind9-9.16.8/win32utils/Configure-1611- if (grep { -f and -x } ".\\tested448.exe") { ############################################## bind9-9.16.8/win32utils/Configure-1790- close F; bind9-9.16.8/win32utils/Configure:1791: $compret = `cl /nologo $geoip_inc /MD testgeoip2.c $geoip2_libs`; bind9-9.16.8/win32utils/Configure-1792- if (grep { -f and -x } ".\\testgeoip2.exe") { ############################################## bind9-9.16.8/win32utils/Configure-1990- } bind9-9.16.8/win32utils/Configure:1991: my $pythonret = `"$python_command" -c "quit()" 2>&1`; bind9-9.16.8/win32utils/Configure-1992- if ($? != 0) { ############################################## bind9-9.16.8/win32utils/Configure-2002- } bind9-9.16.8/win32utils/Configure:2003: my $pythonret = `"$python_command" -c "import argparse" 2>&1`; bind9-9.16.8/win32utils/Configure-2004- if ($? != 0) { ############################################## bind9-9.16.8/win32utils/Configure-2015- } bind9-9.16.8/win32utils/Configure:2016: $pythonret = `"$python_command" -c "from ply import *" 2>&1`; bind9-9.16.8/win32utils/Configure-2017- if ($? != 0) { ############################################## bind9-9.16.8/win32utils/Configure-2029- } bind9-9.16.8/win32utils/Configure:2030: $pythonret = `"$python_command" -c "import win32api" 2>&1`; bind9-9.16.8/win32utils/Configure-2031- if ($? != 0) { ############################################## bind9-9.16.8/win32utils/Configure-2044- } bind9-9.16.8/win32utils/Configure:2045: $pythonret = `"$python_command" -c "import win32con" 2>&1`; bind9-9.16.8/win32utils/Configure-2046- if ($? != 0) { ############################################## bind9-9.16.8/win32utils/GeoIP.diff-101--GeoIPRecord * GeoIP_record_by_ipnum (GeoIP* gi, unsigned long ipnum); bind9-9.16.8/win32utils/GeoIP.diff:102:-GeoIPRecord * GeoIP_record_by_addr (GeoIP* gi, const char *addr); bind9-9.16.8/win32utils/GeoIP.diff-103--GeoIPRecord * GeoIP_record_by_name (GeoIP* gi, const char *host); ############################################## bind9-9.16.8/win32utils/GeoIP.diff-108-+GEOIP_API GeoIPRecord * GeoIP_record_by_ipnum (GeoIP* gi, unsigned long ipnum); bind9-9.16.8/win32utils/GeoIP.diff:109:+GEOIP_API GeoIPRecord * GeoIP_record_by_addr (GeoIP* gi, const char *addr); bind9-9.16.8/win32utils/GeoIP.diff-110-+GEOIP_API GeoIPRecord * GeoIP_record_by_name (GeoIP* gi, const char *host); ############################################## bind9-9.16.8/win32utils/GeoIP.diff-115- bind9-9.16.8/win32utils/GeoIP.diff:116:-int GeoIP_record_id_by_addr (GeoIP* gi, const char *addr); bind9-9.16.8/win32utils/GeoIP.diff-117--int GeoIP_record_id_by_addr_v6 (GeoIP* gi, const char *addr); bind9-9.16.8/win32utils/GeoIP.diff:118:+GEOIP_API int GeoIP_record_id_by_addr (GeoIP* gi, const char *addr); bind9-9.16.8/win32utils/GeoIP.diff-119-+GEOIP_API int GeoIP_record_id_by_addr_v6 (GeoIP* gi, const char *addr); ############################################## bind9-9.16.8/win32utils/build.txt-72- bind9-9.16.8/win32utils/build.txt:73: Note: Building OpenSSL requires that you install Perl and NASM as it bind9-9.16.8/win32utils/build.txt-74- uses these during its build process. The following commands work as of