Home
last modified time | relevance | path

Searched refs:validator (Results 1 – 25 of 263) sorted by relevance

1234567891011

/netbsd-src/external/mpl/bind/dist/bin/tests/system/mkeys/
H A DREADME17 ns2 is a validator that uses managed keys. "-T mkeytimers=2/20/40"
21 ns3 is a validator with a broken initializing key in trust-anchors.
23 ns4 is a validator with a deliberately broken managed-keys.bind and
26 ns5 is a validator which is prevented from getting a response from the
29 ns6 is a validator which has unsupported algorithms, one at start up,
32 ns7 is a validator with multiple views configured. It is used for
/netbsd-src/external/bsd/unbound/dist/
H A DMakefile.in135 validator/autotrust.c validator/val_anchor.c validator/validator.c \
136 validator/val_kcache.c validator/val_kentry.c validator/val_neg.c \
137 validator/val_nsec3.c validator/val_nsec.c validator/val_secalgo.c \
138 validator/val_sigcrypt.c validator/val_utils.c dns64/dns64.c \
152 validator.lo val_kcache.lo val_kentry.lo val_neg.lo val_nsec3.lo val_nsec.lo \
708 $(srcdir)/iterator/iter_utils.h $(srcdir)/iterator/iter_resptype.h $(srcdir)/validator/val_nsec.h \
710 $(srcdir)/validator/val_utils.h $(srcdir)/sldns/pkthdr.h $(srcdir)/services/cache/dns.h \
766 $(srcdir)/validator/val_neg.h $(srcdir)/services/cache/dns.h $(srcdir)/services/cache/infra.h \
822 …$(srcdir)/validator/val_anchor.h $(srcdir)/validator/val_kcache.h $(srcdir)/validator/val_kentry.h…
823 $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_sigcrypt.h $(srcdir)/sldns/str2wire.h
[all …]
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dpatch_rsamd5_enable.diff1 Index: validator/val_secalgo.c
3 --- validator/val_secalgo.c (revision 2759)
4 +++ validator/val_secalgo.c (working copy)
H A Dunbound-fuzzme.patch88 $(srcdir)/util/rtt.h $(srcdir)/services/authzone.h $(srcdir)/validator/val_kcache.h \
89 $(srcdir)/validator/val_neg.h
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample0.rst13 module-config: "validator python iterator"
15 As soon as the DNS query arrives, Unbound calls modules starting from leftmost - the validator *(it…
16 The validator does not know the answer *(it can only validate)*, thus it will pass on the event to …
20 …When python module generates the response unbound calls validator. Validator grabs the answer and …
23 …ent :data:`module_event_moddone`). In the end, when the python module is done, validator is called.
25 …alled with :data:`module_event_pass` event, because new DNS event was already handled by validator.
29 module-config: "python validator iterator"
H A Dexample2.rst7 If the python module is the first module and validator module is enabled
8 (``module-config: "python validator iterator"``), a return_msg security flag
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dvalidator.h1 /* $NetBSD: validator.h,v 1.11 2025/01/26 16:25:29 christos Exp $ */
22 /*! \file dns/validator.h
26 * This is the BIND 9 validator, the module responsible for validating the
71 * A validator object represents a validation in progress.
126 /* Internal validator state */
183 * validator. The caller is responsible for detaching it.
185 * The validator will validate a response to the question given by
219 dns_validator_send(dns_validator_t *validator);
224 * 'validator' to points to a valid DNSSEC validator
77 dns_validator_t *validator; global() member
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dvalidator.h78 dns_validator_t *validator; member
208 dns_validator_send(dns_validator_t *validator);
217 dns_validator_cancel(dns_validator_t *validator);
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/
H A Dexample5.rst7 Unbound contains two basic modules: resolver and validator.
8 In case, the validator is not necessary, the validator module can be turned off
H A Dindex.rst5 environment. Unbound is a caching validator and resolver and can be linked into
H A Dexample4.rst3 DNSSEC validator
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dvalidator.c1 /* $NetBSD: validator.c,v 1.17 2025/01/26 16:25:25 christos Exp $ */
49 #include <dns/validator.h>
166 * Ensure the validator's rdatasets are marked as expired. in disassociate_rdatasets()
179 * Ensure the validator's rdatasets are disassociated. in markanswer()
977 validator_logcreate(val, name, type, caller, "validator"); in view_find()
1510 validator_cancel_finish(dns_validator_t *validator); in verify()
1517 * Caller must be holding the validator lock.
2444 * from a zone using NSEC3, and set flags in the validator as they in validate_authority()
2639 * Start a validator for negative response data.
3473 validator_cancel_finish(dns_validator_t *validator) {
3215 dns_validator_send(dns_validator_t * validator) dns_validator_send() argument
3230 dns_validator_cancel(dns_validator_t * validator) dns_validator_cancel() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dvalidator.c3029 val = vevent->validator; in validator_start()
3192 event->validator = val; in dns_validator_create()
3215 dns_validator_send(dns_validator_t *validator) { in dns_validator_send() argument
3217 REQUIRE(VALID_VALIDATOR(validator)); in dns_validator_send()
3219 LOCK(&validator->lock); in dns_validator_send()
3221 INSIST((validator->options & DNS_VALIDATOR_DEFER) != 0); in dns_validator_send()
3222 event = (isc_event_t *)validator->event; in dns_validator_send()
3223 validator->options &= ~DNS_VALIDATOR_DEFER; in dns_validator_send()
3224 UNLOCK(&validator->lock); in dns_validator_send()
3226 isc_task_send(validator->task, ISC_EVENT_PTR(&event)); in dns_validator_send()
[all …]
H A DMakefile.in79 tsec.@O@ tsig.@O@ ttl.@O@ update.@O@ validator.@O@ \
114 tsec.c tsig.c ttl.c update.c validator.c \
/netbsd-src/external/bsd/unbound/lib/libunbound/
H A DMakefile17 ${UNBOUND}/validator
99 validator.c \
/netbsd-src/external/bsd/unbound/dist/doc/
H A DREADME.DNS6410 module-config: "dns64 validator iterator"
12 If you're not using DNSSEC then you may remove "validator".
/netbsd-src/external/mpl/bind/lib/libdns/
H A DMakefile21 .for f in byaddr request validator skr
57 time.c tkey.c transport.c tsig.c ttl.c private.c validator.c \
/netbsd-src/distrib/syspkg/sets/comp/comp-c-bin/
H A DDESCR5 lint - C program validator
/netbsd-src/distrib/syspkg/sets/comp/comp-c-catman/
H A DDESCR8 lint - C program validator
/netbsd-src/distrib/syspkg/sets/comp/comp-c-man/
H A DDESCR8 lint - C program validator
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dsubnet_val_positive_client.crpl11 module-config: "subnetcache validator iterator"
23 SCENARIO_BEGIN Test validator with positive response
H A Dsubnet_val_positive.crpl10 module-config: "subnetcache validator iterator"
22 SCENARIO_BEGIN Test validator with positive response
H A Dsubnet_cached.crpl11 module-config: "subnetcache validator iterator"
24 SCENARIO_BEGIN Test validator with positive response
/netbsd-src/external/bsd/unbound/dist/testdata/04-checkconf.tdir/
H A Dgood.all166 # separated by spaces. "iterator" or "validator iterator"
167 module-config: "validator iterator"
196 # unsecure data. Useful to shield the users of this validator from
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst273 Should validator clean additional section for secure msgs.
277 Should validator allow bogus messages to go through.

1234567891011