| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Configuration changes:
* Servers can be marked as "trusted" to skip constraints processing.
* The -s and -S options are no-ops and will be removed in the future.
http://www.openntpd.org/txt/release-6.8p1.txt
|
|
|
|
|
|
|
|
|
| |
If no replies are received for a while due to connectivity issues,
go into unsynced mode.
PR: 221282
Reported by: Rene Wagner <rw@nelianur.org>
Obtained from: OpenBSD
|
|
|
|
| |
Obtained from: upstream
|
|
|
|
|
|
| |
path to view the correct ntpd(8) man page.
PR: 246484
|
|
|
|
| |
feature.
|
|
|
|
|
|
| |
"query from" feature.
Reported by: Roger Marquis <marquis@roble.com>
|
|
|
|
| |
Submitted by: Alexander Milanov <a@amilanov.com>
|
|
|
|
|
|
|
|
|
|
| |
and add a 'configtest' rc(8) target. Also note openntpd_flags in the
comments at the top of the rc(8) script.
PORTREVISION bump for rc(8) script change.
PR: 210153
Approved by: naddy (maintainer)
|
|
|
|
|
|
|
| |
* Set MOD_MAXERROR to avoid unsynced time status when using ntp_adjtime.
* Hardened TLS for ntpd constraints, enabling server name verification.
PR: 210056
|
|
|
|
|
|
|
|
|
|
|
|
| |
* The rtable option was removed from server and servers. Users of
"server * rtable X" will need to switch to launching ntpd with
# setfib -F X /usr/sbin/ntpd
* Various improvements to the HTTPS constraint feature (requires
LibreSSL).
This port reenables rtable support in the listen option on FreeBSD.
Relnotes: http://www.openntpd.org/txt/release-5.9p1.txt
|
|
|
|
|
|
|
|
|
|
| |
(libressl 2.2.6 seems to be happy enough with the ca_root_nss 3.22.2
upgrade)
* Avoid strptime %Z which is nonstandard and can give surprising
results on different operating systems. (Same fix as upstream.)
PR: 207685
Submitted by: mandree
|
|
|
|
| |
system clock.
|
|
|
|
|
|
|
|
|
|
| |
Reported by: Juan Francisco Cantero Hurtado <iam@juanfra.info>
Update to 5.7p4. No user-visible changes.
In particular, the new HTTPS contraint feature is *not* enabled, because
* LibreSSL fails with the certificiate bundle from ca_root_nss
* USE_OPENSSL does not handle LibreSSL yet
|
| |
|
|
|
|
|
|
| |
Major user-visible changes:
* Added ntpctl(8), which allows for querying ntpd(8) at runtime.
* Added support for different routing tables.
|
|
|
|
|
| |
Fix a race and make sure the rc.d script only matches the master
process.
|
| |
|
|
|
|
|
| |
PR: 169787
Submitted by: Brian Conway <bugs@zxvf.us>
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
|
|
|
|
| |
Reported by: no@spam@mgedv.net
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
| |
|
|
|
|
|
| |
* DNS queries are delegated to a dedicated child process.
* The -v option will log all time adjustments.
|
| |
|
|
|
|
|
| |
PR: 116772
Submitted by: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
|
| |
PR: 114191
Submitted by: Robert Archer <freebsd@deathbeforedecaf.net>
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
| |
|
|
|
|
|
|
|
| |
Adapted from the equivalent text in the OpenBSD man page which has been
removed from the portable version.
Requested by: Don Sullivan <sullivan@gaia.arc.nasa.gov>
|
|
|
|
|
|
| |
* -s option to set the time immediately at startup if the local
clock is off by more than 180 seconds.
* Adjustments smaller than 128ms are no longer logged.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to 20040718p. Changes in this release:
- Ignore obviously malformed queries.
- Respond to client queries with better server statistics.
(2)
Fix configuration file location in man pages.
PR: 69233
Submitted by: edwin (2)
|
| |
|
| |
|
|
The ntpd daemon implements the Simple Network Time Protocol version 4 as
described in RFC 2030 and the Network Time Protocol version 3 as de-
scribed in RFC 1305. It can synchronize the local clock to one or more
remote NTP servers and act as NTP server itself, redistributing the local
time.
|