re: Announcing security hardened kernels for testing

2005-01-05 Thread pageexec
> Thanks for the great info. I'll CC this to wine-devel as I think it's of > general interest, I hope you don't mind. sure, no problem (let's hope i don't bounce by not being subscribed ;-). > http://lists.debian.org/debian-devel/2003/11/msg00206.html > > in which the PaX author and Ingo Molnar

Re: [AppDB] Fix to allow creating of new accounts (urgent)

2005-01-05 Thread Mike McCormack
Please send mail about security problems with winehq directly to [EMAIL PROTECTED] rather than advertising on public mailing lists first :) Mike [EMAIL PROTECTED] wrote: I admit it I am an idiot for not knowing what to do to fix security flaws.

Re: [AppDB] Fix to allow creating of new accounts (urgent)

2005-01-05 Thread tony_lambregts
Tobias Burnus wrote: Hello, [EMAIL PROTECTED] wrote: - "'$realname', '$email', NOW(), 0, 0)"); + "'$realname', '$email', NOW(), 0, 0, '$CVSrelease')"); Shouldn't one use "'".mysql_escape_string($username)."','" etc.? Or is it ensured else

Re: RC file translation via winehq?

2005-01-05 Thread Vincent Béron
Le jeu 06/01/2005 à 04:56, Mike McCormack a écrit : > Vincent Béron wrote: > > > I have (not much touched since maybe a year ago... sigh) some code > > (based on initial work by Dimi) to get a picture of what's done (and > > what's left to do). The output was in HTML, although it's not a web-app >

Re: bi-arch on an amd64

2005-01-05 Thread Vincent Béron
Le mer 05/01/2005 à 17:27, Gabriel de Perthuis a écrit : > Hello, > I'm trying to get wine cross compiled for my distrib, a 64-bit ubuntu. > I'm using: > a gcc-3.4 bi-arch toolchain (gcc built with --enable-multilib); > the wine-20041201 tarball; > this configure command (CC is ccache gcc-3.4): > A

Re: RC file translation via winehq?

2005-01-05 Thread Mike McCormack
Vincent Béron wrote: I have (not much touched since maybe a year ago... sigh) some code (based on initial work by Dimi) to get a picture of what's done (and what's left to do). The output was in HTML, although it's not a web-app in any shape or form. I'll try to resurrect it (at least not to have a

Re: Warnings left when compiling on GNU/Linux

2005-01-05 Thread Vincent Béron
Le mer 05/01/2005 à 15:12, Walt Ogburn a écrit : > Hi Gerald, > > The metafile.c warning is because of a test that is commented out in > dlls/gdi/test/metafile.c. It's commented out instead of protected with > todo because it doesn't just fail, it crashes. Perhaps the rtlstr test > warnings are

Re: RC file translation via winehq?

2005-01-05 Thread Vincent Béron
Le mer 05/01/2005 à 01:43, Mike McCormack a écrit : > > Hey All you web programmers out there! > > How hard to you think it would be to rig up a web page for people to do > translations for wine on? > > Have a web page (translate.winehq.org?) into which we feed in all the > .rc files and maybe

Trying to get rid of gdi.h

2005-01-05 Thread Rémi Assailly
Hi all I started a work to get rid of GDI_GetObjPtr and GDI_ReleaseObj in x11drv but I am absolutely not sure if I have chosen a good way. What I send you is incomplete : some GDI_* are still staying and we cannot get rid of those functions using my way. After getting rid of GDI_* we'll be ab

Trying to get rid of gdi.h

2005-01-05 Thread Rémi Assailly
Hi all ! This mail is a resent because I noticed that it does not appear in wine-devel... I started a work to get rid of GDI_GetObjPtr and GDI_ReleaseObj in x11drv but I am not sure if have chosen a good way. This patch is incomplete : some GDI_* are still staying, those that cannot be removed

bi-arch on an amd64

2005-01-05 Thread Gabriel de Perthuis
Hello, I'm trying to get wine cross compiled for my distrib, a 64-bit ubuntu. I'm using: a gcc-3.4 bi-arch toolchain (gcc built with --enable-multilib); the wine-20041201 tarball; this configure command (CC is ccache gcc-3.4): AS="as --32" CC="$CC -m32" CXX="$CXX -m32" ./configure --x-libraries=/us

Re: [AppDB] Fix to allow creating of new accounts (urgent)

2005-01-05 Thread Tobias Burnus
Hello, [EMAIL PROTECTED] wrote: - "'$realname', '$email', NOW(), 0, 0)"); + "'$realname', '$email', NOW(), 0, 0, '$CVSrelease')"); Shouldn't one use "'".mysql_escape_string($username)."','" etc.? Or is it ensured elsewhere that no unwanted

