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