Home
last modified time | relevance | path

Searched refs:denial (Results 1 – 25 of 1817) sorted by relevance

12345678910>>...73

/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/signer/
H A Ddenial.c55 if (!denial) { in denial_create()
60 denial->dname = dname; in denial_create()
61 denial->zone = zone; in denial_create()
64 denial->rrset = NULL; in denial_create()
67 return denial; in denial_create()
248 if (denial && denial->rrset) { in denial_diff()
270 denial->rrset = rrset_create(denial->zone, LDNS_RR_TYPE_NSEC3); in denial_add_rr()
272 denial->rrset = rrset_create(denial->zone, LDNS_RR_TYPE_NSEC); in denial_add_rr()
305 if (denial->nxt_changed || denial->bitmap_changed) { in denial_nsecify()
352 if (!denial) { in denial_cleanup()
[all …]
H A Dnamedb.c72 node->data = denial; in denial2node()
496 domain->denial = (void*) denial; in namedb_add_nsec_trigger()
532 domain->denial = (void*) denial; in namedb_add_nsec3_trigger()
580 denial = namedb_del_denial(db, domain->denial); in namedb_del_nsec_trigger()
606 denial = namedb_del_denial(db, domain->denial); in namedb_del_nsec3_trigger()
615 denial = namedb_del_denial(db, domain->denial); in namedb_del_nsec3_trigger()
728 if (!denial) { in namedb_add_denial()
759 return denial; in namedb_add_denial()
777 if (denial->rrset && denial->rrset->rr_count) { in namedb_del_denial()
800 denial->node = NULL; in namedb_del_denial()
[all …]
H A Ddomain.c163 denial_type* denial = NULL; in domain_add_rrset() local
178 if (domain->denial) { in domain_add_rrset()
179 denial = (denial_type*) domain->denial; in domain_add_rrset()
192 denial_type* denial = NULL; in domain_diff() local
223 if (domain->denial) { in domain_diff()
224 denial = (denial_type*) domain->denial; in domain_diff()
243 denial_type* denial = NULL; in domain_rollback() local
291 if (domain->denial) { in domain_rollback()
292 denial = (denial_type*) domain->denial; in domain_rollback()
418 if (domain->denial) { in domain_print()
[all …]
H A Ddenial.h74 void denial_diff(denial_type* denial);
82 void denial_add_rr(denial_type* denial, ldns_rr* rr);
91 void denial_nsecify(denial_type* denial, denial_type* nxt, uint32_t* num_added);
100 void denial_print(FILE* fd, denial_type* denial, ods_status* status);
107 void denial_cleanup(denial_type* denial);
H A Dbackup.c307 denial_type* denial = NULL; in backup_read_namedb() local
396 denial = namedb_lookup_denial(z->db, ldns_rr_owner(rr)); in backup_read_namedb()
397 if (!denial) { in backup_read_namedb()
405 denial_add_rr(denial, rr); in backup_read_namedb()
447 denial = namedb_lookup_denial(z->db, ldns_rr_owner(rr)); in backup_read_namedb()
448 if (!denial) { in backup_read_namedb()
456 rrset = denial->rrset; in backup_read_namedb()
H A Dsignconf.c393 char* denial = NULL; in signconf_log() local
406 denial = duration2string(sc->sig_validity_denial); in signconf_log()
426 denial?denial:"(null)", in signconf_log()
453 free((void*)denial); in signconf_log()
/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A Dconfig-denial.c177 denial_desc_s *denial; in config_section_denial_start() local
180 csd->base = denial; in config_section_denial_start()
219 if(denial->id == NULL) in config_section_denial_stop()
227 denial->algorithm_val= 1; in config_section_denial_stop()
244 size_t salt_length = (denial->salt != NULL) ? strlen(denial->salt) : 0; in config_section_denial_stop()
257 node->value = denial; in config_section_denial_stop()
349 denial_free(denial_desc_s *denial) in denial_free() argument
351 free(denial->id); in denial_free()
352 free(denial->salt); in denial_free()
354 free(denial); in denial_free()
[all …]
H A Dconfig-dnssec-policy.c76 CONFIG_STRING( denial, "nsec" ) in CONFIG_STRING()
219 if(dnssec_policy->denial == NULL) in config_section_dnssec_policy_stop()
284 dnssec_denial *dd = dnssec_policy_denial_acquire(dnssec_policy_desc->denial); in config_section_dnssec_policy_postprocess()
366 free(dnssec_policy->denial); in dnssec_policy_free()
/dports/devel/liblouis/liblouis-3.20.0/tests/yaml/
H A Dhyphenation_nocross_harness.yaml22 - [denial, de-nial]
32 - [denial, ⠙⠑⠝⠊⠁⠇] # de-nial
55 - [denial, ⠙⠑⠝⠊⠁⠇] # de-nial
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/denier/config/
H A Dconfig.proto18 // $description: Adapter that always returns a precondition denial.
24 // The `denier` adapter is designed to always return a denial to precondition
46 // The duration for which the denial is valid.
49 // The number of times the denial may be used.
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/plugins/async/
H A Ddnsbl6 my ($self, $qp, $denial) = @_;
14 if (defined $denial and $denial =~ /^disconnect$/i) {
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/plugins/
H A Drhsbl48 my ($self, $denial) = @_;
50 if (defined $denial && $denial =~ /^disconnect$/i) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tests/yaml/
H A Dhyphenation_nocross_harness.yaml10 - [denial, de-nial]
20 - [denial, ⠙⠑⠝⠊⠁⠇] # de-nial
/dports/textproc/p5-HTML-TagFilter/HTML-TagFilter-1.03/t/
H A D01-filter.t37 is( $tf->filter("<blink>testing</blink>"), "testing", "default tag denial");
38 is( $tf->filter(qq|<p nonsense="rubbish">testing</p>|), "<p>testing</p>", "default attribute denial
39 is( $tf->filter(qq|<p align="rubbish">testing</p>|), "<p>testing</p>", "default value denial");
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/daemon/
H A Dsignertasks.c88 denial_type* denial = NULL; in worker_queue_domain() local
97 denial = (denial_type*) domain->denial; in worker_queue_domain()
98 if (denial && denial->rrset) { in worker_queue_domain()
99 worker_queue_rrset(context, q, denial->rrset, nsubtasks); in worker_queue_domain()
/dports/www/gatling/gatling-0.15/
H A DREADME.antidos1 gatling now supports some anti denial of service code.
15 denial of service on our resources if someone opens a lot of connections
/dports/dns/yadifa/yadifa-2.5.3-10333/etc/
H A Dyadifad.conf.example283 # denial nsec|"nsec3-parameters-section-name"
284 # can be the keyword 'nsec' or the 'id | name' of a 'denial' section
285 denial "nsec3-fixed"
367 <denial>
374 </denial>
376 <denial>
383 </denial>
/dports/security/nmap/nmap-7.91/scripts/
H A Dsmb-vuln-regsvc-dos.nse23 --| Service regsvc in Microsoft Windows systems vulnerable to denial of service
25 --| The service regsvc in Microsoft Windows 2000 systems is vulnerable to denial of service c…
103 title = 'Service regsvc in Microsoft Windows systems vulnerable to denial of service',
106 The service regsvc in Microsoft Windows 2000 systems is vulnerable to denial of service caused by a…
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/websockets/docs/
H A Dsecurity.rst18 to perform a denial of service by memory exhaustion. If you're concerned
19 by denial of service attacks, you must reject suspicious connections
/dports/misc/otter/otter-3.3f/examples-mace2/lattice/
H A Dol-e1.in28 % The original denial:
33 % An equivalent denial that names subterms: (This is necessary, because
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/websockets/docs/
H A Dsecurity.rst18 to perform a denial of service by memory exhaustion. If you're concerned
19 by denial of service attacks, you must reject suspicious connections
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/websockets/docs/
H A Dsecurity.rst18 to perform a denial of service by memory exhaustion. If you're concerned
19 by denial of service attacks, you must reject suspicious connections
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/trivy/integration/testdata/
H A Dubuntu-1604.json.golden412 …"Title": "glibc: parse_reg_exp in posix/regcomp.c misparses alternatives leading to denial of serv…
437 …ery in libresolv in glibc before 2.25 allows remote attackers to cause a denial of service (NULL p…
463 "Title": "glibc: potential denial of service in pop_fail_stack()",
732 …"Title": "glibc: parse_reg_exp in posix/regcomp.c misparses alternatives leading to denial of serv…
757 …ery in libresolv in glibc before 2.25 allows remote attackers to cause a denial of service (NULL p…
783 "Title": "glibc: potential denial of service in pop_fail_stack()",
1241 …e_str function in alloc_entry.c in ncurses 6.0. It will lead to a remote denial of service attack.…
1326 …e_strcat function in strings.c in ncurses 6.0 that will lead to a remote denial of service attack.…
2473 …"Title": "glibc: parse_reg_exp in posix/regcomp.c misparses alternatives leading to denial of serv…
2498 …ery in libresolv in glibc before 2.25 allows remote attackers to cause a denial of service (NULL p…
[all …]
H A Dubi-7.json.golden2567 "Title": "binutils: denial of service via crafted ELF file",
3381 "Title": "dbus: denial of service flaw in dbus-daemon",
3533 "Title": "dbus: denial of service in method call handling",
3585 "Title": "dbus: denial of service in dbus systemd activation",
3631 "Title": "dbus: denial of service flaw in dbus-daemon",
3783 "Title": "dbus: denial of service in method call handling",
3835 "Title": "dbus: denial of service in dbus systemd activation",
5664 "Title": "glibc: potential denial of service in internal_fnmatch()",
5685 "Title": "glibc: potential denial of service in pop_fail_stack()",
5996 "Title": "glibc: potential denial of service in internal_fnmatch()",
[all …]
H A Dcentos-7.json.golden2777 "Title": "binutils: denial of service via crafted ELF file",
3647 "Title": "dbus: denial of service flaw in dbus-daemon",
3799 "Title": "dbus: denial of service in method call handling",
3851 "Title": "dbus: denial of service in dbus systemd activation",
3897 "Title": "dbus: denial of service flaw in dbus-daemon",
4049 "Title": "dbus: denial of service in method call handling",
4101 "Title": "dbus: denial of service in dbus systemd activation",
6408 "Title": "glibc: potential denial of service in internal_fnmatch()",
6429 "Title": "glibc: potential denial of service in pop_fail_stack()",
6763 "Title": "glibc: potential denial of service in internal_fnmatch()",
[all …]

12345678910>>...73