..
Makefile
incorrect .PATH setting, discovered with nicm
15 years ago
buffer.c
Enclose repeated buffer draining code in a new msgbuf_drain()
15 years ago
client.c
recvmsg ENOENT noncritical too
15 years ago
config.c
config file bits for timedelta sensors, so one can specify which devices
18 years ago
imsg.c
Make imsg_clear close and free any fds in the received fd queue as well as
15 years ago
imsg.h
Enclose repeated buffer draining code in a new msgbuf_drain()
15 years ago
log.c
Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG
17 years ago
ntp.c
effectively un-do r1.111, it fucks machines with bad clocks royally.
15 years ago
ntp.h
ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps
15 years ago
ntp_dns.c
endservent() not needed here; ok henning@
16 years ago
ntp_msg.c
don't fill the logs; spotted by deraadt@ ok henning@
17 years ago
ntpd.8
-v logs debug adjtime calls also; ok henning@
16 years ago
ntpd.c
make ntpd imsg-in-a-lib ready as well. extensive testing done, no
15 years ago
ntpd.conf.5
move text on weight to where it is first referred to;
15 years ago
ntpd.h
Turns up the polling rate of sensors and makes ntpd calculate frequency
15 years ago
parse.y
Fixed memory leaks which would occur if the second of two memory
15 years ago
sensors.c
when using a timedelta sensor for -s, if the sensor is invalid during
15 years ago
server.c
fix looking at the mode bits so that we do not reply to broadcast and other
15 years ago
util.c
Normalize tv so that tv_usec is positive. The kernel also normalizes,
17 years ago