The Samba-Bugzilla – Attachment 12702 Details for
Bug 12431
net rap commands broken since fix for CVE-2016-2115
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to allow rap commands to work
samba-4.5.1-smb4k.patch (text/plain), 754 bytes, created by
crisb
on 2016-11-30 00:18:11 UTC
(
hide
)
Description:
patch to allow rap commands to work
Filename:
MIME Type:
Creator:
crisb
Created:
2016-11-30 00:18:11 UTC
Size:
754 bytes
patch
obsolete
>--- a/source3/utils/net_util.c.orig 2016-11-30 00:09:59.368494419 +0000 >+++ a/source3/utils/net_util.c 2016-11-30 00:10:09.914099362 +0000 >@@ -106,6 +106,12 @@ > { > NTSTATUS nt_status; > int flags = 0; >+ int signing_state = SMB_SIGNING_IPC_DEFAULT; >+ >+ if(((struct functable*)c->private_data)->valid_transports == NET_TRANSPORT_RAP) >+ { >+ signing_state = SMB_SIGNING_DEFAULT; >+ } > > c->opt_password = net_prompt_pass(c, c->opt_user_name); > >@@ -127,7 +133,7 @@ > service_name, service_type, > c->opt_user_name, c->opt_workgroup, > c->opt_password, flags, >- SMB_SIGNING_IPC_DEFAULT); >+ signing_state); > if (!NT_STATUS_IS_OK(nt_status)) { > d_fprintf(stderr, _("Could not connect to server %s\n"), > server_name);
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
Actions:
View
Attachments on
bug 12431
: 12702 |
12717