From matthijs at NLnetLabs.nl Wed Jan 20 16:11:42 2010 From: matthijs at NLnetLabs.nl (Matthijs Mekking) Date: Wed, 20 Jan 2010 17:11:42 +0100 Subject: [ldns-users] ldns 1.6.4 released In-Reply-To: <4B572A0D.7000003@nlnetlabs.nl> References: <4B572A0D.7000003@nlnetlabs.nl> Message-ID: <4B572B3E.4010003@nlnetlabs.nl> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, LDNS 1.6.4 is just out! PyLDNS is contributed and more bugs are fixed. Look for more details in the Changelog below. Get it at: http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.4.tar.gz sha1: 9015968ad3ddd015c750c15b60e60b9cccd393ec Best regards, Matthijs Mekking NLnet Labs Changelog: 1.6.4 2010-01-20 * Imported pyldns contribution by Zdenek Vasicek and Karel Slany. Changed its configure and Makefile to fit into ldns. Added its dname_* methods to the rdf_* class (as is the ldns API). Changed swig destroy of ldns_buffer class to ldns_buffer_free. Declared ldns_pkt_all and ldns_pkt_all_noquestion so swig sees them. * Bugfix: parse PTR target of .tomhendrikx.nl with error not crash. * Bugfix: handle escaped characters in TXT rdata. * bug292: no longer crash on malformed domain names where a label is on position 255, which was a buffer overflow by one. * Fix ldns_get_rr_list_hosts_frm_fp_l (strncpy to strlcpy change), which fixes resolv.conf reading badly terminated string buffers. * Fix ldns_pkt_set_random_id to be more random, and a little faster, it did not do value 0 statistically correctly. * Fix ldns_rdf2native_sockaddr_storage to set sockaddr type to zeroes, for portability. * bug295: nsec3-hash routine no longer case sensitive. * bug298: drill failed nsec3 denial of existence proof. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEcBAEBAgAGBQJLVys8AAoJEA8yVCPsQCW5hKgIALDkbOh3dWLQUL59n3fYWJBD nkbcS2N6nvC/34XSZVlsiBEqhnmjVrz1YyrmtTMos5YfRONDYf6RPctahmbCnDdV wYPTIQ0Sp2eUSrq1mhLrQLrcJGEfGUG77R3lG+VNYFM8Ts9HTdglTj++3SkQpKBe m0HI8+9RFI+rbKK9j96Alm2qe5/OvU2SPj7Q6GE1Hly+scPjkEAuD+U8Xo/YEt6b ATr3LeydJdWg3PBGLOE6OcbhX8VDv8ZvDL6NiexuvBUVAlc5ZBJcSBea6KtivAgd 9zvceDnAHcerYkySMQzu0vyuyBXP05hB2E9mdm/PiSuG2D78tWcLQYmzkHnIjuk= =ehy4 -----END PGP SIGNATURE----- From paul at xelerance.com Wed Jan 20 16:33:53 2010 From: paul at xelerance.com (Paul Wouters) Date: Wed, 20 Jan 2010 11:33:53 -0500 (EST) Subject: [ldns-users] ldns 1.6.4 released In-Reply-To: <4B572B3E.4010003@nlnetlabs.nl> References: <4B572A0D.7000003@nlnetlabs.nl> <4B572B3E.4010003@nlnetlabs.nl> Message-ID: On Wed, 20 Jan 2010, Matthijs Mekking wrote: > LDNS 1.6.4 is just out! PyLDNS is contributed and more bugs are fixed. > Look for more details in the Changelog below. Building packages. Just a note with a few warnings: contrib/python/ldns_wrapper.c: In function 'SWIG_PyInstanceMethod_New': contrib/python/ldns_wrapper.c:1049: warning: unused parameter 'self' contrib/python/ldns_wrapper.c:1049: warning: unused parameter 'func' contrib/python/ldns_wrapper.c: In function '_PySwigObject_type': contrib/python/ldns_wrapper.c:1822: warning: missing initializer contrib/python/ldns_wrapper.c:1822: warning: (near initialization for 'tmp.tp_version_tag') contrib/python/ldns_wrapper.c: In function '_PySwigPacked_type': contrib/python/ldns_wrapper.c:1997: warning: missing initializer contrib/python/ldns_wrapper.c:1997: warning: (near initialization for 'tmp.tp_version_tag') contrib/python/ldns_wrapper.c: In function 'SWIG_Python_MustGetPtr': contrib/python/ldns_wrapper.c:2629: warning: unused parameter 'argnum' contrib/python/ldns_wrapper.c: In function '_wrap_ldns_buffer_printf__varargs__': contrib/python/ldns_wrapper.c:6067: warning: unused parameter 'varargs' contrib/python/ldns_wrapper.c: In function '_wrap_ldns_print_rr_rdf__varargs__': contrib/python/ldns_wrapper.c:10908: warning: unused parameter 'varargs' contrib/python/ldns_wrapper.c: In function 'swig_varlink_type': contrib/python/ldns_wrapper.c:35954: warning: missing initializer contrib/python/ldns_wrapper.c:35954: warning: (near initialization for 'tmp.tp_version_tag') contrib/python/ldns_wrapper.c: In function 'SwigPyObject_richcompare': contrib/python/ldns_wrapper.c:1519: warning: dereferencing pointer 'res' does break strict-aliasing rules contrib/python/ldns_wrapper.c:1519: warning: dereferencing pointer 'res' does break strict-aliasing rules contrib/python/ldns_wrapper.c:1516: note: initialized from here contrib/python/ldns_wrapper.c:1518: note: initialized from here Paul From henri at asseily.com Wed Jan 20 16:59:50 2010 From: henri at asseily.com (Henri Asseily) Date: Wed, 20 Jan 2010 18:59:50 +0200 Subject: [ldns-users] ldns 1.6.4 released In-Reply-To: <4B572B3E.4010003@nlnetlabs.nl> References: <4B572A0D.7000003@nlnetlabs.nl> <4B572B3E.4010003@nlnetlabs.nl> Message-ID: <4B573686.8030104@asseily.com> Hi Matthijs, regarding the below: Bugfix: handle escaped characters in TXT rdata. can you expand on that? What was the problem? It's of high interest to me because .tel domains use TXT data extensively, and I didn't seem to run into that bug. Thanks Henri Asseily henri.tel CSO/CTO Telnic On 1/20/2010 6:11 PM, Matthijs Mekking wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > LDNS 1.6.4 is just out! PyLDNS is contributed and more bugs are fixed. > Look for more details in the Changelog below. > > Get it at: > > http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.4.tar.gz > sha1: 9015968ad3ddd015c750c15b60e60b9cccd393ec > > > Best regards, > > Matthijs Mekking > NLnet Labs > > > Changelog: > > 1.6.4 2010-01-20 > * Imported pyldns contribution by Zdenek Vasicek and Karel Slany. > Changed its configure and Makefile to fit into ldns. > Added its dname_* methods to the rdf_* class (as is the ldns API). > Changed swig destroy of ldns_buffer class to ldns_buffer_free. > Declared ldns_pkt_all and ldns_pkt_all_noquestion so swig sees them. > * Bugfix: parse PTR target of .tomhendrikx.nl with error not crash. > * Bugfix: handle escaped characters in TXT rdata. > * bug292: no longer crash on malformed domain names where a label is > on position 255, which was a buffer overflow by one. > * Fix ldns_get_rr_list_hosts_frm_fp_l (strncpy to strlcpy change), > which fixes resolv.conf reading badly terminated string buffers. > * Fix ldns_pkt_set_random_id to be more random, and a little faster, > it did not do value 0 statistically correctly. > * Fix ldns_rdf2native_sockaddr_storage to set sockaddr type to zeroes, > for portability. > * bug295: nsec3-hash routine no longer case sensitive. > * bug298: drill failed nsec3 denial of existence proof. > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iQEcBAEBAgAGBQJLVys8AAoJEA8yVCPsQCW5hKgIALDkbOh3dWLQUL59n3fYWJBD > nkbcS2N6nvC/34XSZVlsiBEqhnmjVrz1YyrmtTMos5YfRONDYf6RPctahmbCnDdV > wYPTIQ0Sp2eUSrq1mhLrQLrcJGEfGUG77R3lG+VNYFM8Ts9HTdglTj++3SkQpKBe > m0HI8+9RFI+rbKK9j96Alm2qe5/OvU2SPj7Q6GE1Hly+scPjkEAuD+U8Xo/YEt6b > ATr3LeydJdWg3PBGLOE6OcbhX8VDv8ZvDL6NiexuvBUVAlc5ZBJcSBea6KtivAgd > 9zvceDnAHcerYkySMQzu0vyuyBXP05hB2E9mdm/PiSuG2D78tWcLQYmzkHnIjuk= > =ehy4 > -----END PGP SIGNATURE----- > _______________________________________________ > ldns-users mailing list > ldns-users at open.nlnetlabs.nl > http://open.nlnetlabs.nl/mailman/listinfo/ldns-users > From matthijs at NLnetLabs.nl Thu Jan 21 10:19:34 2010 From: matthijs at NLnetLabs.nl (Matthijs Mekking) Date: Thu, 21 Jan 2010 11:19:34 +0100 Subject: [ldns-users] ldns 1.6.4 released In-Reply-To: <4B573686.8030104@asseily.com> References: <4B572A0D.7000003@nlnetlabs.nl> <4B572B3E.4010003@nlnetlabs.nl> <4B573686.8030104@asseily.com> Message-ID: <4B582A36.9080104@nlnetlabs.nl> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Henry, LDNS used to read a backslash as a backslash, not an escape character. For example, the rdata in example.org IN TXT " \a" was converted into " \a", while it actually should be " a" (without the escape character). This became an issue when signing the record. The input data for creating the signature was wrong and thus a false signature was produced. Hope this clarifies the issue. Best regards, Matthijs Mekking NLnet Labs Henri Asseily wrote: > Hi Matthijs, > regarding the below: > Bugfix: handle escaped characters in TXT rdata. > > can you expand on that? What was the problem? It's of high interest to > me because .tel domains use TXT data extensively, and I didn't seem to > run into that bug. > > Thanks > > Henri Asseily > henri.tel > CSO/CTO Telnic > > On 1/20/2010 6:11 PM, Matthijs Mekking wrote: > Hi, > > LDNS 1.6.4 is just out! PyLDNS is contributed and more bugs are fixed. > Look for more details in the Changelog below. > > Get it at: > > http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.4.tar.gz > sha1: 9015968ad3ddd015c750c15b60e60b9cccd393ec > > > Best regards, > > Matthijs Mekking > NLnet Labs > > > Changelog: > > 1.6.4 2010-01-20 > * Imported pyldns contribution by Zdenek Vasicek and Karel Slany. > Changed its configure and Makefile to fit into ldns. > Added its dname_* methods to the rdf_* class (as is the ldns API). > Changed swig destroy of ldns_buffer class to ldns_buffer_free. > Declared ldns_pkt_all and ldns_pkt_all_noquestion so swig sees them. > * Bugfix: parse PTR target of .tomhendrikx.nl with error not crash. > * Bugfix: handle escaped characters in TXT rdata. > * bug292: no longer crash on malformed domain names where a label is > on position 255, which was a buffer overflow by one. > * Fix ldns_get_rr_list_hosts_frm_fp_l (strncpy to strlcpy change), > which fixes resolv.conf reading badly terminated string buffers. > * Fix ldns_pkt_set_random_id to be more random, and a little faster, > it did not do value 0 statistically correctly. > * Fix ldns_rdf2native_sockaddr_storage to set sockaddr type to zeroes, > for portability. > * bug295: nsec3-hash routine no longer case sensitive. > * bug298: drill failed nsec3 denial of existence proof. > _______________________________________________ ldns-users mailing list ldns-users at open.nlnetlabs.nl http://open.nlnetlabs.nl/mailman/listinfo/ldns-users >> > _______________________________________________ > ldns-users mailing list > ldns-users at open.nlnetlabs.nl > http://open.nlnetlabs.nl/mailman/listinfo/ldns-users -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEcBAEBAgAGBQJLWCooAAoJEA8yVCPsQCW5C04H/2gjVlsMkypMGgZMhVwvTrxM vxtDwjWdfzacRptN5wcgkwc9AxOddNy4Rha4+WX38i9D6McQxiRiCPC3TD3Hyeju FzJHamsDWpXpoWlgSR/QV/71tEpo394f31M/irBSo50PjPtAKC+oMk0S9XZcbis8 262xhZZ+AgCg8/NyObuu0mQjx4WLsDsTdVe2yqW34vZGMYdyoTkPzy3hvF7RkWHI vCJSvLFU97Kg4dfichJn1TatAKR5oDRyzbspeks1fx0mp51m7jdZ3xC2exvhDIBG fioxH5DgnwnrpVCnsI+M1eOuV+erQ4S0zgbg+RHJbtiv149tKTX0R165+Q05PqQ= =9xwK -----END PGP SIGNATURE----- From henri at asseily.com Thu Jan 21 10:34:36 2010 From: henri at asseily.com (Henri Asseily) Date: Thu, 21 Jan 2010 12:34:36 +0200 Subject: [ldns-users] ldns 1.6.4 released In-Reply-To: <4B582A36.9080104@nlnetlabs.nl> References: <4B572A0D.7000003@nlnetlabs.nl> <4B572B3E.4010003@nlnetlabs.nl> <4B573686.8030104@asseily.com> <4B582A36.9080104@nlnetlabs.nl> Message-ID: <4758FECC-ACE2-4093-97DE-C3C238625D8C@asseily.com> Thanks, exactly the info I needed. ldns is a great piece of software. --- Henri Asseily henri.tel On Jan 21, 2010, at 12:19 PM, Matthijs Mekking wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Henry, > > LDNS used to read a backslash as a backslash, not an escape character. > For example, the rdata in > example.org IN TXT " \a" > was converted into " \a", while it actually should be " a" (without the > escape character). > > This became an issue when signing the record. The input data for > creating the signature was wrong and thus a false signature was produced. > > Hope this clarifies the issue. > > Best regards, > > Matthijs Mekking > NLnet Labs > > > Henri Asseily wrote: >> Hi Matthijs, >> regarding the below: >> Bugfix: handle escaped characters in TXT rdata. >> >> can you expand on that? What was the problem? It's of high interest to >> me because .tel domains use TXT data extensively, and I didn't seem to >> run into that bug. >> >> Thanks >> >> Henri Asseily >> henri.tel >> CSO/CTO Telnic >> >> On 1/20/2010 6:11 PM, Matthijs Mekking wrote: >> Hi, >> >> LDNS 1.6.4 is just out! PyLDNS is contributed and more bugs are fixed. >> Look for more details in the Changelog below. >> >> Get it at: >> >> http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.4.tar.gz >> sha1: 9015968ad3ddd015c750c15b60e60b9cccd393ec >> >> >> Best regards, >> >> Matthijs Mekking >> NLnet Labs >> >> >> Changelog: >> >> 1.6.4 2010-01-20 >> * Imported pyldns contribution by Zdenek Vasicek and Karel Slany. >> Changed its configure and Makefile to fit into ldns. >> Added its dname_* methods to the rdf_* class (as is the ldns API). >> Changed swig destroy of ldns_buffer class to ldns_buffer_free. >> Declared ldns_pkt_all and ldns_pkt_all_noquestion so swig sees them. >> * Bugfix: parse PTR target of .tomhendrikx.nl with error not crash. >> * Bugfix: handle escaped characters in TXT rdata. >> * bug292: no longer crash on malformed domain names where a label is >> on position 255, which was a buffer overflow by one. >> * Fix ldns_get_rr_list_hosts_frm_fp_l (strncpy to strlcpy change), >> which fixes resolv.conf reading badly terminated string buffers. >> * Fix ldns_pkt_set_random_id to be more random, and a little faster, >> it did not do value 0 statistically correctly. >> * Fix ldns_rdf2native_sockaddr_storage to set sockaddr type to zeroes, >> for portability. >> * bug295: nsec3-hash routine no longer case sensitive. >> * bug298: drill failed nsec3 denial of existence proof. >> > _______________________________________________ > ldns-users mailing list > ldns-users at open.nlnetlabs.nl > http://open.nlnetlabs.nl/mailman/listinfo/ldns-users >>> >> _______________________________________________ >> ldns-users mailing list >> ldns-users at open.nlnetlabs.nl >> http://open.nlnetlabs.nl/mailman/listinfo/ldns-users > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iQEcBAEBAgAGBQJLWCooAAoJEA8yVCPsQCW5C04H/2gjVlsMkypMGgZMhVwvTrxM > vxtDwjWdfzacRptN5wcgkwc9AxOddNy4Rha4+WX38i9D6McQxiRiCPC3TD3Hyeju > FzJHamsDWpXpoWlgSR/QV/71tEpo394f31M/irBSo50PjPtAKC+oMk0S9XZcbis8 > 262xhZZ+AgCg8/NyObuu0mQjx4WLsDsTdVe2yqW34vZGMYdyoTkPzy3hvF7RkWHI > vCJSvLFU97Kg4dfichJn1TatAKR5oDRyzbspeks1fx0mp51m7jdZ3xC2exvhDIBG > fioxH5DgnwnrpVCnsI+M1eOuV+erQ4S0zgbg+RHJbtiv149tKTX0R165+Q05PqQ= > =9xwK > -----END PGP SIGNATURE----- > From ondrej at sury.org Thu Jan 21 13:37:31 2010 From: ondrej at sury.org (=?UTF-8?B?T25kxZllaiBTdXLDvQ==?=) Date: Thu, 21 Jan 2010 14:37:31 +0100 Subject: [ldns-users] [NLnet Labs Maintainers] ldns 1.6.4 released In-Reply-To: <4B572B3E.4010003@nlnetlabs.nl> References: <4B572A0D.7000003@nlnetlabs.nl> <4B572B3E.4010003@nlnetlabs.nl> Message-ID: <3221680d1001210537s6823e788y59cae065375f14bc@mail.gmail.com> There's a bug when installing pyldns: Only .la gets installed and not real .so ./install-sh -c -m 755 _ldns.* /tmp/buildd/ldns-1.6.2~rc1/debian/tmp/usr/lib/python2.5/site-packages/ldns/ make[1]: Leaving directory `/tmp/buildd/ldns-1.6.2~rc1' ls /tmp/buildd/ldns-1.6.2~rc1/debian/tmp/usr/lib/python2.5/site-packages/ldns/ __init__.py _ldns.la Also the: AC_SUBST(LIBTOOL_VERSION_INFO, "1:6:3") seems to be wrong. Please read: http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info It should not be set to a version of the software, but it should reflect if any interfaces has changed. Ondrej On Wed, Jan 20, 2010 at 17:11, Matthijs Mekking wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > LDNS 1.6.4 is just out! PyLDNS is contributed and more bugs are fixed. > Look for more details in the Changelog below. > > Get it at: > > ? ? ? ?http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.4.tar.gz > sha1: ? 9015968ad3ddd015c750c15b60e60b9cccd393ec > > > Best regards, > > Matthijs Mekking > NLnet Labs > > > Changelog: > > 1.6.4 ? 2010-01-20 > * Imported pyldns contribution by Zdenek Vasicek and Karel Slany. > ?Changed its configure and Makefile to fit into ldns. > ?Added its dname_* methods to the rdf_* class (as is the ldns API). > ?Changed swig destroy of ldns_buffer class to ldns_buffer_free. > ?Declared ldns_pkt_all and ldns_pkt_all_noquestion so swig sees them. > * Bugfix: parse PTR target of .tomhendrikx.nl with error not crash. > * Bugfix: handle escaped characters in TXT rdata. > * bug292: no longer crash on malformed domain names where a label is > ?on position 255, which was a buffer overflow by one. > * Fix ldns_get_rr_list_hosts_frm_fp_l (strncpy to strlcpy change), > ?which fixes resolv.conf reading badly terminated string buffers. > * Fix ldns_pkt_set_random_id to be more random, and a little faster, > ?it did not do value 0 statistically correctly. > * Fix ldns_rdf2native_sockaddr_storage to set sockaddr type to zeroes, > ?for portability. > * bug295: nsec3-hash routine no longer case sensitive. > * bug298: drill failed nsec3 denial of existence proof. > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iQEcBAEBAgAGBQJLVys8AAoJEA8yVCPsQCW5hKgIALDkbOh3dWLQUL59n3fYWJBD > nkbcS2N6nvC/34XSZVlsiBEqhnmjVrz1YyrmtTMos5YfRONDYf6RPctahmbCnDdV > wYPTIQ0Sp2eUSrq1mhLrQLrcJGEfGUG77R3lG+VNYFM8Ts9HTdglTj++3SkQpKBe > m0HI8+9RFI+rbKK9j96Alm2qe5/OvU2SPj7Q6GE1Hly+scPjkEAuD+U8Xo/YEt6b > ATr3LeydJdWg3PBGLOE6OcbhX8VDv8ZvDL6NiexuvBUVAlc5ZBJcSBea6KtivAgd > 9zvceDnAHcerYkySMQzu0vyuyBXP05hB2E9mdm/PiSuG2D78tWcLQYmzkHnIjuk= > =ehy4 > -----END PGP SIGNATURE----- > _______________________________________________ > Maintainers mailing list > Maintainers at nlnetlabs.nl > http://nlnetlabs.nl/mailman/listinfo/maintainers > -- ?Ond?ej Sur? http://blog.rfc1925.org/ From jm at lux-ma.de Wed Jan 27 14:23:35 2010 From: jm at lux-ma.de (jm) Date: Wed, 27 Jan 2010 15:23:35 +0100 Subject: [ldns-users] Hard Codes Root Servers for drill Message-ID: <822CADA3-F17D-44A3-827E-054BF37D9FC5@lux-ma.de> I am searching for a tool to verify the Trust of chain and drill would be absolutly nice to use. But my problem is, drill is using an hard coded Root Server list (hint file). I would be use drill in 3 internal DNSSEC Environments with different hintfiles. So my question is. Is it possible to select an own hint file? Thanks and regards Jm From tom at whyscream.net Wed Jan 27 15:10:07 2010 From: tom at whyscream.net (Tom Hendrikx) Date: Wed, 27 Jan 2010 16:10:07 +0100 Subject: [ldns-users] Hard Codes Root Servers for drill In-Reply-To: <822CADA3-F17D-44A3-827E-054BF37D9FC5@lux-ma.de> References: <822CADA3-F17D-44A3-827E-054BF37D9FC5@lux-ma.de> Message-ID: <4B60574F.90709@whyscream.net> jm wrote: > I am searching for a tool to verify the Trust of chain and drill would > be absolutly nice to use. But my problem is, drill is using an hard > coded Root Server list (hint file). I would be use drill in 3 internal > DNSSEC Environments with different hintfiles. So my question is. Is it > possible to select an own hint file? > man drill, search for -r :) -- regards, Tom From jm at lux-ma.de Thu Jan 28 16:21:19 2010 From: jm at lux-ma.de (jm) Date: Thu, 28 Jan 2010 17:21:19 +0100 Subject: [ldns-users] ldns-users Digest, Vol 32, Issue 3 In-Reply-To: References: Message-ID: <62FC0F08-1596-4F66-A07C-0134926DCC15@lux-ma.de> Thanks My mistake were that I had used The standalone drill Version. This One had no Option -r But drill included in the Ldns package. Reg jm Am 28.01.2010 um 12:00 schrieb ldns-users-request at NLnetLabs.nl: > Send ldns-users mailing list submissions to > ldns-users at open.nlnetlabs.nl > > To subscribe or unsubscribe via the World Wide Web, visit > http://open.nlnetlabs.nl/mailman/listinfo/ldns-users > or, via email, send a message with subject or body 'help' to > ldns-users-request at open.nlnetlabs.nl > > You can reach the person managing the list at > ldns-users-owner at open.nlnetlabs.nl > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ldns-users digest..." > > > Today's Topics: > > 1. Hard Codes Root Servers for drill (jm) > 2. Re: Hard Codes Root Servers for drill (Tom Hendrikx) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 27 Jan 2010 15:23:35 +0100 > From: jm > To: "ldns-users at open.nlnetlabs.nl" > Subject: [ldns-users] Hard Codes Root Servers for drill > Message-ID: <822CADA3-F17D-44A3-827E-054BF37D9FC5 at lux-ma.de> > Content-Type: text/plain; charset=us-ascii; format=flowed; > delsp=yes > > I am searching for a tool to verify the Trust of chain and drill would > be absolutly nice to use. But my problem is, drill is using an hard > coded Root Server list (hint file). I would be use drill in 3 > internal DNSSEC Environments with different hintfiles. So my question > is. Is it possible to select an own hint file? > > Thanks and regards > Jm > > > ------------------------------ > > Message: 2 > Date: Wed, 27 Jan 2010 16:10:07 +0100 > From: Tom Hendrikx > To: "ldns-users at open.nlnetlabs.nl" > Subject: Re: [ldns-users] Hard Codes Root Servers for drill > Message-ID: <4B60574F.90709 at whyscream.net> > Content-Type: text/plain; charset=ISO-8859-1 > > jm wrote: >> I am searching for a tool to verify the Trust of chain and drill >> would >> be absolutly nice to use. But my problem is, drill is using an hard >> coded Root Server list (hint file). I would be use drill in 3 >> internal >> DNSSEC Environments with different hintfiles. So my question is. Is >> it >> possible to select an own hint file? >> > > man drill, search for -r :) > > -- > regards, > Tom > > > ------------------------------ > > _______________________________________________ > ldns-users mailing list > ldns-users at open.nlnetlabs.nl > http://open.nlnetlabs.nl/mailman/listinfo/ldns-users > > > End of ldns-users Digest, Vol 32, Issue 3 > *****************************************