1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/libcli/raw
Andreas Schneider dee1b41ae7 s4-libcli: Fixed a talloc_reference error.
Signed-off-by: Andreas Schneider <asn@redhat.com>
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2010-01-26 17:14:51 +01: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: rename previously reserved field in SMB2 LOCK struct 2009-11-25 12:55:48 -08:00
ioctl.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libcliraw.h s4 torture: Add lockread_supported based off of CAP_LOCK_AND_READ 2009-12-03 20:21:22 -08: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: fixed structure element bug in ntcreatexreadx 2009-10-15 20:03:00 +11:00
rawfileinfo.c s4: Use same function signature for convert_* as s3. 2009-03-01 19:55:46 +01:00
rawfsinfo.c s4-libcli: GUID_from_ndr_blob() is strict about the blob size 2009-12-10 17:51:30 +11: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 s4 torture: Add lockread_supported based off of CAP_LOCK_AND_READ 2009-12-03 20:21:22 -08:00
rawnotify.c s4-libcli: Fixed a talloc_reference error. 2010-01-26 17:14:51 +01: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-libcli: use GUID_to_ndr_blob() 2009-12-10 17:51:28 +11: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 s4/libcli: add define for exclusive lock mode 2009-12-07 16:10:24 -08: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