log

age author description
Fri, 08 May 2015 10:44:18 +0300 Timo Sirainen Moved fs-compress from lib-fs to lib-compression.
Thu, 07 May 2015 20:35:23 +0300 Timo Sirainen lib-fs: Fixed fs-compress code to actually build and run.
Thu, 07 May 2015 20:25:44 +0300 Timo Sirainen lib-fs: Added fs-compress wrapper.
Thu, 07 May 2015 18:21:35 +0300 Timo Sirainen lib-storage: Fixed LAYOUT=imapdir to work again
Thu, 07 May 2015 18:04:33 +0300 Timo Sirainen director: Fixed "doveadm director status <user>" lookup to return "Current" correctly.
Thu, 07 May 2015 17:29:55 +0300 Timo Sirainen example-config: s/Recipient:/Received:/
Thu, 07 May 2015 17:29:00 +0300 Timo Sirainen exmaple-config: Added lmtp_hdr_delivery_address setting.
Thu, 07 May 2015 17:18:44 +0300 Timo Sirainen auth: Added assert to make sure previous change is correct.
Thu, 07 May 2015 11:27:55 +0300 Timo Sirainen auth: Fixed credentials lookups via auth-workers when no actual password was returned.
Thu, 07 May 2015 11:21:33 +0300 Timo Sirainen ldap auth: If password is already verified (e.g. master user login), skip LDAP auth binding.
Thu, 07 May 2015 00:01:16 +0300 Timo Sirainen mbox: Added an extra assert
Thu, 07 May 2015 00:01:08 +0300 Timo Sirainen mbox: Fixed crash/corruption in some situations when the first mail was expunged.
Wed, 06 May 2015 19:50:23 +0300 Timo Sirainen imap: Don't advertise SPECIAL-USE if there are no such mailboxes configured.
Wed, 06 May 2015 16:16:11 +0300 Timo Sirainen dsync: Don't try to rename namespace roots.
Wed, 06 May 2015 16:01:45 +0300 Timo Sirainen doveadm: Changed -U to -F
Wed, 06 May 2015 15:45:43 +0300 Timo Sirainen doveadm: Added -U <file> parameter for executing the command for all the users in the file.
Wed, 06 May 2015 15:42:31 +0300 Timo Sirainen doveadm-server: Invalid parameters for some commands caused crash at deinit handlers.
Wed, 06 May 2015 14:14:09 +0300 Timo Sirainen script: Another comment update about protocol - the previous one was wrong.
Wed, 06 May 2015 11:10:09 +0300 Timo Sirainen script: Updated comment to describe the current script protocol.
Tue, 05 May 2015 23:07:03 +0300 Timo Sirainen doveadm fs delete: Fixed function return type
Tue, 05 May 2015 16:24:07 +0300 Timo Sirainen lib-storage: After mailbox_list_init_fs() is finished, notify fs about it.
Tue, 05 May 2015 16:18:21 +0300 Timo Sirainen fts-lucene: Removed lazy initialization code.
Tue, 05 May 2015 16:17:14 +0300 Timo Sirainen fts: Initialize fts backend in mail_namespaces_added(), not in mailbox_list_created()
Tue, 05 May 2015 16:14:07 +0300 Timo Sirainen lib-storage: mailbox_list_fs_get_list() shouldn't crash if fs wasn't created by mailbox_list_init_fs()
Tue, 05 May 2015 14:16:31 +0300 Timo Sirainen auth: If passdb has non-matching allow_nets, don't fail the other passdb lookups also.
Tue, 05 May 2015 13:35:52 +0300 Timo Sirainen doveadm fs delete: Another attempt at fixing recursive deletion.
Tue, 05 May 2015 13:30:38 +0300 Timo Sirainen doveadm fs delete: Reverted last two patches - they were all completely wrong..
Tue, 05 May 2015 13:13:42 +0300 Timo Sirainen doveadm fs delete: Recent changes broke it completely.
Mon, 04 May 2015 23:27:42 +0300 Timo Sirainen lib-storage: Fixed setting/getting server metadata.
Mon, 04 May 2015 19:53:53 +0300 Stephan Bosch mail-storage: Moved mailbox attributes API to separate module.