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
Volker Lendecke 4ddd277c0b smbXcli: Pass negotiate contexts through smbXcli_negprot_send/recv
We already don't allow setting max_credits in the sync wrapper, so
omit the contexts there as well.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Aug 26 19:54:03 UTC 2022 on sn-devel-184
2022-08-26 19:54:03 +00:00
..
clierror.c
clioplock.c
clisession.c s4/libcli/raw: clang: Fix 'Value stored to 'p' is never read' 2019-09-25 09:47:31 +00:00
clisocket.c
clitransport.c libcli/smb: pass smb3_capabilities to smbXcli_conn_create() 2021-03-17 00:49:32 +00:00
clitree.c s4/libcli/raw: Fix 'Value stored to 'p' is never read' 2019-07-16 22:52:24 +00:00
interfaces.h Implement alt name query for smb2 2020-04-28 18:09:39 +00:00
libcliraw.h s4:libcli/raw: add smb3_capabilities to struct smbcli_options 2021-03-17 00:49:32 +00:00
rawacl.c
rawdate.c
raweas.c Fix ubsan null pointer passed as argument 2 2019-05-27 01:29:48 +00:00
rawfile.c Fix ubsan null pointer passed as argument 2 2019-05-27 01:29:48 +00:00
rawfileinfo.c Implement alt name query for smb2 2020-04-28 18:09:39 +00:00
rawfsinfo.c
rawioctl.c
rawlpq.c
rawnegotiate.c smbXcli: Pass negotiate contexts through smbXcli_negprot_send/recv 2022-08-26 19:54:03 +00:00
rawnotify.c
rawreadwrite.c
rawrequest.c libcli: Use GUID_to_ndr_buf() in smbcli_push_guid() 2020-10-02 21:30:34 +00:00
rawsearch.c
rawsetfileinfo.c
rawshadow.c
rawtrans.c Fix ubsan null pointer passed as argument 2 2019-05-27 01:29:48 +00:00
README
request.h
signing.h
smb_signing.c lib/util: Change function to mem_equal_const_time() 2022-06-09 22:49:29 +00:00
smb.h smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to NTCREATEX_FLAG_DENY_FCB 2020-10-23 17:44:33 +00:00
trans2.h s4:libcli/raw: add RAW_FILEINFO_NORMALIZED_NAME_INFORMATION support 2019-05-01 17:22:26 +00: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