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 >

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'

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 depen

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. >> > i

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 depen

[PATCH] implement gssapi support

2014-07-05 Thread Jan Synacek
Hello, 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 this patch version 1. Thanks, -- Jan Synacek Software Engineer, Red Hat