summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix multiple vulnerabilities in ntp. [SA-18:02.ntp]gordon2018-03-077-795/+1299
| | | | | | | | | | Approved by: so Security: FreeBSD-SA-18:02.ntp Security: CVE-2018-7182 Security: CVE-2018-7170 Security: CVE-2018-7184 Security: CVE-2018-7185 Security: CVE-2018-7183
* MFC ↵ngie2017-05-308-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r314451,r314452,r314453,r314456,r314457,r314458,r314459,r314460,r314461,r314462,r314464,r314466,r314468,r314470,r314472,r314478: r314451: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones The SRCTOP conversion simplifies pathing in make/displayed output. Also, while here, change a hardcoded path to ar5523.bin.uu in the make target with ${.ALLSRC} . r314452: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones r314453: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones r314456: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. r314457: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones The SRCTOP conversion simplifies pathing in make/displayed output. Also, while here, change a hardcoded path to ${RPCDIR}/ypupdate_prot.x in the make targets with ${.ALLSRC} . r314458: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. r314459: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. r314460: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. r314461: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. r314462: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones The SRCTOP conversion simplifies pathing in make/displayed output. Also, while here, change a hardcoded path to ${RPCDIR}/ypxfrd.x in the make targets with ${.ALLSRC} . r314464: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. r314466: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. r314468: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones Also, use :H where possible/sensical to manipulate .CURDIR-relative paths This simplifies pathing in make/displayed output. r314470: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. r314472: Simplify/improve idioms in usr.sbin/ntp Makefiles - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones. This simplifies pathing in make/displayed output. - Also, use :H where possible/sensical to manipulate .CURDIR-relative paths - Remove superfluous bsd.own.mk .includes which are already handled via src.opts.mk .includes r314478: Simplify idioms in Makefiles further - Use SRCTOP-relative paths instead of .CURDIR-relative ones where possible - Use :H to manipulate .CURDIR in areas instead of ..-relative paths.
* MFC r315871: MFV r315791: ntp 4.2.8p10.delphij2017-03-287-22/+30
|
* MFC r314896:cy2017-03-111-4/+0
| | | | | Remove extraneous arguments and options, which don't make sense for a file documented in volume 5.
* MFC r314768:cy2017-03-111-4/+0
| | | | | | Fix mismerge of r280849. Reported by: des
* MFC r311005cy2017-01-041-1/+1
| | | | Fix up grammar.
* MFC r308957: MFV r308954:delphij2016-11-227-14/+33
| | | | | | ntp 4.2.8p9. Approved by: so
* MFC r304721:cy2016-08-271-1/+1
| | | | | | | Fixup man page formatting. Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Discussed with: bjk@
* MFV r301238:delphij2016-06-037-14/+36
| | | | | | | | | ntp 4.2.8p8. Security: CVE-2016-4957, CVE-2016-4953, CVE-2016-4954 Security: CVE-2016-4955, CVE-2016-4956 Security: FreeBSD-SA-16:24.ntp With hat: so
* MFV r298691:delphij2016-04-277-39/+108
| | | | | | | | | | ntp 4.2.8p7. Security: CVE-2016-1547, CVE-2016-1548, CVE-2016-1549, CVE-2016-1550 Security: CVE-2016-1551, CVE-2016-2516, CVE-2016-2517, CVE-2016-2518 Security: CVE-2016-2519 Security: FreeBSD-SA-16:16.ntp With hat: so
* MFV r294491: ntp 4.2.8p6.delphij2016-01-227-27/+98
| | | | | | | | Security: CVE-2015-7973, CVE-2015-7974, CVE-2015-7975 Security: CVE-2015-7976, CVE-2015-7977, CVE-2015-7978 Security: CVE-2015-7979, CVE-2015-8138, CVE-2015-8139 Security: CVE-2015-8140, CVE-2015-8158 With hat: so
* MFV r293415:delphij2016-01-087-14/+14
| | | | | | | | ntp 4.2.8p5 Reviewed by: cy, roberto Relnotes: yes Differential Revision: https://reviews.freebsd.org/D4828
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-017-0/+77
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* MFV ntp-4.2.8p4 (r289715)glebius2015-10-227-29/+89
| | | | | | | | | | | | | | | | | | | Security: VuXML: c4a18a12-77fc-11e5-a687-206a8a720317 Security: CVE-2015-7871 Security: CVE-2015-7855 Security: CVE-2015-7854 Security: CVE-2015-7853 Security: CVE-2015-7852 Security: CVE-2015-7851 Security: CVE-2015-7850 Security: CVE-2015-7849 Security: CVE-2015-7848 Security: CVE-2015-7701 Security: CVE-2015-7703 Security: CVE-2015-7704, CVE-2015-7705 Security: CVE-2015-7691, CVE-2015-7692, CVE-2015-7702 Security: http://support.ntp.org/bin/view/Main/SecurityNotice#October_2015_NTP_Security_Vulner Sponsored by: Nginx, Inc.
* Add META_MODE support.sjg2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-2717-1214/+2766
| |\ | |/ |/|
| * Merge from headsjg2014-05-081-1/+1
| |\
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Updated/new Makefile.dependsjg2012-11-081-0/+14
| | |
* | | - remove -l option from ntpdate manpage, as it is no longer an optionjgh2015-04-271-3/+1
| | | | | | | | | | | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D2358 Submitted by: gnn@ Approved by: wblock (mentor) MFC after: after 1 week
* | | MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)cy2015-03-3016-1211/+2765
| |/ |/| | | | | | | | | Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
|/ | | | from the latter.
* General mdoc(7) and typo fixes.gjb2012-05-121-15/+16
| | | | | | PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Remove superfluous paragraph macro.joel2012-03-252-2/+0
|
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
|
* Fix some duplicate-word typos in manpages.uqs2011-03-021-1/+1
| | | | | Submitted by: arundel MFC after: 1 week
* Fix typos and spelling mistakes.joel2010-08-062-4/+4
|
* Add a sentence to the man page explaining that the -d optionbcr2010-05-181-1/+4
| | | | | | | | | can only be used when ntpd is compiled with DEBUG support. PR: docs/138206 Submitted by: Oliver Pinter (oliver dot pntr at gmail dot com) MFC after: 5 days Approved by: roberto
* Complete ntptrace(8) removal:antoine2010-01-031-1/+1
| | | | | | | - do not install man page - update ObsoleteFiles.inc Approved by: roberto@
* Correct typo: thetime -> the timeemaste2009-10-131-1/+1
| | | | | PR: docs/139447 Submitted by: Guido Falsi mad at madpilot dot net
* - fix typodanger2008-11-181-1/+1
| | | | | PR: docs/128973 Submitted by: tabthorpe
* Update the various files to sync with vendor import of 4.2.4p5.roberto2008-08-221-2/+3
| | | | | | | | sntp includes a copy of libopts in itself in vendor code, rewrite the Makefile to compile and use only one copy. It is an internal library, not installed. MFC after: 2 weeks
* Delete description of non-existent options: "-4" and "-6".motoyuki2007-06-121-5/+1
| | | | | | | | | | ntpd's "-4" and "-6" options are described in the original documentation (contrib/ntp/html/ntpd.html). It may be original's doc bug. PR: docs/112642 Submitted by: Seth Hieronymus<shieronymus@speakeasy.net> Discussed with: ume MFC after: 1 week
* - Fix typo in ntpd(8).chinsan2007-04-021-1/+1
| | | | | Noticed by: Ben Kaduk (minimarmot _at_ gmail.com) Approved by: delphij@ (mentor)
* Fix typo.ceri2006-12-311-1/+1
|
* Correct the description of minpoll and maxpoll.ceri2006-12-211-3/+3
| | | | | | | | | Note that while later versions of the ntpd documentation use the term "dual logarithm", the text added here is consistent with the remainder of the current document. PR: docs/106926 Submitted by: Jeremy Chadwick
* Revise markup.ru2006-09-301-19/+38
|
* Markup fixes.ru2006-09-294-217/+424
|
* - Fix markuppav2006-06-041-1/+1
| | | | | | PR: docs/98471 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> MFC after: 1 day
* - Update to ntp-4.2.0pav2006-05-177-1340/+2457
| | | | | PR: docs/79857 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* If we don't want HTML docs, we might still want manpages.ru2006-03-151-0/+2
| | | | If we don't want manpages, we might still want HTML docs.
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
| | | | | | | | that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
* Document that /etc/rc.d/ntpdate will read this file to find out a listkeramida2005-06-091-0/+11
| | | | | | | | of NTP hosts, if ntpdate_hosts is unset or empty. PR: conf/79712 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> mdoc text by: Matteo Riondato <rionda@gufi.org>
* Release maintainership. More ambitious minds have plans for the ntpsheldonh2005-05-251-2/+0
| | | | | | | docs. Last I heard, Harlan Stenn was considering using FreeBSD's pages as a starting point for the ISC NTP distribution's own pages. If that happens, everyone wins and these can go away, to be replaced by imported versions in contrib/ntp.
* Expand *n't contractions.ru2005-02-134-6/+6
|
* Fix typo.simon2004-10-201-1/+1
| | | | | | Submitted by: Patrick Oonk <patrick@cookie.monster.org> PR: docs/72912 MFC after: 1 week
* Update our ntpd to the long awaited 4.2.0 version.roberto2004-07-202-226/+19
| | | | | | | | | | | | | | | This bring us several things: - updated drivers - IPv6 support at last - ntp-genkeys is replaced by ntp-keygen - ntptrace is now a script (courtesy of John Hay) - lots of renamed files from .htm to .html (while I prefer .html, I find the change a bit gratuitous) - still no manpages :( Please test and report. Commit very much helped by: GNU arch (http://gnuarch.org/)
* Eliminated double whitespace.ru2004-07-035-23/+23
|
OpenPOWER on IntegriCloud