changeset 3670:81e73a6714c1 HEAD

1.0alpha4
author Timo Sirainen <tss@iki.fi>
date Thu, 20 Oct 2005 12:09:49 +0300
parents 09b5e002ad8a
children 77135b9e26b5
files TODO configure.in
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Thu Oct 20 12:07:48 2005 +0300
+++ b/TODO	Thu Oct 20 12:09:49 2005 +0300
@@ -1,3 +1,8 @@
+ - with blocking passdb we're not caching lookups if the password was wrong
+ - blocking passdb/userdb works only as root since it can't access
+   /var/run/auth-worker.* files..
+ - configurable syslog facility
+ - LIST replies 2049 bytes (more would come) -> dovecot gets stuck?
  - auth: it's not possible to have two same passdbs/userdbs with different
    settings
  - LDA: empty mail gives an error. <LF> mail gives another error.
@@ -55,7 +60,6 @@
 
  - auth master refcounting when handling user/request?
 
- - mail_index_map() -> sync from transaction log -> refresh -> mail_index_map()
  - buffer_create_data() behavior has changed from silent-truncating to
    hard-crashing. See if it breaks anywhere (PAM!)
  - PAM / checkpassword should use passdb-blocking
--- a/configure.in	Thu Oct 20 12:07:48 2005 +0300
+++ b/configure.in	Thu Oct 20 12:09:49 2005 +0300
@@ -1,4 +1,4 @@
-AC_INIT(dovecot, 1.0.alpha3, [dovecot@dovecot.org])
+AC_INIT(dovecot, 1.0.alpha4, [dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AC_CONFIG_HEADERS([config.h])