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/19570] Implement random DNS server selection in the stub resolver


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

--- Comment #1 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  5b757a51b514ea163bbec0a53dbbc06bb1b29241 (commit)
      from  867c5c33e2735567c95bf3a8b0a520bedd34430a (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=5b757a51b514ea163bbec0a53dbbc06bb1b29241

commit 5b757a51b514ea163bbec0a53dbbc06bb1b29241
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Jun 30 10:43:33 2017 +0200

    resolv: Make RES_ROTATE start with a random name server [BZ #19570]

    Do not copy the actual name server addresses to rotate them.  Use a
    global rotation offset instead.

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

Summary of changes:
 ChangeLog                  |   11 ++
 NEWS                       |    4 +
 resolv/Makefile            |    4 +
 resolv/res_send.c          |  100 ++++++++++++-----
 resolv/tst-resolv-rotate.c |  263 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 354 insertions(+), 28 deletions(-)
 create mode 100644 resolv/tst-resolv-rotate.c

-- 
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]