Re: [Dovecot] Patch Adding BASE64-PLAIN Password Scheme

2007-05-13 Thread Timo Sirainen
On Sun, 2007-05-13 at 11:50 +0800, imacat wrote: > On Sat, 12 May 2007 21:58:30 +0300 > Timo Sirainen <[EMAIL PROTECTED]> wrote: > > On Sun, 2007-05-13 at 00:34 +0800, imacat wrote: > > > 1. I do not know if adding base64_decode() in > > > passwd_file_save_results() in src/auth/passdb-passwd-f

Re: [Dovecot] Patch Adding BASE64-PLAIN Password Scheme

2007-05-12 Thread imacat
On Sat, 12 May 2007 21:58:30 +0300 Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Sun, 2007-05-13 at 00:34 +0800, imacat wrote: > > 1. I do not know if adding base64_decode() in > > passwd_file_save_results() in src/auth/passdb-passwd-file.c is > > appropriate. > This isn't needed. The generic

Re: [Dovecot] Patch Adding BASE64-PLAIN Password Scheme (was: APOP Clear Text)

2007-05-12 Thread Timo Sirainen
On Sun, 2007-05-13 at 00:34 +0800, imacat wrote: > Hi. Here is a simple patch that adds the BASE64-PLAIN password > scheme. It may not be very clean. > > 1. I do not know if adding base64_decode() in > passwd_file_save_results() in src/auth/passdb-passwd-file.c is > appropriate. This i

[Dovecot] Patch Adding BASE64-PLAIN Password Scheme (was: APOP Clear Text)

2007-05-12 Thread imacat
On Sat, 12 May 2007 01:25:45 +0800 imacat <[EMAIL PROTECTED]> wrote: > > > 2. I would like to use APOP in addition to SSL/TLS. Currently > > > Dovecot saves APOP passwords as clear text. I understand this. But is > > > it possible to have some sort of encoding, for example, Base64? Just to