Home
last modified time | relevance | path

Searched refs:harden_unverified_glue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h297 int harden_unverified_glue; member
H A Dconfig_file.c243 cfg->harden_unverified_glue = 0; in config_create()
689 else S_YNO("harden-unverified-glue:", harden_unverified_glue) in config_set_option()
1188 else O_YNO(opt, "harden-unverified-glue", harden_unverified_glue) in config_get_option()
H A Dconfigparser.y1854 else cfg_parser->cfg->harden_unverified_glue =
H A Dconfigparser.c4950 else cfg_parser->cfg->harden_unverified_glue = in yyparse()
/freebsd/contrib/unbound/iterator/
H A Diter_scrub.c1002 if(env->cfg->harden_unverified_glue && ns_rrset_dname && in scrub_sanitize()
H A Diterator.c2166 if(qstate->env->cfg->harden_unverified_glue) { in processLastResort()