https://github.com/codeintelligencetesting/openntpd-portable
fuzzing for openntpd-portable
https://github.com/codeintelligencetesting/openntpd-portable
Last synced: 4 months ago
JSON representation
fuzzing for openntpd-portable
- Host: GitHub
- URL: https://github.com/codeintelligencetesting/openntpd-portable
- Owner: CodeIntelligenceTesting
- License: other
- Created: 2022-03-10T12:22:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T10:46:17.000Z (over 1 year ago)
- Last Synced: 2025-03-18T13:27:53.748Z (8 months ago)
- Language: C
- Size: 646 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
This is the portable version of OpenBSD's native Network Time Protocol daemon,
OpenNTPD http://www.openntpd.org/

## 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 (this project shares the same
arc4random compatibility code from LibreSSL)
- libtls from LibreSSL 3.0+ is required for HTTPS time constraint validation.
## Supported Operating Systems
OpenNTPD may work on other operating systems, newer and older, but the above
ones are tested most recently by the developer. At the time of writing,
OpenNTPD portable is known to build and work on:
- OpenBSD (6.7)
- Linux (Debian 10+, Ubuntu 18.04+)
- FreeBSD (12+)
- MacOS (10.13+)
Reports (success or otherwise) are welcome. You may report bugs or submit pull
requests at the GitHub project: https://github.com/openntpd-portable