From owner-cvs-src-old@FreeBSD.ORG Tue Jan 13 21:19:43 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82DCA1065705 for ; Tue, 13 Jan 2009 21:19:43 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 344768FC12 for ; Tue, 13 Jan 2009 21:19:43 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DLJhep010658 for ; Tue, 13 Jan 2009 21:19:43 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0DLJhcd010657 for cvs-src-old@freebsd.org; Tue, 13 Jan 2009 21:19:43 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <200901132119.n0DLJhcd010657@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Tue, 13 Jan 2009 21:19:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/ntp/ntpd ntp_crypto.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 21:19:45 -0000 simon 2009-01-13 21:19:27 UTC FreeBSD src repository Modified files: contrib/ntp/ntpd ntp_crypto.c Log: SVN rev 187194 on 2009-01-13 21:19:27Z by simon Correct ntpd(8) cryptographic signature bypass [SA-09:04]. Correct BIND DNSSEC incorrect checks for malformed signatures [SA-09:04]. Security: FreeBSD-SA-09:03.ntpd Security: FreeBSD-SA-09:04.bind Obtained from: ISC [SA-09:04] Approved by: so (simon) Revision Changes Path 1.3 +1 -1 src/contrib/ntp/ntpd/ntp_crypto.c