1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/libcli/raw
Joseph Sutton 542e5a3039 util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n()
The new name indicates that — contrary to functions such as strnlen() —
the length may include the terminator.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-11-15 22:07:36 +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 util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n() 2023-11-15 22:07:36 +00:00
rawsearch.c libcli: Fix whitespace 2023-11-07 12:46:37 +00:00
rawsetfileinfo.c libcli: Fix whitespace 2023-11-07 12:46:37 +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