| /freebsd/contrib/unbound/contrib/ |
| H A D | unbound-fuzzme.patch | 4 Subject: [PATCH] Add unbound-fuzzme. 11 smallapp/unbound-fuzzme.c | 38 ++++++++++++++++++++++++++++++++++++++ 13 create mode 100644 smallapp/unbound-fuzzme.c 20 /unbound-checkconf 21 /unbound-control 22 /unbound-control-setup 23 +/unbound-fuzzme 24 /unbound-host 25 /unbound.h 31 @@ -177,6 +177,10 @@ shm_main.lo remote.lo stats.lo unbound.lo \ [all …]
|
| H A D | unbound.spec | 2 Name: unbound 6 Url: http://www.nlnetlabs.nl/unbound/ 7 Source: http://www.nlnetlabs.nl/downloads/unbound/%{name}-%{version}.tar.gz 31 %configure --with-conf-file=%{_localstatedir}/%{name}/unbound.conf --disable-rpath 42 install -m 0755 contrib/unbound.init %{buildroot}%{_initrddir}/unbound 44 ln -s ../%{_localstatedir}/unbound/unbound.conf %{buildroot}%{_sysconfdir}/unbound.conf 56 %attr(0644,%{name},%{name}) %config(noreplace) %{_localstatedir}/%{name}/unbound.conf 57 %config(noreplace) %{_sysconfdir}/unbound.conf 65 getent group unbound >/dev/null || groupadd -r unbound 66 getent passwd unbound >/dev/null || \ [all …]
|
| H A D | README | 1 These files are contributed to unbound, and are not part of the official 7 * unbound.spec and unbound.init: RPM specfile and Linux rc.d initfile. 8 * update-anchor.sh: shell script that uses unbound-host to update a set 12 * selinux: the .fc and .te files for SElinux protection of the unbound daemon 13 * unbound.plist: launchd configuration file for MacOSX. 14 * build-unbound-localzone-from-hosts.pl: perl script to turn /etc/hosts into 15 a local-zone and local-data include file for unbound.conf. 16 * unbound-host.nagios.patch: makes unbound-host return status that fits right 32 * unbound.socket and unbound.service: systemd files for unbound, install them 34 * unbound_portable.service.in: systemd file for use unbound as portable service, [all …]
|
| H A D | unbound.spec_fedora | 10 Name: unbound 14 Url: http://www.nlnetlabs.nl/unbound/ 15 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz 16 Source1: unbound.init 17 Source2: unbound.conf 18 Source3: unbound.munin 21 Patch1: unbound-1.2-glob.patch 64 Summary: Development package that includes the unbound header files 69 The devel package contains the unbound library and the include files 72 Summary: Libraries used by the unbound server and client applications [all …]
|
| H A D | unbound_portable.service.in | 1 ; This unit file is provided to run unbound as portable service. 4 ; To use this unit file, please make sure you either compile unbound with the 9 ; Or put the following options in your unbound configuration file: 16 Documentation=man:unbound(8) 26 ExecStart=@UNBOUND_SBIN_DIR@/unbound -d -p 38 RuntimeDirectory=unbound 39 ConfigurationDirectory=unbound 40 StateDirectory=unbound
|
| H A D | unbound.init_fedora | 29 [ -e /etc/sysconfig/unbound ] && . /etc/sysconfig/unbound 31 lockfile=/var/lock/subsys/unbound 46 mount --bind -n /var/run/unbound ${rootdir}/var/run/unbound >/dev/null 2>&1; 58 killproc -p $pidfile unbound 62 for mountfile in /dev/log /dev/urandom /etc/localtime /etc/resolv.conf /var/run/unbound 86 status -p $pidfile unbound
|
| H A D | unbound.service.in | 21 ; - `RuntimeDirectory=unbound` creates a /run/unbound directory, owned by the 23 ; unit starts. This allows unbound to store its pidfile. The directory and 49 Documentation=man:unbound(8) 59 ExecStart=@UNBOUND_SBIN_DIR@/unbound -d -p 76 RuntimeDirectory=unbound 77 ConfigurationDirectory=unbound 78 StateDirectory=unbound
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound-control.rst | 37 .. program:: unbound-control 39 unbound-control(8) 45 **unbound-control** [``-hq``] [``-c cfgfile``] [``-s server``] command 50 ``unbound-control`` performs remote administration on the 51 :doc:`unbound(8)</manpages/unbound>` DNS server. 82 @@UAHL@unbound-control.commands@start@@ 84 Simply execs :doc:`unbound(8)</manpages/unbound>`. 85 The ``unbound`` executable is searched for in the **PATH** set in the 91 @@UAHL@unbound-control.commands@stop@@ 96 @@UAHL@unbound-control.commands@reload@@ [all …]
|
| H A D | unbound.conf.rst | 37 unbound.conf(5) 43 **unbound.conf** 48 **unbound.conf** is used to configure :doc:`unbound(8)</manpages/unbound>`. 56 The utility :doc:`unbound-checkconf(8)</manpages/unbound-checkconf>` can be 57 used to check ``unbound.conf`` prior to usage. 63 Copy this to :file:`/etc/unbound/unbound.conf` and start the server with: 67 $ unbound -c /etc/unbound/unbound.conf 74 $ kill `cat /etc/unbound/unbound.pid` 82 # unbound.conf(5) config file for unbound(8). 84 directory: "/etc/unbound" [all …]
|
| H A D | unbound-checkconf.rst | 37 .. program:: unbound-checkconf 39 unbound-checkconf(8) 45 **unbound-checkconf** [``-hf``] [``-o option``] [cfgfile] 50 ``unbound-checkconf`` checks the configuration file for the 51 :doc:`unbound(8)</manpages/unbound>` DNS resolver for syntax and other errors. 53 :doc:`unbound.conf(5)</manpages/unbound.conf>`. 85 The ``unbound-checkconf`` program exits with status code 1 on error, 0 for a 97 :doc:`unbound.conf(5)</manpages/unbound.conf>`, 98 :doc:`unbound(8)</manpages/unbound>`.
|
| H A D | README | 3 http://unbound.net 10 http://unbound.net 12 http://unbound.net/svn/ 17 * libexpat (for the unbound-anchor helper program) (MIT license) 49 the default is /usr/local/etc/unbound/unbound.conf. 52 the default is /usr/local/etc/unbound/unbound.pid. 55 the default is /usr/local/etc/unbound. 58 the default is /usr/local/etc/unbound. 61 the default is /usr/local/etc/unbound/root.key 65 the default is /usr/local/etc/unbound/icannbundle.pem [all …]
|
| H A D | unbound-host.rst | 37 .. program:: unbound-host 39 unbound-host(1) 45 **unbound-host** [``-C configfile``] [``-vdhr46D``] [``-c class``] 51 ``unbound-host`` uses the Unbound validating resolver to query for the hostname 58 With :option:`-C` an unbound config file and with :option:`-r` ``resolv.conf`` 132 Uses the specified unbound.conf to prime :doc:`libunbound(3)</manpages/libunbound>`. 159 $ unbound-host www.example.com 161 …$ unbound-host -v -y "example.com DS 31560 5 1 1CFED84787E6E19CCF9372C1187325972FE546CD" www.examp… 163 …$ unbound-host -v -y "example.com DS 31560 5 1 1CFED84787E6E19CCF9372C1187325972FE546CD" 192.0.2.1… 168 The ``unbound-host`` program exits with status code 1 on error, 0 on no error. [all …]
|
| H A D | unbound.rst | 37 .. program:: unbound 39 unbound(8) 45 **unbound** [``-hdpv``] [``-c <cfgfile>``] 50 ``unbound`` is a caching DNS resolver. 85 Set the config file with settings for unbound to read instead of reading the 87 The syntax is described in :doc:`unbound.conf(5)</manpages/unbound.conf>`. 117 :doc:`unbound.conf(5)</manpages/unbound.conf>`, 118 :doc:`unbound-checkconf(8)</manpages/unbound-checkconf>`,
|
| H A D | unbound-anchor.rst | 37 .. program:: unbound-anchor 39 unbound-anchor(8) 45 **unbound-anchor** [``opts``] 50 ``unbound-anchor`` performs setup or update of the root trust anchor for DNSSEC 56 Before you start the :doc:`unbound(8)</manpages/unbound>` DNS server. 64 unbound-anchor -a "@UNBOUND_ROOTKEY_FILE@" 69 # the unbound.conf contains: 71 unbound -c unbound.conf 177 unbound-anchor goes to the network itself for these roots, to resolve 201 .. option:: -C <unbound.conf> [all …]
|
| /freebsd/contrib/unbound/ |
| H A D | freebsd-configure.sh | 13 unbound=$(dirname $(realpath $0)) 14 cd $unbound 17 (cd $unbound && libtoolize --copy && autoheader && autoconf) 25 ldnssrc=$(realpath $unbound/../ldns) 29 ldnsbld=$(realpath $unbound/../../lib/libldns) 36 cd $unbound 39 --with-conf-file=/var/unbound/unbound.conf \ 40 --with-run-dir=/var/unbound \ 41 --with-username=unbound
|
| H A D | README.md | 3 …https://github.com/NLnetLabs/unbound/actions/workflows/ci.yml/badge.svg?branch=master)](https://gi… 4 …ging status](https://repology.org/badge/tiny-repos/unbound.svg)](https://repology.org/project/unbo… 5 …orage.googleapis.com/badges/unbound.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-o… 6 …cumentation Status](https://readthedocs.org/projects/unbound/badge/?version=latest)](https://unbou… 12 [create an issue on Github](https://github.com/NLnetLabs/unbound/issues/new) 13 or post a message on the [Unbound mailing list](https://lists.nlnetlabs.nl/mailman/listinfo/unbound… 15 [documentation](https://unbound.docs.nlnetlabs.nl/). 39 [documentation page](https://unbound.docs.nlnetlabs.nl/). 42 [doc/example.conf](https://github.com/NLnetLabs/unbound/blob/master/doc/example.conf.in).
|
| H A D | Makefile.in | 190 daemon/remote.c daemon/stats.c daemon/unbound.c daemon/worker.c @WIN_DAEMON_SRC@ 192 shm_main.lo remote.lo stats.lo unbound.lo \ 196 CHECKCONF_SRC=smallapp/unbound-checkconf.c smallapp/worker_cb.c 197 CHECKCONF_OBJ=unbound-checkconf.lo worker_cb.lo 200 CONTROL_SRC=smallapp/unbound-control.c 201 CONTROL_OBJ=unbound-control.lo 204 HOST_SRC=smallapp/unbound-host.c 205 HOST_OBJ=unbound-host.lo 207 UBANCHOR_SRC=smallapp/unbound-anchor.c 208 UBANCHOR_OBJ=unbound-anchor.lo [all …]
|
| /freebsd/usr.sbin/unbound/daemon/ |
| H A D | Makefile | 3 UNBOUNDDIR= ${SRCTOP}/contrib/unbound 8 PROG= local-unbound 10 ub_event.c unbound.c worker.c 13 LIBADD= unbound util ssl crypto pthread 14 MAN= local-unbound.8 local-unbound.conf.5
|
| /freebsd/usr.sbin/unbound/checkconf/ |
| H A D | Makefile | 3 UNBOUNDDIR= ${SRCTOP}/contrib/unbound 8 PROG= local-unbound-checkconf 9 SRCS= ub_event.c unbound-checkconf.c worker_cb.c 12 LIBADD= unbound pthread 13 MAN= local-unbound-checkconf.8
|
| /freebsd/usr.sbin/unbound/control/ |
| H A D | Makefile | 3 UNBOUNDDIR= ${SRCTOP}/contrib/unbound 8 PROG= local-unbound-control 9 SRCS= ub_event.c unbound-control.c worker_cb.c 12 LIBADD= unbound crypto ssl pthread 13 MAN= local-unbound-control.8
|
| /freebsd/usr.sbin/unbound/anchor/ |
| H A D | Makefile | 3 UNBOUNDDIR= ${SRCTOP}/contrib/unbound 9 PROG= local-unbound-anchor 10 SRCS= unbound-anchor.c 13 LIBADD= unbound bsdxml ssl crypto pthread 14 MAN= local-unbound-anchor.8
|
| /freebsd/etc/mtree/ |
| H A D | BSD.var.dist | 107 unbound uname=unbound gname=unbound mode=0755 tags=package=local-unbound 108 conf.d uname=unbound gname=unbound mode=0755 tags=package=local-unbound
|
| /freebsd/packages/local-unbound/ |
| H A D | Makefile | 1 WORLDPACKAGE= local-unbound 8 UCLSRC.local-unbound= local-unbound.ucl 12 PKG_DEPS.local-unbound+=resolvconf
|
| /freebsd/contrib/unbound/contrib/selinux/ |
| H A D | unbound.fc | 1 /etc/unbound(/.*)? system_u:object_r:unbound_conf_t:s0 2 /etc/rc\.d/init\.d/unbound -- system_u:object_r:unbound_initrc_exec_t:s0 3 /usr/sbin/unbound -- system_u:object_r:unbound_exec_t:s0 4 /var/run/unbound(/.*)? system_u:object_r:unbound_var_run_t:s0
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | local_unbound | 28 : ${local_unbound_workdir:=/var/unbound} 29 : ${local_unbound_config:=${local_unbound_workdir}/unbound.conf} 42 echo "$@" | su -m unbound 75 -u unbound \
|