From: Richard D. <ric...@us...> - 2006-08-15 08:43:42
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13800 Modified Files: TODO Log Message: TODO: Disable nuls in attribute names Index: TODO =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/TODO,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TODO 14 Aug 2006 21:01:08 -0000 1.10 --- TODO 15 Aug 2006 08:43:40 -0000 1.11 *************** *** 34,37 **** --- 34,41 ---- Include these in a .spec file that we can include with distro + Disallow nuls in the attribute names. The list handling will break + if we allow this. (Alternative is to make the portable listxattr follow + the BSD API, where the separator is a length byte.) + Rename the module? ~~~~~~~~~~~~~~~~~~ |