index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ntpd
/
client.c
Age
Commit message (
Expand
)
Author
2004-07-28
when a dns lookup fails at parse time, do not abort but try again
Henning Brauer
2004-07-20
wrap the heads for the linked list of addresses into a new ntp_addr_wrap
Henning Brauer
2004-07-18
there are a few recvfrom(2) errors we do not want to panic on
Henning Brauer
2004-07-18
query interval scaling, episode II
Henning Brauer
2004-07-14
do not do the stratum guessing dance.
Henning Brauer
2004-07-11
Start collecting the remote server state along with the calculated
Alexander Guy
2004-07-10
missing {}
Henning Brauer
2004-07-10
check wether we have enough data to form a peer update on receiption
Henning Brauer
2004-07-10
oups
Henning Brauer
2004-07-10
scale query interval based on local clock offset. tested by many
Henning Brauer
2004-07-09
don't panic when sendto() fails; for the client part just re-schedule
Henning Brauer
2004-07-09
rework dns handling with all its cosequences...
Henning Brauer
2004-07-08
lof replies with log_debug so one gets increased verbosity when in
Henning Brauer
2004-07-07
RFC 2030 is incorrect with regards to the computation of the delay value
Alexander Guy
2004-07-07
don't log every single reply we receive and log local clock adjustemt nicer
Henning Brauer
2004-07-07
knf!
Theo de Raadt
2004-07-07
if the cookie in the received packet doesn't match discard it silently;
Henning Brauer
2004-07-07
keep a "trustlevel" per peer. loose credit for loosing a packet, loose
Henning Brauer
2004-07-06
Implement the clock filter as descirbed by David Mills:
Henning Brauer
2004-07-06
when we received a apcket with incorrect cookie log from whom as well
Henning Brauer
2004-07-06
log host packet was received from (originally using a long convoluted
Jason Wright
2004-07-06
initialize the variables that track the offset array; ok henning@
Christian Weisgerber
2004-07-05
keep last 8 offset,delay pairs - we'll need them for the clock filters later.
Henning Brauer
2004-07-05
delay, not error
Henning Brauer
2004-07-04
put interval defines in ntpd.h and name them consistently
Henning Brauer
2004-07-04
simplify slightly
Henning Brauer
2004-07-04
Compute the local clock offset from the server's response.
Alexander Guy
2004-07-03
wrong struct calloc'ed; ok henning@
Alexander Guy
2004-06-17
provide most of the client functionality.
Henning Brauer