Re: Dan Kegel : winecfg: Restrict dpi slider to sane values.

2008-04-30 Thread Dan Kegel
James McKenzie <[EMAIL PROTECTED]> wrote: > Dan Kegel wrote: > > And we can probably make high-res users happier still > > by defaulting to Xft.dpi (used by Gnome and maybe KDE; > > it's set by default to 96, but is increased by some users > > of high-res displays). > > > This will break Darwine.

Re: wineserver socket file and DOS attacks

2008-04-30 Thread Ove Kaaven
Maarten Lankhorst skrev: > Wine checks ownership of the socket and directory, so race conditions > aren't really a problem. This means that despite being put in a public > directory there is no chance of a race condition. I don't see a > security risk here, if someone is evil they could create that

Re: Dan Kegel : winecfg: Restrict dpi slider to sane values.

2008-04-30 Thread James McKenzie
Dan Kegel wrote: > And we can probably make high-res users happier still > by defaulting to Xft.dpi (used by Gnome and maybe KDE; > it's set by default to 96, but is increased by some users > of high-res displays). > > This will break Darwine. Xft.dpi does not exist on Apple's X11 implementati

Re: wineserver socket file and DOS attacks

2008-04-30 Thread Maarten Lankhorst
Hell Ove, 2008/4/30 Ove Kaaven <[EMAIL PROTECTED]>: > Maarten Lankhorst skrev: > > > > The latter won't work, they could create the directory and then delete > > it after wineserver started. I don't think it is really a problem, by > > the time someone else can put that directory in /tmp chances a

Re: Wine t-shirts?

2008-04-30 Thread Maarten Lankhorst
Hi, 2008/4/23 Jeremy White <[EMAIL PROTECTED]>: > > http://kegel.com/wine/wine-penguin-corkscrew.png > > Jon Parshall is proud of his ability to draw those penguins, > and we'd gladly send that artwork to anyone that wanted to make a T-shirt. > > Note, though, that we felt we had to (very sadly

Re: wineserver socket file and DOS attacks

2008-04-30 Thread Ove Kaaven
Maarten Lankhorst skrev: > The latter won't work, they could create the directory and then delete > it after wineserver started. I don't think it is really a problem, by > the time someone else can put that directory in /tmp chances are that > they can do a lot more malicious things then just makin

Re: wineserver socket file and DOS attacks

2008-04-30 Thread Maarten Lankhorst
Hello Steven, 2008/4/30 Steven Elliott <[EMAIL PROTECTED]>: > I have some concerns about the location of the socket file that > wineserver uses. Since by default the current location is in /tmp my > concern is that anyone can stop anyone else from using wine just by > creating a directory name

Re: SOC 2008 Projects Announced

2008-04-30 Thread Piotr Caban
Hi, I'll be working on msxml3.dll. I'm planning to implement SAX (Simple API for XML) and fix as much bugs related to this dll as I can. My main goal is to fix part of 8945 bug related to msxml. I'm from Poland. I'm a second year computer science student at University of Wroclaw. I was working

Re: RFC: detecting wine drivers in the audio tests

2008-04-30 Thread Juan Lang
> I think that is an excellent idea and I can see it being immediately > useful in rpcrt4, if not other areas. Indeed, I also think it's an excellent idea. The crypt32 chain tests are another good candidate for this approach. --Juan

Re: richedit: add tests for EM_FINDTEXT in 1.0 emulation, make them pass under Wine

2008-04-30 Thread Alex Villací­s Lasso
Alex Villací­s Lasso escribió: > EM_FINDTEXT and EM_FINDTEXTEX have different rules for interpreting > ranges for 1.0 and 2.0 modes: > > In 1.0 emulation cpMin > cpMax is invalid and always fails. > In 1.0 emulation, search is always done between cpMin and cpMax, even > backwards search. > In 1.0

Re: RFC: detecting wine drivers in the audio tests

2008-04-30 Thread Robert Shearman
Francois Gouget wrote: > My idea is that > some platforms (e.g. Wine) could ask for stricter checks, by using > strict_wine a bit like they use todo_wine to request looser checks. > > So for instance you would do: > >strict_wine ok(expected_cond || buggy(this_is_a_bug), ...); > > Then on Wind

wineserver socket file and DOS attacks

2008-04-30 Thread Steven Elliott
I have some concerns about the location of the socket file that wineserver uses. Since by default the current location is in /tmp my concern is that anyone can stop anyone else from using wine just by creating a directory named /tmp/.wine-500. As far as I know the only risk is denial of service

Re: RFC: detecting wine drivers in the audio tests

2008-04-30 Thread Francois Gouget
On Wed, 30 Apr 2008, Robert Reif wrote: [...] > I am suppling a minimal patch to the alsa driver and a single wave test to > illustrate this concept. I hope this allows valid tests to remain in spite of > buggy windows drivers. I think it should be a more general winetest concept. My idea is that

Re: [Resend 3] user32: Post the WM_KEY{DOWN|UP}messagewhenWM_IME_KEY{DOWN|UP} message is generated by IME.

2008-04-30 Thread Dmitry Timoshkov
"ByeongSik Jeon" <[EMAIL PROTECTED]> wrote: > I have attached new one. Looks good to me. -- Dmitry.

Re: RFC: detecting wine drivers in the audio tests

2008-04-30 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > The returned result of some audio functions on windows may be > inconsistent because a driver may actually supply the returned value. > > This presents a problem for the wine regression tests because a buggy > driver may return an unexpected result which c

Re: Documentation updating / XML?

2008-04-30 Thread Francois Gouget
On Tue, 22 Apr 2008, Austin English wrote: [...] > On Tue, Apr 22, 2008 at 5:25 AM, Alexandre Julliard <[EMAIL PROTECTED]> > wrote: > > > "Austin English" <[EMAIL PROTECTED]> writes: > > > > > I've been working on some of the documentation, then remembered that > > > Scott requested a move to XML:

Re: RFC: detecting wine drivers in the audio tests

2008-04-30 Thread Robert Reif
Maarten Lankhorst wrote: > Hello Robert, > > 2008/4/29 Robert Reif <[EMAIL PROTECTED]>: > >> The returned result of some audio functions on windows may be inconsistent >> because a driver may actually supply the returned value. >> >> This presents a problem for the wine regression tests because

Re: hhctrl.ocx: Fix for memory release problem in ReleaseWebBrowser (fixes bug #12767)

2008-04-30 Thread Tefnet Developers
Dnia 24-04-2008, czw o godzinie 12:48 +0200, Tomasz Jezierski - Tefnet pisze: > For more information check bug report. > Hi.. what's the status of this patch? I haven't found any comments on wine-devel about it.

Re: [Resend 2] user32: Post the WM_KEY{DOWN|UP} messagewhenWM_IME_KEY{DOWN|UP} message is generated by IME.

2008-04-30 Thread Dmitry Timoshkov
"ByeongSik Jeon" <[EMAIL PROTECTED]> wrote: > +while (TRUE) > +{ > +if ( PeekMessage(&msg, 0, 0, 0, PM_REMOVE) ) > +{ > +struct message posted_msg; > + > +msg_count++; > + > +trace("posted message[%d]: %p, %04x, %08lx, %08lx\n

Re: Switching threads in winedbg

2008-04-30 Thread Eric Pouech
Maarten Lankhorst a écrit : > Hi all, > > I was trying to switch to a different thread in winedbg, however I > don't see any command for that in the winedbg online reference at > http://www.winehq.org/site/docs/winedev-guide/dbg-commands . Does > anyone know if it's possible? > > Cheers, > Maarten.

Re: wined3d: Fix for buggy programs using ortho matrix with no z range

2008-04-30 Thread Stefan Dösinger
Am Mittwoch, 30. April 2008 07:21:19 schrieb Jens Albretsen: > A quick one is Lego Island, just forget to put in the disc a there is black > screen, with this patch is shows a message to put the cdrom in the drive. > > Is it something like this? > > create (1,1) rendertarget > clear rendertarget wi

Re: widl: Add a framework for automated testing of IDL files that should succeed or fail to be parsed.

2008-04-30 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > The way I see it, we have a choice between having a framework that uses > the makefile to run individual tests of the parser without checking the > content or a framework that runs every test in one go, but is capable of > checking the output of the

Switching threads in winedbg

2008-04-30 Thread Maarten Lankhorst
Hi all, I was trying to switch to a different thread in winedbg, however I don't see any command for that in the winedbg online reference at http://www.winehq.org/site/docs/winedev-guide/dbg-commands . Does anyone know if it's possible? Cheers, Maarten.

Re: winmm/tests: waveOutGetDevCaps called with invalid size

2008-04-30 Thread Peter Åstrand
On Tue, 29 Apr 2008, Robert Reif wrote: > First of all, requesting 4 bytes is not invalid but a perfectly > reasonable thing to do. It is just reading the manufactures id and > product id. However this behavior is not documented in MSDN so at best > it's just unspecified behavior. The reason