log

age author description
Wed, 20 Feb 2013 16:03:53 +0200 Timo Sirainen mbox: Fixed mailbox_update() to not shrink uidnext.
Wed, 20 Feb 2013 15:56:56 +0200 Timo Sirainen acl: Skip ACLs if admin user flag is set (especially dsync).
Wed, 20 Feb 2013 15:49:46 +0200 Timo Sirainen acl: If copy() doesn't have enough permissions, free mail_save_context properly.
Wed, 20 Feb 2013 15:49:06 +0200 Timo Sirainen lib-storage: Added more asserts to catch missing mail_save_context frees.
Wed, 20 Feb 2013 15:41:17 +0200 Timo Sirainen lib-storage: If mailbox is deleted, mailbox_save_begin() should cancel mail_save_context.
Wed, 20 Feb 2013 15:40:16 +0200 Timo Sirainen lib-storage: Reset saving/moving/copying_via_save flag between mail_save_context uses.
Wed, 20 Feb 2013 12:24:36 +0200 Timo Sirainen test-http-client: Added POST functionality also.
Wed, 20 Feb 2013 11:58:34 +0200 Timo Sirainen test-http-client: If given a parameter, GET it.
Wed, 20 Feb 2013 11:57:55 +0200 Timo Sirainen lib-http: Avoid hanging in http_client_wait() while there's nothing to do.
Wed, 20 Feb 2013 11:18:59 +0200 Timo Sirainen lib-http: Minor API change: Added http_client_request_finish_payload()
Wed, 20 Feb 2013 10:58:02 +0200 Timo Sirainen mailbox_list_index: Removed race conditions from index updates.
Wed, 20 Feb 2013 10:57:13 +0200 Timo Sirainen lib-index: Added assert.
Tue, 19 Feb 2013 15:52:21 +0200 Timo Sirainen hostpid_init() should die if hostname is invalid.
Tue, 19 Feb 2013 13:43:42 +0200 Timo Sirainen lib-index: Give a better error message if index is readonly and log is tried to be locked.
Tue, 19 Feb 2013 13:18:38 +0200 Timo Sirainen LAYOUT=index: Index is the only source for mailbox info, don't try any syncing with storage.
Tue, 19 Feb 2013 13:17:42 +0200 Timo Sirainen lib-storage: Fixed mailbox_update() when using mailbox_list_index=yes
Tue, 19 Feb 2013 13:17:05 +0200 Timo Sirainen Added guid_128_equals() helper function.
Tue, 19 Feb 2013 11:25:21 +0200 Timo Sirainen auth: Fix to previous change.
Tue, 19 Feb 2013 11:22:57 +0200 Timo Sirainen auth: userdb passwd-file iteration now skips passdb-only entries if there are other userdbs.
Tue, 19 Feb 2013 11:08:49 +0200 Timo Sirainen dsync: Added more debug logging.
Tue, 19 Feb 2013 10:38:51 +0200 Timo Sirainen auth: If user in passwd-file has no userdb info, userdb lookup now returns it as nonexistent.
Tue, 19 Feb 2013 10:14:04 +0200 Timo Sirainen dsync: Improved debug output.
Tue, 19 Feb 2013 09:45:12 +0200 Timo Sirainen dsync: Assert-crashfix for handling conflicting private flags.
Tue, 19 Feb 2013 09:35:10 +0200 Timo Sirainen replicator plugin: And crashfix for the previous change..
Tue, 19 Feb 2013 09:32:11 +0200 Timo Sirainen replication plugin: Notify replicator also for changes in public mailboxes.
Tue, 19 Feb 2013 08:54:32 +0200 Timo Sirainen lib-storage: Copy initial private message flags from shared flags for public mailboxes.
Tue, 19 Feb 2013 08:35:57 +0200 Timo Sirainen replicator: Use -N parameter for dsync (replicate all visible namespaces).
Tue, 19 Feb 2013 08:35:23 +0200 Timo Sirainen dsync: Renamed -a parameter to -N. It also now skips invisible namespaces.
Tue, 19 Feb 2013 08:27:40 +0200 Timo Sirainen lib-storage: Saving/copying no longer discards private message flags.
Tue, 19 Feb 2013 08:17:50 +0200 Timo Sirainen log: Recent log parser change started logging "Invalid log line" errors unintentionally.
Mon, 18 Feb 2013 15:14:05 +0200 Timo Sirainen log: Don't crash if log client sends line with pid=0.
Mon, 18 Feb 2013 15:12:26 +0200 Timo Sirainen my_hostname was broken because of recent change.
Mon, 18 Feb 2013 08:46:06 +0200 Timo Sirainen doveconf: Added -H parameter to check for hostname hash duplicates.
Mon, 18 Feb 2013 08:45:54 +0200 Timo Sirainen Added guid_128_host_hash_get().
Mon, 18 Feb 2013 07:20:03 +0200 Timo Sirainen Master looks up system hostdomain now and sends it to child processes via environment.
Mon, 18 Feb 2013 07:12:44 +0200 Timo Sirainen master: Don't close stderr. If log process fails at startup, the errors are logged there.
Mon, 18 Feb 2013 06:49:57 +0200 Timo Sirainen Free my_hostdomain at deinit.
Mon, 18 Feb 2013 06:35:41 +0200 Timo Sirainen example-config: Updated hostname setting's comments.
Mon, 18 Feb 2013 06:31:51 +0200 Timo Sirainen dsync: Fix to checking which side should do the locking.
Sun, 17 Feb 2013 11:48:16 +0200 Timo Sirainen dsync: Fixes to handling local changes during dsync.
Sun, 17 Feb 2013 11:47:32 +0200 Timo Sirainen dsync: Fail if changing mailbox GUID update doesn't work.
Sun, 17 Feb 2013 11:46:14 +0200 Timo Sirainen mbox: Fixed mailbox_update() for changing mailbox GUID.
Sun, 17 Feb 2013 10:47:40 +0200 Timo Sirainen lib-index: Make sure unused_old_sync_* fields are cleared in header in old inedx files.
Sun, 17 Feb 2013 10:15:04 +0200 Timo Sirainen dsync: Fixed infinite loop in importer.
Sun, 17 Feb 2013 10:14:49 +0200 Timo Sirainen dsync: Improved unexpected error logging.
Sun, 17 Feb 2013 10:11:20 +0200 Timo Sirainen maildir: Don't try to preserve old filename when saving if uidlist couldn't be locked.
Sun, 17 Feb 2013 10:10:45 +0200 Timo Sirainen maildir: If we see old maildir file reappear, re-read uidlist before logging error.
Sun, 17 Feb 2013 08:50:18 +0200 Timo Sirainen dsync: If locking fails, fail instead of continuing.
Sun, 17 Feb 2013 07:05:08 +0200 Timo Sirainen dsync: Use full hostname+domain when comparing if hosts are different in locking.
Sat, 16 Feb 2013 18:57:33 +0200 Timo Sirainen Merged changes from v2.1 tree.
Sat, 16 Feb 2013 13:32:57 +0200 Timo Sirainen mdbox: mailbox_copy() didn't properly free the save context.
Fri, 08 Feb 2013 16:42:21 +0200 Timo Sirainen mdbox: Crashfix for storage rebuild
Fri, 08 Feb 2013 15:05:40 +0200 Timo Sirainen Added signature for changeset fc75811f3c08
Fri, 08 Feb 2013 15:05:37 +0200 Timo Sirainen Added tag 2.1.15 for changeset fc75811f3c08
Fri, 08 Feb 2013 15:05:36 +0200 Timo Sirainen Released v2.1.15.
Wed, 06 Feb 2013 19:00:52 +0200 Timo Sirainen lib-storage: Convert INBOX to uppercase also when namespace has inbox=no.
Wed, 06 Feb 2013 18:29:22 +0200 Timo Sirainen lib-index: Avoid assert-crashing later if mmap(dovecot.index.cache) fails.
Tue, 05 Feb 2013 16:48:29 +0200 Timo Sirainen lmtp: If verbose_proctitle=yes, update the process state in the title.
Mon, 04 Feb 2013 17:06:40 +0200 Timo Sirainen lib-index: Bug in cache file size verification caused the whole cache file to be mapped.
Mon, 04 Feb 2013 16:10:50 +0200 Timo Sirainen lib-storage: If message parser's input stream is closed early, don't treat it as error.