Brad House

Results 249 comments of Brad House

you're right. Because we added native `_dnsrec()` functions (search, query, etc) which don't operate on binary blobs, and they return a const pointer to the `dnsrec` structure, we needed to...

NXDOMAIN is meant to be definitive. What is your use-case here? As for FORMERR, we do detect if it might be EDNS and try again without EDNS. There should be...

A lot of the enforcement of the C standard is about ensuring only certain language features are used, not necessarily library functions that are available. We specifically don't want to...

I'd think you'd need more than just manipulating the query id and cookie. Since cookies would be server specific, I'd think you'd need to pin the query to a specific...

I think you're right, logic needs to be different for forward vs reverse lookups. I'll dig into this

ah, yeah, I tried to sprinkle `const` around everywhere a year or so ago to clean up most of these. I guess I missed one.

pretty sure the simulator failure is unrelated to my changes

@weizhouapache looks like the smoke test passed

@weizhouapache is there a package artifact generated by this I can download and use to test? I'm still getting familiar with cloudstack, I'd rather not figure out how to build...

> > I'd rather not figure out how to build .deb packages for it if I don't have to :) > > @bradh352, I personally use this DEB builder: https://github.com/scclouds/cloudstack-deb-builder....