[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.31-68-gc743ecb

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "chrony/chrony.git".

The branch, master has been updated
       via  c743ecbf50a7fa34927167e604c5913b3d829829 (commit)
       via  29c1df46104d7c052044f1914fca612496664cd7 (commit)
       via  40f859125788cfc964efb7ee06ffa5c8e6fda446 (commit)
       via  4d1a754ec623acf0bb2a97e0c08e6325c2366208 (commit)
       via  699680807da4f0628d72e345c6e67f82e2baef58 (commit)
       via  ccaf0874e1d7139919aa9692b18ca70bba044ebb (commit)
      from  1afcb4f29a53576f2fa3931fe01b4f8a7a5e1209 (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 -----------------------------------------------------------------
commit c743ecbf50a7fa34927167e604c5913b3d829829
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Nov 3 11:16:13 2014 +0100

    ntp: support pools
    
    The pool directive can be used to configure chronyd for a pool of NTP
    servers (e.g. pool.ntp.org). The name is expected to resolve to multiple
    addresses which change over time.
    
    On start, a source will be added for each resolved address. When a
    source from the pool is unreachable or marked as falseticker, chronyd
    will try to replace the source with a newly resolved address of the
    pool.
    
    The minimum interval between replacements is currently set to 244
    seconds to avoid frequent DNS requests.

commit 29c1df46104d7c052044f1914fca612496664cd7
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Oct 31 16:38:39 2014 +0100

    ntp: allow changing address of core instance

commit 40f859125788cfc964efb7ee06ffa5c8e6fda446
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Oct 23 15:20:14 2014 +0200

    ntp: try adding other server addresses
    
    When adding a server from configuration file, don't give up when the
    first returned address was already added for another server directive,
    but try adding other addresses until one succeeds.

commit 4d1a754ec623acf0bb2a97e0c08e6325c2366208
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Oct 21 15:37:16 2014 +0200

    nameserv: add support for returning multiple addresses

commit 699680807da4f0628d72e345c6e67f82e2baef58
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Oct 21 13:50:52 2014 +0200

    nameserv: check that address returned from gethostbyname() is IPv4
    
    Also, always return failure with -6.

commit ccaf0874e1d7139919aa9692b18ca70bba044ebb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Oct 23 13:11:59 2014 +0200

    ntp: take auto_offline sources offline before sending new request

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

Summary of changes:
 chrony.texi.in   |   20 +++++
 client.c         |   16 ++--
 conf.c           |   28 +++++--
 nameserv.c       |   48 ++++++++----
 nameserv.h       |    2 +-
 nameserv_async.c |   13 +++-
 nameserv_async.h |    2 +-
 ntp_core.c       |   31 +++++++-
 ntp_core.h       |    3 +
 ntp_sources.c    |  229 +++++++++++++++++++++++++++++++++++++++++++++++-------
 ntp_sources.h    |   11 ++-
 sources.c        |   14 ++++
 sources.h        |    2 +
 stubs.c          |   23 ++++--
 14 files changed, 365 insertions(+), 77 deletions(-)


hooks/post-receive
--
chrony/chrony.git

-- 
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/