Home
last modified time | relevance | path

Searched refs:ipsecmod (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/unbound/util/shm_side/
H A Dshm_main.c289 shm_stat->mem.ipsecmod = 0; in shm_main_run()
291 shm_stat->mem.ipsecmod = (long long)mod_get_mem(&worker->env, in shm_main_run()
/freebsd-13.1/contrib/unbound/util/
H A Dconfiglexer.lex534 ipsecmod-enabled{COLON} { YDVAR(1, VAR_IPSECMOD_ENABLED) }
535 ipsecmod-ignore-bogus{COLON} { YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
536 ipsecmod-hook{COLON} { YDVAR(1, VAR_IPSECMOD_HOOK) }
537 ipsecmod-max-ttl{COLON} { YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
538 ipsecmod-whitelist{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
539 ipsecmod-allow{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
540 ipsecmod-strict{COLON} { YDVAR(1, VAR_IPSECMOD_STRICT) }
/freebsd-13.1/contrib/unbound/doc/
H A Dexample.conf.in901 # --enable-ipsecmod for these to take effect.
903 # Enable or disable ipsecmod (it still needs to be defined in
904 # module-config above). Can be used when ipsecmod needs to be
906 # ipsecmod-enabled: yes
910 # ipsecmod-hook: "./my_executable"
913 # the ipsecmod-hook is not 0.
914 # ipsecmod-strict: no
917 # ipsecmod-max-ttl: 3600
921 # ipsecmod-ignore-bogus: no
925 # ipsecmod-allow: "example.com"
[all …]
H A DChangelog620 - ipsecmod: Better logging for detecting a cycle when attaching the
1587 - Fix ipsecmod compile.
1697 - Fix CVE-2019-18934, shell execution in ipsecmod.
2539 - Disable minimal-responses in ipsecmod unit tests.
3436 - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
3582 - Use qstate's region for IPSECKEY rrset (ipsecmod).
3585 - Implemented opportunistic IPsec support module (ipsecmod).
/freebsd-13.1/contrib/unbound/libunbound/
H A Dunbound.h671 long long ipsecmod; member
/freebsd-13.1/contrib/unbound/
H A Dconfigure.ac1847 # check for ipsecmod if requested
1848 AC_ARG_ENABLE(ipsecmod, AS_HELP_STRING([--enable-ipsecmod],[Enable ipsecmod module that facilitates… optenable
1851 AC_DEFINE([USE_IPSECMOD], [1], [Define to 1 to use ipsecmod support.])
1852 IPSECMOD_OBJ="ipsecmod.lo ipsecmod-whitelist.lo"
1854 IPSECMOD_HEADER='$(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/ipsecmod/ipsecmod-whitelist.h'
H A DMakefile.in113 IPSECMOD_SRC=ipsecmod/ipsecmod.c ipsecmod/ipsecmod-whitelist.c
1159 ipsecmod.lo ipsecmod.o: $(srcdir)/ipsecmod/ipsecmod.c config.h
1160 ipsecmod-whitelist.lo ipsecmod-whitelist.o: $(srcdir)/ipsecmod/ipsecmod-whitelist.c config.h
H A Dconfig.h.in868 /* Define to 1 to use ipsecmod support. */
H A Dconfigure1593 --enable-ipsecmod Enable ipsecmod module that facilitates
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-control.c282 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod); in print_mem()
/freebsd-13.1/contrib/unbound/daemon/
H A Dremote.c801 size_t ipsecmod = 0; in print_mem() local
819 ipsecmod = mod_get_mem(&worker->env, "ipsecmod"); in print_mem()
847 if(!print_longnum(ssl, "mem.mod.ipsecmod"SQ, ipsecmod)) in print_mem()