glibc/resolv/nss_dns
Florian Weimer a1c4eb8794 resolv: Mirror the entire resolver configuration in struct resolv_conf
This commit adds the remaining unchanging members (which are loaded
from /etc/resolv.conf) to struct resolv_conf.

The extended name server list is currently not used by the stub
resolver.  The switch depends on a cleanup: The _u._ext.nssocks
array stores just a single socket, and needs to be replaced with
a single socket value.

(The compatibility gethostname implementation does not use the
extended addres sort list, either.  Updating the compat code is
not worthwhile.)
2017-07-03 21:03:21 +02:00
..
dns-canon.c resolv: Introduce struct resolv_context [BZ #21668] 2017-07-03 20:52:59 +02:00
dns-host.c resolv: Mirror the entire resolver configuration in struct resolv_conf 2017-07-03 21:03:21 +02:00
dns-network.c resolv: Introduce struct resolv_context [BZ #21668] 2017-07-03 20:52:59 +02:00