Re: [PATCH 4/5] wined3d: Make the buffer parameter to buffer_is_dirty() const.

2011-10-31 Thread Josh Juran
On Oct 31, 2011, at 11:48 AM, Henri Verbeet wrote: > --- > dlls/wined3d/buffer.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/dlls/wined3d/buffer.c b/dlls/wined3d/buffer.c > index 45518cc..69c110a 100644 > --- a/dlls/wined3d/buffer.c > +++ b/dlls/wined3d/buffer.

Re: basic_ifstream implementation

2011-10-27 Thread Josh Juran
On Oct 27, 2011, at 12:35 AM, Piotr Caban wrote: > On 10/27/11 2:01 AM, Josh Juran wrote: >> On Oct 26, 2011, at 11:59 AM, Josh Juran wrote: >> >>> I'm ready to begin work on a basic_ifstream implementation for Wine, which >>> is needed for the game Vampi

Re: basic_ifstream implementation

2011-10-26 Thread Josh Juran
On Oct 26, 2011, at 11:59 AM, Josh Juran wrote: > I'm ready to begin work on a basic_ifstream implementation for Wine, which is > needed for the game Vampire Secrets among others. > > http://bugs.winehq.org/show_bug.cgi?id=28612 > > First I'd like to check that Pi

basic_ifstream implementation

2011-10-26 Thread Josh Juran
I'm ready to begin work on a basic_ifstream implementation for Wine, which is needed for the game Vampire Secrets among others. http://bugs.winehq.org/show_bug.cgi?id=28612 First I'd like to check that Piotr isn't already working on this. If not, I'm open to any advice on how to proceed. My p

Re: Anyone wants to ban spammer on forum

2011-10-20 Thread Josh Juran
On Oct 20, 2011, at 11:58 AM, Jerome Leclanche wrote: > I don't subscribe to websites that have annoying captchas either way; > and many people are like that. Bot authors have proved they can beat > any system; and captchas (recaptcha especially) has proved itself as > one of the most effective an

Re: Warning report for wine-1.3.30-55-g583e887

2011-10-12 Thread Josh Juran
On Oct 12, 2011, at 1:31 PM, Octavian Voicu wrote: > On Wed, Oct 12, 2011 at 11:22 PM, Josh Juran wrote: >> My understanding is that accessing element n or greater in an array[n] >> is undefined behavior, but declaring a huge array and allocating only >> part of it is valid.

Re: Warning report for wine-1.3.30-55-g583e887

2011-10-12 Thread Josh Juran
On Oct 12, 2011, at 10:11 AM, Dmitry Timoshkov wrote: > Jerome Leclanche wrote: > >> It would be nice to fix the "array subscript is above array bounds" >> warning spam for 1.4.0. They make up 90% of the warnings. > > The compiler is misguided, you can safely ignore those warnings. My understa

Re: [Wine] WineHQ database compromise

2011-10-11 Thread Josh Juran
On Oct 11, 2011, at 3:54 PM, Conan Kudo (ニール・ゴンパ) wrote: > 2011/10/11 Josh Juran > >> To clarify, your browser sends your password to bugzilla in cleartext, since >> HTTPS isn't an option. > > Shouldn't it be possible to modify the login environment so that a

Re: [Wine] WineHQ database compromise

2011-10-11 Thread Josh Juran
On Oct 11, 2011, at 3:37 PM, Conan Kudo (ニール・ゴンパ) wrote: > On Tue, Oct 11, 2011 at 3:39 PM, Josh Juran wrote: > >> Since bugzilla passwords were sent in cleartext anyway, I sincerely hope >> none of them were otherwise valuable. (Remember FireSheep?) > > Wait, what?

Re: [Wine] WineHQ database compromise

2011-10-11 Thread Josh Juran
On Oct 11, 2011, at 12:13 PM, Jeremy White wrote: > What we know at this point that someone was able to obtain unauthorized > access to the phpmyadmin utility. We do not exactly how they obtained > access; it was either by compromising an admins credentials, or by > exploiting an unpatched vulner