Re: SOC Idea - native x86-64 port

2006-04-17 Thread Steven Edwards
On 4/17/06, Marcus Meissner <[EMAIL PROTECTED]> wrote: > I think its too much work for a single student as summer project. Maybe so although the NTLM stuff last time around was quite large from what I understand. I was thinking more along the lines of rather than full Win32 on Win64, a proof of co

Re: [Fwd: Possible scanner bug]

2006-04-17 Thread Dmitry Timoshkov
"Matthew Hayward" <[EMAIL PROTECTED]> wrote: The same kind of error is reported for mlang.dll, but the situation is worse there since the length parameter is unsigned but still accepts -1 as a magic length indicator. Can you give me the file this function is defined in, and an example FP?

Re: kernel: fix determination of using locale

2006-04-17 Thread Dmitry Timoshkov
"Sergei Butakov" <[EMAIL PROTECTED]> wrote: If set # export LANG="POSIX" # export LC_CTYPE="ru_RU.CP1251" system_lcid (defined by LC_CTYPE) will be "ru_RU.CP1251"; user_lcid (defined by LANG) will be "en_US" - It's bug and it's visible in programs for Windows. That's correct IMO, LANG takes t

Re: kernel: fix determination of using locale

2006-04-17 Thread Sergei Butakov
On Monday 17 April 2006 10:04, Dmitry Timoshkov wrote: > I mean LANG="ru_RU.CP1251", LC_MESSAGES="en_US". Your intent is to avoid > russian menus and messages, right? Not fully. The equivalent of # export LANG="POSIX" # export LC_CTYPE="ru_RU.CP1251" # export LC_COLLATE="r

Re: [Fwd: Possible scanner bug]

2006-04-17 Thread Matthew Hayward
Dmitry Timoshkov wrote: The same kind of error is reported for mlang.dll, but the situation is worse there since the length parameter is unsigned but still accepts -1 as a magic length indicator. Can you give me the file this function is defined in, and an example FP? Then I can see ab

Re: regedit, wordpad hungarian translation (try 2)

2006-04-17 Thread James Hawkins
On 4/17/06, Kovács András <[EMAIL PROTECTED]> wrote: > Hi, I splitted the last patch. This is a hungarian translation patch of > regedit, and wordpad. Best regards, Andras > Check out http://winehq.org/site/sending_patches. Only send one patch per email. -- James Hawkins

Re: SOC Idea - native x86-64 port

2006-04-17 Thread Marcus Meissner
On Mon, Apr 17, 2006 at 02:04:02PM -0400, Steven Edwards wrote: > Hi, > I don't know how feasable this is but maybe we could have a google > summer of code project to work on the x86-64 port. I have no idea if > Winelib already works but maybe someone could look in to developing a > thunking/emulat

Re: WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Jesse Allen
On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: > Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf() > which causes snprintf() to write beyond the end of the buffer. > > I've attached a patch that fixes it for me, but it's probably better not > to create such large buffe

Coverity and our conformance tests

2006-04-17 Thread Paul Vriens
Hi, our conformance tests are (of course) also testing several things that would be reported by the coverity checks. Should we just mark these as FALSE or how should we deal we these 'errors'? Cheers, Paul.

