Petr Menšík
Petr Menšík
I have attempted to update my uvw package to new version 3.0, but it contains quite a lot of incompatible changes. There is quite a lot of renamed structures and...
Add additional comment, which might affect caches like dnsmasq. In case the cache overrides some name and answers for it itself, it must not make different decision based on optional...
Is there any way to properly include EDNS0 header in responses from ldns-testns? I have tried to hack something up, but that failed. ``` ;SECTION ADDITIONAL ; Hackish specification of...
I have attempted to create [RPM package](https://bugzilla.redhat.com/show_bug.cgi?id=2080743) of this library. One issue has arisen with tsig and validate features using ring library. That library does not compile on some less...
Limit number of chained CNAMEs. Do not allow to query also following to cname key, which we already have in cname chains. Fixes #501
@evverx What do you think? Should be something else mentioned?
Declare, which function parameters are expected to have always defined value. Some values can have NULL value, some do not. Issue compiler warnings on function, where they receive NULL but...
In PR #577 wide area resolution were disabled. While I admit current state is far from well tested, this feature seems interesting for me. Basic functionality can be tested on...
It seems this is related to issue #125 implementation. I think it is failing, because destination address used on loopback *lo* interface does not have MULTICAST flag. Therefore sending multicast...
When logging to stderr, there is no reason to have any maximal length. For a function logging first try formatting the string into 2k buffer. If even that is not...