- Add 2013Q4 report on auditdistd(8)
Submitted by: pjd
This commit is contained in:
parent
5a93ae2d31
commit
4ba398cab9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43512
1 changed files with 33 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
<!-- XXX: Keep updating the number of entries -->
|
||||
<p>Thanks to all the reporters for the excellent work! This report
|
||||
contains 25 entries and we hope you enjoy reading it.</p>
|
||||
contains 26 entries and we hope you enjoy reading it.</p>
|
||||
|
||||
<p>The deadline for submissions covering between January and
|
||||
March 2014 is April 7th, 2014.</p>
|
||||
|
@ -1415,4 +1415,36 @@ device vt_vga</pre>
|
|||
<p>The work was sponsored by The &os; Foundation.</p>
|
||||
</body>
|
||||
</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. 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, <tt>auditdistd(8)</tt> will support
|
||||
TLSv1.2 and PFS modes only. In addition, it will be possible to
|
||||
send audit trail files to multiple receivers.</p>
|
||||
|
||||
<p>The work is sponsored by The &os; Foundation and will be
|
||||
completed at the beginning of February 2014.</p>
|
||||
</body>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue