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
/
ntp_msg.c
Age
Commit message (
Expand
)
Author
2016-09-03
Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not
Reyk Floeter
2015-02-10
use correct formatters for s/size_t data types.
Brent Cook
2015-01-09
remove excessive/wrong use of sys/param.h
Theo de Raadt
2013-04-30
Remove unused function argument variables 'len' and 'auth' from
Marcus Glocker
2007-10-19
don't fill the logs; spotted by deraadt@ ok henning@
Otto Moerbeek
2007-05-26
use __packed structs for the on-the-wire packets and just memcpy at once
Henning Brauer
2006-07-01
remove some unneeded includes; one found by vetinari
Otto Moerbeek
2005-09-24
Log source address for 'malformed packet' errors. ok henning@
Darren Tucker
2004-12-14
sendto() takes socklen_t as an argument; ok henning@
Darren Tucker
2004-12-08
use two tiny macros for copying fields out to simplify reading; henning@ ok
Michael Shalayeff
2004-12-08
uniquely name members of s_fixedpt and l_fixedpt; henning@ ok
Michael Shalayeff
2004-10-22
oups
Henning Brauer
2004-10-22
in server mode reply with stratum from the peer that we currently prefer
Henning Brauer
2004-10-13
in struct ntp_msg, rename "distance" to "rootdelay" to closer match RFCs
Henning Brauer
2004-10-13
fall cleaning
Henning Brauer
2004-09-24
connect() the client-side sockets. idea & test & ok camield@
Henning Brauer
2004-08-30
ENOBUFS, EHOSTUNREACH, ENETDOWN and EHOSTDOWN are bad reasons to log; ok otto...
Theo de Raadt
2004-08-10
wrong sizeof; Brian Poole <raj@cerias.purdue.edu>
Henning Brauer
2004-07-11
Use SA_LEN(sa) instead of sa->sa_len; ok henning@
Darren Tucker
2004-07-09
don't panic when sendto() fails; for the client part just re-schedule
Henning Brauer
2004-07-07
* Convert to use the new double-based time handling functions.
Alexander Guy
2004-06-02
prepare for client functionality
Henning Brauer