log

age author description
Fri, 15 Oct 2010 14:48:31 +0100 Timo Sirainen ldap: Compare LDAP attribute names case-insensitively.
Fri, 15 Oct 2010 13:27:59 +0100 Timo Sirainen ldap: Log a warning if iterate_attrs has other fields than 'user'.
Thu, 14 Oct 2010 18:20:58 +0100 Timo Sirainen maildir: Check correctly if file is a symlink.
Thu, 14 Oct 2010 17:23:11 +0100 Timo Sirainen lib-index: Put back some of the removed locking complexity.
Thu, 14 Oct 2010 17:02:20 +0100 Timo Sirainen *-login: If client didn't log in, don't log mpid in logout message.
Thu, 14 Oct 2010 16:58:57 +0100 Timo Sirainen imap, pop3: Cork TCP connection before trying to flush output in output callback.
Thu, 14 Oct 2010 16:53:04 +0100 Timo Sirainen lib-storage: If mailbox deletion failed, we crashed while trying to write undelete record to index.
Thu, 14 Oct 2010 16:22:54 +0100 Timo Sirainen lib-index: Don't reopen mailbox log file too often.
Thu, 14 Oct 2010 16:17:43 +0100 Timo Sirainen lib-index: Mailbox log writing was trying to write to a closed log file fd.
Thu, 14 Oct 2010 15:59:11 +0100 Timo Sirainen auth: Give a better error message if pass=yes can't be used in master passdb.
Wed, 06 Oct 2010 19:49:31 +0100 Timo Sirainen quota: Log a warning if Maildir++ quota is enabled for non-Maildir storage.
Wed, 06 Oct 2010 19:35:17 +0100 Timo Sirainen master: Parse and check full config at startup.
Wed, 06 Oct 2010 19:35:06 +0100 Timo Sirainen lib-master: Added support for parse_full_config input option for settings parsing.
Wed, 06 Oct 2010 19:34:41 +0100 Timo Sirainen doveconf: Added -p parameter to parse full config even if -m module is given.
Wed, 06 Oct 2010 19:19:48 +0100 Timo Sirainen maildir: Write only base filenames to uidlist.
Wed, 06 Oct 2010 19:08:43 +0100 Timo Sirainen imap search: Fixed YOUNGER/OLDER
Wed, 06 Oct 2010 19:02:20 +0100 Timo Sirainen search: If body search fails due to I/O error, keep the result as "unknown".
Wed, 06 Oct 2010 18:57:38 +0100 Timo Sirainen lda: -m parameter's UTF-8 validity wasn't checked correctly.
Wed, 06 Oct 2010 18:57:16 +0100 Timo Sirainen lib-lda: Fixed error handling if newly delivered mail couldn't be opened.
Wed, 06 Oct 2010 18:20:26 +0100 Timo Sirainen lib-index: Always update index map while committing a transaction.
Wed, 06 Oct 2010 18:18:30 +0100 Timo Sirainen lib-index: Cache offsets were sometimes written pointing to an older cache file.
Wed, 06 Oct 2010 17:15:51 +0100 Timo Sirainen lib-index: Avoid unnecessary pread()s at end of transaction log file.
Wed, 06 Oct 2010 17:11:52 +0100 Timo Sirainen lib-index: Removed unnecessary code from lock handling.
Wed, 06 Oct 2010 16:17:08 +0100 Timo Sirainen lib-dict: If connect() to dict socket fails, log an error, but don't die.
Wed, 06 Oct 2010 15:54:14 +0100 Timo Sirainen quota: Give better error message for connect() EACCES failure to quota-warning socket.
Tue, 05 Oct 2010 22:55:37 +0100 Timo Sirainen auth: Added lookup_credentials() support for passdb static
Tue, 05 Oct 2010 22:53:58 +0100 Timo Sirainen imap IDLE: Don't send "Still here" notifications if there is already data in output buffer.
Tue, 05 Oct 2010 22:52:55 +0100 Timo Sirainen master: Get only master-related configuration from doveconf at startup.
Tue, 05 Oct 2010 02:20:31 +0100 Timo Sirainen maildir: Don't assert-crash when saving a message without locking uidlist.
Mon, 04 Oct 2010 17:16:38 +0100 Timo Sirainen priority queue: Set item's idx value to invalid when it's removed from queue.