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
2012-09-19 21:21:37 +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:libcli/raw: implement on top of smbXcli_conn/req 2011-11-30 15:13:36 +01:00
clisession.c s4:libcli/raw: setup a smbXcli_session for each smbcli_session 2012-07-23 22:13:29 +02:00
clisocket.c s4:libcli/raw: implement on top of smbXcli_conn/req 2011-11-30 15:13:36 +01:00
clitransport.c libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_trans* 2012-07-24 21:22:44 +02:00
clitree.c s4:libcli/raw: setup a smbXcli_tcon for each smbcli_tree 2012-07-24 18:44:05 +02:00
interfaces.h s4:libcli: add a app_instance_id member to the smb2_create input struct 2012-09-19 21:21:37 +02:00
libcliraw.h s4:libcli/raw: remove unused smbcli_session->user_session_key 2012-08-01 14:17:14 +02: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 Add smb_raw_setfsinfo() - currently only available level is SMB_SET_CIFS_UNIX_INFO. 2012-04-18 12:38:52 -07: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: implement on top of smbXcli_conn/req 2011-11-30 15:13:36 +01:00
rawnotify.c s4:libcli/raw: implement on top of smbXcli_conn/req 2011-11-30 15:13:36 +01:00
rawreadwrite.c s4:libcli/raw: implement on top of smbXcli_conn/req 2011-11-30 15:13:36 +01:00
rawrequest.c s4:libcli/raw: setup a smbXcli_tcon for each smbcli_tree 2012-07-24 18:44:05 +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 libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_trans* 2012-07-24 21:22:44 +02: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: implement on top of smbXcli_conn/req 2011-11-30 15:13:36 +01:00
smb.h libcli/smb: move some TCON related defines to smb_constants.h 2012-08-01 14:17:16 +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