r6352: Two new composite calls:
authorAlexander Bokovoy <ab@samba.org>
Fri, 15 Apr 2005 14:45:00 +0000 (14:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:34 +0000 (13:11 -0500)
commit9779e6d670d19a5dfdc034084b580653d5ca0670
tree41dd03bbb94b5c80bf8f3943c2a5b39ab101318b
parent7fc2109b9e5e3e1c100da9d9feb865ce412d8b0f
r6352: Two new composite calls:

- qfsinfo (query file system information)
- appendacl (append an ACL to existing file's security descriptor and get new
full ACL)

The second one also includes an improvement to security descriptor handling
which allows to copy security descriptor. Written by Peter Novodvorsky
<peter.novodvorsky@ru.ibm.com>

Both functions have corresponding torture tests added. Tested under valgrind and
work against Samba 4 and Windows XP.

ToDo: document composite call creation process in prog_guide.txt
(This used to be commit 441cff62ac75ed16851ce7b8daf9d03eb4c3ec79)
source4/include/structs.h
source4/libcli/composite/appendacl.c [new file with mode: 0644]
source4/libcli/composite/composite.h
source4/libcli/composite/fsinfo.c [new file with mode: 0644]
source4/libcli/config.mk
source4/libcli/security/security_descriptor.c
source4/torture/raw/composite.c