The Samba-Bugzilla – Attachment 4893 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.3
0001-s3-Fix-shadow-copy-display-on-Windows-7.patch (text/plain), 807 bytes, created by
Volker Lendecke
on 2009-10-27 09:08:51 UTC
(
hide
)
Description:
Patch for 3.3
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2009-10-27 09:08:51 UTC
Size:
807 bytes
patch
obsolete
>From a5aed16f8cbc7b1898e3b1708454d0092e58758c 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. >--- > source/smbd/nttrans.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source/smbd/nttrans.c b/source/smbd/nttrans.c >index 0bd37a5..c392380 100644 >--- a/source/smbd/nttrans.c >+++ b/source/smbd/nttrans.c >@@ -1904,7 +1904,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