This patchset fixes a bug in man page, adds a new servo for the chrony
SOCK refclock protocol as a more secure alternative to the NTP SHM
(the commit message describes the issue), and updates timemaster to
use it.

Miroslav Lichvar (4):
  Remove obsolete statement in ptp4l man page.
  Add sock servo.
  timemaster: Replace shm_segment with refclock_id.
  timemaster: Use sock servo with chrony.

 chronysock.c        | 163 ++++++++++++++++++++++++++++++++++++++++++++
 chronysock.h        |  26 +++++++
 config.c            |   2 +
 configs/default.cfg |   1 +
 makefile            |   2 +-
 phc2sys.8           |   9 ++-
 phc2sys.c           |   3 +
 ptp4l.8             |  12 ++--
 servo.c             |   4 ++
 servo.h             |   1 +
 timemaster.8        |  10 +--
 timemaster.c        |  91 +++++++++++++++++--------
 12 files changed, 284 insertions(+), 40 deletions(-)
 create mode 100644 chronysock.c
 create mode 100644 chronysock.h

-- 
2.37.3



_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to