Home
last modified time | relevance | path

Searched refs:val_permissive_mode (Results 1 – 8 of 8) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/pythonmod/doc/modules/
H A Dconfig.rst275 .. attribute:: val_permissive_mode
/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h391 int val_permissive_mode; member
H A Dconfig_file.c262 cfg->val_permissive_mode = 0; in config_create()
651 else S_YNO("val-permissive-mode:", val_permissive_mode) in config_set_option()
1085 else O_YNO(opt, "val-permissive-mode", val_permissive_mode) in config_get_option()
H A Dconfigparser.y1947 else cfg_parser->cfg->val_permissive_mode =
H A Dconfigparser.c5541 else cfg_parser->cfg->val_permissive_mode = in yyparse()
/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dinterface.i1018 int val_permissive_mode;
/dports/dns/unbound/unbound-1.14.0/validator/
H A Dvalidator.c2109 if(qstate->env->cfg->val_permissive_mode) in processFinished()
/dports/dns/unbound/unbound-1.14.0/doc/
H A DChangelog3382 - Fix that unbound-control can set val_clean_additional and val_permissive_mode.