The Samba-Bugzilla – Attachment 16426 Details for
Bug 13992
SAMBA RPC share error in SAMBA Stretch 4.5.16 and Buster 4.9.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional git-am fix for 4.13.next.
0001-s3-libsmb-Add-missing-cli_tdis-in-error-path-if-encr.patch (text/plain), 881 bytes, created by
Jeremy Allison
on 2021-02-04 01:45:08 UTC
(
hide
)
Description:
Additional git-am fix for 4.13.next.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2021-02-04 01:45:08 UTC
Size:
881 bytes
patch
obsolete
>From 291d560d4cc5cca9c79a54aec73e29e7dfc1b0cb Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Wed, 3 Feb 2021 17:43:08 -0800 >Subject: [PATCH] s3: libsmb: Add missing cli_tdis() in error path if > encryption setup failed on temp proxy connection. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=13992 > >Signed-off-by: Jeremy Allison <jra@samba.org> >--- > source3/libsmb/clidfs.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c >index 4495a027830..3cc52cc5ac9 100644 >--- a/source3/libsmb/clidfs.c >+++ b/source3/libsmb/clidfs.c >@@ -1230,6 +1230,7 @@ bool cli_check_msdfs_proxy(TALLOC_CTX *ctx, > if (force_encrypt) { > status = cli_cm_force_encryption_creds(cli, creds, "IPC$"); > if (!NT_STATUS_IS_OK(status)) { >+ cli_tdis(cli); > cli_state_restore_tcon(cli, orig_tcon); > return false; > } >-- >2.27.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
asn
:
review+
Actions:
View
Attachments on
bug 13992
:
15249
|
15266
|
15267
|
16412
|
16414
|
16415
|
16416
|
16422
|
16423
|
16424
| 16426