mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
dd037b0be4
We need to make sure that we remove any pending writev_send or read_smb_send request before closing the socket fd. As a side effect we always close the socket fd if we don't return success for any any reason. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11316 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
clierror.c | ||
clioplock.c | ||
clisession.c | ||
clisocket.c | ||
clitransport.c | ||
clitree.c | ||
interfaces.h | ||
libcliraw.h | ||
rawacl.c | ||
rawdate.c | ||
raweas.c | ||
rawfile.c | ||
rawfileinfo.c | ||
rawfsinfo.c | ||
rawioctl.c | ||
rawlpq.c | ||
rawnegotiate.c | ||
rawnotify.c | ||
rawreadwrite.c | ||
rawrequest.c | ||
rawsearch.c | ||
rawsetfileinfo.c | ||
rawshadow.c | ||
rawtrans.c | ||
README | ||
request.h | ||
signing.h | ||
smb_signing.c | ||
smb.h | ||
smbclient-raw.pc.in | ||
trans2.h |
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