1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/libcli/raw
Richard Sharpe 2d97c8a4a5 Make sure smbtorture tests can run if someone has set their min protocol above NT1.
This code is SMB1 only, and already modifies
maxprotocol, so this change is appropriate.

Signed-off-by: Richard Sharpe <richard.sharpe@primarydata.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
2017-09-20 22:48:15 +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: 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/raw: fix up the max_protocol value for the current transport connection 2014-11-27 16:45:05 +01:00
clitree.c s4-libcli: Check return value of smbcli_request_setup(). 2013-02-22 16:36:13 +01: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 Make sure smbtorture tests can run if someone has set their min protocol above NT1. 2017-09-20 22:48:15 +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 s4:libcli/raw: setup a smbXcli_tcon for each smbcli_tree 2012-07-24 18:44:05 +02:00
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 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
signing.h
smb_signing.c build: Build with system md5.h on OpenIndiana 2013-06-19 21:32:36 +02:00
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