Re: Google Summer of code

2008-03-14 Thread Luis C. Busquets Pérez
Following your comment I understand that you will be implementing the hard core of D3DXCompileShaderxx. Nevertheless, I have already a simplification of the D3DXCompileShaderFromFilexx functionsStefan Dösinger escribió. This are being work referring to D3DXCompileShaderFromFileExW on the basem

Re: user32: Fix enumeration for EnumWindowStations and EnumDesktops, try 5

2008-03-14 Thread Maarten Lankhorst
Hi John, 2008/3/14, John Klehm <[EMAIL PROTECTED]>: > On Sat, Mar 15, 2008 at 12:15 AM, Maarten Lankhorst > <[EMAIL PROTECTED]> wrote: > > Fixed names to have underscores. > > +static void test_enumstations(void) > +{ > +BOOL ret; > + > +#if 0 /* Crashes instead */ > +SetLastError(0

Re: user32: Fix enumeration for EnumWindowStations and EnumDesktops, try 5

2008-03-14 Thread James Hawkins
On Sat, Mar 15, 2008 at 12:56 AM, John Klehm <[EMAIL PROTECTED]> wrote: > On Sat, Mar 15, 2008 at 12:15 AM, Maarten Lankhorst > <[EMAIL PROTECTED]> wrote: > > Fixed names to have underscores. > > > > > > > > > > +static void test_enumstations(void) > +{ > +BOOL ret; > + > +#if 0 /* C

Re: user32: Fix enumeration for EnumWindowStations and EnumDesktops, try 5

2008-03-14 Thread John Klehm
On Sat, Mar 15, 2008 at 12:15 AM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Fixed names to have underscores. > > > > +static void test_enumstations(void) +{ +BOOL ret; + +#if 0 /* Crashes instead */ +SetLastError(0xbabefeed); +ret = EnumWindowStationsA(NULL, 0); +ok(!ret, "Enu

Re: user32: test processing of expose events (try 2)

2008-03-14 Thread Dmitry Timoshkov
"Clinton Stimpson" <[EMAIL PROTECTED]> wrote: > Simplified from first try by removing unecessary thread. > > ChangeLog: > user32: test processing of expose events Is it possible to use 4 space indents as in the rest of file? -- Dmitry.

Re: msvcrt: Implement wcscat_s

2008-03-14 Thread Dmitry Timoshkov
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote: >>> +@ cdecl wcscat_s(ptr long wstr) MSVCRT_wcscat_s >> >> The first parameter has type wstr. Also, please check actual >> buffer contents in the tests not just the return values. >> > Hi Dmitry, > When I wrote the wcscpy_s you asked to me chang

Re: GSoC

2008-03-14 Thread Maarten Lankhorst
Hi Steven, 2008/3/14, Steven Edwards <[EMAIL PROTECTED]>: > On Fri, Mar 14, 2008 at 6:12 PM, Austin English > > > There was a discussion a while back about setting the default version > > to XP. Vista may be a bad default, considering how badly it's been > > running, I wouldn't be surprised if s

Re: quartz: Set a default sync source on the filtergraph

2008-03-14 Thread Maarten Lankhorst
Hi Chris, 2008/3/14, Chris Robinson <[EMAIL PROTECTED]>: > On Friday 14 March 2008 04:25:02 pm Maarten Lankhorst wrote: > > Use the fallback system IReferenceClock, unless the app comes up with > > its own clock. > > > This doesn't look right. According to MSDN, the clock used when Run is called

Re: GSoC

2008-03-14 Thread Steven Edwards
On Fri, Mar 14, 2008 at 6:12 PM, Austin English > There was a discussion a while back about setting the default version > to XP. Vista may be a bad default, considering how badly it's been > running, I wouldn't be surprised if some apps start including their > own workarounds for Vista. Given each

Re: quartz: Set a default sync source on the filtergraph

2008-03-14 Thread Chris Robinson
On Friday 14 March 2008 04:25:02 pm Maarten Lankhorst wrote: > Use the fallback system IReferenceClock, unless the app comes up with > its own clock. This doesn't look right. According to MSDN, the clock used when Run is called is chosen by the following algorithm: 1- The app called IMediaFilter

Re: Wine Security Disclosure

2008-03-14 Thread Ivan Gyurdiev
> No matter what if your running a program, be it linux or windows (on > wine) it always has the potential to mess up things that the user > running it has access too. Not true - you should be running in a SELinux sandbox to solve this problem. I'm not sure if the technology is mature enough for

Re: GSoC

2008-03-14 Thread James Hawkins
On Fri, Mar 14, 2008 at 5:48 PM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Hi Austin, > > 2008/3/14, Austin English <[EMAIL PROTECTED]>: > > > > On Fri, Mar 14, 2008 at 4:45 PM, Maarten Lankhorst > > <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > 2008/3/13, Scott Ritchie <[EMAI

Re: GSoC

2008-03-14 Thread Maarten Lankhorst
Hi Austin, 2008/3/14, Austin English <[EMAIL PROTECTED]>: > On Fri, Mar 14, 2008 at 4:45 PM, Maarten Lankhorst > <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > 2008/3/13, Scott Ritchie <[EMAIL PROTECTED]>: > > > > > > > Christopher Harvey wrote: > > > > I've had a few ideas that I thoug

Re: GSoC

2008-03-14 Thread Austin English
On Fri, Mar 14, 2008 at 4:45 PM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Hi all, > > 2008/3/13, Scott Ritchie <[EMAIL PROTECTED]>: > > > > Christopher Harvey wrote: > > > I've had a few ideas that I thought of on my own, but now I'm starting > > > to see they perhaps aren't as useful as

Re: GSoC

2008-03-14 Thread Maarten Lankhorst
Hi all, 2008/3/13, Scott Ritchie <[EMAIL PROTECTED]>: > Christopher Harvey wrote: > > I've had a few ideas that I thought of on my own, but now I'm starting > > to see they perhaps aren't as useful as the ideas thought of by current > > developers, but I'll float it out there one last time. I t

Re: Google Summer of code

2008-03-14 Thread Maarten Lankhorst
Hi Luis, 2008/3/13, "Luis C. Busquets Pérez" <[EMAIL PROTECTED]>: > Proposing another thing if implementing d3dx9_36.dll is too much I > propose to implement: > 1 D3DXAssembleShader > 2 D3DXAssembleShaderFromFileA > 3 D3DXCompileShader > 4 D3DXCompileShaderFromFileA >

Re: Wine SOC - any d3d related projects

2008-03-14 Thread Maarten Lankhorst
Hi Artur, 2008/3/14, Artur Szymiec <[EMAIL PROTECTED]>: > are there any d3d related projects for SOC 2008 ? > Who is the Mentor ? How can I join ? Definitely, look at the idea page to get an ide aof what we think is good. It's even better if you suggest something YOU want to do here. It doesn't

Re: improve winetricks dotnet 1.1

2008-03-14 Thread Michael Stefaniuc
Maarten Lankhorst wrote: > Hi, > > 2008/3/12, Michael Stefaniuc <[EMAIL PROTECTED]>: >> James Hawkins wrote: >> > On Tue, Mar 11, 2008 at 3:15 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: >> >> I'm kind of hoping James implements the missing bits in msi >> >> soon. James, think that will happen

Re: msvcrt: Implement wcscat_s

2008-03-14 Thread Alistair Leslie-Hughes
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote: > >> +@ cdecl wcscat_s(ptr long wstr) MSVCRT_wcscat_s > > The first parameter has type wstr. Also, please check actual > buffer contents in the tests not just the re

Re: quartz: Detect and skip id3v2 header in mpeg splitter

2008-03-14 Thread Maarten Lankhorst
Hi Chris, 2008/3/14, Chris Robinson <[EMAIL PROTECTED]>: > On Friday 14 March 2008 10:29:34 am Maarten Lankhorst wrote: > > Hi Chris, > > > > 2008/3/14, Chris Robinson <[EMAIL PROTECTED]>: > > > On Thursday 13 March 2008 09:01:53 pm Maarten Lankhorst wrote: > > > > If read from a file source

Re: Running services in WINE?

2008-03-14 Thread Robert Shearman
Paul Vriens wrote: > James Hawkins wrote: > >> On Fri, Mar 14, 2008 at 8:03 AM, Paul Vriens <[EMAIL PROTECTED]> wrote: >> >>> Christopher wrote: >>> > Maarten Lankhorst wrote: >>> >> Hi Christopher, >>> >> >>> >> 2008/3/12, Christopher <[EMAIL PROTECTED]>: >>> >> >>> >>> I've been try

Re: wine virus story

2008-03-14 Thread Reece Dunn
On 13/03/2008, Dan Kegel <[EMAIL PROTECTED]> wrote: > On 3/13/08, L. Rahyen <[EMAIL PROTECTED]> wrote: > > Separate user is enough if you don't have world writable files in > your > > system. > > No, because the malware could root your Linux system > using a local priv escalation explo

Re: improve winetricks dotnet 1.1

2008-03-14 Thread Maarten Lankhorst
Hi, 2008/3/12, Michael Stefaniuc <[EMAIL PROTECTED]>: > James Hawkins wrote: > > On Tue, Mar 11, 2008 at 3:15 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > >> Louis wrote: > >> > Hi, i wonder if it would be possible to improve > >> > winetricks dotnet 1.1, so that it's actually able to run > >

new winetricks 20080314: added vcrun2003, improved dotnet, fixed gui multiple selections

2008-03-14 Thread Dan Kegel
Another day, another winetricks :-) This version finally adds a way to get Visual C++ 2003 runtime libraries (msvcp71, mfc71). It also finally adds in all the twisty little workarounds needed to run trivial .net 1.1 apps. Also, it looks like enough people are using the gui to send in bug reports

re: Wine Security Disclosure

2008-03-14 Thread Dan Kegel
wrote: > The recent discussion about Windows viruses working through Wine leads > me to questions about its security. > I've heard that using a separate user is alright, and then it isn't > alright. You're probably referring to http://www.winehq.org/pipermail/wine-devel/2008-March/063452.ht

Re: Running services in WINE?

2008-03-14 Thread Mikołaj Zalewski
> If we wanted to implemented a SCM where would that reside? wineboot? > The SCM is the servies.exe program. Other programs using advapi32 communicates with it using RPC. I've started writing it - see http://www.winehq.org/pipermail/wine-patches/2007-September/044396.html . The problems wi

Re: Running services in WINE?

2008-03-14 Thread Christopher
Paul Vriens wrote: > James Hawkins wrote: >> On Fri, Mar 14, 2008 at 8:03 AM, Paul Vriens >> <[EMAIL PROTECTED]> wrote: >>> Christopher wrote: >>> > Maarten Lankhorst wrote: >>> >> Hi Christopher, >>> >> >>> >> 2008/3/12, Christopher <[EMAIL PROTECTED]>: >>> >> >>> >>> I've been trying to ge

Re: Running services in WINE?

2008-03-14 Thread Paul Vriens
James Hawkins wrote: > On Fri, Mar 14, 2008 at 8:03 AM, Paul Vriens <[EMAIL PROTECTED]> wrote: >> Christopher wrote: >> > Maarten Lankhorst wrote: >> >> Hi Christopher, >> >> >> >> 2008/3/12, Christopher <[EMAIL PROTECTED]>: >> >> >> >>> I've been trying to get MozyHome working on WINE, and h

Wine SOC - any d3d related projects

2008-03-14 Thread Artur Szymiec
Hi, are there any d3d related projects for SOC 2008 ? Who is the Mentor ? How can I join ? Best regards Artur -- -- Registered User No 397465 Linux Debian 2.6.24.2 AMD Athlon(tm) 64 X2 Dual Core 5000+ Conquer your Desktop!

Re: Google Summer of code

2008-03-14 Thread Stefan Dösinger
Am Donnerstag, 13. März 2008 18:26:17 schrieb Luis C. Busquets Pérez: > Proposing another thing if implementing d3dx9_36.dll is too much I > propose to implement: > 1 D3DXAssembleShader > 2 D3DXAssembleShaderFromFileA > 3 D3DXCompileShader > 4 D3DXCompileShaderFromFileA

Re: wine virus story

2008-03-14 Thread Marcus Meissner
On Fri, Mar 14, 2008 at 05:19:39PM +, Reece Dunn wrote: > On 13/03/2008, Dan Kegel <[EMAIL PROTECTED]> wrote: > > On 3/13/08, L. Rahyen <[EMAIL PROTECTED]> wrote: > > > Separate user is enough if you don't have world writable files > > in your > > > system. > > > > No, because the m

Re: quartz: Detect and skip id3v2 header in mpeg splitter

2008-03-14 Thread Chris Robinson
On Friday 14 March 2008 10:29:34 am Maarten Lankhorst wrote: > Hi Chris, > > 2008/3/14, Chris Robinson <[EMAIL PROTECTED]>: > > On Thursday 13 March 2008 09:01:53 pm Maarten Lankhorst wrote: > > > If read from a file source, ID3 v2 tags might be incorrectly parsed by > > > the head_check. This pa

Re: quartz: Detect and skip id3v2 header in mpeg splitter

2008-03-14 Thread Maarten Lankhorst
Hi Chris, 2008/3/14, Chris Robinson <[EMAIL PROTECTED]>: > On Thursday 13 March 2008 09:01:53 pm Maarten Lankhorst wrote: > > If read from a file source, ID3 v2 tags might be incorrectly parsed by > > the head_check. This patch skips the whole tag altogether. > > > I'm not sure this is completel

Re: Running services in WINE?

2008-03-14 Thread James Hawkins
On Fri, Mar 14, 2008 at 8:03 AM, Paul Vriens <[EMAIL PROTECTED]> wrote: > > Christopher wrote: > > Maarten Lankhorst wrote: > >> Hi Christopher, > >> > >> 2008/3/12, Christopher <[EMAIL PROTECTED]>: > >> > >>> I've been trying to get MozyHome working on WINE, and have made a little > >>> pr

Re: [PATCH] gdiplus: Fix test crash in GdipSaveImageToStream.

2008-03-14 Thread Lei Zhang
On Tue, Mar 11, 2008 at 10:26 PM, Nathan Beckmann <[EMAIL PROTECTED]> wrote: > Correctly initialized parameters to GetDIBits. (Based on > GdipLockBitmapBits.) > > Testing seems to indicate that the error doesn't occur on Debian, but > shows up in Slackware. Valgrind also complains. > --- > dl

Re: Wine Security Disclosure

2008-03-14 Thread Zachary Goldberg
On Fri, Mar 14, 2008 at 3:53 PM, TheBlunderbuss <[EMAIL PROTECTED]> wrote: > > The recent discussion about Windows viruses working through Wine leads > me to questions about its security. > I've heard that using a separate user is alright, and then it isn't > alright. Where did you hear that

Re: quartz: Detect and skip id3v2 header in mpeg splitter

2008-03-14 Thread Chris Robinson
On Thursday 13 March 2008 09:01:53 pm Maarten Lankhorst wrote: > If read from a file source, ID3 v2 tags might be incorrectly parsed by > the head_check. This patch skips the whole tag altogether. I'm not sure this is completely correct. The main splitter function detects the presense of an MP3 h

Wine Security Disclosure

2008-03-14 Thread TheBlunderbuss
    The recent discussion about Windows viruses working through Wine leads me to questions about its security. I've heard that using a separate user is alright, and then it isn't alright. That you shouldn't use sudo to login to such a special wine user. That you really should use a virtual mach

Re: Clipping regions on windows and Expose Xevents issue

2008-03-14 Thread Alexandre Julliard
"Ann & Jason Edmeades" <[EMAIL PROTECTED]> writes: > The difficulty here is the inability to directly query the concealed (within > the struct DCE) clip_rgn not the visible region. For example, GetClipRgn > returns dc->hClipRgn, whereas the dce clip_rgn is internal to user32 > painting.c. The only

Re: regedit: stdin is not seekable so do not try to seek the input file if it is not seekable

2008-03-14 Thread Alexandre Julliard
Aric Stewart <[EMAIL PROTECTED]> writes: > True, through I did not add the code that was doing the seeking so i > tried to not be too intrusive. > > Should I rework the way we do the line processing to be able to do > this then? Yes please. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Running services in WINE?

2008-03-14 Thread Paul Vriens
Christopher wrote: > Maarten Lankhorst wrote: >> Hi Christopher, >> >> 2008/3/12, Christopher <[EMAIL PROTECTED]>: >> >>> I've been trying to get MozyHome working on WINE, and have made a little >>> progress. However, it seems that the service which Mozy uses won't >>> start. Searching a bit I

Re: regedit: stdin is not seekable so do not try to seek the input file if it is not seekable

2008-03-14 Thread Aric Stewart
True, through I did not add the code that was doing the seeking so i tried to not be too intrusive. Should I rework the way we do the line processing to be able to do this then? -aric Alexandre Julliard wrote: > Aric Stewart <[EMAIL PROTECTED]> writes: > >> --- >> programs/regedit/regedit.c

Re: [PATCH] (RESUBMIT) wininet: restructure for better return checking

2008-03-14 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > Coverity spotted some potential lpwhh NULL usage > after NULL checking. > > I restructured the code a bit to check lpwhh > earlier and return at that time. Also removed a > unnecessary cast. This doesn't work: ../../../tools/runtest -q -P wine -M win

Re: regedit: stdin is not seekable so do not try to seek the input file if it is not seekable

2008-03-14 Thread Alexandre Julliard
Aric Stewart <[EMAIL PROTECTED]> writes: > --- > programs/regedit/regedit.c |2 +- > programs/regedit/regproc.c | 19 +++ > programs/regedit/regproc.h |2 +- > 3 files changed, 13 insertions(+), 10 deletions(-) We shouldn't need to seek at all, instead it should be easy

Re: msvcrt: Implement wcscat_s

2008-03-14 Thread Dmitry Timoshkov
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote: > +@ cdecl wcscat_s(ptr long wstr) MSVCRT_wcscat_s The first parameter has type wstr. Also, please check actual buffer contents in the tests not just the return values. -- Dmitry.

Re: wine virus story

2008-03-14 Thread Edward Savage
> That's exactly what hurts Wine: a misguided report of a clueless user, > and WWN is not the place for it neither. > Thanks.

Re: wine virus story

2008-03-14 Thread Dmitry Timoshkov
"Edward Savage" <[EMAIL PROTECTED]> wrote: > The assumption is that since win32 virus are so windows specific and > require so many small windows bugs and tweaks to run that they are a > good test bed to see how good windows compatibility really is. In > general they are also rather badly written

Re: [Wine] Please vote for your favorite Wine-1.0 bugs...

2008-03-14 Thread Dotan Cohen
On 13/03/2008, Dan Kegel <[EMAIL PROTECTED]> wrote: > The 1.0 release of Wine is tenatively scheduled for > the 15th anniversary of the project (roughly 1 June 2008, > if you take Dan Dulitz' message as the start of the project, > http://groups.google.com/group/comp.os.linux/msg/7f92abdf494ab8b3

Re: wine virus story

2008-03-14 Thread Edward Savage
The assumption is that since win32 virus are so windows specific and require so many small windows bugs and tweaks to run that they are a good test bed to see how good windows compatibility really is. In general they are also rather badly written so finding linux-wine compatibility issues should a

Re: wine virus story

2008-03-14 Thread Dmitry Timoshkov
"Edward Savage" <[EMAIL PROTECTED]> wrote: > Finally, where would be the right place to report the results? Appdb > seems like a strange place to be putting results of this nature. :P Since Windows viruses use Win32 APIs that's not surprising that they work under Wine. What you are doing doesn't

Re: wine virus story

2008-03-14 Thread Edward Savage
I've made a good start on a script that grabs a list of virus from around the internet and attempts to run each one and then reports changes in wine and then resets the wine structure. I'll be testing with the above two file change tools to see which one works best (I was just using a small one fr