Re: [PATCH] implement gssapi support

2014-09-09 Thread Oswald Buddenhagen
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

Re: [PATCH] implement gssapi support

2014-09-09 Thread Jan Synacek
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

Re: [PATCH] implement gssapi support

2014-09-09 Thread Oswald Buddenhagen
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

Re: [PATCH] implement gssapi support

2014-09-08 Thread Jan Synacek
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

Re: [PATCH] implement gssapi support

2014-07-28 Thread Oswald Buddenhagen
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. >

Re: [PATCH] implement gssapi support

2014-07-05 Thread Jan Synacek
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

Re: [PATCH] implement gssapi support

2014-07-05 Thread Jan Synacek
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

Re: [PATCH] implement gssapi support

2014-07-05 Thread Jan Synacek
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

[PATCH] implement gssapi support

2014-07-05 Thread Jan Synacek
>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 ++

Re: [PATCH] implement gssapi support

2014-06-25 Thread Oswald Buddenhagen
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

Re: [PATCH] implement gssapi support

2014-06-14 Thread Oswald Buddenhagen
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