svn commit: r44480 - head/en_US.ISO8859-1/htdocs/news/status

Gabor Pali pgj at FreeBSD.org
Mon Apr 7 21:34:54 UTC 2014


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 at 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>


More information about the svn-doc-head mailing list