1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/libcli/raw
Stefan Metzmacher c34b86a34e libcli/smb: pass smb3_capabilities to smbXcli_conn_create()
Passing NULL means use none.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2021-03-17 00:49:32 +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 s4/libcli/raw: clang: Fix 'initialization value is never read' 2019-07-16 22:52:24 +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 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 Fix ubsan null pointer passed as argument 2 2019-05-27 01:29:48 +00:00
README
request.h
signing.h
smb_signing.c s3:libcli: Use GnuTLS MD5 for smb singing 2019-05-21 00:03:22 +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