This project is a fork of the ntpsec.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/ntpsec.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionLocal changes to NTPsec not yet upstreamed
ownerStromeko@Stromeko.DE
last changeSun, 25 Feb 2024 11:47:51 +0000 (25 12:47 +0100)
content tags
add:
README.adoc
= The NTPsec distribution base directory =

This directory and its subdirectories contain NTPSec, a
security-hardened implementation of Network Time Protocol Version 4.
You can browse a summary of differences from legacy NTP here:

https://docs.ntpsec.org/latest/ntpsec.html

The contents of the base directory are given in this file. The contents of
subdirectories are usually given in the README files in each subdirectory.

The base directory ./ contains the configuration files, source
directories and related stuff:

INSTALL.adoc::	Generic installation instructions.

NEWS.adoc::	What's new in this release.

README.adoc::	This file.

LICENSES/::	License texts in REUSE format. See http://reuse.software

VERSION::	The version stamp, to be used by scripts and programs.

attic/::	Directory containing source code that is *not* part of a
		normal installation. Things can disappear from here at any
		time.

buildprep::	Executable script for fetching installation prerequisites.

contrib/::	Directory containing contributed scripts, dragons dwell here.
		Some of this might eventually move to being supported code.

devel/::	Documentation and small tools aimed at developers.
		Includes a hacking guide and a tour of the internals.

docs/::		Directory containing a complete set of documentation on
		building and configuring a NTP server or client. The files
		are in asciidoc markup.  This replaces the 'html' directory
		of previous versions, but html can be generated from it.

etc/::		Directory containing a motley collection of configuration files
		and launch scripts for various systems. For example
		only.

include/::	Directory containing include header files used by most
		programs in the distribution.

libjsmn/::	A minimal JSON library used by the GPSD-JSON driver.

libntp/::	Directory containing library source code used by most
		programs in the distribution.

libparse/::	This directory contains the files making up the parser for
		the parse refclock driver. For reasonably sane clocks
		this refclock drivers allows a refclock implementation
		by just providing a conversion routine and the
		appropriate NTP parameters

ntpclients/::   Directory containing sources for clients - utility programs
		to query local and remote NTP installations for log status,
		state variables, and other timekeeping information.  The term
		"clients" is used quite loosely here; any tool that is not a
		multi-file C program probably lives in this directory.

ntpd/::		Sources for the main time-synchronization daemon.

ntpfrob/::      The ntpfrob utility collects several small diagnostic
		functions for reading and tweaking the local clock
		hardware, including reading the clock tick rate,
		precision, and jitter.

ntptime/::	Directory containing a utility for reading and modifying
		kernel parameters related to the local clock.

packaging/::	Parts and guidance for distribution packagers.

pylib/::	Installable Python helper modules for scripts.

tests/::	Self-test code.

waf::		A copy of the waf builder.  This is the engine used to configure
		and build the codebase.

wafhelpers/::	A library of Python procedures used by the waf build system.

wscript::	NTP-specific waf rules.

www/::		Sample ntpviz files

// end
shortlog
2024-02-25 Achim Gratzattic/random.c: add xoshiro256++master
2024-02-25 Achim Gratzfix bug in ALPN validation and shorten buffer
2024-02-25 Achim GratzMutex-wrap get_systime to serialize timestamping among...
2024-02-25 Achim Gratzntpd/nts_server.c: ALPN protocol matching
2024-02-25 Achim GratzReverting "alpn string missed", "ALPN on server has...
2024-01-11 Matt SelskyFix missing start of multiline comment
2024-01-09 Matt SelskyRemove one last timetoa.h mention
2024-01-07 Hal MurrayUpdate comments of several attic/*
2024-01-06 Hal MurrayUse AES-128-CBC rather than MD5 for tests
2024-01-06 Hal MurrayAdd attic/samba/mssntp-blaster.c
2024-01-06 Hal MurrayAdd attic/exp-timing.c
2024-01-06 Hal MurrayDrop include/timetoa.h -- it wasn't used
2024-01-06 Matt SelskyAdd some missing copyright notices/SPDX tags and fix...
2024-01-03 Matt SelskyCreate CI target to actually build python2 docker image
2024-01-03 Matt SelskyAdd docker file for python2 CI image
2023-12-31 Matt SelskyAdd some missing copyright notices/SPDX tags
...
tags
3 years ago NTPsec_1_2_0 version 1.2.0
4 years ago NTPsec_1_1_9 version 1.1.9
4 years ago NTPsec_1_1_8 version 1.1.8
4 years ago NTPsec_1_1_7 version 1.1.7
4 years ago NTPsec_1_1_6 version 1.1.6
4 years ago NTPsec_1_1_5 version 1.1.5
4 years ago NTPsec_1_1_4 version 1.1.4
5 years ago NTPsec_1_1_3 version 1.1.3
5 years ago NTPsec_1_1_2 version 1.1.2
5 years ago NTPsec_1_1_1 version 1.1.1
6 years ago NTPsec_1_1_0 version 1.1.0
6 years ago NTPsec_1_0_0 version 1.0.0
6 years ago NTPsec_0_9_8 version 0.9.8
7 years ago NTPsec_0_9_7 version 0.9.7
7 years ago NTPsec_0_9_6 version 0.9.6
7 years ago NTPsec_0_9_5_1 version 0.9.5-1
...
heads
3 months ago master
7 years ago proto-refactor