[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.27-7-gedda0c6

[ 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  edda0c60b3df7910046d3d0f5325491319bd973f (commit)
       via  f2eb6b165ac7f01b1d0208f3c59d79b9158010dc (commit)
       via  4933c216b2f8936930c8557095a0bf269841656d (commit)
       via  0655def57f0422cb67640d7093dc001889fe0021 (commit)
      from  6eafff24508aaa663546caa2c4a5dac93b6603bd (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 edda0c60b3df7910046d3d0f5325491319bd973f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Apr 26 17:35:58 2013 +0200

    Add user directive for dropping root privileges
    
    This is equivalent to the -u option.

commit f2eb6b165ac7f01b1d0208f3c59d79b9158010dc
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Apr 26 16:27:15 2013 +0200

    Add option to ignore initstepslew and makestep directives
    
    When chronyd is started with -R, the initstepslew directive and the
    makestep directive with a positive limit will be ignored. This is useful
    when restarting chronyd to avoid unnecessary clock adjustments. It can
    be used with -r.

commit 4933c216b2f8936930c8557095a0bf269841656d
Author: victor lum <viclum@xxxxxxxx>
Date:   Fri Apr 26 14:36:17 2013 +0200

    Fix crash with duplicated initstepslew address
    
    When there are duplicate ntp servers listed on the initstepslew line, 2
    SourceRecords are created (sourceA and sourceB), and two timers are
    created (timerA and timerB).  When ntp responses are received, only
    sourceA is updated because of the way read_from_socket searches for a
    matching record.  Eventually, the criteria for sourceA are met, causing
    timerA to stop and n_completed_sources to increment.  timerB continues
    to trigger, sending ntp poll messages to the ntp server.  Responses from
    that server are assigned to sourceA, triggering the criteria for sourceA
    and causing n_completed_sources to increment improperly.  Once this
    happens enough times, n_complete_sources == number of servers and all
    SourceRecords are deleted.  The next time timerB triggers, it attempts
    to access sourceB, which was already been deleted, causing the core.

commit 0655def57f0422cb67640d7093dc001889fe0021
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Apr 26 14:17:21 2013 +0200

    Fix crash in config parsing with too many servers

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

Summary of changes:
 acquire.c   |   32 +++++++++++++++++++++++---------
 chrony.texi |   16 ++++++++++++++++
 chronyd.8   |    6 ++++++
 conf.c      |   44 ++++++++++++++++++++++++++++++++++++++++++++
 conf.h      |    4 ++++
 main.c      |    8 +++++++-
 6 files changed, 100 insertions(+), 10 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/