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)
commit441cff62ac75ed16851ce7b8daf9d03eb4c3ec79
tree765044c27b7b4aab85c4011dfe3da9d025240eb5
parent0e6be68dafb8979bcc2cb633c816e3f80e9441c1
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
source/include/structs.h
source/libcli/composite/appendacl.c [new file with mode: 0644]
source/libcli/composite/composite.h
source/libcli/composite/fsinfo.c [new file with mode: 0644]
source/libcli/config.mk
source/libcli/security/security_descriptor.c
source/torture/raw/composite.c