1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4/libcli/raw
Stefan Metzmacher 2b68f9b8b0 s4:libcli: allow passing an already negotiated connection to smb_composite_connect()
It will just do the session setup and tree connect steps.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13308

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
2018-07-24 06:55:23 +02:00
..
clierror.c
clioplock.c
clisession.c s4: libcli: Internal SMB1 pid is already stored as and uses 32-bits. Correct getpid() cast. 2016-06-18 15:32:17 +02:00
clisocket.c s4:libcli/raw: make sure smbcli_transport_connect_send/recv correctly cleanup on error 2015-06-12 17:08:17 +02:00
clitransport.c s4:libcli: add smbcli_transport_raw_init() 2018-07-24 06:55:23 +02:00
clitree.c s4:libcli: allow passing an already negotiated connection to smb_composite_connect() 2018-07-24 06:55:23 +02:00
interfaces.h pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFID 2016-08-19 09:35:14 +02:00
libcliraw.h s4-libcli: remove some dead prototypes 2017-05-10 15:53:20 +02:00
rawacl.c
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
rawfileinfo.c
rawfsinfo.c s4/ntvfs: support FS_SECTOR_SIZE_INFORMATION query-info 2015-03-18 18:57:21 +01:00
rawioctl.c
rawlpq.c
rawnegotiate.c s4:libcli: split out smb_raw_negotiate_fill_transport() 2018-07-24 06:55:23 +02:00
rawnotify.c
rawreadwrite.c s4:libcli/raw: Make flags2 and offset available to callers of readx 2014-08-30 00:27:13 +02:00
rawrequest.c
rawsearch.c s4-libcli/raw: Fix compiler errors when building with --address-sanitizer 2016-06-16 04:40:13 +02:00
rawsetfileinfo.c
rawshadow.c
rawtrans.c
README
request.h
signing.h
smb_signing.c
smb.h s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH 2017-02-21 16:09:22 +01:00
trans2.h s4/client: add FS_SECTOR_SIZE_INFORMATION query support 2015-03-18 18:57:20 +01: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