unbound/contrib
Wouter Wijngaards 7e6e9a0155 - Fix #1229: Systemd service sandboxing in contrib/unbound.service.
git-svn-id: file:///svn/unbound/trunk@4032 be551aaa-1e26-0410-a405-d3ace91eadb9
2017-03-06 15:27:36 +00:00
..
selinux SElinux policy files. 2008-12-01 08:20:03 +00:00
aaaa-filter-iterator.patch Fixup that patch does not try to patch itself. 2016-01-04 12:50:23 +00:00
build-unbound-localzone-from-hosts.pl Got contributed script to turn etc hosts into unbound config. 2009-06-11 18:30:53 +00:00
create_unbound_ad_servers.cmd - Fix #720: add windows scripts to zip bundle. 2015-11-24 10:55:18 +00:00
create_unbound_ad_servers.sh - Updated create_unbound_ad_servers and unbound_cache scripts from 2014-05-16 14:40:38 +00:00
libunbound.pc.in - Fix #1117: libunbound.pc sets strange Libs, Libs.private values. 2016-10-18 13:56:42 +00:00
parseunbound.pl Parse stats with threads, from Kai. 2008-04-23 06:33:12 +00:00
patch_rsamd5_enable.diff - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation 2012-09-17 13:15:12 +00:00
rc_d_unbound Patch from Pierre David. 2008-08-18 11:38:37 +00:00
README - configure --enable-systemd and lets unbound use systemd sockets if 2017-01-03 13:43:29 +00:00
unbound_cache.cmd - Updated contrib warmup.cmd/sh to support two modes - load 2015-01-05 13:58:51 +00:00
unbound_cache.sh - Updated contrib warmup.cmd/sh to support two modes - load 2015-01-05 13:58:51 +00:00
unbound_cacti.tar.gz - Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes 2014-03-10 10:42:49 +00:00
unbound_munin_ - patch from Dag-Erling Smorgrav that removes code that relies 2016-11-22 15:50:07 +00:00
unbound_smf22.tar.gz - contrib/unbound_smf22.tar.gz: Solaris SMF installation/removal 2015-03-05 08:18:59 +00:00
unbound-host.nagios.patch - Contribution from Migiel de Vos (Surfnet): nagios patch for 2010-05-26 09:17:18 +00:00
unbound.init Fixup, no touch files if not needed, copy when not exists. 2008-04-25 15:47:59 +00:00
unbound.init_fedora Fedora package files for 1.1.0, by Paul Wouters. 2008-11-13 08:45:20 +00:00
unbound.plist launchd plist file, and deprecation test for MacOSX use of daemon(3). 2009-03-23 11:22:57 +00:00
unbound.service.in - Fix #1229: Systemd service sandboxing in contrib/unbound.service. 2017-03-06 15:27:36 +00:00
unbound.socket.in - configure --enable-systemd and lets unbound use systemd sockets if 2017-01-03 13:43:29 +00:00
unbound.spec - updated contrib/unbound.spec, patch from Valentin Bud. 2012-09-27 09:37:04 +00:00
unbound.spec_fedora - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
update-anchor.sh root hints update-anchor.sh 2009-07-20 09:43:40 +00:00
validation-reporter.sh - contrib/validation-reporter follows rotated log file (patch from 2012-03-22 09:45:27 +00:00
warmup.cmd - Updated contrib warmup.cmd/sh to support two modes - load 2015-01-05 13:58:51 +00:00
warmup.sh - Updated contrib warmup.cmd/sh to support two modes - load 2015-01-05 13:58:51 +00:00

These files are contributed to unbound, and are not part of the official
distribution but may be helpful.

* rc_d_unbound: FreeBSD compatible /etc/rc.d script.
* parseunbound.pl: perl script to run from cron that parses statistics from
	the log file and stores them.
* unbound.spec and unbound.init: RPM specfile and Linux rc.d initfile.
* update-anchor.sh: shell script that uses unbound-host to update a set
	of trust anchor files. Run from cron twice a month.
* unbound_munin_ : plugin for munin statistics report
* unbound_cacti.tar.gz : setup files for cacti statistics report
* selinux: the .fc and .te files for SElinux protection of the unbound daemon
* unbound.plist: launchd configuration file for MacOSX.
* build-unbound-localzone-from-hosts.pl: perl script to turn /etc/hosts into
	a local-zone and local-data include file for unbound.conf.
* unbound-host.nagios.patch: makes unbound-host return status that fits right
	in with the nagios monitoring framework.  Contributed by Migiel de Vos.
* patch_rsamd5_enable.diff: this patch enables RSAMD5 validation (otherwise
  it is treated as insecure).  The RSAMD5 algorithm is deprecated (RFC6725).
* create_unbound_ad_servers.sh: shell script to enter anti-ad server lists.
* create_unbound_ad_servers.cmd: windows script to enter anti-ad server lists.
* unbound_cache.sh: shell script to save and load the cache.
* unbound_cache.cmd: windows script to save and load the cache.
* warmup.sh: shell script to warm up DNS cache by your own MRU domains.
* warmup.cmd: windows script to warm up DNS cache by your own MRU domains.
* aaaa-filter-iterator.patch: adds config option aaaa-filter: yes that
  works like the BIND feature (removes AAAA records unless AAAA-only domain).
  Useful for certain 'broken IPv6 default route' scenarios.
  Patch from Stephane Lapie for ASAHI Net.
* unbound_smf22.tar.gz: Solaris SMF installation/removal scripts.
  Contributed by Yuri Voinov.
* unbound.socket and unbound.service: systemd files for unbound, install them
  in /usr/lib/systemd/system.  Contributed by Sami Kerola and Pavel Odintsov.