From 9779e6d670d19a5dfdc034084b580653d5ca0670 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 15 Apr 2005 14:45:00 +0000 Subject: 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 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/include/structs.h') diff --git a/source4/include/structs.h b/source4/include/structs.h index b7c9abfe8b..906846ba67 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -158,6 +158,8 @@ struct smb_composite_savefile; struct smb_composite_connect; struct smb_composite_sesssetup; struct smb_composite_fetchfile; +struct smb_composite_appendacl; +struct smb_composite_fsinfo; struct rpc_composite_userinfo; struct nbt_name; -- cgit