Home
last modified time | relevance | path

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

/src/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()
/src/contrib/unbound/util/
H A Dconfiglexer.lex564 ipsecmod-enabled{COLON} { YDVAR(1, VAR_IPSECMOD_ENABLED) }
565 ipsecmod-ignore-bogus{COLON} { YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
566 ipsecmod-hook{COLON} { YDVAR(1, VAR_IPSECMOD_HOOK) }
567 ipsecmod-max-ttl{COLON} { YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
568 ipsecmod-whitelist{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
569 ipsecmod-allow{COLON} { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
570 ipsecmod-strict{COLON} { YDVAR(1, VAR_IPSECMOD_STRICT) }
/src/contrib/unbound/libunbound/
H A Dunbound.h671 long long ipsecmod; member
/src/contrib/unbound/doc/
H A Dexample.conf.in1098 # Specific options for ipsecmod. Unbound needs to be configured with
1099 # --enable-ipsecmod for these to take effect.
1101 # Enable or disable ipsecmod (it still needs to be defined in
1102 # module-config above). Can be used when ipsecmod needs to be
1104 # ipsecmod-enabled: yes
1106 # Path to executable external hook. It must be defined when ipsecmod is
1108 # ipsecmod-hook: "./my_executable"
1111 # the ipsecmod-hook is not 0.
1112 # ipsecmod-strict: no
1115 # ipsecmod-max-ttl: 3600
[all …]
H A Dunbound.conf.rst4240 module-config: "ipsecmod validator iterator"
4242 and be compiled into Unbound by using ``--enable-ipsecmod`` to be enabled.
4270 :ref:`ipsecmod-max-ttl<unbound.conf.ipsecmod-max-ttl>`.
4275 :ref:`ipsecmod-max-ttl<unbound.conf.ipsecmod-max-ttl>` ensures that the A/AAAA
4279 @@UAHL@unbound.conf@ipsecmod-enabled@@: *<yes or no>*
4289 @@UAHL@unbound.conf@ipsecmod-hook@@: *<filename>*
4298 @@UAHL@unbound.conf@ipsecmod-strict@@: *<yes or no>*
4307 @@UAHL@unbound.conf@ipsecmod-max-ttl@@: *<seconds>*
4314 @@UAHL@unbound.conf@ipsecmod-ignore-bogus@@: *<yes or no>*
4325 @@UAHL@unbound.conf@ipsecmod-allow@@: *<domain>*
[all …]
H A DChangelog2799 - ipsecmod: Better logging for detecting a cycle when attaching the
3766 - Fix ipsecmod compile.
3876 - Fix CVE-2019-18934, shell execution in ipsecmod.
4718 - Disable minimal-responses in ipsecmod unit tests.
5615 - Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
5761 - Use qstate's region for IPSECKEY rrset (ipsecmod).
5764 - Implemented opportunistic IPsec support module (ipsecmod).
/src/contrib/unbound/
H A Dconfigure.ac2054 # check for ipsecmod if requested
2055 AC_ARG_ENABLE(ipsecmod, AS_HELP_STRING([--enable-ipsecmod],[Enable ipsecmod module that facilitates… optenable
2058 AC_DEFINE([USE_IPSECMOD], [1], [Define to 1 to use ipsecmod support.])
2059 IPSECMOD_OBJ="ipsecmod.lo ipsecmod-whitelist.lo"
2061 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.in1010 /* Define to 1 to use ipsecmod support. */
H A Dconfigure1650 --enable-ipsecmod Enable ipsecmod module that facilitates
/src/contrib/unbound/smallapp/
H A Dunbound-control.c298 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod); in print_mem()
/src/contrib/unbound/daemon/
H A Dremote.c897 size_t ipsecmod = 0; in print_mem() local
915 ipsecmod = mod_get_mem(&worker->env, "ipsecmod"); in print_mem()
943 if(!print_longnum(ssl, "mem.mod.ipsecmod"SQ, ipsecmod)) in print_mem()