Re: WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Jesse Allen
On 4/17/06, Jesse Allen <[EMAIL PROTECTED]> wrote: > On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: > > Jesse Allen wrote: > > > On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: > > >> Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf() > > >> which causes snprintf(

SOC project

2006-04-17 Thread Kai Blin
Hi folks, after I implemented NTLM authentication using samba's ntlm_auth for last year's SOC, I'm considering entering again this year. Now what I wanted to as was the following. I've recently started to look into the GENSEC library samba4 has to implement SSPI authentication and signing/sealing

Re: WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Tomas Carnecky
Jesse Allen wrote: > On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: >> Jesse Allen wrote: >>> On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf() which causes snprintf() to write beyond the end of the buffer

SOC Idea - native x86-64 port

2006-04-17 Thread Steven Edwards
Hi, I don't know how feasable this is but maybe we could have a google summer of code project to work on the x86-64 port. I have no idea if Winelib already works but maybe someone could look in to developing a thunking/emulation plugin that lets us run Win32 apps on Win64. Thanks -- Steven Edward

Re: [update] Add test for long float numbers in msvcrt printf test suite

2006-04-17 Thread Jesse Allen
On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: > Changelog: > - Add test for long float numbers in msvcrt snprintf test suite > > update: snprintf() doesn't print the exact same number because it's a > double. > > together with my patch that is available in wine-devel wine passes the > msvc

Re: WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Jesse Allen
On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: > Jesse Allen wrote: > > On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: > >> Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf() > >> which causes snprintf() to write beyond the end of the buffer. > >> > >> I've attac

Re: winebrowser: Use user's preferred browser

2006-04-17 Thread Marcus Meissner
On Fri, Apr 14, 2006 at 08:31:11AM -0500, Jeremy White wrote: > > +"kfmclient > > exec,gnome-open,kmail,mozilla-thunderbird,thunderbird,evolution"; > > A Gnome user will be offended if you spool up the entire KDE environment > just to launch a URL; a KDE user will be similarly offended by

Re: WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Tomas Carnecky
Jesse Allen wrote: > On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: >> Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf() >> which causes snprintf() to write beyond the end of the buffer. >> >> I've attached a patch that fixes it for me, but it's probably better not >>

Re: WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Jesse Allen
On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: > Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf() > which causes snprintf() to write beyond the end of the buffer. > > I've attached a patch that fixes it for me, but it's probably better not > to create such large buffe

Re: RFC/PATCH: Twain + Gphoto

2006-04-17 Thread Aric Stewart
This is really cool! I have poked a bit at it to see and like how it is going so far. It does not appear to actually get any photos from the cameras yet or am i missing that code. The ImageInfoGet and ImageMemXferGet are sort of the heart of that. At least for the program I am working on supp

Re: WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Tomas Carnecky
Wine doesn't crash in this function, sorry, it's a bug in pf_vsnprintf() which causes snprintf() to write beyond the end of the buffer. I've attached a patch that fixes it for me, but it's probably better not to create such large buffers on the stack. Anyone with a better fix? tom diff --git a/dl

Re: kernel: fix determination of using locale

2006-04-17 Thread Sergei Butakov
On Sunday 16 April 2006 19:04, Dmitry Timoshkov wrote: > Probably you just need to set LC_MESSAGES to en_US. Do you mean # export LANG="POSIX" # export LC_CTYPE="ru_RU.CP1251" # export LC_COLLATE="ru_RU.CP1251" # export LC_MESSAGES="en_US" ? That's don't work. Be

Re: Summer of Code Project: DirectPlay

2006-04-17 Thread Adam Luchjenbroers
On Mon, 17 Apr 2006 06:56, H. Verbeet wrote: > > Or do we have a solution for that? > > Ethereal? :-) True. but how does that sit with respect to reverse engineering? Any potential legal issues? -- "Liberty means responsibility. That is why most men dread it." - George Bernard Shaw

Re: Summer of Code Project: DirectPlay

2006-04-17 Thread Stefan Dösinger
Am Montag, 17. April 2006 16:18 schrieb Adam Luchjenbroers: > On Sat, 15 Apr 2006 20:03, Alexander N. Sørnes wrote: > > This is a proposal for a Google Summer of Code Project. > > > > Improve Wine's DirectPlay implementation so that it can at least run a > > simple demo app, and ideally end up enab

Re: WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Vijay Kiran Kamuju
Hi,I think it trys to map the charector to the built-in ctable charector based on the locale.This function belongs to libwineunicode, ask Alexander for more info.Thanks and regards,Vijay On 4/17/06, Tomas Carnecky <[EMAIL PROTECTED]> wrote: These circumstances being if it tries to load an invalid l

WoW crashes in 'wine_cp_mbstowcs' under certain circumstances.

2006-04-17 Thread Tomas Carnecky
These circumstances being if it tries to load an invalid lua file, more specifically a lua file which contains the invalid lua string (not character!) "\342\200\260". I don't know what this function does and there isn't a TRACE() in that function, so could someone please review if the function is

Re: Wine Front-End development

2006-04-17 Thread Segin
Brian Vincent wrote: On 4/16/06, Rich Gilson <[EMAIL PROTECTED]> wrote: I must say, the turn this conversation has taken is interesting.  In response to what was written above, it does seem to me a curious precedent Alexandre has set.  After all, wasn't Wine developed to allow people to ge

Re: Wine Front-End development

2006-04-17 Thread Brian Vincent
On 4/16/06, Rich Gilson <[EMAIL PROTECTED]> wrote: I must say, the turn this conversation has taken is interesting.  In responseto what was written above, it does seem to me a curious precedent Alexandrehas set.  After all, wasn't Wine developed to allow people to get AWAY from Windows?  Yet, when