aboutsummaryrefslogtreecommitdiff
path: root/net/openntpd
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.7p1. No major changes, but lots of small ones.Christian Weisgerber2005-06-053-24/+8
| | | | Notes: svn path=/head/; revision=136825
* Add a paragraph to ntpd.8 about enabling ntpd in /etc/rc.conf.Christian Weisgerber2005-01-092-3/+25
| | | | | | | | | | 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> Notes: svn path=/head/; revision=126005
* Bump PORTEPOCH to keep version number from going backward.Christian Weisgerber2004-12-101-1/+1
| | | | Notes: svn path=/head/; revision=123659
* Update to 3.6.1p1. Many enhancements, among these:Christian Weisgerber2004-12-103-24/+35
| | | | | | | | | * -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. Notes: svn path=/head/; revision=123646
* Update to 3.6, the first formal release.Christian Weisgerber2004-11-023-23/+7
| | | | Notes: svn path=/head/; revision=120675
* Update to release 20040824p.Christian Weisgerber2004-10-123-4/+22
| | | | Notes: svn path=/head/; revision=119031
* Fix plist.Kirill Ponomarev2004-08-141-0/+1
| | | | Notes: svn path=/head/; revision=116207
* Update to 20040719p: improved query interval scaling.Christian Weisgerber2004-07-272-3/+3
| | | | Notes: svn path=/head/; revision=114887
* (1)Christian Weisgerber2004-07-184-3/+60
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=113908
* Update to 20040714. No significant changes.Christian Weisgerber2004-07-152-3/+3
| | | | Notes: svn path=/head/; revision=113718
* Update to the release du jour, now with datestamp version numbering.Christian Weisgerber2004-07-134-22/+5
| | | | Notes: svn path=/head/; revision=113548
* Kludge for missing IOV_MAX on 4.x.Christian Weisgerber2004-07-121-0/+18
| | | | Notes: svn path=/head/; revision=113464
* * Add mirror site.Christian Weisgerber2004-07-121-2/+3
| | | | | | | | | * Fix typo. Submitted by: Darren Tucker <dtucker@zip.com.au> Notes: svn path=/head/; revision=113439
* Initial import of openntpd (OpenBSD's ntpd, portable version).Christian Weisgerber2004-07-116-0/+113
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. Notes: svn path=/head/; revision=113409