Home
last modified time | relevance | path

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

/freebsd/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/contrib/unbound/util/
H A Dconfiglexer.lex560 ipsecmod-enabled{COLON} { YDVAR(1, VAR_IPSECMOD_ENABLED) }
561 ipsecmod-ignore-bogus{COLON} { YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
562 ipsecmod-hook{COLON} { YDVAR(1, VAR_IPSECMOD_HOOK) }
563 ipsecmod-max-ttl{COLON} { YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
564 ipsecmod-whitelist{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
565 ipsecmod-allow{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
566 ipsecmod-strict{COLON} { YDVAR(1, VAR_IPSECMOD_STRICT) }
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h671 long long ipsecmod; member
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in1061 # --enable-ipsecmod for these to take effect.
1063 # Enable or disable ipsecmod (it still needs to be defined in
1064 # module-config above). Can be used when ipsecmod needs to be
1066 # ipsecmod-enabled: yes
1070 # ipsecmod-hook: "./my_executable"
1073 # the ipsecmod-hook is not 0.
1074 # ipsecmod-strict: no
1077 # ipsecmod-max-ttl: 3600
1081 # ipsecmod-ignore-bogus: no
1085 # ipsecmod-allow: "example.com"
[all …]
H A DChangelog2118 - ipsecmod: Better logging for detecting a cycle when attaching the
3085 - Fix ipsecmod compile.
3195 - Fix CVE-2019-18934, shell execution in ipsecmod.
4037 - Disable minimal-responses in ipsecmod unit tests.
4934 - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
5080 - Use qstate's region for IPSECKEY rrset (ipsecmod).
5083 - Implemented opportunistic IPsec support module (ipsecmod).
/freebsd/contrib/unbound/
H A Dconfigure.ac1954 # check for ipsecmod if requested
1955 AC_ARG_ENABLE(ipsecmod, AS_HELP_STRING([--enable-ipsecmod],[Enable ipsecmod module that facilitates… optenable
1958 AC_DEFINE([USE_IPSECMOD], [1], [Define to 1 to use ipsecmod support.])
1959 IPSECMOD_OBJ="ipsecmod.lo ipsecmod-whitelist.lo"
1961 IPSECMOD_HEADER='$(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/ipsecmod/ipsecmod-whitelist.h'
H A DMakefile.in113 IPSECMOD_SRC=ipsecmod/ipsecmod.c ipsecmod/ipsecmod-whitelist.c
1176 ipsecmod.lo ipsecmod.o: $(srcdir)/ipsecmod/ipsecmod.c config.h
1177 ipsecmod-whitelist.lo ipsecmod-whitelist.o: $(srcdir)/ipsecmod/ipsecmod-whitelist.c config.h
H A Dconfig.h.in910 /* Define to 1 to use ipsecmod support. */
H A Dconfigure1637 --enable-ipsecmod Enable ipsecmod module that facilitates
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c282 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod); in print_mem()
/freebsd/contrib/unbound/daemon/
H A Dremote.c799 size_t ipsecmod = 0; in print_mem() local
817 ipsecmod = mod_get_mem(&worker->env, "ipsecmod"); in print_mem()
845 if(!print_longnum(ssl, "mem.mod.ipsecmod"SQ, ipsecmod)) in print_mem()