1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source4/libcli/raw
Andreas Schneider 950f0b47d9 s4:libcli: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-08-14 21:45:29 +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 s4:libcli: Fix code spelling 2023-08-14 21:45:29 +00:00
libcliraw.h s4:libcli: Fix code spelling 2023-08-14 21:45:29 +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 s4:libcli: Fix code spelling 2023-08-14 21:45:29 +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 s4:libcli: Fix code spelling 2023-08-14 21:45:29 +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