Up to [Development] / xfs-cmds / nfs4acl / include
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 24 15:55:26 2008 UTC (9 years, 2 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +23 -13
lines
Diff to previous 1.3 (unified)
* Rename nfs4ace_is_same_who to nfs4ace_is_same_identifier, and export it to library users. * Add nfs4ace_copy. * Finally implement the --modify and --modify-file switches. * Add missing parentheses in nfs4acl_for_each_entry and nfs4acl_for_each_entry_reverse. * Add a flags parameter to nfs4acl_from_text in which nfs4acl_from_text retrns which parts of the acl have been set (mask(s) and/or flags). We use this for telling which parts to override in a --modify operation. Adapt src/nfs4acl.c accordingly. * nfs4acl_to_text Only hide permissions which are never allowed anyway from the masks, but not from ACEs, particularly not from DENY ACEs. Merge of master-melb:xfs-cmds:31744a by kenmcd.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 24 15:54:38 2008 UTC (9 years, 2 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.2: +11 -3
lines
Diff to previous 1.2 (unified)
* Add the ACL4_AUTO_INHERIT, ACL4_PROTECTED, ACL4_DEFAULTED, and
ACE4_INHERITED_ACE flag definitions.
* Add support for getting and setting acl flags. The flags are
printed in the first line of the acl, like this (short and long
form):
flags:apdw
flags:auto_inherit/protected/defaulted/write_through
This obsoletes the --write-through command-line option.
* Remove some left-over cruft.
* It is not necessary, and may actually be confusing, to hide
ACE4_DELETE_CHILD when set for a regular file. Remove this
special case.
Merge of master-melb:xfs-cmds:31743a by kenmcd.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 24 15:53:02 2008 UTC (9 years, 2 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (unified)
The lower bits in a_flags will most likely end up being used for the ACL4_AUTO_INHERIT, ACL4_PROTECTED, and ACL4_DEFAULTED flags, so move ACL4_WRITE_THROUGH to a higher bit. Merge of master-melb:xfs-cmds:31741a by kenmcd.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 24 15:49:51 2008 UTC (9 years, 2 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
nfs4acl-0.9 userspace from Andreas Gruenbacher. It includes the nfs4acl command, library and qa tests. Merge of master-melb:xfs-cmds:31737a by kenmcd.