Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Brent Cook 13bd96f55a make OPENBSD_5_9 branch 8 years ago
compat define SHA2_SMALL to remove unneeded SHA hashes 8 years ago
include Add sys/wait.h stub header with WAIT_ANY definition for systems (such as 8 years ago
m4 add compiler warnings checks from LibreSSL 8 years ago
patches fix missed conflict in patches 8 years ago
scripts sync autogen.sh with LibreSSL, cache upstream config scripts 8 years ago
src add priv_constraint_kill 8 years ago
.gitignore factor out CHECK_OS_OPTIONS 8 years ago
.travis.yml add travis config 8 years ago
AUTHORS Move credits from README to AUTHORS. 9 years ago
COPYING new OpenNTPD portable tree 9 years ago
ChangeLog Updated Changelog for OpenNTPD 5.9 8 years ago
INSTALL re-add the configurable --with-privsep-path install-time sanity check 9 years ago
Makefile.am spring cleaning before resyncing with upstream 9 years ago
OPENBSD_BRANCH make OPENBSD_5_9 branch 8 years ago
README note libtls dependency for HTTPS constraint 9 years ago
VERSION bump version 8 years ago
autogen.sh sync autogen.sh with LibreSSL, cache upstream config scripts 8 years ago
configure.ac add compiler warnings checks from LibreSSL 8 years ago
dist.sh consolidate patches, cleanup dist.sh 9 years ago
ntpd.conf update to etc/examples/ntpd.conf 8 years ago
update.sh fetch so we can switch to new branches 8 years ago

README

This is a new port of OpenBSD's native ntpd to other Unix flavours adding
autoconf support and the necessary compatibility layer. It is based on
portability code from the OpenSSH and LibreSSL portable projects.

OpenNTPD has a web site at http://www.openntpd.org/

The current portable tree can be found at https://github.com/openntpd-portable

Platform Requirements
---------------------
- adjtime(2) and settimeofday(2) syscalls or equivalent.
- adjfreq(2) or an equivalent compatibility function for best results
- daemon(3), setresgid(2), setresuid(2) or equivalent
- A working arc4random(2) implementation, OpenSSL or LibreSSL
(this project shares the same arc4random compatibility code from LibreSSL)
- libtls (included with LibreSSL 2.1.4 or higher) is required for HTTPS time
constraint validation.

At the time of writing the Portable version is known to build and work on:

- OpenBSD (5.6)
- Linux (Ubuntu 12.04, 14.04)
- FreeBSD (9.x, 10.x)
- NetBSD (6.1.5)
- Solaris (10.x, 11.x)
- Mac OS X (10.9)

OpenNTPD may work on other operating systems, newer and older, but the above
ones are tested regularly by the developer.

Reports (success or otherwise) are welcome. You may report bugs or submit pull
requests at the GitHub project: https://github.com/openntpd-portable

Thanks,
Brent Cook <bcook at openbsd.org>.