History log of /openbsd/usr.sbin/ntpd/Makefile (Results 1 – 16 of 16)
Revision Date Author Comments
# 5fbd837d 20-Nov-2015 tedu <tedu@openbsd.org>

use RMS for jitter. we're linking with enough libraries that libm is tiny.
ok deraadt


# 5b62e2be 05-Oct-2015 deraadt <deraadt@openbsd.org>

this process deserves -fstack-protector-all


# 159940f7 17-Feb-2015 miod <miod@openbsd.org>

Fix library ordering on the link line for the sake of static arches. It's, in
that order, tls, crypto, ssl.


# bc58a738 10-Feb-2015 reyk <reyk@openbsd.org>

Add support for "constraints": when configured, ntpd(8) will query the
time from HTTPS servers, by parsing the Date: header, and use the
median constraint time as a boundary to verify NTP responses.

Add support for "constraints": when configured, ntpd(8) will query the
time from HTTPS servers, by parsing the Date: header, and use the
median constraint time as a boundary to verify NTP responses. This
adds some level of authentication and protection against MITM attacks
while preserving the accuracy of the NTP protocol; without relying on
authentication options for NTP that are basically unavailable at
present. This is an initial implementation and the semantics will be
improved once it is in the tree.

Discussed with deraadt@ and henning@
OK henning@

show more ...


# 64c82965 04-Oct-2013 phessler <phessler@openbsd.org>

Add ntpctl(8), which allows us to query the locally running ntpd(8) process

diff from Mike Miller <mmiller mgm51 com> (many thanks!)

OK phessler@, henning@, todd@


# dfaf6462 26-May-2010 nicm <nicm@openbsd.org>

Move imsg into libutil and add a man page.

Minor bump for libutil.

Previous versions of this diff and man page looked at by various people.

"you should just commit" deraadt


# cbd85d7c 25-Jun-2009 deraadt <deraadt@openbsd.org>

incorrect .PATH setting, discovered with nicm


# 5f5af31a 12-Sep-2008 henning <henning@openbsd.org>

move dns lookups to its own (privilege revoking, not chrooting) process.
reason: the parent process must never ever block, but the dns routines can.
last not least this fixes ntpd -s 'hanging' for a

move dns lookups to its own (privilege revoking, not chrooting) process.
reason: the parent process must never ever block, but the dns routines can.
last not least this fixes ntpd -s 'hanging' for a long time.
tested by a couple of people

show more ...


# dd4ec8ae 26-May-2006 henning <henning@openbsd.org>

add support for timedelta sensors, which pretty much means udcf(4) right
now. untested due to lack of hardware, and it wouldn't have worked in the
plane anyways. work in progress, currently picks up

add support for timedelta sensors, which pretty much means udcf(4) right
now. untested due to lack of hardware, and it wouldn't have worked in the
plane anyways. work in progress, currently picks up and uses all sensors
it finds, config file bits to be added soon. theo fine with this going in

show more ...


# 692d048d 04-Jul-2004 alexander <alexander@openbsd.org>

Compute the local clock offset from the server's response.
ok henning@


# a66b0f82 18-Jun-2004 henning <henning@openbsd.org>

ewps, add ntpd.conf.5


# 9096d664 17-Jun-2004 henning <henning@openbsd.org>

provide most of the client functionality.
hook the descriptors into the main poll and such.
we're not doing anything with the reply we recive yet, tho.

mostly hacked on the Frankfurt->Montreal fligh

provide most of the client functionality.
hook the descriptors into the main poll and such.
we're not doing anything with the reply we recive yet, tho.

mostly hacked on the Frankfurt->Montreal flight, as batteries and those
horrible air canada seats permitted...

show more ...


# 6a5eeeba 02-Jun-2004 henning <henning@openbsd.org>

prepare for client functionality


# f64d3c3c 01-Jun-2004 henning <henning@openbsd.org>

first cut at config file parser
for now, one can set the addresses to listen on


# f6451209 31-May-2004 henning <henning@openbsd.org>

initial cut at a manpage


# 914fd659 31-May-2004 henning <henning@openbsd.org>

initial cut at ntpd.
it is just capable of answering (s)ntp4 requests with the local time
for now.
imsg/buffer and logging framework from bgpd, ntp protocol hackery
with Alexander Guy