Fix pjd's name.

Use an explicit list for components of ACL task.

Suggested by:	netchild
This commit is contained in:
Robert Watson 2008-03-18 17:44:47 +00:00
parent 484ec7f42a
commit ab32b2ed80
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31686

View file

@ -15,7 +15,7 @@ Ideas//EN"
<ideas>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.53 2008/03/18 09:26:43 pav Exp $
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.54 2008/03/18 13:17:26 rwatson Exp $
</cvs:keyword>
</cvs:keywords>
@ -1509,21 +1509,26 @@ New tests must be created; existing tests must be completed and updated.
<desc>
<p><strong>Technical contact</strong>: <a
href="mailto:rwatson@FreeBSD.org">Robert Watson</a>, <a
href="mailto:pjd@FreeBSD.org">Daeidek</a></p>
href="mailto:pjd@FreeBSD.org">Dawidek</a></p>
<p>The NFSv4 RFC and follow-on drafts specify a new Access Control
List (ACL) format loosely based on NTFS ACLs. This format is not
directly compatible with existing POSIX.1e ACLs, but has been
adopted by a number of recent UNIX file systems (including Apple's
HFS+ and Sun's ZFS file systems) in order to improve Windows
compatibility. This project is multif-fold: research current
specifications and implementations of NFSv4 ACLs, implement an ACL
library in userspace, port it to the kernel and enhance the kernel
ACL infrastructure to support them, and implement optional NFSv4
ACL support on UFS2 and ZFS. Further, investigate NFSv4 ACL
support for Samba and smbfs. Implement a test suite exercising
relevant aspects of NFSv4 ACL implementation, both basic rule
evaluation and its integration with the nominally incompatible
UNIX owner, group, and mode.</p>
compatibility. This project is multi-part:</p>
<ul>
<li>research current specifications and implementations of
NFSv4 ACLs,</li>
<li>implement an ACL library in userspace,</li>
<li>port the ACL implementation to the kernel and enhance the
kernel ACL infrastructure to support NFSv4 ACLs,</li>
<li>implement optional NFSv4 ACL support on UFS2 and ZFS,</li>
<li>investigate NFSv4 ACL support for Samba and smbfs,</li>
<li>implement a test suite exercising relevant aspects of NFSv4
ACL implementation, both basic rule evaluation and its
integration with the nominally incompatible UNIX owner, group,
and mode.</li>
</ul>
<p><strong>Requirements</strong>:</p>
<ul>