1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/libcli
Tim Beale 31d4f692ad s4:libcli: Fix error in smbcli_deltree()
Commit 094afe614b fixed an uninitialized variable, which meant we
tried to delete the file twice. The 2nd time fails, so the function
returns an error, instead of success (even though the file is now gone).

Note we want to be using the source3 SMB library code going forward.
However, fixing this bug makes it easier to write tests against the
(currently s4) SMB python bindings.

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

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-12-12 04:38:13 +01:00
..
composite s4:libcli/composite: correctly finish composite smb and smb2 requests 2014-09-19 09:15:10 +02:00
dgram libdgram: Fix an error path memleak 2018-04-13 21:04:28 +02:00
ldap samdb: Add transaction id control 2018-05-10 20:02:23 +02:00
rap s4-libcli: Add null check for ndr functions in rap. 2013-02-22 16:36:12 +01:00
raw s4:libcli: allow passing an already negotiated connection to smb_composite_connect() 2018-07-24 06:55:23 +02:00
resolve libcli/resolve: Make functions static 2018-01-23 06:36:36 +01:00
security/tests s4:libcli/tests: add missing #include "torture/local/proto.h" 2014-04-02 09:03:44 +02:00
smb2 s4:libcli/smb2: reapply request endtime 2018-11-02 21:21:13 +01:00
smb_composite s4:libcli: add smb_connect_nego_{send,recv}() 2018-07-24 06:55:24 +02:00
smbc
util python: Fix bad type in conversion of NTSTATUS. 2017-09-06 11:35:18 +02:00
wbclient wbclient: "ev" is no longer used in wbc_xids_to_sids 2016-09-28 00:04:36 +02:00
wrepl
cliconnect.c s4:libcli: fix 'Conditional jump or move' valgrind error 2016-04-25 10:35:15 +02:00
clideltree.c s4:libcli: Fix error in smbcli_deltree() 2018-12-12 04:38:13 +01:00
clifile.c source4/libcli: Only set ctemp set on success 2013-04-24 23:58:43 +02:00
clilist.c s4:libcli fix compiler warnings 2013-12-12 14:21:28 -08:00
climessage.c s4-libcli: Check return value of smbcli_request_setup(). 2013-02-22 16:36:13 +01:00
clireadwrite.c s4-libcli: Use a do-while loop. 2012-12-21 13:56:01 +01:00
clitrans2.c
finddc.h
finddcs_cldap.c s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used 2015-05-20 19:29:30 +02:00
libcli.h
pysmb.c python: Allow forced signing via smb.SMB() 2018-07-12 22:11:22 +02:00
wscript_build s4:libcli: add smb_connect_nego_{send,recv}() 2018-07-24 06:55:24 +02:00