Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
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.
 
 
 
 
 
 
claudio 3024525a7d Use errx instead of fprintf, exit combo. 16 years ago
..
Makefile add support for timedelta sensors, which pretty much means udcf(4) right 18 years ago
buffer.c on writing, we actually can deal with ENOBUFS just as well as with EAGAIN 19 years ago
client.c For IPv6 addresses, return the first 32 bits of the MD5 hash of the 16 years ago
config.c config file bits for timedelta sensors, so one can specify which devices 18 years ago
imsg.c when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not 18 years ago
log.c Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG 17 years ago
ntp.c According to the latest SNTPv4 spec in RFC4330, secondary servers 16 years ago
ntp.h use __packed structs for the on-the-wire packets and just memcpy at once 17 years ago
ntp_msg.c don't fill the logs; spotted by deraadt@ ok henning@ 17 years ago
ntpd.8 Allow ntpd to step the time at startup, now matter how large or small the 16 years ago
ntpd.c Use errx instead of fprintf, exit combo. 16 years ago
ntpd.conf.5 Allow outgoing replies from sensor-driven servers to have a 16 years ago
ntpd.h According to the latest SNTPv4 spec in RFC4330, secondary servers 16 years ago
parse.y do not leak memory on failure in refid production; ok ckuethe henning 16 years ago
sensors.c According to the latest SNTPv4 spec in RFC4330, secondary servers 16 years ago
server.c According to the latest SNTPv4 spec in RFC4330, secondary servers 16 years ago
util.c Normalize tv so that tv_usec is positive. The kernel also normalizes, 18 years ago