On Sat, Oct 30, 2004 at 09:28:13AM -0400, Kevin wrote:
> 1 /* GSSAPI SASL plugin
> 2 * Leif Johansson
> 3 * Rob Siemborski (SASL v2 Conversion)
> 4 * $Id: gssapi.c,v 1.90 2004/07/06 21:55:47 rjs3 Exp $
>
>
> I'm guessing that the patch mentioned at the top of this threa
On Sat, Oct 30, 2004 at 09:28:13AM -0400, Kevin wrote:
> I'm guessing that the patch mentioned at the top of this thread is
> already in this file (I don't see anything in my file remotely
> resembling what I see in bugzilla line 1419), as well as the one that
> apparently caused the broken behavio
On Wed, 2004-07-07 at 12:46 +0200, Jukka Salmi wrote:
> Rob Siemborski --> cyrus-sasl (2004-07-06 17:57:23 -0400):
> > After talking with Sam Hartman, it became apparent that MIT gets the
> > implementation of gss_wrap_size_limit right and Heimdal gets it
> > oh...so...wrong.
> >
> > I've committe
Rob Siemborski --> cyrus-sasl (2004-07-06 17:57:23 -0400):
> After talking with Sam Hartman, it became apparent that MIT gets the
> implementation of gss_wrap_size_limit right and Heimdal gets it
> oh...so...wrong.
>
> I've committed a patch that should make this work in both cases, however.
I'm
On Tue, 6 Jul 2004, Rob Siemborski wrote:
> On Tue, 6 Jul 2004, Andreas wrote:
>
> > Here I applied only the patch at the bugzilla entry below in order to fix the
> > problem
> > (cyrus-sasl-2.1.18):
> >
> > https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2457
>
> This patch corresponds to revisi
On Tue, 6 Jul 2004, Andreas wrote:
Here I applied only the patch at the bugzilla entry below in order to fix the problem
(cyrus-sasl-2.1.18):
https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2457
This patch corresponds to revision 1.88. I'll have a closer look at the
changes in 1.89.
-Rob
-=-=-=-
On Tue, Jul 06, 2004 at 08:21:13PM +0200, Jukka Salmi wrote:
> Hi,
>
> the recent changes to plugins/gssapi.c between revisions 1.88 and 1.89 [2]
> made the problem come back after it was solved by applying the diff between
> 1.84 and 1.85.
>
> In short: using rev. 1.88 works fine for me; however
Hi,
the recent changes to plugins/gssapi.c between revisions 1.88 and 1.89 [2]
made the problem come back after it was solved by applying the diff between
1.84 and 1.85.
In short: using rev. 1.88 works fine for me; however, with rev. 1.89
uploading sieve scripts larger than 4000 bytes fails with
Jukka Salmi --> info-cyrus (2004-07-01 23:33:16 +0200):
> When authenticating with GSSAPI I can't upload Sieve script larger
> than about 4k bytes:
To be more accurate, it's "larger than 4000 bytes".
> sieve[7228]: encoded packet size too big (4107 > 4096)
Applying [1] solved my problem..