mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
012be92f0a
queryfileinfo/setfileinfo logic, so querying/setting a security
descriptor is treated as just another file query/set operation.
This will allow NTVFS backends to see the query/set security
descriptor operations as RAW_FILEINFO_SEC_DESC and
RAW_SFILEINFO_SEC_DESC operations.
(This used to be commit
|
||
---|---|---|
.. | ||
clioplock.c | ||
clisession.c | ||
clisocket.c | ||
clitransport.c | ||
clitree.c | ||
libcliraw.h | ||
rawacl.c | ||
rawdate.c | ||
raweas.c | ||
rawfile.c | ||
rawfileinfo.c | ||
rawfsinfo.c | ||
rawioctl.c | ||
rawnegotiate.c | ||
rawnotify.c | ||
rawreadwrite.c | ||
rawrequest.c | ||
rawsearch.c | ||
rawsetfileinfo.c | ||
rawtrans.c | ||
README | ||
smb_signing.c |
Design notes for client library restructure: 1 - no references to cli_state should exist in libcli/raw. 2 - all interfaces to functions in this directory should use cli_session or cli_tree as the primary context structure