Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c279 shm_stat->mem.ipsecmod = 0; in shm_general_info()
281 shm_stat->mem.ipsecmod = (long long)mod_get_mem(&worker->env, in shm_general_info()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex565 ipsecmod-enabled{COLON} { YDVAR(1, VAR_IPSECMOD_ENABLED) }
566 ipsecmod-ignore-bogus{COLON} { YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
567 ipsecmod-hook{COLON} { YDVAR(1, VAR_IPSECMOD_HOOK) }
568 ipsecmod-max-ttl{COLON} { YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
569 ipsecmod-whitelist{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
570 ipsecmod-allow{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
571 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.in1136 # Specific options for ipsecmod. Unbound needs to be configured with
1137 # --enable-ipsecmod for these to take effect.
1139 # Enable or disable ipsecmod (it still needs to be defined in
1140 # module-config above). Can be used when ipsecmod needs to be
1142 # ipsecmod-enabled: yes
1144 # Path to executable external hook. It must be defined when ipsecmod is
1146 # ipsecmod-hook: "./my_executable"
1149 # the ipsecmod-hook is not 0.
1150 # ipsecmod-strict: no
1153 # ipsecmod-max-ttl: 3600
[all …]
H A Dunbound.conf.rst4566 module-config: "ipsecmod validator iterator"
4568 and be compiled into Unbound by using ``--enable-ipsecmod`` to be enabled.
4593 :ref:`ipsecmod-max-ttl<unbound.conf.ipsecmod-max-ttl>`.
4598 :ref:`ipsecmod-max-ttl<unbound.conf.ipsecmod-max-ttl>` ensures that the A/AAAA
4602 @@UAHL@unbound.conf@ipsecmod-enabled@@: *<yes or no>*
4612 @@UAHL@unbound.conf@ipsecmod-hook@@: *<filename>*
4621 @@UAHL@unbound.conf@ipsecmod-strict@@: *<yes or no>*
4630 @@UAHL@unbound.conf@ipsecmod-max-ttl@@: *<seconds>*
4637 @@UAHL@unbound.conf@ipsecmod-ignore-bogus@@: *<yes or no>*
4648 @@UAHL@unbound.conf@ipsecmod-allow@@: *<domain>*
[all …]
H A DChangelog158 - Merge #1476 from petrvaganoff: ipsecmod: fix possible deref
162 - Merge #1475 from petrvaganoff: ipsecmod: fix deref on null
163 in ipsecmod-whitelist after OOM.
378 - Fix misconfigured ipsecmod hook causing path name
379 similarity with other file. The ipsecmod is changed for
380 exec of the hook. The ipsecmod hook, if a script, has to
3890 - ipsecmod: Better logging for detecting a cycle when attaching the
4857 - Fix ipsecmod compile.
4967 - Fix CVE-2019-18934, shell execution in ipsecmod.
5809 - Disable minimal-responses in ipsecmod unit tests.
[all …]
/freebsd/contrib/unbound/
H A Dconfigure.ac2170 # check for ipsecmod if requested
2171 AC_ARG_ENABLE(ipsecmod, AS_HELP_STRING([--enable-ipsecmod],[Enable ipsecmod module that facilitates… optenable
2174 AC_DEFINE([USE_IPSECMOD], [1], [Define to 1 to use ipsecmod support.])
2175 IPSECMOD_OBJ="ipsecmod.lo ipsecmod-whitelist.lo"
2177 IPSECMOD_HEADER='$(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/ipsecmod/ipsecmod-whitelist.h'
H A DMakefile.in113 IPSECMOD_SRC=ipsecmod/ipsecmod.c ipsecmod/ipsecmod-whitelist.c
902 $(DYNLIBMOD_HEADER) $(srcdir)/cachedb/cachedb.h $(srcdir)/ipsecmod/ipsecmod.h \
1024 $(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/edns-subnet/subnetmod.h $(srcdir)/util/net_help.h \
1312 ipsecmod.lo ipsecmod.o: $(srcdir)/ipsecmod/ipsecmod.c config.h $(srcdir)/ipsecmod/ipsecmod.h \
1316 …$(srcdir)/ipsecmod/ipsecmod-whitelist.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/fptr_wlist…
1324 ipsecmod-whitelist.lo ipsecmod-whitelist.o: $(srcdir)/ipsecmod/ipsecmod-whitelist.c config.h \
1325 …$(srcdir)/ipsecmod/ipsecmod.h $(srcdir)/util/module.h $(srcdir)/util/storage/lruhash.h $(srcdir)/u…
1328 …$(srcdir)/ipsecmod/ipsecmod-whitelist.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/regional.h…
H A Dconfig.h.in1066 /* Define to 1 to use ipsecmod support. */
H A Dconfigure1650 --enable-ipsecmod Enable ipsecmod module that facilitates
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c301 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod); in print_mem()
/freebsd/contrib/unbound/daemon/
H A Dremote.c921 size_t ipsecmod = 0; in print_mem() local
939 ipsecmod = mod_get_mem(&worker->env, "ipsecmod"); in print_mem()
967 if(!print_longnum(ssl, "mem.mod.ipsecmod"SQ, ipsecmod)) in print_mem()