1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source4/libcli/raw
Stefan Metzmacher e6eb6b9e94 libcli/smb: move Filesystem Attributes defines to smb_constants.h
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10200

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
2013-10-17 16:08:29 +02:00
..
clierror.c
clioplock.c s4-libcli: Check return value of smbcli_request_setup(). 2013-02-22 16:36:13 +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: Check return value of smbcli_request_setup(). 2013-02-22 16:36:13 +01:00
interfaces.h libsmb: Move "struct smb2_lease" to common 2013-04-30 14:13:41 +02:00
libcliraw.h s4:libcli:smb2: add the smb2_capabilities to the smbcli_options 2013-10-05 14:04:07 +02:00
rawacl.c Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
rawdate.c
raweas.c Fix bug #10010 - Missing integer wrap protection in EA list reading can cause server to loop with DOS. 2013-08-05 14:39:04 +02: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: Check return code of smbcli_request_setup(). 2013-02-22 16:36:12 +01:00
rawioctl.c
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 build: Build with system md5.h on OpenIndiana 2013-06-19 21:32:36 +02:00
smb.h libcli/smb: move Filesystem Attributes defines to smb_constants.h 2013-10-17 16:08:29 +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