]> git.ipfire.org Git - thirdparty/glibc.git/commit
resolv: Lift domain search list limits [BZ #19569] [BZ #21475]
authorFlorian Weimer <fweimer@redhat.com>
Fri, 30 Jun 2017 22:53:05 +0000 (00:53 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 3 Jul 2017 19:01:42 +0000 (21:01 +0200)
commit3f853f22c87f0b671c0366eb290919719fa56c0e
tree23f8835838728d4be3efca524754c1a2f5bb0396
parentf30a54b21b83f254533c59ca72ad17af5249c6be
resolv: Lift domain search list limits [BZ #19569] [BZ #21475]

This change uses the extended resolver state in struct resolv_conf to
store the search list.  If applications have not patched the _res
object directly, this extended search list will be used by the stub
resolver during name resolution.
ChangeLog
NEWS
resolv/res_init.c
resolv/res_query.c
resolv/resolv_conf.c
resolv/resolv_conf.h
resolv/resolv_context.h
resolv/tst-resolv-res_init-skeleton.c