Re: video4linux - wine

2005-01-05 Thread MediaHost (TM)
What you write here, seams to me very interesting! Specially your last sentence is actually the thing I'm looking for: How to make win applications believe, that there is a real device and supply whatever it wants So even the project I was supposed to work on, is already dead, before it st

Problem with builtin and native regedit

2005-01-05 Thread Christian Costa
Hi, When I try to renamed a key with the builtin regedit, all subkeys are lost. The problem is in regedit because the native one works. The latter however crash just after the renaming. See below for the backtrace. Any idea ? Bye, Christian fixme:font:load_VDMX No suitable ratio found fixme:font:

Re: video4linux - wine

2005-01-05 Thread Jasper van Veghel
Rob Shearman wrote: > Mike McCormack wrote: > > > > >There's currently no support, but you could add it via the Still Image > >(STI) API. It's meant for scanners and webcams. There's probably a > >way to add VFW (Video For Windows drivers) too. > > > >I have written an IDL file for IStillImage

Re: Fwd: wineserver: fix get_update_region for desktop window

2005-01-05 Thread Alexandre Julliard
Michael Jung <[EMAIL PROTECTED]> writes: > Alexandre, > > could you please give a short comment on this one? The desktop window needs to be handled a bit specially for repaints; your patch is wrong since it will never repaint it at all, but I don't know yet what the proper fix is, I need to look

Fwd: wineserver: fix get_update_region for desktop window

