1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/libsmb
Jeremy Allison 1b6e8e52f0 s3: libsmb: Make cli_close_send()/cli_close_recv() work for SMB1 and SMB2.
Remove the escape into synchronous smb2 code.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2017-12-06 15:02:16 +01:00
..
ABI libsmbclient: Use const for the user 2017-10-27 20:33:24 +02:00
async_smb.c s3: libsmb: Add uint16_t addtional_flags2 to cli_smb_req_create(). 2016-08-19 20:03:12 +02:00
auth_generic.c
cli_smb2_fnum.c s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv(). 2017-11-30 05:47:10 +01:00
cli_smb2_fnum.h s3: smbclient: Implement "volume" command over SMB2. 2017-11-15 15:56:24 +01:00
cliconnect.c source3: remove sock_exec 2017-11-20 07:20:13 +01:00
clidfs.c CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was not requested 2017-09-20 13:04:10 +02:00
clidgram.c
clidgram.h
clientgen.c CVE-2017-12151: s3:libsmb: add cli_state_is_encryption_on() helper function 2017-09-20 13:04:10 +02:00
clierror.c
clifile.c s3: libsmb: Make cli_close_send()/cli_close_recv() work for SMB1 and SMB2. 2017-12-06 15:02:16 +01:00
clifsinfo.c s3: smbclient: Implement "volume" command over SMB2. 2017-11-15 15:56:24 +01:00
clilist.c s3: libsmb: Add return args to clistr_is_previous_version_path(). 2016-08-22 19:10:22 +02:00
climessage.c s3: libsmb: Add uint16_t additional_flags2 arg to cli_smb_send(). 2016-08-19 20:03:11 +02:00
clioplock.c s3: libsmb: Add uint16_t additional_flags2 arg to cli_smb_send(). 2016-08-19 20:03:11 +02:00
cliprint.c
cliquota.c cliquota: support setting file system quota via SMB2 2016-10-04 02:00:23 +02:00
clirap2.c s3:libsmb/clirap: remove unused cli_get_server_*() functions 2016-07-06 22:41:41 +02:00
clirap.c s3: libsmb: Add cli_smb2_setpathinfo(), to be called by cli_setpathinfo_basic(). 2017-07-25 17:43:15 +02:00
clirap.h s3:libsmb/clirap: remove unused cli_get_server_*() functions 2016-07-06 22:41:41 +02:00
clireadwrite.c s3:libsmb fix a typo 2016-09-14 02:06:17 +02:00
clisecdesc.c
clispnego.c
clistr.c s3: libsmb: Add return args to clistr_is_previous_version_path(). 2016-08-22 19:10:22 +02:00
clisymlink.c s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse point symlink on Windows from smbclient. 2017-11-30 15:30:23 +01:00
clitrans.c s3: libsmb: Add uint16_t addtional_flags2 to cli_trans_send(). 2016-08-19 20:03:12 +02:00
conncache.c
dsgetdcname.c lib: Pass blob instead of &blob to gencache_set_data_blob 2017-11-29 16:59:16 +01:00
errormap_wbc.c
errormap_wbc.h
errormap.c
libsmb_cache.c
libsmb_compat.c
libsmb_context.c CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on() 2017-09-20 13:04:10 +02:00
libsmb_dir.c s3:libsmb: don't call cli_NetServerEnum() on SMB2/3 connections in SMBC_opendir_ctx() 2017-08-19 01:41:24 +02:00
libsmb_file.c
libsmb_misc.c
libsmb_path.c
libsmb_printjob.c
libsmb_server.c libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from an echo. 2017-11-11 08:44:36 +01:00
libsmb_setget.c libsmbclient: Use const for the user 2017-10-27 20:33:24 +02:00
libsmb_stat.c
libsmb_thread_impl.c
libsmb_thread_posix.c
libsmb_xattr.c
libsmb.h
namecache.c
namequery_dc.c
namequery.c Use talloc_stackframe() not talloc_tos() in namequery.c 2017-11-20 21:41:15 +01:00
nmblib.c
nmblib.h
passchange.c s3:libsmb: Pass domain to remote_password_change() 2017-08-23 13:16:20 +02:00
proto.h s3: libsmb: Rename cli_close_create() -> cli_smb1_close_create(). 2017-12-06 15:02:16 +01:00
pylibsmb.c CVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DEFAULT for 'samba.samba3.libsmb_samba_internal' 2017-09-20 13:04:10 +02:00
reparse_symlink.c
samlogon_cache.c netsamlogon_cache: Use ndr_pull_struct_blob_all 2017-11-13 23:54:46 +01:00
samlogon_cache.h samlogon_cache: add netsamlog_cache_for_all() 2017-07-03 19:59:09 +02:00
smb_share_modes.c
smbclient.pc.in
smberr.c
smbsock_connect.c
trustdom_cache.c libsmb: Slightly simplify trustdom_cache_fetch 2017-03-14 15:22:12 +01:00
trusts_util.c netlogon_creds_cli: Protect netlogon_creds_cli_auth by _lck 2017-09-25 09:43:13 +02:00
unexpected.c
wscript libsmbclient: Use const for the user 2017-10-27 20:33:24 +02:00