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
/
ntpd.h
Age
Commit message (
Expand
)
Author
2004-07-29
keep an ID per server we talk to
Henning Brauer
2004-07-28
when a dns lookup fails at parse time, do not abort but try again
Henning Brauer
2004-07-25
remove unused function
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
query interval scaling, episode II
Henning Brauer
2004-07-14
do not do the stratum guessing dance.
Henning Brauer
2004-07-13
Respond to client queries with better server statistics. We now output
Alexander Guy
2004-07-11
Start collecting the remote server state along with the calculated
Alexander Guy
2004-07-10
KNF; ok henning@
Alexander Guy
2004-07-10
short fixed point <-> double conversion routines; ok henning@
Alexander Guy
2004-07-10
scale query interval based on local clock offset. tested by many
Henning Brauer
2004-07-09
make lint a wee bit happier
Theo de Raadt
2004-07-09
rework dns handling with all its cosequences...
Henning Brauer
2004-07-08
remove all handling of netmasks/prefix lengths - we don't need that in ntpd.
Henning Brauer
2004-07-07
* Convert to use the new double-based time handling functions.
Alexander Guy
2004-07-07
do not listen anywhere by default.
Henning Brauer
2004-07-07
swicth all the host_* functions to work on a newly invented
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-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-05
calculate the median offset from all servers we sync to and call
Henning Brauer
2004-07-04
put interval defines in ntpd.h and name them consistently
Henning Brauer
2004-07-04
Compute the local clock offset from the server's response.
Alexander Guy
2004-06-18
size struct pollfd and idx2peer dynamically instead of imposing an arbitary
Henning Brauer
2004-06-17
provide most of the client functionality.
Henning Brauer
2004-06-05
Move prototype definitions. Add multi-include protection to header.
Alexander Guy
2004-06-02
prepare for client functionality
Henning Brauer
2004-06-01
first cut at config file parser
Henning Brauer
2004-06-01
allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm).
Henning Brauer
2004-05-31
initial cut at ntpd.
Henning Brauer