From owner-freebsd-stable@FreeBSD.ORG Thu Sep 4 15:23:00 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6D3DBC8 for ; Thu, 4 Sep 2014 15:23:00 +0000 (UTC) Received: from qmail.milos.za.net (lisa.milos.co.za [109.169.49.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E3DB18AE for ; Thu, 4 Sep 2014 15:22:59 +0000 (UTC) Received: (qmail 20252 invoked by uid 89); 4 Sep 2014 15:16:15 -0000 Received: from unknown (HELO ?84.202.99.171?) (clay@milos.co.za@84.202.99.171) by 10.0.0.10 with ESMTPA; 4 Sep 2014 15:16:14 -0000 Message-ID: <540881EC.7010407@milos.co.za> Date: Thu, 04 Sep 2014 17:14:52 +0200 From: Clayton Milos User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Stale NTP software included in FreeBSD (RELEASE/STABLE/CURRENT) References: <20140903061024.GA14382@rwpc15.gfn.riverwillow.net.au> <20140903120746.GI63085@ivaldir.etoilebsd.net> <20140903134946.GA24397@satori.lan> <1409763486566-5945075.post@n5.nabble.com> In-Reply-To: <1409763486566-5945075.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 15:23:01 -0000 On 2014/09/03 06:58 PM, Jakub Lach wrote: > I'm partial to openntpd too, but I've remember that it was accused of > unfriendly behaviour toward time servers. > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/Stale-NTP-software-included-in-FreeBSD-RELEASE-STABLE-CURRENT-tp5944907p5945075.html > Sent from the freebsd-stable mailing list archive at Nabble.com. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" I've been using openntpd for some time myself. The reason I did so was because you can put this in the config: listen on 192.168.1.2 Very handy when you have multiple interfaces and do not want it listening on public interfaces. I'm of the opinion that a daemon should have the option on what interfaces it listens. Firewalls are there to protect, not as a workaround for an application that lacks critical features. \\Clay