This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/19569] resolv: Support an arbitrary number of search domains


https://sourceware.org/bugzilla/show_bug.cgi?id=19569

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  3f853f22c87f0b671c0366eb290919719fa56c0e (commit)
      from  f30a54b21b83f254533c59ca72ad17af5249c6be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3f853f22c87f0b671c0366eb290919719fa56c0e

commit 3f853f22c87f0b671c0366eb290919719fa56c0e
Author: Florian Weimer <fweimer@redhat.com>
Date:   Sat Jul 1 00:53:05 2017 +0200

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                             |   26 ++++
 NEWS                                  |    8 ++
 resolv/res_init.c                     |  222 ++++++++++++++++++++++-----------
 resolv/res_query.c                    |   11 +-
 resolv/resolv_conf.c                  |   65 ++++++++++-
 resolv/resolv_conf.h                  |    4 +
 resolv/resolv_context.h               |   19 +++
 resolv/tst-resolv-res_init-skeleton.c |  108 ++++++++++++++++-
 8 files changed, 382 insertions(+), 81 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]