]> git.ipfire.org Git - thirdparty/glibc.git/commit - NEWS
resolv: Implement no-aaaa stub resolver option
authorFlorian Weimer <fweimer@redhat.com>
Fri, 24 Jun 2022 16:16:41 +0000 (18:16 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 24 Jun 2022 16:18:44 +0000 (18:18 +0200)
commitf282cdbe7f436c75864e5640a409a10485e9abb2
tree82983c97f959dd19508b1ef3c89f2aa1b8e8db30
parent62a321b12d0e397af88fa422db65079332f971dc
resolv: Implement no-aaaa stub resolver option

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
12 files changed:
NEWS
resolv/Makefile
resolv/nss_dns/dns-host.c
resolv/res-noaaaa.c [new file with mode: 0644]
resolv/res_debug.c
resolv/res_init.c
resolv/res_query.c
resolv/res_send.c
resolv/resolv-internal.h
resolv/resolv.h
resolv/tst-resolv-noaaaa.c [new file with mode: 0644]
resolv/tst-resolv-res_init-skeleton.c