Re: CPPCheck Sept 8 GIT

2009-09-08 Thread Marcus Meissner
On Tue, Sep 08, 2009 at 07:21:03PM -0700, chris ahrendt wrote: > [/home/cahrendt/wine-git/dlls/msvcrt/tests/file.c:982]: (error) > Deallocating a deallocated pointer: stream2 > [/home/cahrendt/wine-git/dlls/msvcrt/tests/file.c:966]: (error) Resource > leak: stream3 > [/home/cahrendt/wine-git/dlls

Add jscript component to Bugzilla?

2009-09-08 Thread Ken Sharp
Any chance someone could add a jscript component to Bugzilla? It's used a decent amount to warrant it...

Re: http://bugs.winehq.org/show_bug.cgi?id=18337

2009-09-08 Thread Juan Lang
Hi Frank, On Tue, Sep 8, 2009 at 4:15 PM, Frank Gruman wrote: > Looking at chain.c, line 1886-1902 I can see the switch-case statement > where this would have been handled.  The problem I ran into while trying > to keep up with the code was figuring out what the verify_* methods are > trying to do

Re: Wine - crypt32 - CERT_CHAIN_POLICY_SSL not implemented

2009-09-08 Thread Frank Gruman
On Tue, 2009-09-08 at 19:15 -0400, Frank Gruman wrote: > I have been using wine for various tools and utilities at work and > home > for some time now. Recently I tried to use wine to run the VMware > Infrastructure Client and ran into bug 18337 > (http://bugs.winehq.org/show_bug.cgi?id=18337). >

http://bugs.winehq.org/show_bug.cgi?id=18337

2009-09-08 Thread Frank Gruman
I have been using wine for various tools and utilities at work and home for some time now. Recently I tried to use wine to run the VMware Infrastructure Client and ran into bug 18337 (http://bugs.winehq.org/show_bug.cgi?id=18337). I am pasting my comments on that bug here to avoid repetition (htt

Re: [ntdll, cmd] Implement file attributes with xattr on mac and linux (fixes bug 15679)

2009-09-08 Thread Kai Blin
On Tuesday 08 September 2009 16:11:06 Dan Kegel wrote: > This patch uses filesystem extended attributes in > a way compatible with Samba 3 to store the win32 attribute bits. > It builds and runs on mac and linux, passes tests on linux and vista, > and should be easy-ish to port to solaris (though

Re: ntdll: Do not accept device control requests with invalid and/or incompatible handles

2009-09-08 Thread Alexandre Julliard
Peter Dons Tychsen writes: > +static void test_device_control(void) > +{ > +IO_STATUS_BLOCK io; > +NTSTATUS status; > + > +/* Try using a bugus handle for I/O control */ > +HANDLE handle = (HANDLE)0xdeadbeef; > +status = pNtDeviceIoControlFile(handle, NULL, NULL, NULL, &io, >

Re: Question regarding SIO_GET_EXTENSION_FUNCTION_POINTER

2009-09-08 Thread Mike Kaplinskiy
On Tue, Sep 8, 2009 at 12:03 PM, Nicholas LaRoche wrote: > > I had a few issues applying your patches to the latest git revision, but  I > did find equivalent functionality in wine-hacks. This solved my problem > however the code in this tree doesn't support AcceptEx with TCP. > > http://repo.or.cz

Re: Question regarding SIO_GET_EXTENSION_FUNCTION_POINTER

2009-09-08 Thread Nicholas LaRoche
Mike Kaplinskiy wrote: On Mon, Sep 7, 2009 at 11:08 AM, Nicholas LaRoche wrote: Mike Kaplinskiy wrote: On Mon, Sep 7, 2009 at 2:45 AM, Nicholas LaRoche wrote: I ran into a bug last week regarding the lack of SIO_GET_EXTENSION_FUNCTION_POINTER support in WSAIoctl. Are there any outstanding iss

Re: [3/3]msctf/tests: test ITfThreadMgr::AssociateFocus

2009-09-08 Thread Aric Stewart
Thanks. I will take a look. -aric Paul Vriens wrote: On 09/01/2009 02:08 PM, Aric Stewart wrote: --- dlls/msctf/tests/inputprocessor.c | 141 - 1 files changed, 139 insertions(+), 2 deletions(-) -

Re: [3/3]msctf/tests: test ITfThreadMgr::AssociateFocus

2009-09-08 Thread Paul Vriens
On 09/01/2009 02:08 PM, Aric Stewart wrote: --- dlls/msctf/tests/inputprocessor.c | 141 - 1 files changed, 139 insertions(+), 2 deletions(-) Hi Aric, This one introduced some test f

Re: [wined3d][1/3] Allow infinity count of backbuffers in IWineD3DDeviceImpl_CreateSwapChain()

2009-09-08 Thread Henri Verbeet
- Please don't use TCHAR etc. in Wine. - You still didn't prove you need to copy the data for each backbuffer. - You still have whitespace errors.

Re: [RFC] Implement file attributes with xattr on mac and linux (fixes bug 15679)

2009-09-08 Thread Alexandre Julliard
Dan Kegel writes: > The convention chosen is that the win32 file attributes > are stored as a four digit hex number in the extended > attribute named user.wine.attr. (The 'user' prefix is suggested > by http://www.freedesktop.org/wiki/CommonExtendedAttributes .) You should use the user.DosAttri

Re: wined3d: Fix vendor detection when using an Intel X4500HD

2009-09-08 Thread Austin English
On Mon, Sep 7, 2009 at 11:52 PM, Jaime Rave wrote: > This patch fix the fixme: > > fixme:d3d_caps:wined3d_guess_vendor Received unrecognized GL_VENDOR > "Tungsten Graphics, Inc". Returning VENDOR_WINE. > > > > Forgot the patch. -- -Austin

[RFC] Implement file attributes with xattr on mac and linux (fixes bug 15679)

2009-09-08 Thread Dan Kegel
Builds and runs on mac and linux, passes tests on linux and vista. Fixes http://bugs.winehq.org/show_bug.cgi?id=15679 It's worth discussing a bit before posting to wine-patches. This patch uses filesystem extended attributes to store the win32 attribute bits. These are available fairly widely fin