2005-01-05 Thread Michael Jung
Alexandre, could you please give a short comment on this one? Thanks, Michael -- Forwarded Message -- Subject: wineserver: fix get_update_region for desktop window Date: Wednesday 05 January 2005 00:36 From: Michael Jung <[EMAIL PROTECTED]> To: wine-devel@winehq.org Cc: [EMAIL

Re: Warnings left when compiling on GNU/Linux

2005-01-05 Thread Walt Ogburn
Hi Gerald, The metafile.c warning is because of a test that is commented out in dlls/gdi/test/metafile.c. It's commented out instead of protected with todo because it doesn't just fail, it crashes. Perhaps the rtlstr test warnings are there for similar reasons. There's a patch to make the metaf

Re: Fix for "Cluster size not supported" - resend

2005-01-05 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > Because as soon as fstatvfs is fixed (for some combination of > kernel/filesystem/libc), you are wrong again. The f_blocks, f_bfree and > other fields are supposed to be counted as f_frsize sized blocks. And at > least for nfs, f_frsize does not always equ

Re: Fix for "Cluster size not supported" - resend

2005-01-05 Thread Rein Klazes
On 05 Jan 2005 18:29:47 +0100, you wrote: > Rein Klazes <[EMAIL PROTECTED]> writes: > > > Totals size of the file system should be f_blocks * f_frsize, but that > > gives a value 16 times too small. In this case f_blocks (as f_bfree, > > f_bavail) are the number of f_bsize blocks, wrong. This is

Re: WPP: Fixed 'out of tree' compilation

2005-01-05 Thread Jacek Caban
Alexandre Julliard wrote: Jacek Caban <[EMAIL PROTECTED]> writes: --- libs/wpp/ppy.y 1 May 2003 03:16:21 - 1.1 +++ libs/wpp/ppy.y 30 Dec 2004 10:11:39 - @@ -537,7 +537,10 @@ static int boolean(cval_t *v) static marg_t *new_marg(char *str, def_arg_t type) { marg_t *ma = pp_xmalloc(sizeof

[QUARTZ] Fixes to regsvr.c (RESEND)

2005-01-05 Thread Paul Vriens
Hi, the Media Types (and Media Type Extensions) use "Source Filter" instead of "File Source" in the registry. There were also some small typos. I will continue with changes to regsvr.c. My first goal is to have the native quartz running with the builtin registration ! Changelog: - Media Types

Re: Warnings left when compiling on GNU/Linux

2005-01-05 Thread Michael Stefaniuc
Gerald Pfeifer wrote: When compiling on SUSE LINUX 9.2 using GCC 3.3.5 the following are the only warnings I'm getting for current Wine CVS: metafile.c:395: warning: `test_mf_PatternBrush' defined but not used rtlstr.c:552: warning: `test_RtlUpcaseUnicodeChar' defined but not used rtlstr.c:

Re: [QUARTZ] Media Type Parsing

2005-01-05 Thread Christian Costa
Paul Vriens wrote: Hi, the Media Types use "Source Filter" instead of "File Source" in the registry. Changelog: Media Types should use "Source Filter" instead of "File Source" Cheers, Paul Vriens. --- regsvr.org.c2005-

Re: Fix for "Cluster size not supported" - resend

2005-01-05 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > Totals size of the file system should be f_blocks * f_frsize, but that > gives a value 16 times too small. In this case f_blocks (as f_bfree, > f_bavail) are the number of f_bsize blocks, wrong. This is a quite > up-to-date system, Debian unstable with 2.6

Re: [AppDB] Fix to allow creating of new accounts (urgent)

2005-01-05 Thread tony_lambregts
Tobias Burnus wrote: Hello, $result = mysql_query("INSERT INTO user_list VALUES ( NOW(), 0, ". "'$username', password('$password'), ". - "'$realname', '$email', NOW(), 0, 0)"); + "'$realname', '$email

Re: video4linux - wine

2005-01-05 Thread Rick Romero
On Wed, 2005-01-05 at 08:17, luis lenders wrote: > MediaHost (TM) wrote: > > >> However, is there any development going on > concerning v4l and/or USB? > >> Actually it's a pity, that I couldn't realize this > projectwe would > >> have been willing to invest in such code > > >I'm not su

Re: [winegcc] Include .so files when calling winebuild

2005-01-05 Thread Dimitrie O. Paun
On Wed, Jan 05, 2005 at 01:58:45PM +0100, Peter Berg Larsen wrote: > +void strarray_set(strarray* arr, int index, const char* str) > +{ > +if (index >= arr->maximum) > +{ > + arr->maximum = index+10; > + arr->base = xrealloc(arr->base, sizeof(*(arr->base)) * arr->maximum); > + m

Re: oleaut32 marshalling

2005-01-05 Thread Bill Medland
On January 5, 2005 05:59 am, Rob Shearman wrote: > Bill Medland wrote: > >Anyone any idea what is wrong here? > >In particular any idea why the xCall occurs almost immediately before the > >TMProxyImpl_Connect that would give it a channel to use? > > > >(The software works fine with a native oleaut

Warnings left when compiling on GNU/Linux

2005-01-05 Thread Gerald Pfeifer
When compiling on SUSE LINUX 9.2 using GCC 3.3.5 the following are the only warnings I'm getting for current Wine CVS: metafile.c:395: warning: `test_mf_PatternBrush' defined but not used rtlstr.c:552: warning: `test_RtlUpcaseUnicodeChar' defined but not used rtlstr.c:578: warning: `test_Rt

Re: [AppDB] Fix to allow creating of new accounts (urgent)

2005-01-05 Thread Tobias Burnus
Hello, $result = mysql_query("INSERT INTO user_list VALUES ( NOW(), 0, ". "'$username', password('$password'), ". - "'$realname', '$email', NOW(), 0, 0)"); + "'$realname', '$email', NOW(), 0, 0, '$CVS

Re: video4linux - wine

2005-01-05 Thread luis lenders
MediaHost (TM) wrote: >> However, is there any development going on concerning v4l and/or USB? >> Actually it's a pity, that I couldn't realize this projectwe would >> have been willing to invest in such code >I'm not sure what the capabilities of video4linux are, >which devices it >su

Re: RC file translation via winehq?

2005-01-05 Thread Mike Hearn
On Wed, 05 Jan 2005 15:43:58 +0900, Mike McCormack wrote: > > Hey All you web programmers out there! > > How hard to you think it would be to rig up a web page for people to do > translations for wine on? https://launchpad.ubuntu.com/rosetta It requires POT files though and we've found it to b

re: Announcing security hardened kernels for testing

2005-01-05 Thread Mike Hearn
Hi, Thanks for the great info. I'll CC this to wine-devel as I think it's of general interest, I hope you don't mind. For context, PaX is a set of security patches for Linux which lock down the system in a similar manner to exec-shield and SELinux. I say similar manner, because PaX seems to go fu

Re: oleaut32 marshalling

2005-01-05 Thread Rob Shearman
Bill Medland wrote: Anyone any idea what is wrong here? In particular any idea why the xCall occurs almost immediately before the TMProxyImpl_Connect that would give it a channel to use? (The software works fine with a native oleaut32.dll) Ok, it looks like you are using builtin oleaut32 with

Re: question about the status of the wine printing system

2005-01-05 Thread Andreas Mohr
Hi, On Wed, Jan 05, 2005 at 12:50:24PM +0100, Udo Rader wrote: > On Wed, 2005-01-05 at 12:02 +0100, Francois Gouget wrote: > > If printing from that application works with some printers but not with > > others, then it may be an incompatibility between the postscript > > generated by Wine and th

Re: video4linux - wine

2005-01-05 Thread Rob Shearman
Mike McCormack wrote: There's currently no support, but you could add it via the Still Image (STI) API. It's meant for scanners and webcams. There's probably a way to add VFW (Video For Windows drivers) too. I have written an IDL file for IStillImage, which I haven't gotten round to submittin

Re: WPP: Fixed 'out of tree' compilation

2005-01-05 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > --- libs/wpp/ppy.y1 May 2003 03:16:21 - 1.1 > +++ libs/wpp/ppy.y30 Dec 2004 10:11:39 - > @@ -537,7 +537,10 @@ static int boolean(cval_t *v) > static marg_t *new_marg(char *str, def_arg_t type) > { > marg_t *ma = pp_xmalloc(siz

Re: video4linux - wine

2005-01-05 Thread Mike McCormack
MediaHost (TM) wrote: However, is there any development going on concerning v4l and/or USB? Actually it's a pity, that I couldn't realize this projectwe would have been willing to invest in such code I'm not sure what the capabilities of video4linux are, which devices it supports or how

Re: question about the status of the wine printing system

2005-01-05 Thread Udo Rader
On Wed, 2005-01-05 at 12:02 +0100, Francois Gouget wrote: > On Mon, 3 Jan 2005, Udo Rader wrote: > > > Hi, > > > > I'm having some kind of hard time with wine's printing capabilities and > > have already started digging the wine sources for potential fixes to my > > problems (printing to some high

Re: [AppDB] Implement maintainer ratings.

2005-01-05 Thread Paul van Schayck
Hey Tony, Few comments. > + maintainer_rating text, > + maintainer_release text, Why text, why not a varchar of 100 characters. It doesn't matter that much but it just optimizes our code a bit. > -$versionName = addslashes($_REQUEST['versionName']); > -$descriptio

Re: ptrace single-stepping change breaks Wine

2005-01-05 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > - Another possibility would be to create a new mmap API that lets > us ask for exactly what we want, instead of second-guessing the > kernel. I don't know exactly what sort of an API Alexandre has in > mind here, perhaps he could describe it. Probabl

Re: ptrace single-stepping change breaks Wine

2005-01-05 Thread Ingo Molnar
* Thomas Sailer <[EMAIL PROTECTED]> wrote: > > I'm afraid Alexandre has decided not to apply this patch (the ABI > > personality syscall). His reasoning is as follows: > > Quite understandably. another workaround to switch off flex-mmap is to set the stack ulimit to 'unlimited': saturn:~> cat

Re: question about the status of the wine printing system

2005-01-05 Thread Francois Gouget
On Mon, 3 Jan 2005, Udo Rader wrote: Hi, I'm having some kind of hard time with wine's printing capabilities and have already started digging the wine sources for potential fixes to my problems (printing to some high volume postscript printers from some Adobe applications). You need to be more spec

Re: RC file translation via winehq?

2005-01-05 Thread Francois Gouget
On Wed, 5 Jan 2005, Scott Ritchie wrote: Translations are cool, but before we ask for translation help, I think it would be prudent to finish up our rewrite of the documentation. This includes Brian's rewrite, which is dependant on winecfg functionality. That would be for translating the Wine docu

Re: ptrace single-stepping change breaks Wine

2005-01-05 Thread Thomas Sailer
On Tue, 2005-01-04 at 21:15 +, Mike Hearn wrote: > Context: this is not about ptrace stuff, but rather Thomas Sailors s/Sailor/Sailer/ > I'm afraid Alexandre has decided not to apply this patch (the ABI > personality syscall). His reasoning is as follows: Quite understandably. > Could you u

Wine Weekly News FROM THE FUTURE

2005-01-05 Thread Scott Ritchie
Heh, just wanted to point out that the front page WWN article is for "January 31"

Re: RC file translation via winehq?

2005-01-05 Thread Scott Ritchie
Translations are cool, but before we ask for translation help, I think it would be prudent to finish up our rewrite of the documentation. This includes Brian's rewrite, which is dependant on winecfg functionality. There's also a lot of stuff on the site that needs to be worked over a bit, which I'

Re: RC file translation via winehq?

2005-01-05 Thread Ferenc Wagner
Mike McCormack <[EMAIL PROTECTED]> writes: > How hard to you think it would be to rig up a web page for > people to do translations for wine on? > > Have a web page (translate.winehq.org?) into which we feed > in all the .rc files and maybe even parts of WineHQ, and > show the translations for eac

Crash in ACTION_InstallFiles when installing OpenOffice 1.9m65

2005-01-05 Thread Dan Kegel
Every now and then, it's fun to try installing OpenOffice under Wine. Here's what happened when I tried it tonight with a copy of Wine built from yesterday's sources: $ wget http://openoffice.mirrors.pair.com/developer/680_m65/OOo_1.9.m65_native_Win32Intel_install.zip $ unzip OOo_1.9.m65_native_W