Date: Mon, 7 Apr 2014 21:34:54 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44480 - head/en_US.ISO8859-1/htdocs/news/status Message-ID: <201404072134.s37LYsQM059532@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgj Date: Mon Apr 7 21:34:53 2014 New Revision: 44480 URL: http://svnweb.freebsd.org/changeset/doc/44480 Log: - Add 2014Q1 status report on auditdistd Submitted by: pjd Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Mon Apr 7 21:13:18 2014 (r44479) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Mon Apr 7 21:34:53 2014 (r44480) @@ -18,7 +18,7 @@ <!-- XXX: Keep the number of entries updated --> <p>Thanks to all the reporters for the excellent work! This report - contains 28 entries and we hope you enjoy reading it.</p> + contains 29 entries and we hope you enjoy reading it.</p> <p>The deadline for submissions covering between April and June 2014 is July 7th, 2014.</p> @@ -1806,4 +1806,42 @@ device vt_efifb</pre> architectures.</task> </help> </project> + + <project cat='bin'> + <title>auditdistd(8)</title> + + <contact> + <person> + <name> + <given>Pawel Jakub</given> + <common>Dawidek</common> + </name> + <email>pjd@FreeBSD.org</email> + </person> + </contact> + + <body> + <p>The <tt>auditdistd(8)</tt> daemon is responsible for + distributing audit trail files over TCP/IP network securely and + reliably.</p> + + <p>The daemon now supports client-side certificates, which can be + used to automatically configure receiver side — directory + name for received trail files is determined based on the + <tt>commonName</tt> field in client's certificate. There is no + need anymore to add every sender to receiver's configuration + file.</p> + + <p>The sender's functionality was extended to allow sending audit + trail files to multile receivers.</p> + + <p>Complete Public Key Infrastructure (PKI) support is now + implemented, including full certificate chain verification, + Certificate Revocation Lists (CRL) verification at every level + and support for multiple Certificate Authority (CA) + certificates.</p> + </body> + + <sponsor>The &os; Foundation</sponsor> + </project> </report>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404072134.s37LYsQM059532>