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
Volker Lendecke 7c68d88cef lib: Make GUID_to_ndr_buf() return void
The whole point of struct GUID_ndr_buf is that this never fails.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2024-03-12 13:31:31 +00:00
..
clierror.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
clioplock.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
clisession.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
clisocket.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
clitransport.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
clitree.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
interfaces.h libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
libcliraw.h s4:libcli: Fix code spelling 2023-08-14 21:45:29 +00:00
rawacl.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawdate.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
raweas.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawfile.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawfileinfo.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawfsinfo.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawioctl.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawlpq.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawnegotiate.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawnotify.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawreadwrite.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawrequest.c lib: Make GUID_to_ndr_buf() return void 2024-03-12 13:31:31 +00:00
rawsearch.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawsetfileinfo.c s4/libcli/raw: implemement RAW_SFILEINFO_LINK_INFORMATION 2024-01-08 15:53:35 +00:00
rawshadow.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawtrans.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
README
request.h
signing.h
smb_signing.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
smb.h libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
trans2.h libcli: Fix whitespace 2023-11-07 12:46:37 +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