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

The annotated tag, 4.0-pre3 has been created
        at  a96e5ffff578de2082ad21a7538ca9869fb8bed7 (tag)
   tagging  009f1a5ae86ae316b8d1829d708fa6b35ea3033d (commit)
  replaces  4.0-pre2
 tagged by  Miroslav Lichvar
        on  Tue Aug 25 11:50:19 2020 +0200

- Log -----------------------------------------------------------------
Third prerelease for 4.0
-----BEGIN PGP SIGNATURE-----

iHIEABECADIWIQSLH0qa2nPUAeMIWgtf8G8puh4BOwUCX0Te4hQcbWxpY2h2YXJA
cmVkaGF0LmNvbQAKCRBf8G8puh4BO6nwAKCK4laMFd5SytfWIJlOhDvwuLf4OACg
kIHHDBIhyZbvf4XiE18m4Aoid04=
=kEbP
-----END PGP SIGNATURE-----

Miroslav Lichvar (148):
      sources: reformat forward prototypes
      sources: allow modifications of selection options
      sources: enable selection options with authentication
      sources: improve and add more debug messages
      conf: add better support for fragmented configuration
      conf: detect infinite inclusion
      socket: don't set interface for sent packets
      reference: shorten logchange log message
      cmdmon: rename reset command to reset sources
      cmdmon: fix ntp_source_name declaration in request
      hash: enumerate hash algorithms
      cmac: enumerate cipher algorithms
      keys: remove forgotten declaration
      keys: provide key type and length
      nts: assign ID to NTS context
      cmdmon: add authdata command
      doc: fix formatting of example in chrony.conf man page
      sources: ignore noselect sources when updating selection options
      cmdmon: allow client records to be reset
      cmdmon: limit reported clients by number of packets
      cmdmon: add cookie length to authdata report
      stubs: add NSR_GetAuthReport()
      clientlog: fix time_t variables
      clientlog: refactor client record and API
      clientlog: add NTS-KE service
      clientlog: count authenticated NTP requests
      cmdmon: report new client and server statistics
      clientlog: add debug message for maximum number of records
      reference: fix offset sign in log message
      conf: replace empty strings with NULL
      ntp: refactor slot finding
      ntp: change NSR_RemoveSource() to accept IP address only
      nts: add debug messages for gnutls init/deinit
      nts: free client cert credentials when not used
      test: check logs for assertion failures
      local: don't remove handlers in finalization
      doc: improve answer for chronyc error in FAQ
      clientlog: fix check for ratelimit and noclientlog
      test: add 140-noclientlog test
      client: fix help message to indicate mask is optional
      cmdmon: don't report selection options in source report
      cmdmon: add selectdata command
      cmdmon: update protocol changelog
      sources: include hostname in selection log message
      sources: extend mark debug message
      sources: relax selection of non-trusted sources
      sources: require majority for trusted sources
      sources: check for negative distance
      sources: add more assertions
      test: fix sources unit test
      nts: allow missing SIV support
      siv: add gnutls support
      test: extend siv unit test
      client: add verbose text to authdata command
      client: add tab-completition for authdata command
      test: disable object dependencies in main makefile
      ntp: add configuration ID to sources
      conf: detect truncated lines
      conf: add sourcedirs directive
      cmdmon: add reload sources command
      main: add option to print configuration
      conf: reset global pointers after parsing line
      conf: fix missing format string
      ntp: combine parameters of NCR_AddBroadcastDestination()
      cmdmon: avoid unsigned shorts
      socket: don't log errors on removing socket
      socket: enable only specified IP families
      nts: update NTS-KE port number
      nts: warn about missing NTS support
      ntp: reduce poll adjustment with specific failed tests
      test: update cmdmon and chronyc tests with new commands
      example: update chrony.conf examples
      ntp: rework initial burst
      logging: handle too many file logs
      socket: handle negative sa_length
      configure: link with libnssutil3 for NSS hash support
      ntp: fix comment about find_slot()
      nameserv: don't return scoped IPv6 addresses
      socket: add support for binding sockets to device
      conf: add directives to specify interfaces for binding sockets
      socket: add support for selecting interface again
      ntp+cmdmon: fix responding to link-local addresses
      ntp: get TX timestamp after authentication
      ntp: drop precompensation of TX timestamp
      nts: log details about failed certificate verification
      nts: improve session code
      nts: fix comment about message handler
      nts: check for negative length in NNA_DecryptAuthEF()
      nts: don't assume field position in NNA_DecryptAuthEF()
      cmac+hash: change parameter types
      conf: restrict permissions of created directories
      conf: create ntsdumpdir directory
      doc: mention automatic creation of directories
      socket: fix debug message for unsupported binding
      doc: fix formatting with new asciidoctor
      nts: disable input when sending data in NTS-KE session
      nts: deinit gnutls when setting of credentials fails
      nts: follow bind*device settings for NTS-KE sockets
      conf: adopt default bind*address values
      conf: improve error message
      logging: extend functionality
      nts: improve NTS-KE server/client code
      siv: add more assertions
      main: remove unneeded code in signal handler
      nts: don't allow malformed encrypted extension fields
      nts: reset NAK indicator with new request
      nts: fix error response to NTS-KE request
      nts: move loading of syscall filter in NTS-KE server
      nts: fix destroying of NTS-KE client
      nts: scale server listening backlog with number of helpers
      nts: improve NTS-NTP server/client code
      nts: disable TLS 1.2 on server
      test: improve nts_ntp_client unit test
      ntp: improve auth code
      sources: reset leap voting flag earlier in selection
      conf: add dscp directive
      util: fix compiler warning
      test: fix compiler warning in ntp unit test
      client: add missing option to help message
      examples: add leapsecmode to chrony.conf examples
      ntp: rename pool fields to pool_id
      ntp: reuse pool IDs for new pools
      ntp: fix comments
      socket: improve code
      cmdmon: fix data field name in handle_ntp_source_name()
      nts: check all encrypted fields before saving cookies
      test: extend 139-nts test
      test: improve NTS unit tests
      test: improve siv unit test
      test: fix random failures in nts_ntp_client unit test
      cmdmon: change name fields to unsigned type
      client: drop unnecessary parsing of IPv4 address
      client: ignore case in add command
      client: improve parsing of keygen arguments
      reference: fix assignment of frequency_sd
      conf: rename confdirs and sourcedirs directives
      test: add 008-confload system test
      test: add 009-binddevice system test
      test: add 105-nts system test
      test: extend 007-cmdmon system test
      test: extend 110-chronyc test
      test: fix 102-hwtimestamp test for new ethtool
      nts: explicitly disable session tickets
      nts: avoid key corruption on failed loading
      test: fix cookie length in nts_ke_client unit test
      util: don't open symlink when appending to file
      doc: update README
      doc: update NEWS

Robert Fairley (2):
      examples: add dispatcher for NTP servers from DHCP
      examples: align onoffline with DHCP NM dispatcher

Vincent Blut (2):
      sys_linux: restructure syscalls in seccomp filter
      sys_linux: allow some *time64 syscalls in seccomp filter

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


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

-- 
To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" 
in the subject.
For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
subject.
Trouble?  Email listmas...@chrony.tuxfamily.org.

Reply via email to