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)
committerJeremy Allison <jra@samba.org>
Wed, 2 Dec 2009 20:09:48 +0000 (12:09 -0800)
commit486c8d57ec5a9aa63aff275621ff45c22b8cde61
treedd7a853c5ca46f35a73d036be4feef4f539d9a90
parentb6fdecd11210a3d2ff803bdc315aacd9f8b445a1
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.
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c