The Samba-Bugzilla – Attachment 4894 Details for
Bug 6850
Shadow Copy Support for VISTA / Windows 7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.4
0001-s3-Fix-shadow-copy-display-on-Windows-7.patch (text/plain), 812 bytes, created by
Volker Lendecke
on 2009-10-27 09:12:01 UTC
(
hide
)
Description:
Patch for 3.4
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2009-10-27 09:12:01 UTC
Size:
812 bytes
patch
obsolete
>From f57a76a69642d07c0e0b35e26ac01b0b581a5726 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Thu, 8 Oct 2009 14:02:39 +0200 >Subject: [PATCH] s3: Fix shadow copy display on Windows 7 > >Windows 7 is a bit more picky on our NT_STATUS_BUFFER_TOO_SMALL. Announce the >right buffer size, the same amount we later check for. >--- > source3/smbd/nttrans.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c >index 9f30f06..dfe59f0 100644 >--- a/source3/smbd/nttrans.c >+++ b/source3/smbd/nttrans.c >@@ -1991,7 +1991,7 @@ static void call_nt_transact_ioctl(connection_struct *conn, > } > > /* needed_data_count 4 bytes */ >- SIVAL(pdata,8,labels_data_count); >+ SIVAL(pdata, 8, labels_data_count+4); > > cur_pdata+=12; > >-- >1.6.0.4 >
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:
obnox
:
review+
Actions:
View
Attachments on
bug 6850
:
4893
| 4894 |
4895
|
4896