Brad House
Brad House
I do not have access to a Watcom system to work on this. It appears to have been originally maintained by @gknauf If we do not have a maintainer for...
It may be desirable to support WINS lookups, just like the real native Windows DNS routines. It appears to do this in an asynchronous manner, we would be required to...
Initial support for NetBIOS Name/WINS/LLMNR lookups. Adds a new lookup type of 'w' set via `ARES_OPT_LOOKUPS`
I do not have access to a netware system to work on this. It appears to have been originally maintained by @gknauf If we do not have a maintainer for...
This would likely depend on #611. We would want to automatically call ares_reinit() on any detected system change. - Linux, we'd probably need to listen on DBUS for NetworkManager changes...
Right now its not possible to differentiate between server codes and internal error codes. We use server error codes like EFORMERR to indicate API usage issues, but it is really...
This would require adding a dependency on a cryptographic library like OpenSSL, and because of this it would be an optional feature. It would also require thought on how to...
Its not uncommon for VPNs to advertise a domain-specific DNS server to use via the VPN connection, where queries for that domain (or domains) will go to the server through...
The `ares_cancel()` function that currently exists cancels all existing queries which seems a bit absurd, I'd be surprised if anyone is really using it. Likely if that's being called they're...
DNS cookies are supported by most DNS server implementations these days and can help prevent spoofing attacks. Some believe that only the ephemeral port and query id protect against this,...