Searched refs:ZONE (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dbuild-unbound-localzone-from-hosts.pl12 open( ZONE,">${localzonefile}" ) or die( "Could not open ${localzonefile}: $!" );
14 print ZONE "server:\n\n";
15 print ZONE "local-zone: \"${localzone}\" transparent\n\n";
40 print ZONE "local-data-ptr: \"$ip $entry\"\n";
52 print ZONE "local-data: \"$entry ${a} $ip\"\n";
57 print ZONE "\n";
/netbsd-current/external/mpl/bind/dist/bin/tests/system/nsec3/
H A Dtests.sh39 ZONE=$1
99 dig_with_opts +noquestion "@${SERVER}" "$ZONE" NSEC3PARAM >"dig.out.test$n.wait" || return 1
100 grep "${ZONE}\..*IN.*NSEC3PARAM.*1.*0.*${ITERATIONS}.*${SALT}" "dig.out.test$n.wait" >/dev/null || return 1
101 grep "${ZONE}\..*IN.*RRSIG" "dig.out.test$n.wait" >/dev/null || return 1
106 dig_with_opts +noquestion "@${SERVER}" "$ZONE" NSEC >"dig.out.test$n.wait" || return 1
108 grep "${ZONE}\..*IN.*RRSIG" "dig.out.test$n.wait" >/dev/null || return 1
109 grep "${ZONE}\..*IN.*NSEC3PARAM" "dig.out.test$n.wait" >/dev/null && return 1
117 echo_i "wait for ${ZONE} to be signed with $1 ($n)"
120 retry_quiet 10 _wait_for_nsec3param || log_error "wait for ${ZONE} to be signed failed"
122 retry_quiet 10 _wait_for_nsec || log_error "wait for ${ZONE} t
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/kasp/
H A Dtests.sh67 $KEYGEN -K keys -k "$POLICY" -l kasp.conf "$ZONE" >"keygen.out.$POLICY.test$n" 2>/dev/null || ret=1
98 lines=$(get_keyids "$DIR" "$ZONE" | wc -l)
101 ids=$(get_keyids "$DIR" "$ZONE")
140 $KEYGEN -G -k "$POLICY" "$ZONE" >"keygen.out.$POLICY.test$n" 2>/dev/null || ret=1
143 ids=$(get_keyids "$DIR" "$ZONE")
258 grep "loading from master file ${ZONE}.db failed: out of range" "ns3/named.run" >/dev/null || ret=1
296 check_dnssecstatus "$SERVER" "$POLICY" "$ZONE"
314 rndccmd 10.53.0.3 loadkeys "$ZONE" >/dev/null || log_error "rndc loadkeys zone ${ZONE} failed"
315 wait_for_log 3 "keymgr: $ZONE don
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/keymgr2kasp/
H A Dtests.sh138 check_dnssecstatus "$SERVER" "$POLICY" "$ZONE"
178 check_dnssecstatus "$SERVER" "$POLICY" "$ZONE"
221 check_dnssecstatus "$SERVER" "$POLICY" "$ZONE"
247 check_dnssecstatus "$SERVER" "$POLICY" "$ZONE"
267 check_dnssecstatus "$SERVER" "$POLICY" "$ZONE"
287 check_dnssecstatus "$SERVER" "$POLICY" "$ZONE"
324 check_dnssecstatus "$SERVER" "$POLICY" "$ZONE"
362 check_dnssecstatus "$SERVER" "$POLICY" "$ZONE"
425 echo_i "wait for zone ${ZONE} is done signing ($n)"
428 retry_quiet 30 _wait_for_done_signing ${ZONE} KEY
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dkasp.sh202 ZONE=$1
290 $PYTHON >python.out.$ZONE.$1.$2 <<EOF
299 key_set "$1" "$2" $(cat python.out.$ZONE.$1.$2)
324 _zone="$ZONE"
386 grep "; Created:" "$KEY_FILE" >"${ZONE}.${KEY_ID}.${_alg_num}.created" || _log_error "mismatch created comment in $KEY_FILE"
387 KEY_CREATED=$(awk '{print $3}' <"${ZONE}.${KEY_ID}.${_alg_num}.created")
465 _zone="$ZONE"
499 echo_i "check key timing metadata for key $1 id ${_key_id} zone ${ZONE} ($n)"
644 _zone=$ZONE
699 echo_i "dnssec-verify zone ${ZONE} (
[all...]
H A Dconf.sh.common690 ZONE="$(echo $3 | sed 's/\./\\./g')"
693 sed -n "s/.* '${ZONE}\/.* \([0-9][0-9]*\) messages.*/messages=\1/p" | tail -1
695 sed -n "s/.* '${ZONE}\/.* \([0-9][0-9]*\) records.*/records=\1/p" | tail -1
697 sed -n "s/.* '${ZONE}\/.* \([0-9][0-9]*\) bytes.*/bytes=\1/p" | tail -1
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-java-279 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A Ddnsextd_parser.y117 %token ZONE
236 ZONE QUOTEDSTRING zonecontent
258 ZONE QUOTEDSTRING IN zonecontent
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h261 ZONE = 456, enumerator in enum:dhcp_token
H A Dconflex.c1550 return ZONE;
H A Dparse.c2015 case ZONE:
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h257 ZONE = 456, enumerator in enum:dhcp_token
/netbsd-current/external/mpl/bind/dist/bin/tests/system/xfer/
H A Dtests.sh41 ZONE=$1
43 $DIG $DIGOPTS $ZONE @$SERVER axfr >dig.out.test$n || return 1
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dconflex.c1572 return ZONE;
H A Dparse.c2671 case ZONE:

Completed in 235 milliseconds