1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/libcli/raw
2011-11-03 16:55:12 +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 s4-libcli Remove resolve_name() as it conflicts with Samba3. 2011-05-03 07:37:07 +02:00
clitransport.c s4:libcli/raw: make use of _smb_setlen_nbt() 2011-10-19 15:44:29 +02:00
clitree.c Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
interfaces.h source4/libcli: add bool durable_open to smb2_create.out. 2011-10-30 18:41:21 +01:00
libcliraw.h lib/param move source4 param code to the top level 2011-10-11 13:41:34 +11:00
rawacl.c Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +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 s4:libcli/raw: s/SMBchkpth/SMBcheckpath 2011-07-12 16:50:55 +02:00
rawfileinfo.c Ensure convert_string_XXX is always called with a valid converted_size pointer. 2011-03-29 21:01:49 +02: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:libcli/raw: make use of PROTOCOL_SMB2_02 2011-09-05 13:25:00 +02:00
rawnotify.c s4:libcli: Modify S4 client library to check for proper CN alignment 2010-07-06 13:28:02 -07:00
rawreadwrite.c libcliraw: Make smb_raw_write_recv public and include it in a public header. 2011-09-25 17:12:05 +02:00
rawrequest.c s4:libcli/raw: make use of _smb_setlen_nbt() 2011-10-19 15:44:29 +02:00
rawsearch.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
rawsetfileinfo.c RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data out on the network. 2011-08-27 07:48:29 +02:00
rawshadow.c libcli: move ioctl function field defs to smb_constants 2011-10-19 15:44:29 +02:00
rawtrans.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
README
request.h Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
signing.h lib/param move source4 param code to the top level 2011-10-11 13:41:34 +11:00
smb_signing.c s4:libcli/raw: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/ 2011-11-03 16:55:12 +01:00
smb.h libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.h 2011-10-26 11:27:12 +02:00
smbclient-raw.pc.in cli-raw: Add public libsmbclient-raw library. 2011-08-18 14:19:18 +02:00
trans2.h libcli/smb Move cifs posix helper functions and headers in common 2011-05-06 07:51:24 +02: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