Re: Malware on Wine review

2009-02-25 Thread Gert van den Berg
On Thu, Feb 26, 2009 at 2:50 AM, Ben Klein wrote: > 2009/2/26 King InuYasha : >> Also, NTFS DOES have a concept of execute bits, but Windows itself does not >> use them. An implementation of this is the "trusted" app scheme in the >> properties in Windows Vista and above (I don't remember if XPSP2

Cursor patches

2009-02-25 Thread Andrew Riedi
Attached are some cursor patches I have been working on. These patches store the cursor in the wineserver, clean up user32 a little bit, draw .ani cursors more completely, and ultimately implement themed cursors. I am sending them here for some last review (big thanks to Henri for taking some tim

Re: appdb issue: can't search for apps platinum on 1.0.x!

2009-02-25 Thread Austin English
On Wed, Feb 25, 2009 at 6:31 PM, Ben Klein wrote: > There have been plenty of cases in #winehq where users have some > problem with 1.0.1 (Warcraft 3 appears to be a popular candidate). > When they upgrade to 1.1.15, suddenly it starts working. Are there > even any winehq-supplied binary packages

Re: shell32: add a message for opening files with no association

2009-02-25 Thread Vincent Povirk
On Wed, Feb 25, 2009 at 8:57 PM, Austin English wrote: > Not sure if it matters for .rc files, but you're using spaces whereas > the earlier entries are using tabs. I know. I hate them. Anyway, the even earlier entries are using spaces.

Re: shell32: add a message for opening files with no association

2009-02-25 Thread Austin English
2009/2/25 Vincent Povirk : > Fixes bug 17485. > > Vincent Povirk > > > > diff --git a/dlls/shell32/shell32_En.rc b/dlls/shell32/shell32_En.rc index f752e6d..d7fa7c3 100644 --- a/dlls/shell32/shell32_En.rc +++ b/dlls/shell32/shell32_En.rc @@ -282,6 +282,8 @@ STRINGTABLE IDS_CPANEL_TITLE

Re: appdb issue: can't search for apps platinum on 1.0.x!

2009-02-25 Thread Scott Ritchie
Ben Klein wrote: > 2009/2/26 Dan Kegel : >> Our currently released version is 1.0, but the appdb's >> browse feature acts as if that version no longer exists. >> This will seriously confuse newcomers who are using >> the 1.0.1 version (e.g. anybody who installs a fresh >> copy of Ubuntu!). >> >> To

Re: Malware on Wine review

2009-02-25 Thread Ben Klein
2009/2/26 King InuYasha : > So, in theory, Wine could simply run itself on top of Linux (basically a > ReactOS desktop on top of Linux instead of the NT kernel) and work just like > Windows because it operates in a native app style? Granted, that probably > would require quite a bit of tweaking to

Re: Malware on Wine review

2009-02-25 Thread Remco
On Thu, Feb 26, 2009 at 2:37 AM, Ben Klein wrote: > It's a compatibility layer. It doesn't actually interpret individual > instructions. As described earlier, Wine sets up an environment > suitable for the Windows apps to run in (which is primarily > *implementations* of win32 calls that "translat

Re: Malware on Wine review

2009-02-25 Thread King InuYasha
On Wed, Feb 25, 2009 at 7:37 PM, Ben Klein wrote: > 2009/2/26 King InuYasha : > > On Wed, Feb 25, 2009 at 6:50 PM, Ben Klein wrote: > >> > >> 2009/2/26 King InuYasha : > >> > Now that Nautilus has the desktop file requiring execute bit, I have a > >> > question for all of you to consider. Do JAR

Re: Malware on Wine review

2009-02-25 Thread Ben Klein
2009/2/26 King InuYasha : > On Wed, Feb 25, 2009 at 6:50 PM, Ben Klein wrote: >> >> 2009/2/26 King InuYasha : >> > Now that Nautilus has the desktop file requiring execute bit, I have a >> > question for all of you to consider. Do JAR files require the +x bit to >> > load >> > them, or are they tr

Re: Malware on Wine review

2009-02-25 Thread King InuYasha
On Wed, Feb 25, 2009 at 6:50 PM, Ben Klein wrote: > 2009/2/26 King InuYasha : > > Now that Nautilus has the desktop file requiring execute bit, I have a > > question for all of you to consider. Do JAR files require the +x bit to > load > > them, or are they treated like associated files and run t

Re: Malware on Wine review

2009-02-25 Thread Ben Klein
2009/2/26 King InuYasha : > Now that Nautilus has the desktop file requiring execute bit, I have a > question for all of you to consider. Do JAR files require the +x bit to load > them, or are they treated like associated files and run through the > interpreter? Really, Windows apps on Linux is bas

Re: appdb issue: can't search for apps platinum on 1.0.x!

2009-02-25 Thread Ben Klein
2009/2/26 Dan Kegel : > Our currently released version is 1.0, but the appdb's > browse feature acts as if that version no longer exists. > This will seriously confuse newcomers who are using > the 1.0.1 version (e.g. anybody who installs a fresh > copy of Ubuntu!). > > To fix this, we should add 1

Re: TrainingPeaks WKO+ Version 22 build 105

2009-02-25 Thread Chris Teague
I'm connecting to a Saris PowerTap 2.4SL bike computer, but really it's a usb cradle using a standard FTDI chip. The device enumerates and works fine as a ttyUSB device under Linux. I have gotten closer to the root of this problem, and I now see why EV_RXFLAG was never implemented in Wine. I'll

Re: Malware on Wine review

2009-02-25 Thread Scott Ritchie
Chris Robinson wrote: > On Tuesday 24 February 2009 8:57:23 pm Scott Ritchie wrote: >> Worse, you could actively irritate them - suppose they do double click >> and you DONT offer the ability to open it, but instead instruct them to >> go through that annoying procedure. > > It's hardly annoying a

Re: wiki.winehq.org down?

2009-02-25 Thread Michael Stefaniuc
Dan Kegel wrote: > I can't get pages from http://wiki.winehq.org, > though I can ping lattica.ca. > The web server there seems to close connections > after a long pause without any response. > > it looks like the wiki server needs restarting? Works again after Dimi rebooted the server. bye m

wiki.winehq.org down?

2009-02-25 Thread Dan Kegel
I can't get pages from http://wiki.winehq.org, though I can ping lattica.ca. The web server there seems to close connections after a long pause without any response. it looks like the wiki server needs restarting?

appdb issue: can't search for apps platinum on 1.0.x!

2009-02-25 Thread Dan Kegel
Our currently released version is 1.0, but the appdb's browse feature acts as if that version no longer exists. This will seriously confuse newcomers who are using the 1.0.1 version (e.g. anybody who installs a fresh copy of Ubuntu!). To fix this, we should add 1.0 (or 1.0.1) back into the search

Re: Malware on Wine review

2009-02-25 Thread Chris Robinson
On Wednesday 25 February 2009 9:22:29 am Vincent Povirk wrote: > This discussion has been assuming that .exe files are somehow special > because they are programs Actually, I'm saying just the opposite. They are *not* special because they are programs, and should honor the executable bit just lik

Re: crypt32: Fix more test failures on Win9x

2009-02-25 Thread Paul Vriens
Paul Vriens wrote: > Juan Lang wrote: >> --Juan >> >> >> >> >> > Hi Juan, > > The first 4 changes are not correct. Win9x returns TRUE (1) here. > Well actually the first two on Win95 and the last two on Win95/Win98. -- Che

Re: crypt32: Fix more test failures on Win9x

2009-02-25 Thread Paul Vriens
Juan Lang wrote: > --Juan > > > > > Hi Juan, The first 4 changes are not correct. Win9x returns TRUE (1) here. -- Cheers, Paul.

Re: Malware on Wine review

2009-02-25 Thread Vincent Povirk
On Wed, Feb 25, 2009 at 10:38 AM, King InuYasha wrote: > AFAIK, the main difference between the Wine and Java methods is > that Wine doesn't sandbox its loading environment, while Java does. Java doesn't create a sandbox when you run a normal application. Which makes it a wonderful example. Thi

Re: Malware on Wine review

2009-02-25 Thread Chris Robinson
On Wednesday 25 February 2009 8:38:15 am King InuYasha wrote: > Now that Nautilus has the desktop file requiring execute bit, I have a > question for all of you to consider. Do JAR files require the +x bit to > load them, or are they treated like associated files and run through the > interpreter?

Re: Malware on Wine review

2009-02-25 Thread King InuYasha
On Wed, Feb 25, 2009 at 7:56 AM, Johan Dahlin wrote: > Dan Kegel wrote: > > On Tue, Feb 24, 2009 at 6:07 PM, Scott Ritchie > wrote: > >> When I brought this up at the Ubuntu Developer Summit a while back, the > >> security conscious there wanted to check an executable for the execute > >> bit be

Re: Malware on Wine review

2009-02-25 Thread Johan Dahlin
Dan Kegel wrote: > On Tue, Feb 24, 2009 at 6:07 PM, Scott Ritchie wrote: >> When I brought this up at the Ubuntu Developer Summit a while back, the >> security conscious there wanted to check an executable for the execute >> bit before launching it with Wine. Then, the user would be prompted if >

Re: [programs/winetest] Extend PATH if we have dll's that only come with .NET (Try2)

2009-02-25 Thread Nicolas Le Cam
2009/2/25 Paul Vriens : > Nicolas Le Cam wrote: > > + > +            /* We have a dll that cannot be found through > LoadLibraryExA. > This > +             * is the case for .NET provided dll's. We will add the > directory > +             * where the dll resides to t

Re: [programs/winetest] Extend PATH if we have dll's that only come with .NET (Try2)

2009-02-25 Thread Paul Vriens
Nicolas Le Cam wrote: + +/* We have a dll that cannot be found through LoadLibraryExA. This + * is the case for .NET provided dll's. We will add the directory + * where the dll resides to the PATH variable when dealing with

Re: [programs/winetest] Extend PATH if we have dll's that only come with .NET (Try2)

2009-02-25 Thread Nicolas Le Cam
>>> + >>> +            /* We have a dll that cannot be found through >>> LoadLibraryExA. >>> This >>> +             * is the case for .NET provided dll's. We will add the >>> directory >>> +             * where the dll resides to the PATH variable when dealing >>> with >>> +             * the tests

Re: [1/3] wordpad: Added missing string values for some languages.

2009-02-25 Thread Michael Stefaniuc
Hello Dylan, please do not add the English strings for stringtable resources that aren't broken (here the Hungarian translation). It makes it hard to automatically detect (http://www.mikolaj.zalewski.pl/wine-transl/) if the resource is translated or not. Also you have fixed only the traditional C

Re: [programs/winetest] Extend PATH if we have dll's that only come with .NET (Try2)

2009-02-25 Thread Paul Vriens
Nicolas Le Cam wrote: > Hi Paul, minor comments : > >> +static void append_path( const char *path) >> +{ >> +char *newpath; >> + >> +newpath = xmalloc(strlen(curpath) + 1 + strlen(path) + 1); >> +strcpy(newpath, curpath); >> +strcat(newpath, ";"); >> +strcat(newpath, path); >>

Re: [programs/winetest] Extend PATH if we have dll's that only come with .NET (Try2)

2009-02-25 Thread Nicolas Le Cam
Hi Paul, minor comments : >  programs/winetest/main.c |   60 > +- >  1 files changed, 59 insertions(+), 1 deletions(-) > > diff --git a/programs/winetest/main.c b/programs/winetest/main.c > index 74a4307..58e520b 100644 > --- a/programs/winetest/main.c >

Re: Malware on Wine review

2009-02-25 Thread Chris Robinson
On Tuesday 24 February 2009 8:57:23 pm Scott Ritchie wrote: > It would also make it completely unusable. Remember, all downloaded > executables (even intentionally downloaded ones) will be -x by default. > Do you really expect users to go right > click->properties->permissions->allow execution?

Re: [2/2] WineD3D: Create a common sampling function in GLSL

2009-02-25 Thread Henri Verbeet
2009/2/24 Stefan Dösinger : > > +static void shader_glsl_gen_sample_code(const SHADER_OPCODE_ARG *arg, DWORD > sampler, const char *coord_reg, > +const glsl_sample_function_t > *sample_function, const char *dst_swizzle, > +