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
Age
Commit message (
Expand
)
Author
2004-07-07
do not listen anywhere by default.
Henning Brauer
2004-07-07
yuck, another bad sizeof(). again in code hacked on the Frankfurt->Montreal
Henning Brauer
2004-07-07
host_* now returns pointers, so the error return is NULL and not 0
Henning Brauer
2004-07-07
swicth all the host_* functions to work on a newly invented
Henning Brauer
2004-07-07
servers can be given as hostnames now
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
sizeof(wrong struct) in calloc == bad. ^$&(#^$%&#*)!
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
allow hostnames and resolve them in the config file
Henning Brauer
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-05
use correct multiplier for us -> s conversion
Otto Moerbeek
2004-07-05
don't limit to one remote server any more
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
simplify slightly
Henning Brauer
2004-07-04
KNF
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-29
When no listener is specified, create a listener on every IP. Problem
Alexander Guy
2004-06-22
Precedence and type fix; ok henning@
Alexander Guy
2004-06-18
size struct pollfd and idx2peer dynamically instead of imposing an arbitary
Henning Brauer
2004-06-18
ewps, add ntpd.conf.5
Henning Brauer
2004-06-18
bloody attempt at a manpage
Henning Brauer
2004-06-17
provide most of the client functionality.
Henning Brauer
2004-06-17
provide log_sockaddr, from bgpd
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
$OpenBSD$
Henning Brauer
2004-06-01
first cut at config file parser
Henning Brauer
2004-06-01
tzset(); noticed by theo
Henning Brauer
2004-06-01
allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm).
Henning Brauer
2004-05-31
naming consistency
Henning Brauer
2004-05-31
make my japanese friends happy by supporting IPv6 as well
Henning Brauer
2004-05-31
initial cut at a manpage
Henning Brauer
2004-05-31
fix usage()
Henning Brauer
2004-05-31
initial cut at ntpd.
Henning Brauer