unbound/contrib
Wouter Wijngaards b44780b22c - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation
otherwise it is treated as insecure.  The RSAMD5 algorithm is
  deprecated (RFC6725).  The MD5 hash is considered weak for some
  purposes, if you want to sign your zone, then RSASHA256 is an
  uncontested hash.


git-svn-id: file:///svn/unbound/trunk@2760 be551aaa-1e26-0410-a405-d3ace91eadb9
2012-09-17 13:15:12 +00:00
..
selinux SElinux policy files. 2008-12-01 08:20:03 +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
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 - patch_rsamd5_enable.diff: this patch enables RSAMD5 validation 2012-09-17 13:15:12 +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.spec - Quick fix for contrib/unbound.spec example, no ldns-builtin 2011-07-13 12:17:13 +00:00
unbound.spec_fedora fedora specfile updated (from Paul Wouters). 2011-09-07 05:34:22 +00:00
unbound_cacti.tar.gz Updated cacti files for request queue statistics counters. 2009-07-27 12:35:48 +00:00
unbound_munin_ - patch for unbound_munin_ script to handle arbitrary thread count by 2012-06-29 08:58:18 +00:00
unbound_unixsock.diff Unix socket contribution 2012-08-28 12:24:57 +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

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.
* unbound_unixsock.diff: Add Unix socket support for unbound-control. 
	Contributed by Ilya Bakulin, 2012-08-28.
* patch_rsamd5_enable.diff: this patch enables RSAMD5 validation (otherwise
  it is treated as insecure).  The RSAMD5 algorithm is deprecated (RFC6725).