Re: [PATCH] Fill a SECBUFFER_MISSING buffer if the message is not complete

2010-09-07 Thread Mikko Rasa
On 07.09.2010 22:37, Hans Leidekker wrote: Hi Mikko, diff --git a/dlls/secur32/schannel.c b/dlls/secur32/schannel.c index 78757ac..192f9cb 100644 --- a/dlls/secur32/schannel.c +++ b/dlls/secur32/schannel.c @@ -1244,6 +1244,15 @@ static SECURITY_STATUS SEC_ENTRY schan_DecryptMessage(PCtxtHandle

Re: [PATCH] Fill a SECBUFFER_MISSING buffer if the message is not complete

2010-09-07 Thread Mikko Rasa
On 07.09.2010 21:29, Juan Lang wrote: Hi Mikko, +// This is a bit weird, but windows does it too You can't use C++-style comments in Wine. You do the same in your tests patch, too. Sorry, my bad. I'll fix them up. -- Mikko

Re: [PATCH] Fill a SECBUFFER_MISSING buffer if the message is not complete

2010-09-07 Thread Hans Leidekker
Hi Mikko, > diff --git a/dlls/secur32/schannel.c b/dlls/secur32/schannel.c > index 78757ac..192f9cb 100644 > --- a/dlls/secur32/schannel.c > +++ b/dlls/secur32/schannel.c > @@ -1244,6 +1244,15 @@ static SECURITY_STATUS SEC_ENTRY > schan_DecryptMessage(PCtxtHandle context_handle > if(buffer->

Re: [PATCH] Fill a SECBUFFER_MISSING buffer if the message is not complete

2010-09-07 Thread Austin English
On Tue, Sep 7, 2010 at 10:44 AM, Mikko Rasa wrote: > --- >  dlls/secur32/schannel.c |    9 + >  1 files changed, 9 insertions(+), 0 deletions(-) Howdy Mikko, > diff --git a/dlls/secur32/schannel.c b/dlls/secur32/schannel.c > index 78757ac..192f9cb 100644 > --- a/dlls/secur32/schannel.c >

Re: [PATCH] Fill a SECBUFFER_MISSING buffer if the message is not complete

2010-09-07 Thread Juan Lang
Hi Mikko, +// This is a bit weird, but windows does it too You can't use C++-style comments in Wine. You do the same in your tests patch, too. --Juan