mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr,build: Remove support for ADNS.
* autogen.rc: Remove '--with-adns' argument. * configure.ac: Remove check for ADNS. * dirmngr/dns-stuff.c: Remove all code that uses ADNS. * dirmngr/server.c (cmd_getinfo): Update status line. * doc/dirmngr.texi: Do not mention ADNS. -- We used ADNS to support queries over Tor. However, our patch to ADNS that adds Tor support was never accepted upstream. Furthermore, there are other shortcomings that let us to consider alternatives. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
57aa42ce9b
commit
2e734a3ce1
5 changed files with 26 additions and 534 deletions
|
@ -2314,13 +2314,7 @@ cmd_getinfo (assuan_context_t ctx, char *line)
|
|||
(ctx, "- Forced use of System resolver (w/o Tor support)");
|
||||
else
|
||||
{
|
||||
#if USE_ADNS && HAVE_ADNS_IF_TORMODE
|
||||
assuan_set_okay_line (ctx, "- ADNS with Tor support");
|
||||
#elif USE_ADNS
|
||||
assuan_set_okay_line (ctx, "- ADNS w/o Tor support");
|
||||
#else
|
||||
assuan_set_okay_line (ctx, "- System resolver (w/o Tor support)");
|
||||
#endif
|
||||
}
|
||||
err = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue