Re: [Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-03 Thread Florian Zeitz
Am 03.10.2012 02:50, schrieb Timo Sirainen: > On Wed, 2012-10-03 at 02:10 +0200, Florian Zeitz wrote: >> Attached is a new export incorporating your feedback. > > Committed. Also what do you think about the attached patch? (Compiles, > untested.) > Moving the passdb parsing into a separate functi

Re: [Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-02 Thread Timo Sirainen
On Wed, 2012-10-03 at 02:10 +0200, Florian Zeitz wrote: > Attached is a new export incorporating your feedback. Committed. Also what do you think about the attached patch? (Compiles, untested.) diff -r 3e3ac2c16fa4 src/auth/mech-scram-sha1.c --- a/src/auth/mech-scram-sha1.c Wed Sep 19 03:13:39 20

Re: [Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-02 Thread Florian Zeitz
Am 03.10.2012 01:58, schrieb Timo Sirainen: > On 3.10.2012, at 2.54, Florian Zeitz wrote: > >> Am 03.10.2012 01:42, schrieb Timo Sirainen: >>> On 3.10.2012, at 0.05, Florian Zeitz wrote: >>> attached is an hg export on top of the current dovecot-2.2 branch, which adds support for a SCRAM

Re: [Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-02 Thread Timo Sirainen
On 3.10.2012, at 2.54, Florian Zeitz wrote: > Am 03.10.2012 01:42, schrieb Timo Sirainen: >> On 3.10.2012, at 0.05, Florian Zeitz wrote: >> >>> attached is an hg export on top of the current dovecot-2.2 branch, which >>> adds support for a SCRAM-SHA-1 password scheme. >> >> Oh, and SCRAM-SHA1 or

Re: [Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-02 Thread Florian Zeitz
Am 03.10.2012 01:42, schrieb Timo Sirainen: > On 3.10.2012, at 0.05, Florian Zeitz wrote: > >> attached is an hg export on top of the current dovecot-2.2 branch, which >> adds support for a SCRAM-SHA-1 password scheme. > > Oh, and SCRAM-SHA1 or SCRAM-SHA-1? I'd think SCRAM-SHA1 as the scheme is n

Re: [Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-02 Thread Timo Sirainen
On 3.10.2012, at 0.05, Florian Zeitz wrote: > attached is an hg export on top of the current dovecot-2.2 branch, which > adds support for a SCRAM-SHA-1 password scheme. Oh, and SCRAM-SHA1 or SCRAM-SHA-1? I'd think SCRAM-SHA1 as the scheme is now called, but elsewhere in the code (including user-

Re: [Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-02 Thread Timo Sirainen
On 3.10.2012, at 1.12, Florian Zeitz wrote: > Am 02.10.2012 23:27, schrieb Timo Sirainen: >> On 3.10.2012, at 0.05, Florian Zeitz wrote: >> >>> attached is an hg export on top of the current dovecot-2.2 branch, which >>> adds support for a SCRAM-SHA-1 password scheme. >>> >>> Ideally I'd want do

Re: [Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-02 Thread Florian Zeitz
Am 02.10.2012 23:27, schrieb Timo Sirainen: > On 3.10.2012, at 0.05, Florian Zeitz wrote: > >> attached is an hg export on top of the current dovecot-2.2 branch, which >> adds support for a SCRAM-SHA-1 password scheme. >> >> Ideally I'd want doveadm pw's rounds flag to apply to this, but that's >>

Re: [Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-02 Thread Timo Sirainen
On 3.10.2012, at 0.05, Florian Zeitz wrote: > attached is an hg export on top of the current dovecot-2.2 branch, which > adds support for a SCRAM-SHA-1 password scheme. > > Ideally I'd want doveadm pw's rounds flag to apply to this, but that's > currently specific to the crypt password scheme, so

[Dovecot] [PATCH] Add SCRAM-SHA-1 password scheme

2012-10-02 Thread Florian Zeitz
Hello, attached is an hg export on top of the current dovecot-2.2 branch, which adds support for a SCRAM-SHA-1 password scheme. Ideally I'd want doveadm pw's rounds flag to apply to this, but that's currently specific to the crypt password scheme, so I left it out for now. Regards, Florian Zeitz