On Tue, Sep 09, 2014 at 01:00:16PM +0200, Jan Synacek wrote:
> Yes, I have tried and I'm getting:
> ...
> Authenticating with SASL mechanism GSSAPI...
> Error: SASL provided no authentication data.
> Error: (null)
>
damn. do you have time to help debug it?
i need at least the mbsync -V output. tra
Oswald Buddenhagen writes:
> On Mon, Sep 08, 2014 at 01:02:30PM +0200, Jan Synacek wrote:
>> Oswald Buddenhagen writes:
>> >On Fri, Jul 04, 2014 at 11:29:52AM +0200, Jan Synacek wrote:
>> >> Here's second version of my patch. I decided to kind of revive (I
>> >> cleaned it up a lot) the original
On Mon, Sep 08, 2014 at 01:02:30PM +0200, Jan Synacek wrote:
> Oswald Buddenhagen writes:
> >On Fri, Jul 04, 2014 at 11:29:52AM +0200, Jan Synacek wrote:
> >> Here's second version of my patch. I decided to kind of revive (I
> >> cleaned it up a lot) the original sasl branch. Since the SASL suppor
Oswald Buddenhagen writes:
>On Fri, Jul 04, 2014 at 11:29:52AM +0200, Jan Synacek wrote:
>> Here's second version of my patch. I decided to kind of revive (I
>> cleaned it up a lot) the original sasl branch. Since the SASL support
>> will already be there, I don't think it makes sense to have addi
On Fri, Jul 04, 2014 at 11:29:52AM +0200, Jan Synacek wrote:
> Here's second version of my patch. I decided to kind of revive (I
> cleaned it up a lot) the original sasl branch. Since the SASL support
> will already be there, I don't think it makes sense to have additional
> code for GSSAPI only.
>
Oswald Buddenhagen writes:
> On Fri, Jun 13, 2014 at 09:47:49AM +0200, Jan Synacek wrote:
>> I've implemented GSSAPI support for isync. I was a bit unsure about the
>> ifdefs and how to structure them, since I use EVP_DecodeBlock() to
>> decode base64, which means dependency on OpenSSL. Consider
Oswald Buddenhagen writes:
> On Wed, Jun 25, 2014 at 02:28:42PM +0200, Jan Synacek wrote:
>> Oswald Buddenhagen writes:
>> > note that there is also a sasl branch in git. you can take a lot from
>> > the commit and also the review in the commit message.
>> > ideally, revive it as well.
>>
>> It
Oswald Buddenhagen writes:
> On Fri, Jun 13, 2014 at 09:47:49AM +0200, Jan Synacek wrote:
>> I've implemented GSSAPI support for isync. I was a bit unsure about the
>> ifdefs and how to structure them, since I use EVP_DecodeBlock() to
>> decode base64, which means dependency on OpenSSL. Consider t
>From 6677e6f4b7ab436362b2a0b2ff623d516d15c3ab Mon Sep 17 00:00:00 2001
From: Jan Synacek
Date: Fri, 13 Jun 2014 09:22:05 +0200
Subject: [PATCH] implement gssapi support
---
configure.ac | 14
src/common.h | 4 ++
src/drv_imap.c | 201 ++
On Wed, Jun 25, 2014 at 02:28:42PM +0200, Jan Synacek wrote:
> Oswald Buddenhagen writes:
> > note that there is also a sasl branch in git. you can take a lot from
> > the commit and also the review in the commit message.
> > ideally, revive it as well.
>
> It looks like the sasl code does slight
gt; Date: Fri, 13 Jun 2014 09:22:05 +0200
> Subject: [PATCH] implement gssapi support
>
> ---
> configure.ac | 14
> src/common.h | 4 ++
> src/drv_imap.c | 201
> +
> src/socket.h | 3 +
> src/ut
11 matches
Mail list logo