From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 17:14:00 2014 Return-Path: Delivered-To: svn-doc-head@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 3DA2E24C; Tue, 14 Jan 2014 17:14:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0EE901AC9; Tue, 14 Jan 2014 17:14:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EHDx7R061417; Tue, 14 Jan 2014 17:13:59 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EHDxEa061416; Tue, 14 Jan 2014 17:13:59 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141713.s0EHDxEa061416@svn.freebsd.org> From: Gabor Pali Date: Tue, 14 Jan 2014 17:13:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43512 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 17:14:00 -0000 Author: pgj Date: Tue Jan 14 17:13:59 2014 New Revision: 43512 URL: http://svnweb.freebsd.org/changeset/doc/43512 Log: - Add 2013Q4 report on auditdistd(8) Submitted by: pjd Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:04:54 2014 (r43511) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 17:13:59 2014 (r43512) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 25 entries and we hope you enjoy reading it.

+ contains 26 entries and we hope you enjoy reading it.

The deadline for submissions covering between January and March 2014 is April 7th, 2014.

@@ -1415,4 +1415,36 @@ device vt_vga

The work was sponsored by The &os; Foundation.

+ + + auditdistd(8) + + + + + Pawel Jakub + Dawidek + + pjd@FreeBSD.org + + + + +

The auditdistd(8) daemon is responsible for + distributing audit trail files over TCP/IP network securely and + reliably. Currently, the daemon uses Transport Layer Security + (TLS) for communication, but only server-side certificates are + verified, based on the certificate's fingerprint. The ongoing + work will make it possible to use client-side certificates and + will support more complete public-key infastructure, which + includes validation of the entire certificate chain, including + revocation checking against Certification Revocation Lists at + every level. From now on, auditdistd(8) will support + TLSv1.2 and PFS modes only. In addition, it will be possible to + send audit trail files to multiple receivers.

+ +

The work is sponsored by The &os; Foundation and will be + completed at the beginning of February 2014.

+ +