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.
 
 
 
 
 
 
henning ccff097c6b no multiple free(); "John L. Scarfone" <j0@cox.net> 20 years ago
..
Makefile Compute the local clock offset from the server's response. 20 years ago
buffer.c Replace errx with equivalent fprintf+exit to make porting easier; ok henning@ 20 years ago
client.c wrap the heads for the linked list of addresses into a new ntp_addr_wrap 20 years ago
config.c remove all handling of netmasks/prefix lengths - we don't need that in ntpd. 20 years ago
imsg.c initial cut at ntpd. 20 years ago
log.c Replace errx with equivalent fprintf+exit to make porting easier; ok henning@ 20 years ago
ntp.c query interval scaling, episode II 20 years ago
ntp.h correct leap indicator mask; ok henning@ 20 years ago
ntp_msg.c Use SA_LEN(sa) instead of sa->sa_len; ok henning@ 20 years ago
ntpd.8 tweaks; ok henning@ 20 years ago
ntpd.c liek bgpd, use a socketpair(2) instead of a pipe(2) 20 years ago
ntpd.conf.5 tweaks; ok henning@ 20 years ago
ntpd.h wrap the heads for the linked list of addresses into a new ntp_addr_wrap 20 years ago
parse.y no multiple free(); "John L. Scarfone" <j0@cox.net> 20 years ago
server.c there are a few recvfrom(2) errors we do not want to panic on 20 years ago
util.c short fixed point <-> double conversion routines; ok henning@ 20 years ago