1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/libcli/raw
2009-08-07 14:56:22 +02:00
..
clierror.c Make sure prototypes are always included, make some functions static and 2008-10-20 18:59:51 +02:00
clioplock.c s4:libcliraw: s/private/private_data 2009-02-02 13:08:51 +01:00
clisession.c Remove unused include param/param.h. 2008-10-24 16:37:56 +02:00
clisocket.c fixed several places that unnecessarily take a reference to the event context 2009-08-07 17:24:48 +10:00
clitransport.c s4: smbcli_transport_send hit the socket right away if possible 2009-06-09 18:51:31 +02:00
clitree.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
interfaces.h s4:libcli/raw: also include smb2_constants.h into interfaces.h 2009-08-07 14:56:21 +02:00
ioctl.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libcliraw.h s4:libcli: remember operating system and lan manager strings from session setup 2009-05-01 15:46:08 +02:00
rawacl.c Remove unused include param/param.h. 2008-10-24 16:37:56 +02:00
rawdate.c Make sure prototypes are always included, make some functions static and 2008-10-20 18:59:51 +02:00
raweas.c s4:libcli/raw: we don't need to include "smb.h" explicit 2009-08-07 14:56:22 +02:00
rawfile.c s4:libcli/raw: we don't need to include "smb.h" explicit 2009-08-07 14:56:22 +02:00
rawfileinfo.c s4: Use same function signature for convert_* as s3. 2009-03-01 19:55:46 +01:00
rawfsinfo.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawioctl.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawlpq.c s4:libcli/raw: we don't need to include "smb.h" explicit 2009-08-07 14:56:22 +02:00
rawnegotiate.c Remove unused include param/param.h. 2008-10-24 16:37:56 +02:00
rawnotify.c Fix include paths to new location of libutil. 2008-10-11 21:31:42 +02:00
rawreadwrite.c s4:libcli/raw: write can return STATUS_BUFFER_OVERFLOW as a real error 2009-05-01 15:12:07 +02:00
rawrequest.c s4: Use same function signature for convert_* as s3. 2009-03-01 19:55:46 +01:00
rawsearch.c s4:libcli/raw: s/private/private_data 2009-02-02 13:08:28 +01:00
rawsetfileinfo.c added FULL_EA_INFORMATION setea call 2008-09-23 16:45:10 +10:00
rawshadow.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawtrans.c Fix include paths to new location of libutil. 2008-10-11 21:31:42 +02:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
request.h Fixed SMB2 rename operations from Vista clients 2008-02-14 12:30:31 +11:00
signing.h r24712: No longer expose the 'BOOL' data type in any interfaces. 2007-10-10 15:02:54 -05:00
smb_signing.c s4:libcli/raw: we don't need to include "smb.h" explicit 2009-08-07 14:56:22 +02:00
smb.h libcli/raw: fix the special NTCREATE_OPTIONS_*_MASK values 2008-08-14 13:13:50 +02:00
trans2.h updated some info levels based on WSPP docs 2008-06-02 11:02:57 +10: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