r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown
authorJeremy Allison <jra@samba.org>
Tue, 26 Jun 2007 22:49:10 +0000 (22:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:37 +0000 (12:23 -0500)
commitfc6899a5506b272f8cd5f5837ca13300b4e69a5f
tree01ae06c1ff3c71112749b7903c428ef5c886d30b
parent05520d6b0a86c1cd5abbf6252c4a32629cdf8619
r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown
return to correctly return NT_STATUS_INVALID_OWNER if it
should be disallowed. Matches better what W2K3R3 does.

NFSv4 ACL module owners, please examine these changes.

Jeremy.
15 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source/include/vfs.h
source/modules/nfs4_acls.c
source/modules/vfs_afsacl.c
source/modules/vfs_aixacl2.c
source/modules/vfs_cap.c
source/modules/vfs_catia.c
source/modules/vfs_default.c
source/modules/vfs_full_audit.c
source/modules/vfs_gpfs.c
source/modules/vfs_zfsacl.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/nttrans.c
source/smbd/posix_acls.c