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.
 
 
 
 
 
 
jsg 7f4721fbaf Don't allow embedded nul characters in strings. 10 years ago
..
Makefile Add ntpctl(8), which allows us to query the locally running ntpd(8) process 11 years ago
client.c Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (and 10 years ago
config.c config file bits for timedelta sensors, so one can specify which devices 18 years ago
control.c from sthen: handle msgbuf_write() returning EAGAIN 11 years ago
log.c Convert the logic in yyerror(). Instead of creating a temporary 10 years ago
ntp.c easy realloc() -> reallocarray() which gives us mult int overflow checking 10 years ago
ntp.h ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps 15 years ago
ntp_dns.c Run the serving and privileged ntpd processes at high priority and the 10 years ago
ntp_msg.c Remove unused function argument variables 'len' and 'auth' from 11 years ago
ntpctl.8 allow -s<abrev> in addition to -s <word> in ntpctl commandline, like 10 years ago
ntpd.8 Remove the bogus author "U. Delaware" from RFC 5905 10 years ago
ntpd.c Run the serving and privileged ntpd processes at high priority and the 10 years ago
ntpd.conf.5 Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>. 12 years ago
ntpd.h Convert the logic in yyerror(). Instead of creating a temporary 10 years ago
parse.y Don't allow embedded nul characters in strings. 10 years ago
sensors.c Add ntpctl(8), which allows us to query the locally running ntpd(8) process 11 years ago
server.c remove set but not used variable 10 years ago
util.c Remove stray (long) cast of value being assigned to tv_secs. 11 years ago