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 3b8e83a8c8 r4243: a sniff from kukks showed that the ea_set interface in trans2 setfileinfo allows
for multiple EAs to be set at once. This fixes all the ea code to allow for that.
(This used to be commit b26828bef5)
2007-10-10 13:07:28 -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 r4173: - new t2open code, that can cope with "create with EAs". Many thanks 2007-10-10 13:07:22 -05:00
clisocket.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
clitransport.c r4228: make sure the caller knows the packet is in error when a signing error occurs 2007-10-10 13:07:27 -05:00
clitree.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
libcliraw.h r4015: correct copyright attributions 2007-10-10 13:06:15 -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 r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
raweas.c r4243: a sniff from kukks showed that the ea_set interface in trans2 setfileinfo allows 2007-10-10 13:07:28 -05:00
rawfile.c r4182: fixed trans2 mkdir, allowing mkdir with an initial EA list 2007-10-10 13:07:23 -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 r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
rawnotify.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
rawreadwrite.c r3654: Add static and fix indentation. 2007-10-10 13:05:42 -05:00
rawrequest.c r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in the 2007-10-10 13:07:27 -05:00
rawsearch.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
rawsetfileinfo.c r4243: a sniff from kukks showed that the ea_set interface in trans2 setfileinfo allows 2007-10-10 13:07:28 -05:00
rawtrans.c r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in the 2007-10-10 13:07:27 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -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