pkgsrc/security/dnssec-tools/PLIST

264 lines
12 KiB
Text
Raw Normal View History

2014-12-15 00:19:05 +01:00
@comment $NetBSD: PLIST,v 1.10 2014/12/14 23:19:05 pettai Exp $
1.14 - New Features - dnssec-nodes - Many new features, including validation tree graphing, on-the-wire traffic display, pcap dump file display, increased data logging and display, improved simultaneous updating, etc. - Libval: - Added initial support for the TLSA rrtype - Added support for ECDSA - Implemented checking for AI_ADDRCONFIG in getaddrinfo - Memory optimizations to improve speed-up - dnssec-check - increased stability across all platforms. - All Around: - Many bug fixes and other minor improvements 1.13 - New Features - rollerd: - Added support for the signzone command. Allow zones to be signed while in the midst of a rollover wait. - Added autosigning of modified zone files. Zone files are considered modified when their "last modification" timestamp is more recent than that of the associated signed zone file. This functionality includes adding the -autosign option and config field. - Added additional commands (via rollctl) to allow greater control over zone rollover actions. - Added -zsargs option to allow global options to be passed to zonesigner. - realms: - Added the realms feature to manage multiple simultaneous rollover environments. Several commands and modules (e.g., dtrealms, realms.pm, buildrealms) were added for the realms feature. - zonesigner: - Added the -threshold option to specify a signing threshold. - Better handling of serial numbers in zone files. - keymod: - New tool that can be used to modify key generation parameters in a keyrec file. - dnssec-check - significant rewrite since the 1.12 release, though individual updates have been available already. - Asynchronous support for non-interrupting GUI support - Letter grades assigned to each resolver - Various user-interface improvements - libval: - Bug fixes - Renamed all validator command-line apps to have a dt- prefix in order to avoid conflicts with pre-existing executables in certain platforms. - dnsval python module - Add python wrapper module for the validator library. Code contributed by Bob Novas. - trustman: - Added an option for use by monitoring systems. - nagios - Added the dt_donuts plugin for running trustman on remote machines. - Added the dt_trustman plugin for monitoring trust anchors. - firefox - updated nspr and firefox patches to work with mozilla-central and nspr-4.9 - webmin: - Added the ability to perform DNSSEC operations on DNSSEC-Tools managed signed zones using the Webmin front-end. - ssh: - Update the patch for enabling local DNSSEC validation to work with OpenSSH 6.0p1.
2013-06-15 21:57:20 +02:00
bin/dt-danechk
bin/dt-getaddr
bin/dt-gethost
bin/dt-getname
bin/dt-getquery
bin/dt-getrrset
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
bin/dt-libval_check_conf
1.14 - New Features - dnssec-nodes - Many new features, including validation tree graphing, on-the-wire traffic display, pcap dump file display, increased data logging and display, improved simultaneous updating, etc. - Libval: - Added initial support for the TLSA rrtype - Added support for ECDSA - Implemented checking for AI_ADDRCONFIG in getaddrinfo - Memory optimizations to improve speed-up - dnssec-check - increased stability across all platforms. - All Around: - Many bug fixes and other minor improvements 1.13 - New Features - rollerd: - Added support for the signzone command. Allow zones to be signed while in the midst of a rollover wait. - Added autosigning of modified zone files. Zone files are considered modified when their "last modification" timestamp is more recent than that of the associated signed zone file. This functionality includes adding the -autosign option and config field. - Added additional commands (via rollctl) to allow greater control over zone rollover actions. - Added -zsargs option to allow global options to be passed to zonesigner. - realms: - Added the realms feature to manage multiple simultaneous rollover environments. Several commands and modules (e.g., dtrealms, realms.pm, buildrealms) were added for the realms feature. - zonesigner: - Added the -threshold option to specify a signing threshold. - Better handling of serial numbers in zone files. - keymod: - New tool that can be used to modify key generation parameters in a keyrec file. - dnssec-check - significant rewrite since the 1.12 release, though individual updates have been available already. - Asynchronous support for non-interrupting GUI support - Letter grades assigned to each resolver - Various user-interface improvements - libval: - Bug fixes - Renamed all validator command-line apps to have a dt- prefix in order to avoid conflicts with pre-existing executables in certain platforms. - dnsval python module - Add python wrapper module for the validator library. Code contributed by Bob Novas. - trustman: - Added an option for use by monitoring systems. - nagios - Added the dt_donuts plugin for running trustman on remote machines. - Added the dt_trustman plugin for monitoring trust anchors. - firefox - updated nspr and firefox patches to work with mozilla-central and nspr-4.9 - webmin: - Added the ability to perform DNSSEC operations on DNSSEC-Tools managed signed zones using the Webmin front-end. - ssh: - Update the patch for enabling local DNSSEC validation to work with OpenSSH 6.0p1.
2013-06-15 21:57:20 +02:00
bin/dt-validate
bin/libval-config
include/validator/resolver.h
1.14 - New Features - dnssec-nodes - Many new features, including validation tree graphing, on-the-wire traffic display, pcap dump file display, increased data logging and display, improved simultaneous updating, etc. - Libval: - Added initial support for the TLSA rrtype - Added support for ECDSA - Implemented checking for AI_ADDRCONFIG in getaddrinfo - Memory optimizations to improve speed-up - dnssec-check - increased stability across all platforms. - All Around: - Many bug fixes and other minor improvements 1.13 - New Features - rollerd: - Added support for the signzone command. Allow zones to be signed while in the midst of a rollover wait. - Added autosigning of modified zone files. Zone files are considered modified when their "last modification" timestamp is more recent than that of the associated signed zone file. This functionality includes adding the -autosign option and config field. - Added additional commands (via rollctl) to allow greater control over zone rollover actions. - Added -zsargs option to allow global options to be passed to zonesigner. - realms: - Added the realms feature to manage multiple simultaneous rollover environments. Several commands and modules (e.g., dtrealms, realms.pm, buildrealms) were added for the realms feature. - zonesigner: - Added the -threshold option to specify a signing threshold. - Better handling of serial numbers in zone files. - keymod: - New tool that can be used to modify key generation parameters in a keyrec file. - dnssec-check - significant rewrite since the 1.12 release, though individual updates have been available already. - Asynchronous support for non-interrupting GUI support - Letter grades assigned to each resolver - Various user-interface improvements - libval: - Bug fixes - Renamed all validator command-line apps to have a dt- prefix in order to avoid conflicts with pre-existing executables in certain platforms. - dnsval python module - Add python wrapper module for the validator library. Code contributed by Bob Novas. - trustman: - Added an option for use by monitoring systems. - nagios - Added the dt_donuts plugin for running trustman on remote machines. - Added the dt_trustman plugin for monitoring trust anchors. - firefox - updated nspr and firefox patches to work with mozilla-central and nspr-4.9 - webmin: - Added the ability to perform DNSSEC operations on DNSSEC-Tools managed signed zones using the Webmin front-end. - ssh: - Update the patch for enabling local DNSSEC validation to work with OpenSSH 6.0p1.
2013-06-15 21:57:20 +02:00
include/validator/val_dane.h
include/validator/val_errors.h
1.10: - New Features: - New Apps: (see the validator/apps directory for details) - dnssec-check: check dnssec support from your ISP - dnssec-nodes: graphically displays a DNS hierarchy, color coded by each node's DNSSEC status - dnssec-system-tray: displays pop-up notifications when a libval-enabled application triggers a DNSSEC error - lookup: a graphical DNS lookup utility that displays the results in a hierarchical tree and color codes the window according to DNSSEC status - libval: - Added support for building on Windows. - added support for falling back to recursion when the caching name server does not appear to support DNSSEC. This also works as a mechanism to work around poisoned or misbehaving cache. - Significant improvements to the the asynchronous support. - lsdnssec: - Improvements to lsdnssec to display different output depending on whether a zone is a stand-alone zone or under control of rollerd. - nagios: - Plugins for the nagios monitoring system which enable monitoring of zone rollerover states. - firefox: - Improved patches that work with the most recent firefox Plus many more minor features and bug fixes 1.9: - New Features: - lsdnssec: - Added a new flag (-p) to show only zones in a particular rollerd phase. - fixed bugs to align timing output with rollerd. - rollerd: - Added a -logtz flag for logging timezones - fixed bugs related to the -alwayssign flag. - zonesigner's path is taken from the config file. - rollctl: - Added -rollall and -rollzone options. - zonesigner: - Assumes keys need to be generated for new zones (Assumes -genkeys option was given if a keyrec file can't be found.) - Exits with unique exit codes if a failure occurs. ("zonesigner -xc CODE" can lookup a description for it.") - Added the -phase option so rollover options could be more easily specified. - lights: - A simple GUI to check the status of rollover states - blinkenlights:- Added hide/show commands for rollrec names and zone names, for split-zone support - cleankrf: - Fixed deletion of obsolete set keyrecs. - GUI commands: - Fixed how the Exit command works so they don't coredump. - libsres & libval: - New beta support for issuing asynchronous requests. This can speed up queries by up to 4 times if used. (see example code in validator/apps/validator_selftest.c) - NSEC3, DLV and IPv6 are enabled by default. - improved logging and logging-callback support. - drawvalmap - Can output PNG files now - Packaging: - Our download page now allows you to download the C validator libraries independently of the full DNNSEC-Tools tool-suite. - Many bugs were also fixed in the 240+ changes.
2011-07-27 07:30:31 +02:00
include/validator/validator-compat.h
include/validator/validator-config.h
include/validator/validator.h
lib/libsres.la
lib/libval-threads.la
lib/libval_shim.la
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts/Output.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts/Output/Format.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts/Output/Format/HTML.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts/Output/Format/JSON.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts/Output/Format/Perl.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts/Output/Format/Text.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts/Output/Format/Text/Wrapped.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts/Output/Format/XML.pm
1.14 - New Features - dnssec-nodes - Many new features, including validation tree graphing, on-the-wire traffic display, pcap dump file display, increased data logging and display, improved simultaneous updating, etc. - Libval: - Added initial support for the TLSA rrtype - Added support for ECDSA - Implemented checking for AI_ADDRCONFIG in getaddrinfo - Memory optimizations to improve speed-up - dnssec-check - increased stability across all platforms. - All Around: - Many bug fixes and other minor improvements 1.13 - New Features - rollerd: - Added support for the signzone command. Allow zones to be signed while in the midst of a rollover wait. - Added autosigning of modified zone files. Zone files are considered modified when their "last modification" timestamp is more recent than that of the associated signed zone file. This functionality includes adding the -autosign option and config field. - Added additional commands (via rollctl) to allow greater control over zone rollover actions. - Added -zsargs option to allow global options to be passed to zonesigner. - realms: - Added the realms feature to manage multiple simultaneous rollover environments. Several commands and modules (e.g., dtrealms, realms.pm, buildrealms) were added for the realms feature. - zonesigner: - Added the -threshold option to specify a signing threshold. - Better handling of serial numbers in zone files. - keymod: - New tool that can be used to modify key generation parameters in a keyrec file. - dnssec-check - significant rewrite since the 1.12 release, though individual updates have been available already. - Asynchronous support for non-interrupting GUI support - Letter grades assigned to each resolver - Various user-interface improvements - libval: - Bug fixes - Renamed all validator command-line apps to have a dt- prefix in order to avoid conflicts with pre-existing executables in certain platforms. - dnsval python module - Add python wrapper module for the validator library. Code contributed by Bob Novas. - trustman: - Added an option for use by monitoring systems. - nagios - Added the dt_donuts plugin for running trustman on remote machines. - Added the dt_trustman plugin for monitoring trust anchors. - firefox - updated nspr and firefox patches to work with mozilla-central and nspr-4.9 - webmin: - Added the ability to perform DNSSEC operations on DNSSEC-Tools managed signed zones using the Webmin front-end. - ssh: - Update the patch for enabling local DNSSEC validation to work with OpenSSH 6.0p1.
2013-06-15 21:57:20 +02:00
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/Donuts/Rule.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor/Bind.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor/Csv.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor/Dns.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor/Dump.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor/Itar.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor/Libval.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor/Makefile.PL
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor/Mf.pm
${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/SEC/Tools/TrustAnchor/Secspider.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/BootStrap.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/QWPrimitives.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/conf.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/defaults.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/dnssectools.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/keyrec.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/keyrec.pod
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/realm.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/realm.pod
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/realmmgr.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/rolllog.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/rollmgr.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/rollrec.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/rollrec.pod
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/timetrans.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Tools/tooloptions.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/Validator.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/defines.pl
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/SEC/examples.pl
1.14 - New Features - dnssec-nodes - Many new features, including validation tree graphing, on-the-wire traffic display, pcap dump file display, increased data logging and display, improved simultaneous updating, etc. - Libval: - Added initial support for the TLSA rrtype - Added support for ECDSA - Implemented checking for AI_ADDRCONFIG in getaddrinfo - Memory optimizations to improve speed-up - dnssec-check - increased stability across all platforms. - All Around: - Many bug fixes and other minor improvements 1.13 - New Features - rollerd: - Added support for the signzone command. Allow zones to be signed while in the midst of a rollover wait. - Added autosigning of modified zone files. Zone files are considered modified when their "last modification" timestamp is more recent than that of the associated signed zone file. This functionality includes adding the -autosign option and config field. - Added additional commands (via rollctl) to allow greater control over zone rollover actions. - Added -zsargs option to allow global options to be passed to zonesigner. - realms: - Added the realms feature to manage multiple simultaneous rollover environments. Several commands and modules (e.g., dtrealms, realms.pm, buildrealms) were added for the realms feature. - zonesigner: - Added the -threshold option to specify a signing threshold. - Better handling of serial numbers in zone files. - keymod: - New tool that can be used to modify key generation parameters in a keyrec file. - dnssec-check - significant rewrite since the 1.12 release, though individual updates have been available already. - Asynchronous support for non-interrupting GUI support - Letter grades assigned to each resolver - Various user-interface improvements - libval: - Bug fixes - Renamed all validator command-line apps to have a dt- prefix in order to avoid conflicts with pre-existing executables in certain platforms. - dnsval python module - Add python wrapper module for the validator library. Code contributed by Bob Novas. - trustman: - Added an option for use by monitoring systems. - nagios - Added the dt_donuts plugin for running trustman on remote machines. - Added the dt_trustman plugin for monitoring trust anchors. - firefox - updated nspr and firefox patches to work with mozilla-central and nspr-4.9 - webmin: - Added the ability to perform DNSSEC operations on DNSSEC-Tools managed signed zones using the Webmin front-end. - ssh: - Update the patch for enabling local DNSSEC validation to work with OpenSSH 6.0p1.
2013-06-15 21:57:20 +02:00
${PERL5_SUB_INSTALLVENDORARCH}/Net/DNS/ZoneFile/Fast.pm
${PERL5_SUB_INSTALLVENDORARCH}/Net/addrinfo.pm
${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/DNS/SEC/Tools/Dnspktflow/dnspktflow/.packlist
${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/DNS/SEC/Tools/Donuts/donuts/.packlist
${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/DNS/SEC/Tools/Drawvalmap/drawvalmap/.packlist
${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/DNS/SEC/Tools/Maketestzone/maketestzone/.packlist
${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/DNS/SEC/Tools/Mapper/mapper/.packlist
${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/DNS/SEC/Tools/conf/.packlist
${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/DNS/SEC/Validator/Validator.so
${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/addrinfo/addrinfo.so
${PERL5_SUB_INSTALLVENDORARCH}/auto/convertar/.packlist
${PERL5_SUB_INSTALLVENDORARCH}/auto/dnssec-tools/.packlist
${PERL5_SUB_INSTALLVENDORBIN}/blinkenlights
${PERL5_SUB_INSTALLVENDORBIN}/bubbles
${PERL5_SUB_INSTALLVENDORBIN}/buildrealms
${PERL5_SUB_INSTALLVENDORBIN}/check-zone-expiration
${PERL5_SUB_INSTALLVENDORBIN}/cleanarch
${PERL5_SUB_INSTALLVENDORBIN}/cleankrf
${PERL5_SUB_INSTALLVENDORBIN}/convertar
${PERL5_SUB_INSTALLVENDORBIN}/dnspktflow
${PERL5_SUB_INSTALLVENDORBIN}/donuts
${PERL5_SUB_INSTALLVENDORBIN}/donutsd
${PERL5_SUB_INSTALLVENDORBIN}/drawvalmap
${PERL5_SUB_INSTALLVENDORBIN}/dtck
${PERL5_SUB_INSTALLVENDORBIN}/dtconf
${PERL5_SUB_INSTALLVENDORBIN}/dtconfchk
${PERL5_SUB_INSTALLVENDORBIN}/dtdefs
${PERL5_SUB_INSTALLVENDORBIN}/dtinitconf
${PERL5_SUB_INSTALLVENDORBIN}/dtrealms
${PERL5_SUB_INSTALLVENDORBIN}/expchk
${PERL5_SUB_INSTALLVENDORBIN}/fixkrf
${PERL5_SUB_INSTALLVENDORBIN}/genkrf
${PERL5_SUB_INSTALLVENDORBIN}/getdnskeys
${PERL5_SUB_INSTALLVENDORBIN}/getds
${PERL5_SUB_INSTALLVENDORBIN}/grandvizier
${PERL5_SUB_INSTALLVENDORBIN}/keyarch
${PERL5_SUB_INSTALLVENDORBIN}/keymod
${PERL5_SUB_INSTALLVENDORBIN}/krfcheck
${PERL5_SUB_INSTALLVENDORBIN}/lights
${PERL5_SUB_INSTALLVENDORBIN}/lsdnssec
${PERL5_SUB_INSTALLVENDORBIN}/lskrf
${PERL5_SUB_INSTALLVENDORBIN}/lsrealm
${PERL5_SUB_INSTALLVENDORBIN}/lsroll
${PERL5_SUB_INSTALLVENDORBIN}/maketestzone
${PERL5_SUB_INSTALLVENDORBIN}/mapper
${PERL5_SUB_INSTALLVENDORBIN}/realmchk
${PERL5_SUB_INSTALLVENDORBIN}/realmctl
${PERL5_SUB_INSTALLVENDORBIN}/realminit
${PERL5_SUB_INSTALLVENDORBIN}/realmset
${PERL5_SUB_INSTALLVENDORBIN}/rollchk
${PERL5_SUB_INSTALLVENDORBIN}/rollctl
${PERL5_SUB_INSTALLVENDORBIN}/rollerd
${PERL5_SUB_INSTALLVENDORBIN}/rollinit
${PERL5_SUB_INSTALLVENDORBIN}/rolllog
${PERL5_SUB_INSTALLVENDORBIN}/rollrec-editor
${PERL5_SUB_INSTALLVENDORBIN}/rollset
${PERL5_SUB_INSTALLVENDORBIN}/signset-editor
${PERL5_SUB_INSTALLVENDORBIN}/tachk
${PERL5_SUB_INSTALLVENDORBIN}/timetrans
${PERL5_SUB_INSTALLVENDORBIN}/trustman
${PERL5_SUB_INSTALLVENDORBIN}/zonesigner
${PERL5_SUB_INSTALLVENDORMAN1DIR}/blinkenlights.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/bubbles.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/buildrealms.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/check-zone-expiration.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/cleanarch.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/cleankrf.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/convertar.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/dnspktflow.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/donuts.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/donutsd.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/drawvalmap.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/dtck.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/dtconf.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/dtconfchk.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/dtdefs.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/dtinitconf.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/dtrealms.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/expchk.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/fixkrf.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/genkrf.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/getdnskeys.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/getds.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/grandvizier.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/keyarch.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/keymod.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/krfcheck.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/lights.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/lsdnssec.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/lskrf.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/lsrealm.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/lsroll.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/maketestzone.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/mapper.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/realmchk.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/realmctl.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/realminit.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/realmset.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/rollchk.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/rollctl.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/rollerd.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/rollinit.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/rolllog.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/rollrec-editor.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/rollset.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/signset-editor.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/tachk.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/timetrans.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/trustman.1
${PERL5_SUB_INSTALLVENDORMAN1DIR}/zonesigner.1
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::BootStrap.3
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::Donuts.3
1.14 - New Features - dnssec-nodes - Many new features, including validation tree graphing, on-the-wire traffic display, pcap dump file display, increased data logging and display, improved simultaneous updating, etc. - Libval: - Added initial support for the TLSA rrtype - Added support for ECDSA - Implemented checking for AI_ADDRCONFIG in getaddrinfo - Memory optimizations to improve speed-up - dnssec-check - increased stability across all platforms. - All Around: - Many bug fixes and other minor improvements 1.13 - New Features - rollerd: - Added support for the signzone command. Allow zones to be signed while in the midst of a rollover wait. - Added autosigning of modified zone files. Zone files are considered modified when their "last modification" timestamp is more recent than that of the associated signed zone file. This functionality includes adding the -autosign option and config field. - Added additional commands (via rollctl) to allow greater control over zone rollover actions. - Added -zsargs option to allow global options to be passed to zonesigner. - realms: - Added the realms feature to manage multiple simultaneous rollover environments. Several commands and modules (e.g., dtrealms, realms.pm, buildrealms) were added for the realms feature. - zonesigner: - Added the -threshold option to specify a signing threshold. - Better handling of serial numbers in zone files. - keymod: - New tool that can be used to modify key generation parameters in a keyrec file. - dnssec-check - significant rewrite since the 1.12 release, though individual updates have been available already. - Asynchronous support for non-interrupting GUI support - Letter grades assigned to each resolver - Various user-interface improvements - libval: - Bug fixes - Renamed all validator command-line apps to have a dt- prefix in order to avoid conflicts with pre-existing executables in certain platforms. - dnsval python module - Add python wrapper module for the validator library. Code contributed by Bob Novas. - trustman: - Added an option for use by monitoring systems. - nagios - Added the dt_donuts plugin for running trustman on remote machines. - Added the dt_trustman plugin for monitoring trust anchors. - firefox - updated nspr and firefox patches to work with mozilla-central and nspr-4.9 - webmin: - Added the ability to perform DNSSEC operations on DNSSEC-Tools managed signed zones using the Webmin front-end. - ssh: - Update the patch for enabling local DNSSEC validation to work with OpenSSH 6.0p1.
2013-06-15 21:57:20 +02:00
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::Donuts::Rule.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::QWPrimitives.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::TrustAnchor.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::TrustAnchor::Bind.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::TrustAnchor::Csv.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::TrustAnchor::Dns.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::TrustAnchor::Dump.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::TrustAnchor::Itar.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::TrustAnchor::Libval.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::TrustAnchor::Mf.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::TrustAnchor::Secspider.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::conf.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::defaults.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::dnssectools.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::keyrec.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::realm.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::realmmgr.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::rolllog.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::rollmgr.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::rollrec.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::timetrans.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Tools::tooloptions.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::Validator.3
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::SEC::examples.3
1.14 - New Features - dnssec-nodes - Many new features, including validation tree graphing, on-the-wire traffic display, pcap dump file display, increased data logging and display, improved simultaneous updating, etc. - Libval: - Added initial support for the TLSA rrtype - Added support for ECDSA - Implemented checking for AI_ADDRCONFIG in getaddrinfo - Memory optimizations to improve speed-up - dnssec-check - increased stability across all platforms. - All Around: - Many bug fixes and other minor improvements 1.13 - New Features - rollerd: - Added support for the signzone command. Allow zones to be signed while in the midst of a rollover wait. - Added autosigning of modified zone files. Zone files are considered modified when their "last modification" timestamp is more recent than that of the associated signed zone file. This functionality includes adding the -autosign option and config field. - Added additional commands (via rollctl) to allow greater control over zone rollover actions. - Added -zsargs option to allow global options to be passed to zonesigner. - realms: - Added the realms feature to manage multiple simultaneous rollover environments. Several commands and modules (e.g., dtrealms, realms.pm, buildrealms) were added for the realms feature. - zonesigner: - Added the -threshold option to specify a signing threshold. - Better handling of serial numbers in zone files. - keymod: - New tool that can be used to modify key generation parameters in a keyrec file. - dnssec-check - significant rewrite since the 1.12 release, though individual updates have been available already. - Asynchronous support for non-interrupting GUI support - Letter grades assigned to each resolver - Various user-interface improvements - libval: - Bug fixes - Renamed all validator command-line apps to have a dt- prefix in order to avoid conflicts with pre-existing executables in certain platforms. - dnsval python module - Add python wrapper module for the validator library. Code contributed by Bob Novas. - trustman: - Added an option for use by monitoring systems. - nagios - Added the dt_donuts plugin for running trustman on remote machines. - Added the dt_trustman plugin for monitoring trust anchors. - firefox - updated nspr and firefox patches to work with mozilla-central and nspr-4.9 - webmin: - Added the ability to perform DNSSEC operations on DNSSEC-Tools managed signed zones using the Webmin front-end. - ssh: - Update the patch for enabling local DNSSEC validation to work with OpenSSH 6.0p1.
2013-06-15 21:57:20 +02:00
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::DNS::ZoneFile::Fast.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::addrinfo.3
man/man1/dnssec-tools.1
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
man/man1/dt-danechk.1
1.14 - New Features - dnssec-nodes - Many new features, including validation tree graphing, on-the-wire traffic display, pcap dump file display, increased data logging and display, improved simultaneous updating, etc. - Libval: - Added initial support for the TLSA rrtype - Added support for ECDSA - Implemented checking for AI_ADDRCONFIG in getaddrinfo - Memory optimizations to improve speed-up - dnssec-check - increased stability across all platforms. - All Around: - Many bug fixes and other minor improvements 1.13 - New Features - rollerd: - Added support for the signzone command. Allow zones to be signed while in the midst of a rollover wait. - Added autosigning of modified zone files. Zone files are considered modified when their "last modification" timestamp is more recent than that of the associated signed zone file. This functionality includes adding the -autosign option and config field. - Added additional commands (via rollctl) to allow greater control over zone rollover actions. - Added -zsargs option to allow global options to be passed to zonesigner. - realms: - Added the realms feature to manage multiple simultaneous rollover environments. Several commands and modules (e.g., dtrealms, realms.pm, buildrealms) were added for the realms feature. - zonesigner: - Added the -threshold option to specify a signing threshold. - Better handling of serial numbers in zone files. - keymod: - New tool that can be used to modify key generation parameters in a keyrec file. - dnssec-check - significant rewrite since the 1.12 release, though individual updates have been available already. - Asynchronous support for non-interrupting GUI support - Letter grades assigned to each resolver - Various user-interface improvements - libval: - Bug fixes - Renamed all validator command-line apps to have a dt- prefix in order to avoid conflicts with pre-existing executables in certain platforms. - dnsval python module - Add python wrapper module for the validator library. Code contributed by Bob Novas. - trustman: - Added an option for use by monitoring systems. - nagios - Added the dt_donuts plugin for running trustman on remote machines. - Added the dt_trustman plugin for monitoring trust anchors. - firefox - updated nspr and firefox patches to work with mozilla-central and nspr-4.9 - webmin: - Added the ability to perform DNSSEC operations on DNSSEC-Tools managed signed zones using the Webmin front-end. - ssh: - Update the patch for enabling local DNSSEC validation to work with OpenSSH 6.0p1.
2013-06-15 21:57:20 +02:00
man/man1/dt-getaddr.1
man/man1/dt-gethost.1
man/man1/dt-getname.1
man/man1/dt-getquery.1
man/man1/dt-getrrset.1
man/man1/dt-libval_check_conf.1
man/man1/dt-validate.1
man/man3/dnsval.conf.3
man/man3/dnsval_conf_get.3
man/man3/dnsval_conf_set.3
man/man3/libsres.3
man/man3/libval.3
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
man/man3/libval_async.3
man/man3/libval_shim.3
man/man3/p_ac_status.3
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
man/man3/p_dane_error.3
man/man3/p_val_status.3
man/man3/resolv_conf_get.3
man/man3/resolv_conf_set.3
man/man3/root_hints_get.3
man/man3/root_hints_set.3
man/man3/val_add_valpolicy.3
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
man/man3/val_async_cancel.3
man/man3/val_async_cancel_all.3
man/man3/val_async_check_wait.3
man/man3/val_async_select_info.3
man/man3/val_async_submit.3
1.12.1 (2/7/12) - Minor bug fix release - Fix perl Validator module so it compiles after a header move - Make all OSes use the new dnssec-check gui as they should have 1.12 (1/26/12) - New Features: - libval: - Made improvements to support IPv6, added the ability to fetch IPv6 glue - Fixed the EDNS0 fallback behavior. - Tidied up the locking semantics in libval. - Added support for hard-coding validator configuration information that gets used in the absence of other configuration data. This feature allows the validator library to be self-contained in environments where setting up configuration data at specific locations in the file system is not always feasible. - The library has been ported to the Android OS - rollerd: - Added support for phase-specific commands. This allows the zone operator to customize processing of the rollerd utility during different rollerd phases. - Added support for zone groups. This allows a collection of zones to be controlled as a group, rather each of those zones individually. - Improved the manner in which rollerd indexes the zones being managed, with the significantly decreased access times for rollerd's data files. This results in rollerd being able to support a lot more zones with a single rollerd instance. - rollctl and the rollover GUI programs may have new commands to allow for immediate termination of rollerd. - apps - Added patch to enable local validation in NTP, with the ability to handle a specific chicken and egg problem related to the interdependency between DNSSEC and an accurate system clock. - Added a patch to enable DNSSEC validation in Qt based applications - dnssec-check - Completely rewritten GUI with many new features - Now contains the ability to submit the results to a central DNSSEC-Tools repository. The results will be analyzed and published on a regular basis. Please help us get started by running dnssec-check on your networks! Note that it explains that it only sends hashed IP addresses to our servers and the reports generated will be aggregation summaries of the data collected. - It now runs on both Android and Harmattan (N9) devices - maketestzone - Now produces zones with wildcards and changes to NSEC record signatures - dnssec-nodes - parses unbound log files - Initial work porting to Android - dnssec-system-tray - parses unbound log files 1.11 (9/30/11) - New Features: - libval: - Significant improvements and bug fixes to the asynchronous support. - Added asynchronous version of val_getaddr_info. - Some reworking of the asynchronous API and callbacks. Note the asynchronous api is still under development and subject to changes that break backwards compatibility. - rollerd: - Added an experimental time-based method for queuing rollover operations. This original method (full list of all zones) is the default queuing method, but the new method can be used by editing the rollerd script. rollctl and rollrec.pm were also modified to support this change. - Added support for merging a set of rollrec files. rollctl and rollrec.pm were also modified to support this change. - dnssec-nodes - This graphical DNS debugging utility was greatly enhanced - Now parses both bind and libval log files - Multiple log files can be watched - Node's represent multiple data sets internally, which are independently displayed and tracked. - Added support for searching for and highlighting DNS data and DNSSEC status results - dnssec-system-tray - This utility can now report on BOGUS responses detected in both libval and bind log files. - Summary window revamped to group similar messages together. Plus many more minor features and bug fixes
2012-03-18 20:23:27 +01:00
man/man3/val_context_setqflags.3
man/man3/val_create_context.3
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
man/man3/val_dane_check.3
man/man3/val_dane_match.3
man/man3/val_dane_submit.3
man/man3/val_does_not_exist.3
man/man3/val_free_answer_chain.3
man/man3/val_free_context.3
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
man/man3/val_free_dane.3
man/man3/val_free_response.3
man/man3/val_free_result_chain.3
man/man3/val_freeaddrinfo.3
man/man3/val_get_rrset.3
man/man3/val_getaddrinfo.3
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
man/man3/val_getdaneinfo.3
man/man3/val_gethostbyaddr.3
man/man3/val_gethostbyaddr_r.3
man/man3/val_gethostbyname.3
man/man3/val_gethostbyname2.3
man/man3/val_gethostbyname2_r.3
man/man3/val_gethostbyname_r.3
man/man3/val_getnameinfo.3
man/man3/val_istrusted.3
man/man3/val_isvalidated.3
man/man3/val_res_query.3
man/man3/val_res_search.3
man/man3/val_resolve_and_check.3
share/dnssec-tools/donuts/rules/check_nameservers.txt
share/dnssec-tools/donuts/rules/dns.errors.txt
share/dnssec-tools/donuts/rules/dnssec.rules.txt
share/dnssec-tools/donuts/rules/nsec_check.rules.txt
share/dnssec-tools/donuts/rules/parent_child.rules.txt
share/dnssec-tools/donuts/rules/recommendations.rules.txt
2.1 - New Features: - donuts: - Added the ability to summarize information about a zone in the output, such as the upcoming entire zone expiry time, etc - Added the ability to query live zones for records to analyze. EG: donuts live:good-a,badsign-a test.dnssec-tools.org - Added a -V switch to dump records analyzed - libval: - Add support for conditionally checking all RRSIGs on an assertion even if one that validates is already found. - Look for zonecuts based on NS records, not SOA - Added initial support for TSIG in order to enable libval to query recursive name servers that authorized recursive lookup for only those hosts that used a particular TSIG key. - Validator.pm - Store respondent name server information in result structure. - Owl - additional sensor modules - additional data analysis on manager - logging to the Owl sensors modules - optimized sensor data organization (requires software upgrades on both sensor and manager at the same time) - added -restart option to owl-sensord for restarting sensor modules - improvements to the installation guide - rollerd - generalized zonegroup entry in rollecs to be lists of tags - rndc option support added - dnssec-check - Ported to Qt5 - dnssec-nodes - Ported to Qt5 - lookup - Ported to Qt5 - dnssec-system-tray - Ported to Qt5 - Bug Fixes - Fixed bugs in libval, rollerd, blinkenlights, Owl sensor modules, and Owl manager - Use rlimits to try and limit file descriptor use in libsres so we don't run out of available sockets. - Eliminate a few hardcoded paths in various perl modules - Fix various compiler warnings - Update autoconf and related files
2014-12-15 00:11:08 +01:00
share/dnssec-tools/donuts/rules/status_reports.txt
share/examples/dnssec-tools/dnsval.conf
share/examples/dnssec-tools/resolv.conf
share/examples/dnssec-tools/root.hints
1.14 - New Features - dnssec-nodes - Many new features, including validation tree graphing, on-the-wire traffic display, pcap dump file display, increased data logging and display, improved simultaneous updating, etc. - Libval: - Added initial support for the TLSA rrtype - Added support for ECDSA - Implemented checking for AI_ADDRCONFIG in getaddrinfo - Memory optimizations to improve speed-up - dnssec-check - increased stability across all platforms. - All Around: - Many bug fixes and other minor improvements 1.13 - New Features - rollerd: - Added support for the signzone command. Allow zones to be signed while in the midst of a rollover wait. - Added autosigning of modified zone files. Zone files are considered modified when their "last modification" timestamp is more recent than that of the associated signed zone file. This functionality includes adding the -autosign option and config field. - Added additional commands (via rollctl) to allow greater control over zone rollover actions. - Added -zsargs option to allow global options to be passed to zonesigner. - realms: - Added the realms feature to manage multiple simultaneous rollover environments. Several commands and modules (e.g., dtrealms, realms.pm, buildrealms) were added for the realms feature. - zonesigner: - Added the -threshold option to specify a signing threshold. - Better handling of serial numbers in zone files. - keymod: - New tool that can be used to modify key generation parameters in a keyrec file. - dnssec-check - significant rewrite since the 1.12 release, though individual updates have been available already. - Asynchronous support for non-interrupting GUI support - Letter grades assigned to each resolver - Various user-interface improvements - libval: - Bug fixes - Renamed all validator command-line apps to have a dt- prefix in order to avoid conflicts with pre-existing executables in certain platforms. - dnsval python module - Add python wrapper module for the validator library. Code contributed by Bob Novas. - trustman: - Added an option for use by monitoring systems. - nagios - Added the dt_donuts plugin for running trustman on remote machines. - Added the dt_trustman plugin for monitoring trust anchors. - firefox - updated nspr and firefox patches to work with mozilla-central and nspr-4.9 - webmin: - Added the ability to perform DNSSEC operations on DNSSEC-Tools managed signed zones using the Webmin front-end. - ssh: - Update the patch for enabling local DNSSEC validation to work with OpenSSH 6.0p1.
2013-06-15 21:57:20 +02:00
@pkgdir etc/dnssec-tools