Change get_nt_acl() to include security_info wanted. Only return this.
authorJeremy Allison <jra@samba.org>
Thu, 29 May 2003 23:49:31 +0000 (23:49 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 29 May 2003 23:49:31 +0000 (23:49 +0000)
commit183c9ed4052ab14e269ed1234ca557053f77e77a
treeaef9d403ae0f50259fba470c031403b7ca300f62
parent21e83421fb1cdab290386c170be3e21fedb81307
Change get_nt_acl() to include security_info wanted. Only return this.
This gets us closer to W2k+ in what we return for file ACLs. Fix horribly
broken make_sec_desc() that screwed up the size when given a SD with no
owner or group (how did it get this bad... ?).
Jeremy.
source/include/vfs.h
source/include/vfs_macros.h
source/rpc_parse/parse_sec.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/dir.c
source/smbd/nttrans.c
source/smbd/posix_acls.c
source/smbd/vfs-wrap.c