diff options
author | Alexander Bokovoy <ab@samba.org> | 2005-04-15 14:45:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:34 -0500 |
commit | 9779e6d670d19a5dfdc034084b580653d5ca0670 (patch) | |
tree | 41dd03bbb94b5c80bf8f3943c2a5b39ab101318b /source4/include/structs.h | |
parent | 7fc2109b9e5e3e1c100da9d9feb865ce412d8b0f (diff) | |
download | samba-9779e6d670d19a5dfdc034084b580653d5ca0670.tar.gz samba-9779e6d670d19a5dfdc034084b580653d5ca0670.tar.bz2 samba-9779e6d670d19a5dfdc034084b580653d5ca0670.zip |
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)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |