1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/libcli/raw
Matt Kraai d8071e7ed7 Change uint_t to unsigned int in source4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-02-02 07:18:18 +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 Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
ioctl.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libcliraw.h Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01: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 Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
rawfile.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
rawfileinfo.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +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: remove unneeded talloc_reference() usage 2010-01-29 11:16:13 +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 Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
rawsearch.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
rawsetfileinfo.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
rawshadow.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawtrans.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
request.h Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01: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 Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01: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