/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 | 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 | 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_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 44 Documentation=man:unbound(8) 53 ExecStart=@UNBOUND_SBIN_DIR@/unbound -d -p 70 RuntimeDirectory=unbound 71 ConfigurationDirectory=unbound 72 StateDirectory=unbound
|
H A D | unbound-host.nagios.patch | 1 Index: smallapp/unbound-host.c 3 --- smallapp/unbound-host.c (revision 2115) 4 +++ smallapp/unbound-host.c (working copy) 6 #include "libunbound/unbound.h" 15 /** verbosity for unbound-host app */ 21 /** Give unbound-host usage, and exit (1). */
|
H A D | unbound_munin_ | 61 System with unbound daemon. 65 [unbound*] 67 env.unbound_conf /usr/local/etc/unbound/unbound.conf 68 env.unbound_control /usr/local/sbin/unbound-control 100 conf=${unbound_conf:-/usr/local/etc/unbound/unbound.conf} 101 ctrl=${unbound_control:-/usr/local/sbin/unbound-control}
|
H A D | libunbound.pc.in | 6 Name: unbound 8 URL: http://www.unbound.net
|
/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/contrib/unbound/doc/ |
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 | README.tests | 1 README unbound tests 6 There is a long test setup for unbound that needs tools installed. Use 19 * build container: docker build -t unbound-tester -f contrib/Dockerfile.tests . 20 …ainer: docker run -it --mount type=bind,source="$(pwd)",target=/usr/src/unbound --rm unbound-tester
|
H A D | Changelog | 24 override of strdup in unbound-host, and the result of config 33 pass that with `--with-ssl=path` to compile unbound as well. 39 - Fix #1149: unbound-control-setup hangs sometimes depending on 54 - Fix unbound dnstap socket test program analyzer warnings about 65 unbound.conf man page. 145 - Fix #1126: unbound-control-setup hangs while testing for openssl 175 alloc stats is enabled, the unit test for unbound control waits for 183 free. Added internal unit test to unbound-dnstap-socket for that. 203 to the default root keys in unbound-anchor. The content can be 204 inspected with `unbound-anchor -l`. [all …]
|
H A D | README.DNS64 | 5 To enable DNS64 functionality in Unbound, two directives in unbound.conf must 25 $ unbound -c unbound.conf 40 To enable NAT64 in Unbound, add to unbound.conf's "server" section:
|
/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 | 105 unbound uname=unbound gname=unbound mode=0755 tags=package=unbound 106 conf.d uname=unbound gname=unbound mode=0755 tags=package=unbound
|
/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 \
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control-setup.sh | 39 DESTDIR=/var/unbound 42 SERVERNAME=unbound 43 CLIENTNAME=unbound-control
|