This change is only in userspace and should _not_ affect the only
xfs ACL command, chacl.
It corrects problems with
acl_get_file, acl_get_fd, acl_create_entry, acl_get_entry
most of which were pointed out by Juergen Hasch.
(Juergen, want to be added to the credits ?)
--Tim
Date: Tue May 29 00:08:24 PDT 2001
Workarea: snort.melbourne.sgi.com:/diskb/build4/tes/slinx-xfs-acl
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:96007a
cmd/xfstests/058 - 1.1
- Test out the changes for acl_create_entry, acl_get_entry
cmd/xfstests/src/acl_test.c - 1.1
- Program to do libacl tests.
Started it off with testing of acl_create_entry and acl_get_entry.
Check to see it follows standard as much as possible.
cmd/xfstests/058.out - 1.1
- output from src/acl_test called by 058.
cmd/xfstests/src/Makefile - 1.6
- Add src/acl_test.
cmd/xfstests/group - 1.11
- Add 058 and a description about acl group.
linux/include/linux/acl.h - 1.5
- sync up with cmd/acl/include/acl.h
cmd/acl/VERSION - 1.5
- Bump version for
acl_get_file,acl_get_fd,acl_create_entry,acl_get_entry changes.
cmd/acl/libacl/acl.c - 1.9
- Fix up acl_get_file,acl_get_fd,acl_create_entry,acl_get_entry.
cmd/acl/doc/CHANGES - 1.5
- Add text about acl_get_file,acl_get_fd,acl_create_entry,acl_get_entry
changes.
cmd/acl/include/acl.h - 1.5
- Add ACL_UNDEFINED_TAG & ACL_PERM_NONE for acl_create_entry.
Add acl_get_perm() proto.
cmd/xfstests/057 - 1.2
- Fix up 057 to test the prior bug in acl_get_fd, acl_get_file.
cmd/xfstests/057.out - 1.2
- sync up with 057
|