Searched refs:bad (Results 1 - 25 of 126) sorted by relevance

123456

/bind-9.11.3/lib/dns/
H A Dbadcache.c117 dns_bcentry_t **newtable, *bad, *next; local
131 for (bad = bc->table[i]; bad != NULL; bad = next) {
132 next = bad->next;
133 if (isc_time_compare(&bad->expire, now) < 0) {
134 isc_mem_put(bc->mctx, bad,
135 sizeof(*bad) + bad->name.length);
138 bad
159 dns_bcentry_t *bad, *prev, *next; local
227 dns_bcentry_t *bad, *prev, *next; local
315 dns_bcentry_t *bad, *prev, *next; local
352 dns_bcentry_t *bad, *prev, *next; local
394 dns_bcentry_t *bad, *next, *prev; local
[all...]
/bind-9.11.3/bin/tests/system/verify/
H A Dclean.sh9 rm -f zones/*.bad
10 rm -f zones/*.bad.tmp
H A Dtests.sh35 for file in zones/*.bad
38 zone=`expr "$file" : 'zones/\(.*\).bad'`
39 echo "I:checking supposedly bad zone: $zone ($n)"
66 *.bad-bitmap)
/bind-9.11.3/bin/tests/system/sfcache/
H A Dsetup.sh18 cd ../ns5 && cp -f trusted.conf.bad trusted.conf
/bind-9.11.3/bin/tests/system/dsdigest/
H A Dtests.sh30 # Check the bad. domain
34 $DIG $DIGOPTS a.bad. @10.53.0.3 a > dig.out.bad || ret=1
35 grep "SERVFAIL" dig.out.bad > /dev/null || ret=1
41 $DIG $DIGOPTS bad. @10.53.0.4 ds > dig.out.ds || ret=1
44 $DIG $DIGOPTS a.bad. @10.53.0.4 a > dig.out.insecure || ret=1
H A Dclean.sh13 rm -f ns2/good.db ns2/bad.db
/bind-9.11.3/bin/tests/system/dsdigest/ns2/
H A Dsign.sh17 zone2=bad.
18 infile2=bad.db.in
19 zonefile2=bad.db
/bind-9.11.3/lib/isc/
H A Dpk11.c588 isc_boolean_t bad; local
627 bad = ISC_FALSE;
632 bad = ISC_TRUE;
641 bad = ISC_TRUE;
651 bad = ISC_TRUE;
661 bad = ISC_TRUE;
671 bad = ISC_TRUE;
680 bad = ISC_TRUE;
684 if (bad)
691 bad
[all...]
/bind-9.11.3/bin/tests/system/dnssec/
H A Dsetup.sh25 cp -f trusted.conf.bad trusted.conf
/bind-9.11.3/bin/tests/system/rsabigexponent/ns2/
H A Dsign.sh16 outfile=example.db.bad
/bind-9.11.3/bin/tests/system/verify/zones/
H A Dgenzones.sh25 setup unsigned bad
26 cp unsigned.db unsigned.bad
62 setup zsk-only.dnskeyonly bad
66 setup ksk-only.dnskeyonly bad
70 setup ksk+zsk.dnskeyonly bad
77 setup zsk-only.nsec.expired bad
81 setup ksk-only.nsec.expired bad
85 setup ksk+zsk.nsec.expired bad
90 setup zsk-only.nsec3.expired bad
94 setup ksk-only.nsec3.expired bad
[all...]
/bind-9.11.3/conftools/perllib/dnsconf/
H A Dnamed1.conf20 inet * port 523 allow { 10/8 ; }; // a bad idea
/bind-9.11.3/bin/tests/system/checkconf/
H A Dtests.sh41 for bad in bad-*.conf
44 echo "I: checking that named-checkconf detects error in $bad ($n)"
46 $CHECKCONF $bad > checkconf.out 2>&1
48 grep "^$bad:[0-9]*: " checkconf.out > /dev/null || ret=1
49 case $bad in
50 bad-update-policy[123].conf)
54 bad-update-policy*.conf)
151 l=`$CHECKCONF bad-dnssec.conf 2>&1 | grep "dnssec-dnskey-kskonly.*requires inline" | wc -l`
153 l=`$CHECKCONF bad
[all...]
H A Dbad-many.conf9 /* $Id: bad.conf,v 1.4 2007/06/19 23:47:01 tbox Exp $ */
/bind-9.11.3/lib/isccc/
H A Dcc.c621 goto bad;
628 goto bad;
631 goto bad;
649 bad:
722 goto bad;
725 goto bad;
730 goto bad;
733 goto bad;
740 goto bad;
743 goto bad;
[all...]
/bind-9.11.3/bin/tests/system/dsdigest/ns1/
H A Dsign.sh19 cp ../ns2/dsset-bad$TP .
/bind-9.11.3/bin/tests/system/rsabigexponent/
H A Dtests.sh29 for f in conf/bad*.conf
/bind-9.11.3/bin/tests/system/cookie/
H A Dtests.sh33 for bad in bad*.conf
36 echo "I:checking that named-checkconf detects error in $bad ($n)"
38 $CHECKCONF $bad > /dev/null 2>&1 && ret=1
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext.hpp141 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad())))
/bind-9.11.3/unit/atf-src/tools/
H A Dtext.hpp145 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad())))
/bind-9.11.3/contrib/queryperf/missing/
H A Dgetaddrinfo.c159 #define ERR(err) { error = (err); goto bad; }
436 bad:
467 /* bad: */
559 goto bad;
565 goto bad;
586 goto bad;
629 bad:
/bind-9.11.3/lib/dns/rdata/generic/
H A Dminfo_14.c303 if (bad != NULL)
304 dns_name_clone(&name, bad);
310 if (bad != NULL)
311 dns_name_clone(&name, bad);
H A Davc_258.c151 UNUSED(bad);
/bind-9.11.3/lib/isc/win32/
H A Dentropy.c47 if (source->bad)
57 source->bad = ISC_TRUE;
271 source->bad = ISC_FALSE;
/bind-9.11.3/lib/isc/unix/
H A Dentropy.c73 if (source->bad)
99 source->bad = ISC_TRUE;
114 if (source->bad)
230 source->bad = ISC_TRUE;
563 source->bad = ISC_FALSE;

Completed in 30 milliseconds

123456