1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/libcli/raw
Andrew Tridgell 012be92f0a r3830: unified the query/set security descriptor code with the rest of the
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 f68a6b6b91)
2007-10-10 13:05:57 -05:00
..
clioplock.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
clisession.c r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h) 2007-10-10 13:05:17 -05:00
clisocket.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
clitransport.c r3507: - added deferred replies on sharing violation in pvfs open. The 2007-10-10 13:05:23 -05:00
clitree.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
libcliraw.h r3507: - added deferred replies on sharing violation in pvfs open. The 2007-10-10 13:05:23 -05:00
rawacl.c r3830: unified the query/set security descriptor code with the rest of the 2007-10-10 13:05:57 -05:00
rawdate.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
raweas.c r3826: - added testing of ea lists in NTTRANS CREATE 2007-10-10 13:05:57 -05:00
rawfile.c r3826: - added testing of ea lists in NTTRANS CREATE 2007-10-10 13:05:57 -05:00
rawfileinfo.c r3830: unified the query/set security descriptor code with the rest of the 2007-10-10 13:05:57 -05:00
rawfsinfo.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawioctl.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawnegotiate.c r3447: more include/system/XXX.h include files 2007-10-10 13:05:12 -05:00
rawnotify.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawreadwrite.c r3654: Add static and fix indentation. 2007-10-10 13:05:42 -05:00
rawrequest.c r3654: Add static and fix indentation. 2007-10-10 13:05:42 -05:00
rawsearch.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawsetfileinfo.c r3830: unified the query/set security descriptor code with the rest of the 2007-10-10 13:05:57 -05:00
rawtrans.c r3826: - added testing of ea lists in NTTRANS CREATE 2007-10-10 13:05:57 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r3462: separate out the crypto includes 2007-10-10 13:05:16 -05:00

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