..
Makefile
Add ntpctl(8), which allows us to query the locally running ntpd(8) process
11 years ago
client.c
return -1 on host() address parsing failure, not 1.
9 years ago
config.c
fix some memory leaks in dns handling.
9 years ago
control.c
remove excessive/wrong use of sys/param.h
9 years ago
log.c
log as LOG_DAEMON in log_init again.
9 years ago
log.h
sync log.c from smtpd.
9 years ago
ntp.c
prefer sizeof(thing) to sizeof(type)
9 years ago
ntp.h
ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps
15 years ago
ntp_dns.c
fix some memory leaks in dns handling.
9 years ago
ntp_msg.c
remove excessive/wrong use of sys/param.h
9 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
Switch drift file format to ppm for compatibility with the ntp.org
9 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
fix some memory leaks in dns handling.
9 years ago
parse.y
don't check for a return value that host() doesn't return, so future
9 years ago
sensors.c
remove excessive/wrong use of sys/param.h
9 years ago
server.c
remove excessive/wrong use of sys/param.h
9 years ago
util.c
Add a missing include for time.h to get the definitions of clock_gettime and strftime.
9 years ago