Brad House

Results 27 issues of 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...

Bug

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...

Bug

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...

Feature Request

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...

Feature Request

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...

Feature Request

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...

Feature Request

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...

Feature Request

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,...

Feature Request