[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.26-22-g9ab181e

[ 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  9ab181eb9c75e42695f60c1f89bc2a6235bcfc96 (commit)
       via  3cc6021e03fdc1071438307a85f1766d38c380df (commit)
       via  375389fa1ecd7239ec2e4c89f8f73bd0e09f81ff (commit)
       via  777303f1309668170f83e0db237b3c73355b4284 (commit)
      from  6015f99d9809ca94da3c1f4f8ba24217f2097a3c (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 9ab181eb9c75e42695f60c1f89bc2a6235bcfc96
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Nov 2 11:57:41 2011 +0100

    Document extended keyfile format and authhash command

commit 3cc6021e03fdc1071438307a85f1766d38c380df
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Nov 2 12:12:09 2011 +0100

    Add support for libtomcrypt

commit 375389fa1ecd7239ec2e4c89f8f73bd0e09f81ff
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Nov 1 17:38:01 2011 +0100

    Add support for NSS library
    
    This adds support for the NSSLOWHASH API provided by the freebl3
    library.

commit 777303f1309668170f83e0db237b3c73355b4284
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Oct 19 13:26:03 2011 +0200

    Add support for different authentication hashes
    
    Allow different hash functions to be used in the NTP and cmdmon
    protocols. This breaks the cmdmon protocol compatibility. Extended key
    file format is used to specify the hash functions for chronyd and new
    authhash command is added to chronyc. MD5 is the default and the only
    function included in the chrony source code, other functions will be
    available from libraries.

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

Summary of changes:
 Makefile.in                   |   22 +++---
 candm.h                       |   15 +++-
 chrony.texi                   |   35 ++++++---
 client.c                      |  111 +++++++++++++++++-----------
 cmdmon.c                      |  101 ++++++++++----------------
 configure                     |   38 ++++++++++
 tempcomp.h => hash.h          |   18 ++++-
 addressing.h => hash_intmd5.c |   56 ++++++++------
 hash_nss.c                    |   89 ++++++++++++++++++++++
 hash_tomcrypt.c               |  116 +++++++++++++++++++++++++++++
 keys.c                        |  160 +++++++++++++++++++++++++++++++---------
 keys.h                        |    8 ++-
 logging.h                     |    1 +
 md5.c                         |    2 -
 ntp.h                         |    8 +-
 ntp_core.c                    |  163 ++++++++++------------------------------
 ntp_core.h                    |    4 +-
 ntp_io.c                      |   12 +--
 ntp_io.h                      |    2 +-
 ntp_sources.c                 |   27 +------
 ntp_sources.h                 |    5 +-
 util.c                        |   39 ++++++++--
 util.h                        |    6 ++
 23 files changed, 675 insertions(+), 363 deletions(-)
 copy tempcomp.h => hash.h (72%)
 copy addressing.h => hash_intmd5.c (58%)
 create mode 100644 hash_nss.c
 create mode 100644 hash_tomcrypt.c


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/