log

age author description
Sat, 12 Feb 2011 04:50:03 +0200 Timo Sirainen lib-storage: mailbox_exists() can now return if it's selectable or non-selectable.
Sat, 12 Feb 2011 00:48:47 +0200 Timo Sirainen lib-storage: Changed mailbox_list.subscriptions_refresh() API to be more flexible.
Sat, 12 Feb 2011 00:38:09 +0200 Timo Sirainen lib-storage: Mailbox list indexes are now enabled also for in-memory indexes.
Sat, 12 Feb 2011 00:16:06 +0200 Timo Sirainen lib-storage: Don't allow renaming mailbox under another one with different permissions.
Sat, 12 Feb 2011 00:15:04 +0200 Timo Sirainen lib-storage: Crashfix to removing deleted mailboxes from mailbox list index.
Sat, 12 Feb 2011 00:02:02 +0200 Timo Sirainen lib-storage: When creating a new mailbox, get permissions from its parent mailbox, not root.
Wed, 09 Feb 2011 02:26:44 +0200 Timo Sirainen lib-storage: Use RECENT count in mailbox list index to set \Marked and \UnMarked LIST flag.
Wed, 09 Feb 2011 02:25:47 +0200 Timo Sirainen lib-storage: Update mailbox list indexes also after each transaction commit. Fixed RECENT counter.
Wed, 09 Feb 2011 01:58:56 +0200 Timo Sirainen lmtp: Fixed crash at startup.
Wed, 09 Feb 2011 01:54:34 +0200 Timo Sirainen lda: Fixed crash at startup.
Wed, 09 Feb 2011 01:31:40 +0200 Timo Sirainen lib-storage: Return STATUS replies from mailbox list index only when it's fully up-to-date.
Tue, 08 Feb 2011 22:54:14 +0200 Timo Sirainen lib-storage: Mailbox list indexes now refresh the index on create/delete/rename.
Tue, 08 Feb 2011 22:18:14 +0200 Timo Sirainen lib-index: sync_stamp and sync_size fields are unused, mark them as such.
Tue, 08 Feb 2011 22:17:44 +0200 Timo Sirainen mbox: No longer try to preserve sync stamps from v1.0 mbox index files.
Tue, 08 Feb 2011 01:36:19 +0200 Timo Sirainen lib-index: Removed the old "mailbox list" type index, which is no longer used.
Tue, 08 Feb 2011 01:35:45 +0200 Timo Sirainen lib-storage: Initial commit for rewritten mailbox list indexes code.
Tue, 08 Feb 2011 00:08:38 +0200 Timo Sirainen lib-index: Avoid writing tail offset unnecessarily to transaction log file.
Tue, 08 Feb 2011 00:06:28 +0200 Timo Sirainen lib-storage: Crashfix to layout=fs.
Sat, 05 Feb 2011 04:43:49 +0200 Timo Sirainen lib-storage: Crashfix.
Wed, 02 Feb 2011 05:33:04 +0200 Timo Sirainen lib-storage: Cleaned up subscription listing internally.
Wed, 02 Feb 2011 05:31:46 +0200 Timo Sirainen IMAP LIST: Never return subscribed children state if RECURSIVEMATCH isn't specified.
Wed, 02 Feb 2011 01:43:08 +0200 Timo Sirainen imapc: Support IDLE even if remote IMAP server doesn't support it.
Wed, 02 Feb 2011 01:27:50 +0200 Timo Sirainen autocreate: Redesigned autocreate plugin to create/subscribe mailboxes lazily.
Wed, 02 Feb 2011 01:17:59 +0200 Timo Sirainen lib-storage: Fixed mailbox listing with Maildir++ layout
Wed, 02 Feb 2011 01:14:57 +0200 Timo Sirainen lib-storage: Made struct mailbox_list_iterate_context usable for plugins.
Tue, 01 Feb 2011 21:07:27 +0200 Timo Sirainen maildir: Avoid stat()ing dovecot-shared unnecessarily.
Tue, 01 Feb 2011 20:59:21 +0200 Timo Sirainen lib-storage: Merged returning dir mode into mailbox_list_get_[root_]permissions().
Tue, 01 Feb 2011 20:41:54 +0200 Timo Sirainen lib-storage: Mailbox virtual names are now in UTF-8 format, not IMAP mUTF-7.
Tue, 01 Feb 2011 20:37:17 +0200 Timo Sirainen imapc: Don't use uninitialized variable.
Tue, 01 Feb 2011 19:19:01 +0200 Timo Sirainen imapc: Default imapc_user to %u.
Tue, 01 Feb 2011 19:17:36 +0200 Timo Sirainen imapc: Don't force a root directory to exist.
Tue, 01 Feb 2011 19:05:54 +0200 Timo Sirainen imapc: Moved settings from plugin {} section to proper imapc_* settings.
Mon, 31 Jan 2011 19:29:17 +0200 Timo Sirainen imapc: Added support for STARTTLS.
Mon, 31 Jan 2011 19:29:04 +0200 Timo Sirainen lib-ssl-iostream: Don't hang if given output stream is in corked state.
Mon, 31 Jan 2011 19:05:18 +0200 Timo Sirainen imapc: Avoid hanging with SSL
Mon, 31 Jan 2011 19:01:58 +0200 Timo Sirainen imapc: Don't use AUTHENTICATE PLAIN if server doesn't advertise AUTH=PLAIN capability.
Mon, 31 Jan 2011 19:01:22 +0200 Timo Sirainen imapc: Fixed LIST/LSUB handling.
Mon, 31 Jan 2011 19:00:57 +0200 Timo Sirainen imapc: Fixed sending STATUS command.
Mon, 31 Jan 2011 18:46:42 +0200 Timo Sirainen Makefile: Build lib-ssl-iostream earlier
Mon, 31 Jan 2011 18:41:04 +0200 Timo Sirainen imapc: Added initial support for SSL.
Mon, 31 Jan 2011 18:40:27 +0200 Timo Sirainen Added lib-ssl-iostream for handling SSL connections more easily.
Mon, 31 Jan 2011 04:02:04 +0200 Timo Sirainen imapc: Write large message bodies to temp files rather than keeping in memory.
Mon, 31 Jan 2011 04:00:44 +0200 Timo Sirainen lib-imap: struct imap_arg.str_size now contains the string value lengths.
Mon, 31 Jan 2011 02:17:26 +0200 Timo Sirainen lib-storage: Threading code uses now separate extra_wanted_headers also.
Mon, 31 Jan 2011 02:13:51 +0200 Timo Sirainen imapc: Fixed sending single FETCH queries.
Mon, 31 Jan 2011 02:13:06 +0200 Timo Sirainen lib-storage: Moved setting "wanted fields/headers" fields for sort program from imap-specific code.
Mon, 31 Jan 2011 01:36:29 +0200 Timo Sirainen imapc: Minor code cleanup
Sun, 30 Jan 2011 20:47:43 +0200 Timo Sirainen imapc: Send UID FETCH commands with larger uidset parameter if possible.
Sun, 30 Jan 2011 20:16:04 +0200 Timo Sirainen lib-storage: Index search context is now more accessible by backends.
Sun, 30 Jan 2011 17:51:17 +0200 Timo Sirainen script: Root permissions weren't being dropped before executing the script.
Fri, 28 Jan 2011 19:41:03 +0200 Timo Sirainen script utility now supports the script using stdio/stdout for communication.
Fri, 28 Jan 2011 19:39:00 +0200 Timo Sirainen imapc: If mail's input stream is changed, don't assume virtual size = physical size.
Fri, 28 Jan 2011 17:57:21 +0200 Timo Sirainen imapc: Added support for saving and copying messages.
Wed, 26 Jan 2011 21:47:52 +0200 Timo Sirainen ioloop: Use -1 for infinite poll/epoll timeout rather than INT_MAX.
Tue, 25 Jan 2011 17:35:32 +0200 Timo Sirainen imapc: Syncing optimization: Don't wait for STOREs to complete before sending EXPUNGE.
Tue, 25 Jan 2011 17:23:52 +0200 Timo Sirainen imapc: Added support for changing flags and expunging.
Tue, 25 Jan 2011 17:15:54 +0200 Timo Sirainen imapc: Added support for keywords.
Mon, 24 Jan 2011 00:42:29 +0200 Timo Sirainen dsync: Changes to make it work with imapc storage.
Mon, 24 Jan 2011 00:42:06 +0200 Timo Sirainen imapc: Fixed mail_set_seq/uid() to work.
Mon, 24 Jan 2011 00:31:05 +0200 Timo Sirainen dbox: mailbox_create/update() might not have updated index header correctly.
Mon, 24 Jan 2011 00:00:02 +0200 Timo Sirainen imapc: Implemented more methods.
Sun, 23 Jan 2011 23:32:52 +0200 Timo Sirainen imapc: Fixed mailbox deletion and some error handling. Code cleanups.
Sun, 23 Jan 2011 23:32:34 +0200 Timo Sirainen lib-storage: Don't fail mailbox deletion if backend doesn't support mailbox GUIDs.
Sun, 23 Jan 2011 22:58:34 +0200 Timo Sirainen lib-storage: Recent changes accidentally made INBOX case-sensitive.
Sun, 23 Jan 2011 22:57:01 +0200 Timo Sirainen imapc: Handle properly mailbox changes while it's selected. Added support for IDLE.
Sun, 23 Jan 2011 20:26:02 +0200 Timo Sirainen imapc: Fixed seqmap to work.
Fri, 21 Jan 2011 17:39:24 +0200 Timo Sirainen imapc: Code cleanups and fixes.
Fri, 21 Jan 2011 01:05:00 +0200 Timo Sirainen imapc: Call istream_opened() method if it's set for mail.
Thu, 20 Jan 2011 22:45:41 +0200 Timo Sirainen imapc: Added support for LIST/LSUB.
Thu, 20 Jan 2011 22:44:53 +0200 Timo Sirainen imapc: Don't send broken FETCH command when we don't actually have to fetch anything.
Thu, 20 Jan 2011 20:59:07 +0200 Timo Sirainen lib-storage: mailbox_alloc() now takes a virtual mailbox name and other related API changes.
Thu, 20 Jan 2011 19:21:20 +0200 Timo Sirainen lib-storage: Added mailbox_get_last_*error() wrappers and use them.
Thu, 20 Jan 2011 18:17:22 +0200 Timo Sirainen lib-storage: Crashfix on trying to create index root dir.
Thu, 20 Jan 2011 18:14:53 +0200 Timo Sirainen lib-storage: Replaced mailbox_list_get_name_status() with mailbox_exists().
Wed, 19 Jan 2011 01:21:03 +0200 Timo Sirainen imapc: Fixed authenticating with AUTHENTICATE command without SASL-IR.
Wed, 19 Jan 2011 01:20:48 +0200 Timo Sirainen imapc: Fixed sending non-syncing literals.
Sun, 16 Jan 2011 18:08:23 +0200 Timo Sirainen Added initial implementation of "imapc" storage.
Thu, 13 Jan 2011 13:08:40 +0200 Timo Sirainen TODO updated
Thu, 13 Jan 2011 13:08:21 +0200 Timo Sirainen Added io_loop_move_io() and io_loop_move_timeout().
Thu, 13 Jan 2011 13:08:02 +0200 Timo Sirainen cydir: Minor fix.
Sat, 01 Jan 2011 16:00:01 +0200 Timo Sirainen configure: Added a note that this is the UNSTABLE branch.
Sat, 01 Jan 2011 15:59:02 +0200 Timo Sirainen Merged fixes from v2.0 tree.
Sat, 01 Jan 2011 14:34:14 +0200 Timo Sirainen lib-storage: Added warning comments about mail_get_*header*utf8().
Sat, 01 Jan 2011 13:27:16 +0200 Timo Sirainen lib-storage: Don't double-demimefy headers when DISPLAYFROM/DISPLAYTO sorting.
Thu, 30 Dec 2010 13:45:11 +0200 Timo Sirainen lib-storage: Fixed deleting symlinked mailbox.
Thu, 30 Dec 2010 13:41:10 +0200 Timo Sirainen unlink_directory(): Return ELOOP for unexpected symlinks also when O_NOFOLLOW isn't supported.
Thu, 30 Dec 2010 12:45:52 +0200 Timo Sirainen doveadm quota: Don't crash if quota isn't enabled.
Thu, 30 Dec 2010 12:40:50 +0200 Timo Sirainen doveadm: Fixed mailbox-guid search key to work with shared/public mailboxes.
Thu, 30 Dec 2010 12:04:30 +0200 Timo Sirainen vpopmail: "Service disabled" check wasn't being done correctly.
Thu, 30 Dec 2010 11:51:59 +0200 Timo Sirainen doveadm user: If user isn't found, exit with status 2.
Fri, 17 Dec 2010 13:23:07 +0000 Timo Sirainen lda: Removed optimization of not creating temp files for large mails when not using Sieve.
Fri, 17 Dec 2010 13:16:01 +0000 Timo Sirainen snarf: Make sure destination mailbox is open when syncing it.
Wed, 15 Dec 2010 17:07:01 +0000 Timo Sirainen master-child API change: Use a separate fd for tracking when master dies.
Mon, 13 Dec 2010 13:40:27 +0000 Timo Sirainen net_listen(): If IPv6 isn't supported, don't fallback to IPv4 if my_ip is given.
Mon, 13 Dec 2010 13:27:18 +0000 Timo Sirainen quota: Quota warnings could have been executed at incorrect times with some configs.
Thu, 09 Dec 2010 20:49:53 +0000 Timo Sirainen imap: Fixed a memory leak in ESEARCH
Thu, 09 Dec 2010 11:16:24 +0000 Timo Sirainen lib-storage: Added assert check to make sure we never do timeout_add(0)
Wed, 08 Dec 2010 23:17:11 +0000 Timo Sirainen acl: Crashfix at deinit in some configurations.
Tue, 07 Dec 2010 02:00:45 +0000 Timo Sirainen auth: Master user login + prefetch userdb changed username to master user.
Tue, 07 Dec 2010 01:50:43 +0000 Timo Sirainen auth: Checkpassword's output fields are now logged with auth_debug=yes
Mon, 06 Dec 2010 04:36:30 +0000 Timo Sirainen auth: When logging in as anonymous user, return "anonymous" userdb extra field.
Mon, 06 Dec 2010 01:27:03 +0000 Timo Sirainen maildir: Avoid harder to unnecessarily read uidlist when syncing mailbox.
Mon, 06 Dec 2010 01:19:25 +0000 Timo Sirainen maildir: Avoid unnecessarily reading uidlist when opening mailbox.
Mon, 06 Dec 2010 00:43:28 +0000 Timo Sirainen lib-storage: Mailbox directory creation didn't properly enforce that the name was valid.
Fri, 03 Dec 2010 23:16:26 +0000 Timo Sirainen lib-master: Error message typofix.
Sat, 01 Jan 2011 15:56:37 +0200 Timo Sirainen TODO updated.
Sat, 01 Jan 2011 15:52:39 +0200 Timo Sirainen lib-storage: Moved some items from mailbox_get_status() to a new mailbox_get_metadata().
Wed, 29 Dec 2010 11:43:01 +0200 Timo Sirainen lib-storage: mailbox_get_status() can now fail.
Wed, 29 Dec 2010 11:39:32 +0200 Timo Sirainen lib-storage: Crashfix for opening sdbox/mdbox mailbox.
Mon, 06 Dec 2010 04:36:30 +0000 Timo Sirainen auth: When logging in as anonymous user, return "anonymous" userdb extra field.
Mon, 06 Dec 2010 04:00:26 +0000 Timo Sirainen TODO updated.
Mon, 06 Dec 2010 03:58:17 +0000 Timo Sirainen lib-storage: Moved mailbox.save_is_attachment() to mail_save_context.part_is_attachment()
Mon, 06 Dec 2010 03:53:30 +0000 Timo Sirainen lib-storage: Unvirtualized mailbox_header_lookup_*()
Mon, 06 Dec 2010 03:43:23 +0000 Timo Sirainen lib-storage: Unvirtualized some methods from struct mailbox.
Mon, 06 Dec 2010 03:41:31 +0000 Timo Sirainen lib-storage: Added missing mailbox-keywords.c for recent commit.
Mon, 06 Dec 2010 03:40:41 +0000 Timo Sirainen fts: Added missing new files for last commit.
Mon, 06 Dec 2010 03:28:29 +0000 Timo Sirainen Moved fts/virtual plugin communication functions away from lib-storage.
Mon, 06 Dec 2010 03:11:08 +0000 Timo Sirainen lib-lda: duplicate_check() should return bool, not int.
Mon, 06 Dec 2010 03:08:31 +0000 Timo Sirainen lib-storage: Added mailbox_list_get_root_[dir_]permissions()
Mon, 06 Dec 2010 02:16:22 +0000 Timo Sirainen lib-storage: Simplified mailbox_keyword*() APIs.
Mon, 06 Dec 2010 01:47:50 +0000 Timo Sirainen lib-storage: Removed mailbox.backend_readonly. Backends set it internally lazily now.
Mon, 06 Dec 2010 01:27:11 +0000 Timo Sirainen maildir: Avoid harder to unnecessarily read uidlist when syncing mailbox.
Mon, 06 Dec 2010 01:20:14 +0000 Timo Sirainen maildir: Avoid unnecessarily reading uidlist when opening mailbox.
Mon, 06 Dec 2010 01:11:07 +0000 Timo Sirainen lib-storage: Moved box->private_flags_mask to mailbox_get_private_flags_mask()
Mon, 06 Dec 2010 00:52:42 +0000 Timo Sirainen lib-storage: Removed subscription name validity check from lib-storage after all.
Mon, 06 Dec 2010 00:42:42 +0000 Timo Sirainen acl: Make the mailbox visible only when it has l/r/i right.
Mon, 06 Dec 2010 00:37:20 +0000 Timo Sirainen lib-storage: Removed unused mailbox_list_get_mailbox_name_status() status codes.
Mon, 06 Dec 2010 00:37:09 +0000 Timo Sirainen imap-acl, imap-quota: Compile fix for last change.
Mon, 06 Dec 2010 00:30:36 +0000 Timo Sirainen imap: Avoid using mailbox_list_get_mailbox_name_status()
Mon, 06 Dec 2010 00:14:25 +0000 Timo Sirainen lib-storage: Don't allow subscribing to invalid mailbox names.
Mon, 06 Dec 2010 00:13:28 +0000 Timo Sirainen lib-storage: Mailbox directory creation didn't properly enforce that the name was valid.
Sun, 05 Dec 2010 23:53:47 +0000 Timo Sirainen Removed unused BITS_IN_UINT and CLAMP macros.
Sun, 05 Dec 2010 23:53:25 +0000 Timo Sirainen Unexpand BITS_IN_SIZE_T in the only place it's used and remove the macro.
Sun, 05 Dec 2010 23:52:37 +0000 Timo Sirainen Moved a global NVL() macro to the few places in lib-imap where it was actually used.
Sun, 05 Dec 2010 23:48:34 +0000 Timo Sirainen lib-storage: Fixed error handling when trying to delete mailbox under noinferiors mailbox.
Sun, 05 Dec 2010 23:44:38 +0000 Timo Sirainen lib-storage: Don't allocate index until mailbox_open()
Sun, 05 Dec 2010 23:18:55 +0000 Timo Sirainen lib-storage: Lazily look up mailbox path and permissions. Added functions to get them.
Sun, 05 Dec 2010 22:11:01 +0000 Timo Sirainen lib-storage: mailbox_create_fd() handles "no inferior mailboxes allowed" error now.
Sun, 05 Dec 2010 21:39:09 +0000 Timo Sirainen lib-storage: Removed struct index_transaction_context.
Sun, 05 Dec 2010 21:11:03 +0000 Timo Sirainen Compiler warning fix.
Mon, 06 Sep 2010 19:07:49 +0100 Timo Sirainen maildir: Moved maildir_filename_flags_*() to a separate file.
Sun, 05 Dec 2010 21:07:01 +0000 Timo Sirainen maildir: uidlist code cleanup.
Sun, 05 Dec 2010 21:05:40 +0000 Timo Sirainen maildir: maildir_uidlist_lookup() -> maildir_sync_lookup() refactoring.
Fri, 03 Dec 2010 19:38:02 +0000 Timo Sirainen Added signature for changeset 51e41fcc7856
Fri, 03 Dec 2010 19:37:58 +0000 Timo Sirainen Added tag 2.0.8 for changeset 51e41fcc7856
Fri, 03 Dec 2010 19:37:56 +0000 Timo Sirainen Released v2.0.8.
Fri, 03 Dec 2010 19:25:04 +0000 Timo Sirainen example-config: Added comments to default_vsz_limit.
Fri, 03 Dec 2010 10:47:46 +0000 Timo Sirainen lib-index: Make static analyzer happier.
Fri, 03 Dec 2010 10:47:07 +0000 Timo Sirainen Dead code removal.
Fri, 03 Dec 2010 10:43:03 +0000 Timo Sirainen lib-storage: mail_storage_copy_can_use_hardlink() was always returning TRUE.
Fri, 03 Dec 2010 10:15:48 +0000 Timo Sirainen dbox: Fixed reading attachments for compressed mails.
Fri, 03 Dec 2010 10:15:20 +0000 Timo Sirainen dbox: Added dbox_file_get_plaintext_size() for easily getting it.
Fri, 03 Dec 2010 10:05:38 +0000 Timo Sirainen Log login pid/id for internal failures to allow matching errors between processes.
Fri, 03 Dec 2010 09:10:12 +0000 Timo Sirainen lib-storage: Fixed storing newlines at the end of base64 attachments.
Fri, 03 Dec 2010 09:09:10 +0000 Timo Sirainen istream-base64-encoder: Fixed reading when parent stream returned little data.
Fri, 03 Dec 2010 07:39:13 +0000 Timo Sirainen Compiler warning fixes.
Fri, 03 Dec 2010 07:12:20 +0000 Timo Sirainen ioloop: Don't leak memory when detecting a leaked timeout.
Fri, 03 Dec 2010 07:06:34 +0000 Timo Sirainen ioloop log: Added asserts
Fri, 03 Dec 2010 07:00:17 +0000 Timo Sirainen mail storage service: Use ioloop log prefix automation.
Fri, 03 Dec 2010 06:58:38 +0000 Timo Sirainen ioloop: Added support for per-io/timeout callback log prefix automation.
Fri, 03 Dec 2010 06:57:58 +0000 Timo Sirainen imap, pop3: Removed previous log prefix hack.
Fri, 03 Dec 2010 05:46:57 +0000 Timo Sirainen imap, pop3: Small optimization to last logging change.
Fri, 03 Dec 2010 05:43:16 +0000 Timo Sirainen imap, pop3: Try to use the correct log prefix when service_count!=1.
Fri, 03 Dec 2010 04:25:06 +0000 Timo Sirainen lib-index: Added "transaction boundary" record for future compatibility.
Thu, 02 Dec 2010 22:59:42 +0000 Timo Sirainen lib_init(): Call srand() with a bit better seed.
Thu, 02 Dec 2010 21:42:30 +0000 Timo Sirainen auth: Fail if auth client tries to use a duplicate ID.
Thu, 02 Dec 2010 21:42:18 +0000 Timo Sirainen lib-master: Try to use auth request ID numbers from wider range to ease debugging.
Thu, 02 Dec 2010 19:10:23 +0000 Timo Sirainen auth: passdb credentials lookup fix when using multiple passdbs.
Thu, 02 Dec 2010 17:38:08 +0000 Timo Sirainen lib-master: Added extra debug info for a "user not found" error message.
Thu, 02 Dec 2010 04:37:38 +0000 Timo Sirainen lib-index: Added a missing sanity check for expunge-guid record's uid.
Tue, 30 Nov 2010 22:38:05 +0000 Timo Sirainen lmtp: Added lmtp_save_to_detail_mailbox setting.
Tue, 30 Nov 2010 15:01:06 +0000 Timo Sirainen master: Fixed crash due to recent SSL key password askpass change.
Tue, 30 Nov 2010 00:20:09 +0000 Timo Sirainen askpass: Removed unnecessary code.
Tue, 30 Nov 2010 00:17:20 +0000 Timo Sirainen askpass: Allow reading password from stdin even if it's not a tty.
Tue, 30 Nov 2010 00:13:45 +0000 Timo Sirainen master: Use t_askpass() for getting the manual SSL key password.
Tue, 30 Nov 2010 00:12:54 +0000 Timo Sirainen t_askpass(): Removed a limit of 1024 bytes for the password.
Mon, 29 Nov 2010 23:58:19 +0000 Timo Sirainen lmtp: Recent change broke accessing mail_temp_dir.
Mon, 29 Nov 2010 19:13:37 +0000 Timo Sirainen fs-sis: Memory leak fix.
Mon, 29 Nov 2010 19:08:37 +0000 Timo Sirainen doveadm import: Free memory used by source storage at deinit.
Fri, 26 Nov 2010 23:06:24 +0000 Pascal Volk man: doveadm-import.1: Added missing argument descriptions.
Fri, 26 Nov 2010 18:59:29 +0000 Timo Sirainen TODO updated
Fri, 26 Nov 2010 18:19:16 +0000 Timo Sirainen auth sql/ldap: Allow using global %variables in iterate_query/filter.
Fri, 26 Nov 2010 17:46:49 +0000 Timo Sirainen login: Fixed potential assert-crash during failed proxy authentication.
Fri, 26 Nov 2010 17:31:00 +0000 Timo Sirainen auth: Assume inet_listeners are auth client listeners if they exist.
Fri, 26 Nov 2010 17:27:44 +0000 Timo Sirainen auth: Minor error message fix.
Thu, 25 Nov 2010 17:44:02 +0000 Pascal Volk man: Added "-S socket_path" description.
Wed, 24 Nov 2010 18:56:48 +0000 Timo Sirainen doveadm: -s was already used by some mailbox commands, renamed to -S.
Wed, 24 Nov 2010 17:20:33 +0000 Pascal Volk doveadm: Removed -s option from the usage message (according to 66428c763354)
Tue, 23 Nov 2010 19:37:56 +0000 Timo Sirainen lib-storage: mail_temp_dir setting should have done %variable expansion.
Tue, 23 Nov 2010 19:07:19 +0000 Timo Sirainen doveadm: Moved -s parameter among -u/-A parameters, since it's only used by mail commands.
Tue, 23 Nov 2010 18:42:27 +0000 Pascal Volk man: Added -s parameter.
Tue, 23 Nov 2010 18:26:38 +0000 Timo Sirainen lib-index: Don't try to stat() in-memory index.
Tue, 23 Nov 2010 17:39:19 +0000 Pascal Volk man: *roff syntax-fix.
Tue, 23 Nov 2010 17:04:07 +0000 Pascal Volk doveadm: Added -s parameter to the usage message.
Tue, 23 Nov 2010 17:05:04 +0000 Timo Sirainen man: Make it clear that doveadm-import allows dest_parent to be ""
Tue, 23 Nov 2010 16:55:55 +0000 Timo Sirainen man: Added pointer to doveadm-import from doveadm main man page.
Tue, 23 Nov 2010 16:23:31 +0000 Timo Sirainen maildir: Log a warning if scanning new/ or cur/ takes over 60s.
Tue, 23 Nov 2010 16:11:15 +0000 Timo Sirainen lib-master: Added missing master_service_get_settings_parser() required by recent change.
Tue, 23 Nov 2010 15:59:09 +0000 Timo Sirainen lib-storage: If disable_reflink_copy_to=TRUE, disable hardlink/refcount copying.
Tue, 23 Nov 2010 15:30:32 +0000 Timo Sirainen doveadm server: Fixes to command/parameter handling.
Tue, 23 Nov 2010 15:30:06 +0000 Timo Sirainen doveadm: Added -s parameter to execute mail command via given doveadm socket.
Tue, 23 Nov 2010 15:28:47 +0000 Timo Sirainen doveadm-server: Don't disconnect client after each command.
Mon, 22 Nov 2010 19:04:13 +0000 Timo Sirainen imap: Make sure IDLE isn't broken too early if DONE is sent in multiple packets.
Mon, 22 Nov 2010 18:35:07 +0000 Timo Sirainen quota: If user has unlimited quota, ignore any specific quota rules.
Mon, 22 Nov 2010 18:21:25 +0000 Timo Sirainen doveadm-server: Fixed command parameter handling.
Fri, 19 Nov 2010 21:08:37 +0000 Timo Sirainen lib-master: Added missing anvil_client_is_connected()
Fri, 19 Nov 2010 16:24:41 +0000 Timo Sirainen imap, pop3: Fixed giving any -parameters.
Thu, 18 Nov 2010 20:35:39 +0000 Timo Sirainen auth: If we get disconnected from anvil and can't reconnect, die.
Thu, 18 Nov 2010 20:35:20 +0000 Timo Sirainen auth: Fixed assert-crash at deinit if there were clients left with pending auth requests.
Thu, 18 Nov 2010 19:32:50 +0000 Timo Sirainen snarf: Added mbox_snarf setting to enable snarfing only optionally.
Thu, 18 Nov 2010 18:58:33 +0000 Timo Sirainen Replaced broken mbox-snarf plugin with a more generic snarf plugin.
Thu, 18 Nov 2010 18:57:18 +0000 Timo Sirainen pop3: Avoid crash when updating proctitle if client init fails.
Thu, 18 Nov 2010 18:56:34 +0000 Timo Sirainen mbox: Allow mail_privileged_group locking for INBOXes also in inbox=no namespaces.
Thu, 18 Nov 2010 18:51:34 +0000 Timo Sirainen configure: And small fix to previous --with-systemdsystemunitdir fix.
Thu, 18 Nov 2010 18:49:34 +0000 Timo Sirainen configure: --with-systemdsystemunitdir wasn't working right.
Thu, 18 Nov 2010 18:38:08 +0000 Timo Sirainen configure: Use AS_HELP_STRING() macro.
Thu, 18 Nov 2010 18:28:40 +0000 Timo Sirainen master: Compiling fix when systemd is enabled.
Wed, 17 Nov 2010 18:40:52 +0000 Timo Sirainen Added support for systemd.
Wed, 17 Nov 2010 18:21:46 +0000 Timo Sirainen configure: Use PKG_PROG_PKG_CONFIG to find pkg-config binary.
Wed, 17 Nov 2010 18:10:46 +0000 Timo Sirainen istream-header-filter: Fixed header name validation to use case-insensitive comparison.
Wed, 17 Nov 2010 17:52:52 +0000 Timo Sirainen lib-master: If auth master login fails, make sure error message is logged.
Wed, 17 Nov 2010 16:55:56 +0000 Timo Sirainen mysql: When using multiple hosts, it never connected to more than the first one.
Wed, 17 Nov 2010 16:55:44 +0000 Timo Sirainen lib-sql: Connect earlier to fallback host when using multiple hosts and primary fails.
Wed, 17 Nov 2010 14:33:46 +0000 Timo Sirainen master: Allow services' vsz_limit to be 0 (unlimited)
Tue, 16 Nov 2010 19:58:03 +0000 Timo Sirainen Services' default vsz_limit wasn't actually using default_vsz_limit but rather 4 GB.
Tue, 16 Nov 2010 19:51:46 +0000 Timo Sirainen Fixed home=/home/./user style chrooting to work again.
Tue, 16 Nov 2010 19:32:51 +0000 Timo Sirainen master: Fail if service's vsz_limit is less than 1 kB
Tue, 16 Nov 2010 19:32:00 +0000 Timo Sirainen imap/pop3-login: Default vsz_limit=64 caused it to be unlimited, not 64 MB.
Tue, 16 Nov 2010 18:51:37 +0000 Timo Sirainen mbox: Another utime()=EPERM log message hiding.
Tue, 16 Nov 2010 18:47:48 +0000 Timo Sirainen mbox: Ignore utime()=EPERM failures when trying to set atime back.
Mon, 15 Nov 2010 17:40:12 +0000 Timo Sirainen istream-base64-encoder: Set the stream seekable if parent stream is seekable.
Mon, 15 Nov 2010 17:03:52 +0000 Timo Sirainen "Running standalone?" check now uses a new DOVECOT_CHILD_PROCESS environment rather than GENERATION.
Mon, 15 Nov 2010 16:49:26 +0000 Timo Sirainen lib-settings: Improved performance of previous duplicate key parsing change.
Mon, 15 Nov 2010 16:42:19 +0000 Timo Sirainen lib-settings: Fixed parsing settings when the key was duplicated to multiple roots.
Mon, 15 Nov 2010 16:33:27 +0000 Timo Sirainen Removed unused auth/mail_debug settings from structs.
Mon, 15 Nov 2010 16:25:23 +0000 Timo Sirainen istream-file: Minor error message fix.
Mon, 15 Nov 2010 16:22:08 +0000 Timo Sirainen Added unit test for istream-base64-encoder.
Mon, 15 Nov 2010 16:21:45 +0000 Timo Sirainen istream-base64-encoder: Fixed seeking to beginning of stream.
Mon, 15 Nov 2010 16:06:58 +0000 Timo Sirainen istream-base64-encoder: Don't add unwanted trailing [CR]LF
Mon, 15 Nov 2010 15:42:21 +0000 Timo Sirainen dbox: dbox file could have been closed too early in some situations, causing EBADF errors.
Mon, 15 Nov 2010 15:31:26 +0000 Timo Sirainen stream-base64-encoder: Added support for seeking backwards in stream.
Mon, 15 Nov 2010 15:31:02 +0000 Timo Sirainen istream: Exported i_stream_default_seek()
Mon, 15 Nov 2010 15:19:13 +0000 Timo Sirainen sdbox: Fixed race condition when one session opens a mailbox while another is still creating it.
Wed, 10 Nov 2010 16:09:14 +0000 Timo Sirainen anvil: Don't die until all of our clients have gone.
Tue, 09 Nov 2010 21:42:58 +0000 Timo Sirainen Added env_get_environ_p() as more portable way of accessing environ variable.
Tue, 09 Nov 2010 21:17:15 +0000 Timo Sirainen example-config: sendmail_path defaults to /usr/sbin/sendmail, not /usr/lib/sendmail
Tue, 09 Nov 2010 21:16:06 +0000 Timo Sirainen example-config: Moved include conf.d/*.conf last in dovecot.conf.
Tue, 09 Nov 2010 21:12:35 +0000 Timo Sirainen dsync: Don't assert-crash if trying to convert mailbox whose name is too long.
Tue, 09 Nov 2010 21:03:34 +0000 Timo Sirainen istream-[b]zlib: Corking now affects also the parent stream.
Tue, 09 Nov 2010 20:25:36 +0000 Timo Sirainen liblib: Delay sending log prefix updates until it's needed.
Tue, 09 Nov 2010 20:24:12 +0000 Timo Sirainen imap: Uncork at logout a bit later.
Tue, 09 Nov 2010 19:48:47 +0000 Timo Sirainen lib-master: Don't wait for handshake before sending auth-master request.
Tue, 09 Nov 2010 18:36:37 +0000 Timo Sirainen lib-storage: Fixed expanding "~" (without '/' afterwards) in mail_location
Mon, 08 Nov 2010 19:55:35 +0000 Timo Sirainen NEWS: Split too long line.
Mon, 08 Nov 2010 19:45:17 +0000 Timo Sirainen Added signature for changeset d0d3aca1c958
Mon, 08 Nov 2010 19:45:14 +0000 Timo Sirainen Added tag 2.0.7 for changeset d0d3aca1c958
Mon, 08 Nov 2010 19:45:14 +0000 Timo Sirainen Released v2.0.7.
Mon, 08 Nov 2010 18:38:31 +0000 Timo Sirainen lmtp: Don't allow mixed proxy/non-proxy RCPT TO destinations.
Mon, 08 Nov 2010 18:37:25 +0000 Timo Sirainen lmtp proxy: Don't internally finish proxying before client has even sent DATA command.
Mon, 08 Nov 2010 18:30:05 +0000 Timo Sirainen istream-tee: Fixed to work right when input stream didn't start from offset 0.
Mon, 08 Nov 2010 18:03:07 +0000 Timo Sirainen maildir: p_strdup() GUID and UIDL_BACKEND to make sure they don't change unexpectedly.
Fri, 05 Nov 2010 19:51:47 +0000 Timo Sirainen lib-index: Fixed another transaction log read optimization.
Fri, 05 Nov 2010 18:58:56 +0000 Timo Sirainen lib-index: Fix to transaction log read optimization.
Fri, 05 Nov 2010 12:24:01 +0000 Timo Sirainen lib-auth: Less leaky fix to previous auth_master_*() bugfix.
Fri, 05 Nov 2010 12:15:53 +0000 Timo Sirainen lib-auth: Don't crash in auth_master_*() lookups if caller hasn't created ioloop.
Thu, 04 Nov 2010 18:56:47 +0000 Timo Sirainen quota: Better fix to avoid counting quota for virtual mailboxes.
Thu, 04 Nov 2010 18:56:13 +0000 Timo Sirainen virtual: Set MAIL_STORAGE_CLASS_FLAG_NOQUOTA to storage's class_flags.
Thu, 04 Nov 2010 17:55:47 +0000 Timo Sirainen lib-index: Minor error message improvement.
Thu, 04 Nov 2010 17:50:42 +0000 Timo Sirainen lib-fs / posix: If create/link/rename fails with ENOENT, try creating parent dir multiple times.
Thu, 04 Nov 2010 17:00:42 +0000 Timo Sirainen dbox: Minor optimization when creating a mailbox when its alt dir already existed.
Thu, 04 Nov 2010 16:37:49 +0000 Timo Sirainen ssl: Call OpenSSL_add_all_algorithms() to make some OpenSSL versions happy.
Thu, 04 Nov 2010 16:25:39 +0000 Timo Sirainen istream-attachment: Error handling improvements.
Thu, 04 Nov 2010 16:25:18 +0000 Timo Sirainen istream-concat: Fixed error handling when one of the stream read()s failed.
Thu, 04 Nov 2010 15:47:37 +0000 Timo Sirainen config parser: Log an error about missing '}'.
Thu, 04 Nov 2010 14:11:15 +0000 Timo Sirainen istream-base64-encoder: Panic if stat() is tried to be called with exact size.
Thu, 04 Nov 2010 14:07:30 +0000 Timo Sirainen istream-attachment: Removed parent stream's size sanity check. It didn't work right with base64 streams.
Wed, 03 Nov 2010 18:00:15 +0000 Timo Sirainen lda: If Sieve is disabled, don't create temp files for large mails.
Wed, 03 Nov 2010 17:57:20 +0000 Timo Sirainen lib-lda: mail_deliver_save() tries now to avoid re-parsing message header when logging the result.
Wed, 03 Nov 2010 16:27:00 +0000 Timo Sirainen doveadm dump: Added imapzlib type to uncompress IMAP's COMPRESS DEFLATE I/O traffic.
Wed, 03 Nov 2010 16:24:31 +0000 Timo Sirainen doveadm dump: Allow plugins to add more dump types
Wed, 03 Nov 2010 15:31:48 +0000 Timo Sirainen master: Log a warning at startup if anvil's client_limit is too low.
Wed, 03 Nov 2010 15:31:36 +0000 Timo Sirainen lmtp: Minor code cleanup: s/lmtp_login_/lmtp_/
Wed, 03 Nov 2010 15:27:40 +0000 Timo Sirainen director: Show number of connections in process title if verbose_proctitle=yes
Wed, 03 Nov 2010 15:26:40 +0000 Timo Sirainen anvil: Show number of connections in process title if verbose_proctitle=yes
Wed, 03 Nov 2010 15:23:52 +0000 Timo Sirainen lib-master: Added MASTER_SERVICE_FLAG_UPDATE_PROCTITLE for showing number of connections in ps.
Wed, 03 Nov 2010 14:59:39 +0000 Timo Sirainen auth workers: Don't unnecessary connect to anvil.
Wed, 03 Nov 2010 13:33:02 +0000 Timo Sirainen master: default_process_limit wasn't actually used anywhere, rather the default was unlimited.
Tue, 02 Nov 2010 19:23:37 +0000 Timo Sirainen lib-storage: Maildir++ mailbox listing could have given wrong flags to parent mailboxes.
Tue, 02 Nov 2010 18:25:53 +0000 Timo Sirainen imap: Removed accidentally commited debug code.
Tue, 02 Nov 2010 18:21:05 +0000 Timo Sirainen lib-master: Stop accepting new connections after auth-master gets disconnected.
Tue, 02 Nov 2010 18:13:39 +0000 Timo Sirainen imap, pop3: Use absolute path to auth-master socket.
Tue, 02 Nov 2010 18:07:20 +0000 Timo Sirainen ldap auth: Hide password_noscheme from debug logs unless auth_debug_passwords=yes
Tue, 02 Nov 2010 18:06:39 +0000 Timo Sirainen sql auth: Fixed using password_noscheme
Tue, 02 Nov 2010 17:31:14 +0000 Timo Sirainen auth: Disable auth caching entirely for master users.
Tue, 02 Nov 2010 17:14:25 +0000 Timo Sirainen imap: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent.
Tue, 02 Nov 2010 15:39:28 +0000 Timo Sirainen auth: vpopmail passdb/userdb uses now auth-worker processes by default.
Tue, 02 Nov 2010 15:34:50 +0000 Timo Sirainen dbox: Comment update.
Tue, 02 Nov 2010 15:32:47 +0000 Timo Sirainen imap: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces.
Tue, 02 Nov 2010 14:59:13 +0000 Timo Sirainen mail-log plugin: Log mailbox name as virtual name rather than physical name.
Tue, 02 Nov 2010 13:43:43 +0000 Timo Sirainen director: inet_listener port finder should ignore doveadm's port.
Mon, 01 Nov 2010 14:33:26 +0000 Timo Sirainen quota: Added a temporary hack to avoid virtual mailboxes being counted in quota.
Mon, 25 Oct 2010 22:22:48 +0100 Timo Sirainen dsync: Make sure MSG-GET command doesn't hang.
Mon, 25 Oct 2010 22:13:05 +0100 Timo Sirainen dsync: Added more idle timeout resets to proxying.
Mon, 25 Oct 2010 19:26:34 +0100 Timo Sirainen dbox: mail_get_special() for POP3 UIDL or GUID return value wasn't permanent enough.
Mon, 25 Oct 2010 18:53:04 +0100 Timo Sirainen dsync: Error handling fixes.
Mon, 25 Oct 2010 18:26:50 +0100 Timo Sirainen dsync: If msg input reading fails, don't also log a wrong "Unknown internal error" line.
Mon, 25 Oct 2010 18:11:04 +0100 Timo Sirainen lib-storage: Comment update to mail_get_stream()
Mon, 25 Oct 2010 17:34:10 +0100 Timo Sirainen master: Use env_clean_except() instead of doing it ourself.
Mon, 25 Oct 2010 17:31:39 +0100 Timo Sirainen lib-master: Use env_clean_except() for master_service_env_clean()
Mon, 25 Oct 2010 17:31:01 +0100 Timo Sirainen Added env_clean_except()
Mon, 25 Oct 2010 17:22:40 +0100 Timo Sirainen lib-master: Code cleanup for master_service_env_clean()
Mon, 25 Oct 2010 16:27:42 +0100 Timo Sirainen doveadm expunge: Sync mailbox after commit to make sure messages get physically expunged.
Mon, 25 Oct 2010 16:13:33 +0100 Timo Sirainen maildir: Duplicate GUIDs during a single save transaction weren't handled correctly.
Thu, 21 Oct 2010 22:59:26 +0100 Timo Sirainen file_preallocate(): Don't ignore ENOSPC with OSX either, caller will check it.
Thu, 21 Oct 2010 22:56:02 +0100 Timo Sirainen file_preallocate(): Added support for OS X.
Thu, 21 Oct 2010 22:45:27 +0100 Timo Sirainen doveadm fetch: Added support for pop3.uidl field.
Thu, 21 Oct 2010 22:21:57 +0100 Timo Sirainen NEWS: mdbox_preallocate_space is for ext4, not ext3.
Thu, 21 Oct 2010 22:09:08 +0100 Timo Sirainen configure: Use sdbox name instead of dbox in the help.
Thu, 21 Oct 2010 19:07:18 +0100 Timo Sirainen Added signature for changeset 8a838dcf8e76
Thu, 21 Oct 2010 19:07:15 +0100 Timo Sirainen Added tag 2.0.6 for changeset 8a838dcf8e76
Thu, 21 Oct 2010 19:07:14 +0100 Timo Sirainen Released v2.0.6.
Thu, 21 Oct 2010 19:03:39 +0100 Timo Sirainen Static analyzer warning fix.
Thu, 21 Oct 2010 18:59:22 +0100 Timo Sirainen doveadm import: Code correctness fix (wasn't visible to users)
Thu, 21 Oct 2010 18:56:24 +0100 Timo Sirainen lib-fs: Fixed error handling for posix.write_stream_finish()
Thu, 21 Oct 2010 18:49:19 +0100 Timo Sirainen dbox: Reverted the "check if altpath is mounted" change for now.
Thu, 21 Oct 2010 18:28:10 +0100 Timo Sirainen dsync: Make sure POP3 UIDL string isn't corrupted while saving it.
Thu, 21 Oct 2010 18:27:38 +0100 Timo Sirainen lib-storage: Make sure POP3 UIDLs aren't tried to be saved with LFs.
Thu, 21 Oct 2010 17:12:19 +0100 Timo Sirainen Compiler warning fix.
Thu, 21 Oct 2010 17:11:02 +0100 Timo Sirainen auth: userdb passwd iteration now lists only users within first_valid_uid..last_valid_uid range.
Thu, 21 Oct 2010 16:33:28 +0100 Timo Sirainen dbox: If alt path is lost, fail with an error rather than rebuilding indexes.
Thu, 21 Oct 2010 16:12:13 +0100 Timo Sirainen dsync: Don't crash if USER environment isn't set and -u parameter isn't given.
Wed, 20 Oct 2010 19:32:16 +0100 Timo Sirainen example-config: Added a warning about mail_attachment* being experimental.
Wed, 20 Oct 2010 19:30:12 +0100 Timo Sirainen example-config: Added mail_attachment_* settings.
Wed, 20 Oct 2010 18:58:42 +0100 Timo Sirainen zlib: Hook into mail.istream_opened() method rather than mail.get_stream()
Wed, 20 Oct 2010 18:55:36 +0100 Timo Sirainen lib-storage: Added istream_opened() method to struct mail.
Wed, 20 Oct 2010 18:49:07 +0100 Timo Sirainen istream-concat: Avoid assert-crashing.
Wed, 20 Oct 2010 17:51:07 +0100 Timo Sirainen mdbox: Added mdbox_preallocate_space setting to preallocate size for newly created files.
Wed, 20 Oct 2010 17:50:03 +0100 Timo Sirainen Added file_preallocate() to preallocate space to a file without changing its size.
Wed, 20 Oct 2010 16:07:03 +0100 Timo Sirainen dbox, maildir: When copying messages, copy the cached fields also.
Wed, 20 Oct 2010 16:03:13 +0100 Timo Sirainen lib-storage: mailbox_get_status(): return cache fields allocated from data stack.
Wed, 20 Oct 2010 16:01:46 +0100 Timo Sirainen lib-index: Added mail_cache_register_get_field().
Tue, 19 Oct 2010 20:20:18 +0100 Timo Sirainen pop3: Don't crash if client disconnects in output handler.
Tue, 19 Oct 2010 19:27:59 +0100 Timo Sirainen ioloop: If io_add() is called twice for same fd, give a bit more informative panic message.
Tue, 19 Oct 2010 18:48:00 +0100 Timo Sirainen istream-header-filter: Fix to previous change.
Tue, 19 Oct 2010 18:47:17 +0100 Timo Sirainen lib-storage: Added support for saving mail attachments separately via filesystem API.
Tue, 19 Oct 2010 18:30:51 +0100 Timo Sirainen liblib: Added istream for reading binary data as base64-encoded.
Tue, 19 Oct 2010 18:27:30 +0100 Timo Sirainen doveadm: Added commands for managing SiS directories.
Tue, 19 Oct 2010 18:16:10 +0100 Timo Sirainen Added lib-fs for simple filesystem accessing. Implemented POSIX, SiS and SiS-queue backends.
Tue, 19 Oct 2010 18:10:34 +0100 Timo Sirainen liblib: Added API for easily building hash strings based on given format string and input.
Tue, 19 Oct 2010 18:09:16 +0100 Timo Sirainen liblib: Added a common API for accessing all hash methods.
Tue, 19 Oct 2010 18:39:27 +0100 Timo Sirainen istream-header-filter: Drop duplicate headers instead of assert-crashing with them.
Mon, 18 Oct 2010 19:00:59 +0100 Timo Sirainen acl: Recent change broke setting acls.
Mon, 18 Oct 2010 18:30:42 +0100 Timo Sirainen doveadm: Added import command for importing mails from other storages.
Mon, 18 Oct 2010 18:30:02 +0100 Timo Sirainen doveadm: Call mail command's init() only after service storage is initialized.
Mon, 18 Oct 2010 18:09:56 +0100 Timo Sirainen lib-storage: Added no_userdb_lookup flag to storage service lookups.
Mon, 18 Oct 2010 16:51:12 +0100 Timo Sirainen ostream-file: Fixed potential crash in write_at() and also fixed attempted optimization.
Mon, 18 Oct 2010 16:14:08 +0100 Timo Sirainen lib-index: More undoing of locking code changes.
Mon, 18 Oct 2010 16:07:17 +0100 Timo Sirainen acl: Fixed memory leaks.
Mon, 18 Oct 2010 15:38:58 +0100 Timo Sirainen auth: Default for auth_cache_negative_ttl was supposed to be 1 hour, not disabled.
Mon, 18 Oct 2010 15:35:24 +0100 Timo Sirainen auth: Log userdb cache hits and misses with auth_debug=yes
Mon, 18 Oct 2010 15:07:02 +0100 Timo Sirainen lib-storage: Log a debug message if shared user's storage root doesn't exist with mail_debug=yes
Mon, 18 Oct 2010 14:52:02 +0100 Timo Sirainen acl: Avoid passing NULL parameter to printf %s when mail_debug=yes
Sat, 16 Oct 2010 18:33:42 +0100 Timo Sirainen pop3: Recent corking change caused hangs.
Sat, 16 Oct 2010 00:49:35 +0100 Timo Sirainen Removed some dead code.
Sat, 16 Oct 2010 00:43:49 +0100 Timo Sirainen lib-index: Work around clang static analyzer's false positive "dead code" issue.
Sat, 16 Oct 2010 00:35:28 +0100 Timo Sirainen lib-lda: Make sure duplicate_init() handles non-existent home correctly.
Sat, 16 Oct 2010 00:34:28 +0100 Timo Sirainen lib-storage: mail_user_get_home(): Make sure user_r is always set.
Sat, 16 Oct 2010 00:30:50 +0100 Timo Sirainen lib-storage: mailbox_get_guid() crashed if storage didn't support GUIDs.
Sat, 16 Oct 2010 00:23:20 +0100 Timo Sirainen istream-concat: Fixed another memory leak.
Sat, 16 Oct 2010 00:21:35 +0100 Timo Sirainen lmtp: Don't access freed memory if input couldn't be opened as raw mail.
Fri, 15 Oct 2010 19:50:51 +0100 Timo Sirainen istream-header-filter: Assert-crash if headers aren't given sorted.
Fri, 15 Oct 2010 19:40:06 +0100 Timo Sirainen Compiler warning/error fix to recent logging API changes.
Fri, 15 Oct 2010 19:30:04 +0100 Timo Sirainen lmtp: Reverted last change after all. Besides, the error code was wrong.
Fri, 15 Oct 2010 19:21:43 +0100 Timo Sirainen lmtp: Don't allow saving zero byte sized messages.
Fri, 15 Oct 2010 19:04:42 +0100 Timo Sirainen epoll: Suggest not-so-UUOC if epoll_ctl() fails for stdin
Fri, 15 Oct 2010 18:55:52 +0100 Timo Sirainen istream-concat: Fixed a memory leak.
Fri, 15 Oct 2010 18:50:44 +0100 Timo Sirainen lib-storage: Added assert to transaction rollback to make sure all mails are freed.
Fri, 15 Oct 2010 16:24:25 +0100 Timo Sirainen auth: Make sure auth request is kept referenced during the lookup.
Fri, 15 Oct 2010 16:16:23 +0100 Timo Sirainen lib-master: Properly fixed accepting FIFO connections with BSDI.
Fri, 15 Oct 2010 16:09:13 +0100 Timo Sirainen log: Avoid calling time() unnecessary when logging multiple lines.
Fri, 15 Oct 2010 16:08:12 +0100 Timo Sirainen Failure logging supports now getting timestamp as parameter.
Fri, 15 Oct 2010 15:46:43 +0100 Timo Sirainen Cleaned up log callbacks and made them more extensible.
Fri, 15 Oct 2010 15:13:59 +0100 Timo Sirainen acl: Log mailbox names that are skipped due to missing lookup right with mail_debug=yes
Fri, 15 Oct 2010 15:09:18 +0100 Timo Sirainen lib-storage: Log attempted accesses to nonexistent users' mails with mail_debug=yes.
Fri, 15 Oct 2010 14:57:36 +0100 Timo Sirainen lib-storage: Use MAIL_STORAGE_FLAG_NO_AUTOVERIFY for creating shared namespace storages.
Fri, 15 Oct 2010 14:56:05 +0100 Timo Sirainen lib-storage: Added MAIL_STORAGE_FLAG_NO_AUTOVERIFY to skip checking storage root dir existence.
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.
Mon, 04 Oct 2010 17:10:08 +0100 Timo Sirainen lmtp proxy: Avoid hanging at the end of message input.
Mon, 04 Oct 2010 16:01:09 +0100 Timo Sirainen lib-storage: Don't write to dovecot.mailbox.log if setting subscription didn't actually change anything.
Mon, 04 Oct 2010 15:55:34 +0100 Timo Sirainen lib-index: Fixed leaking fds when writing to dovecot.mailbox.log
Mon, 04 Oct 2010 15:13:20 +0100 Timo Sirainen imap-* plugins: Use the new imap_client_created_hook_set() to set the hook.
Mon, 04 Oct 2010 15:12:23 +0100 Timo Sirainen imap: Added imap_client_created_hook_set() to update the hook.
Mon, 04 Oct 2010 14:53:02 +0100 Timo Sirainen configure: Added IDLE to banner CAPABILITY to make Blackberry happy.
Mon, 04 Oct 2010 14:45:25 +0100 Timo Sirainen login: Give a better error message if ssl_cert=path is attempted without '<'
Fri, 01 Oct 2010 22:10:02 +0100 Timo Sirainen Added signature for changeset 2690facaa927
Fri, 01 Oct 2010 22:09:44 +0100 Timo Sirainen Added tag 2.0.5 for changeset 2690facaa927
Fri, 01 Oct 2010 22:09:43 +0100 Timo Sirainen Released v2.0.5.
Fri, 01 Oct 2010 21:42:18 +0100 Timo Sirainen lmtp: Make sure we partial messages aren't saved if client disconnects during DATA.
Fri, 01 Oct 2010 21:33:38 +0100 Timo Sirainen lib-storage: Don't wrongly ignore subscriptions=no namespace entries.
Fri, 01 Oct 2010 19:09:29 +0100 Timo Sirainen dsync: Fail if both source and destination mail location point to same directory.
Fri, 01 Oct 2010 18:58:47 +0100 Timo Sirainen config: Show time/size setting values as more human readable.
Fri, 01 Oct 2010 18:33:58 +0100 Timo Sirainen imap: Don't reset input/output byte counters when COMPRESS is started.
Fri, 01 Oct 2010 18:33:19 +0100 Timo Sirainen Added i_stream_get_absolute_offset().
Fri, 01 Oct 2010 17:46:03 +0100 Timo Sirainen zlib: eof_offset wasn't always set right, causing assert-crashes.
Fri, 01 Oct 2010 17:35:01 +0100 Timo Sirainen zlib: Fixed istream-bzlib also with mark=TRUE seeking
Fri, 01 Oct 2010 17:06:27 +0100 Timo Sirainen zlib: Fixed istream-zlib when using seeking with mark=TRUE (i.e. mbox)
Fri, 01 Oct 2010 16:39:11 +0100 Timo Sirainen pop3: Added pop3_fast_size_lookups setting.
Fri, 01 Oct 2010 16:19:10 +0100 Timo Sirainen mail-storage.h comments updated.
Fri, 01 Oct 2010 16:14:08 +0100 Timo Sirainen pop3: Code cleanup for mailbox opening code.
Fri, 01 Oct 2010 15:37:19 +0100 Timo Sirainen acl: Fixed the logic of merging multiple ACLs.
Fri, 01 Oct 2010 15:01:09 +0100 Timo Sirainen acl: Reverted last change. It still allows reading the default ACL from .DEFAULT file.
Fri, 01 Oct 2010 14:56:07 +0100 Timo Sirainen acl: Avoid extra open() on a directory for default acl.
Thu, 30 Sep 2010 20:28:54 +0100 Timo Sirainen acl: Avoid opening two dict iterators at the same time.
Thu, 30 Sep 2010 19:18:13 +0100 Timo Sirainen dict: Support file backend also with dict proxy.
Thu, 30 Sep 2010 17:57:55 +0100 Timo Sirainen doveadm fetch: Fixed fetching uid field.
Thu, 30 Sep 2010 17:49:17 +0100 Timo Sirainen auth: Don't assert-crash if a request still succeeds after its client connection is gone.
Thu, 30 Sep 2010 17:12:55 +0100 Timo Sirainen auth: Avoid crashing when finishing failed requests that already timed out.
Thu, 30 Sep 2010 16:49:16 +0100 Timo Sirainen virtual: Allow opening virtual mailboxes that refer to non-existing mailboxes.
Thu, 30 Sep 2010 16:05:57 +0100 Timo Sirainen lib-index: If mail_index_sync_begin() fails, don't assert-crash
Thu, 30 Sep 2010 15:33:56 +0100 Timo Sirainen director: Properly detect invalid command parameters in director<->director connections.
Wed, 29 Sep 2010 19:07:16 +0100 Timo Sirainen maildir: Avoid recreating uidlist all the time when indexes are disabled.
Wed, 29 Sep 2010 18:49:34 +0100 Timo Sirainen maildir: Avoid opening cache file when getting physical message size.
Wed, 29 Sep 2010 18:38:29 +0100 Timo Sirainen Maildir: If mail's virtual size can be found from filename/uidlist, do it instead of using cache.
Wed, 29 Sep 2010 18:09:28 +0100 Timo Sirainen lib-index: If transaction log file is small enough, just read all of it to memory immediately.
Wed, 29 Sep 2010 17:15:12 +0100 Timo Sirainen maildir: Avoid refreshing transaction log immediately on first sync.
Wed, 29 Sep 2010 17:14:22 +0100 Timo Sirainen lib-index: Avoid refreshing transaction log immediately after it was opened.
Wed, 29 Sep 2010 16:34:56 +0100 Timo Sirainen virtual: Don't unnecessarily stat() the virtual directory.
Wed, 29 Sep 2010 16:33:12 +0100 Timo Sirainen pop3: Fixed virtual plugin when compiling --without-shared-libs
Wed, 29 Sep 2010 16:32:47 +0100 Timo Sirainen lib-index: Don't waste time on every mailbox open checking if .log.2 should be deleted.
Wed, 29 Sep 2010 15:46:32 +0100 Timo Sirainen Maildir++: When opening namespace prefix as mailbox, don't add extra '/' to path names.
Tue, 28 Sep 2010 19:07:33 +0100 Timo Sirainen lda: If doveconf fails, make it exit with EX_TEMPFAIL.
Tue, 28 Sep 2010 17:41:43 +0100 Timo Sirainen login: If master login fails, tell auth process to free the auth request.
Tue, 28 Sep 2010 17:15:52 +0100 Timo Sirainen maildir: If we see unwanted non-empty directories in new/ or cur/, move them to ../extra-*
Tue, 28 Sep 2010 17:09:50 +0100 Timo Sirainen config: Don't even try to open <file settings for modules we don't care about.
Tue, 28 Sep 2010 17:09:29 +0100 Timo Sirainen doveconf: Skip verifying settings for modules we don't care about.
Tue, 28 Sep 2010 16:29:33 +0100 Timo Sirainen lib-index: Try to keep writing to latest mailbox log.
Tue, 28 Sep 2010 16:05:40 +0100 Timo Sirainen quota: Don't crash if user has quota disabled.
Mon, 27 Sep 2010 19:53:07 +0100 Timo Sirainen sdbox: Fixed memory leak when copying messages with hard links.
Mon, 27 Sep 2010 19:34:08 +0100 Timo Sirainen config: Verify settings plugins' versions are valid if they're specified.
Mon, 27 Sep 2010 16:46:26 +0100 Timo Sirainen doveconf: Expand "key=$key" variable even without -x parameter.
Mon, 27 Sep 2010 15:50:43 +0100 Timo Sirainen lib-storage: Buffer writes to subscriptions file.
Mon, 27 Sep 2010 15:40:02 +0100 Timo Sirainen lib-storage: Avoid fsyncing subscriptions file when it doesn't change or if mail_fsync=never.
Mon, 27 Sep 2010 13:45:24 +0100 Timo Sirainen zlib: Avoid using hardcoded storage name strings.
Mon, 27 Sep 2010 13:44:49 +0100 Timo Sirainen zlib: dbox storage is now called sdbox.
Sun, 26 Sep 2010 18:47:56 +0100 Timo Sirainen Added signature for changeset 7f5c5778c4b9
Sun, 26 Sep 2010 18:47:51 +0100 Timo Sirainen Added tag 2.0.4 for changeset 7f5c5778c4b9
Sun, 26 Sep 2010 18:47:51 +0100 Timo Sirainen Released v2.0.4.
Sun, 26 Sep 2010 18:36:14 +0100 Timo Sirainen Maildir: Fixed accessing INBOX whose tmp/ directory was lost.
Sun, 26 Sep 2010 18:05:25 +0100 Timo Sirainen imap: Give better error message for "Unknown namespace"
Fri, 24 Sep 2010 22:32:03 +0100 Timo Sirainen module_dir_load(): Make it clearer that "Skipping module" debug message is normal.
Fri, 24 Sep 2010 19:39:41 +0100 Timo Sirainen mdbox: Removed unused code.