Ensure get_nt_acl_internal() only looks at the ACL blobs, not
authorJeremy Allison <jra@samba.org>
Wed, 2 Dec 2009 20:09:48 +0000 (12:09 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 8 Dec 2009 08:15:21 +0000 (09:15 +0100)
commit1f1c6c9ef51a524548464e0efe6091f0ae75dee3
tree34006d5fa166a18f486a5cf3d8fd863edf574f20
parentf7796d501789c60f2475920e476f64d884962089
Ensure get_nt_acl_internal() only looks at the ACL blobs, not
reads off the underlying filesystem. Ensure that vfs_acl_tdb.c
returns NT_STATUS_NOT_FOUND, not NT_STATUS_OBJECT_NAME_NOT_FOUND
when it can't find a blob matching the file.
Jeremy.
(cherry picked from commit 486c8d57ec5a9aa63aff275621ff45c22b8cde61)
(cherry picked from commit f01a14846f1ab1a5589cd780aa1c6ad45d73eccf)
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c