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)
commita0ac7a7f4c0290787cdadb5866272cee2bd61b8a
treec9661e5412781e5d2312b5ec5a7742a31632132a
parenta500b34feba5c169cabb2f6a2ee5bc57b6da6473
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.
(This used to be commit fc6899a5506b272f8cd5f5837ca13300b4e69a5f)
15 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/modules/nfs4_acls.c
source3/modules/vfs_afsacl.c
source3/modules/vfs_aixacl2.c
source3/modules/vfs_cap.c
source3/modules/vfs_catia.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_gpfs.c
source3/modules/vfs_zfsacl.c
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/nttrans.c
source3/smbd/posix_acls.c