ldns icon indicating copy to clipboard operation
ldns copied to clipboard

LDNS is a DNS library that facilitates DNS tool programming

Results 73 ldns issues
Sort by recently updated
recently updated
newest added

Copied from bugzilla Viachaslau Khalikin 2018-08-09 17:01:33 CEST At the moment drill interprets the cyrillic domain as escape sequence instead punycode. As a result DNS not give the right entry.

enhancement

Fixes https://github.com/NLnetLabs/ldns/issues/173

With a zone containing ``` x.example.com. 3005 IN DNAME example.nl. a.x.example.com. 3005 IN A 192.0.2.5 ``` (plus SOA, DNSKEY, signatures, etc.), ldns-verify-zone reports: ``` Error: a.x.example.com. A has signature(s), but...

Would there be interest in patches to add a RFC8427 output mode to ldns, and to drill? As in: if someone else does the work, would it be accepted for...

drill lacking a feature like **_dig's_** `+nssearch` argument to quickly pull all SOA's to compare them. For example it is very useful to detect that zone **_serial_** numbers have differences,...

enhancement

I have a network where I get an IPv6 nameserver via router advertisement, and it is a link-local ip. So the resolv.conf entry looks something like this: ``` nameserver fe80::1%eth0...

enhancement

We saw some automated NSEC walks were degrading performance of our HW fleet. Based on that, I had designed an exploit that exacerbated the impact. Both scenaria employ query packets...

Hi, in Ubuntu I spotted an issue when testing [dns-root-data](https://launchpad.net/ubuntu/+source/dns-root-data) which ended up being an issue in ldns that wasn't spotted for quite some time. I found that you knew...

Hi guys! In Zonemaster we ran into an assertion error in ldns when we encountered an (arguably) unreasonable response. The response contained a DNSKEY RR with an empty public key...

Hi Everyone, Continuing on the Solaris 11.4 i86pc build of OpenSSH. I added `ac_cv_func_inet_pton=yes` and `ac_cv_func_inet_ntop=yes` to `configure` and we got past the compile problem. Also see GH #153. Now...