log

age author description
Thu, 28 Jan 2016 15:05:38 +0200 Timo Sirainen lib: json_append_escaped() doesn't need to escape the 8bit chars.
Thu, 28 Jan 2016 13:45:48 +0200 Timo Sirainen lib-index: If transaction log was locked for at least 30 secs, log a warning (not at 3min)
Wed, 27 Jan 2016 15:44:54 +0200 Timo Sirainen pop3-migration: Perform UIDL syncing a bit earlier to work around Yahoo IMAP bug.
Wed, 27 Jan 2016 15:16:18 +0200 Timo Sirainen imapc: Don't use fetch-fix-broken-mails for OK and NO [SERVERBUG] FETCH replies
Wed, 27 Jan 2016 10:17:44 +0200 Timo Sirainen lib: Make static analyzer happier about istream-chain changes
Wed, 27 Jan 2016 02:04:00 +0200 Timo Sirainen pop3c: Fixed assert-crash when prefetching a mail failed.
Wed, 27 Jan 2016 01:12:21 +0200 Timo Sirainen *-login: Add all returned passdb fields to struct client_auth_reply.all_fields
Wed, 27 Jan 2016 00:35:34 +0200 Timo Sirainen fts-solr: Changed default operator to AND to fix multi-word queries.
Tue, 26 Jan 2016 23:51:16 +0200 Timo Sirainen pop3c: Compiler warning fix for using wrong enum type
Tue, 26 Jan 2016 22:10:29 +0200 Timo Sirainen pop3-migration: If reading message header for hashing fails, fail immediately.
Tue, 26 Jan 2016 19:56:43 +0200 Timo Sirainen dsync: When comparing headers' hashes to match messages, try to normalize the input.
Tue, 26 Jan 2016 17:55:10 +0200 Timo Sirainen pop3-migration: Don't change TAB to '?' when calculating header hash.
Tue, 26 Jan 2016 17:53:28 +0200 Timo Sirainen pop3-migration: Don't even try to match message sizes with pop3_migration_skip_size_check=yes
Tue, 26 Jan 2016 15:41:16 +0200 Timo Sirainen pop3c: Added support for TOP/RETR prefetching when PIPIELINING capability exists.
Tue, 26 Jan 2016 15:40:09 +0200 Timo Sirainen pop3c: Added full support for running commands asynchronously (with PIPELINING)
Tue, 26 Jan 2016 15:38:13 +0200 Timo Sirainen pop3c: Increased command timeout from 30s to 5mins.
Tue, 26 Jan 2016 15:22:50 +0200 Timo Sirainen pop3-migration: Cached header hashes weren't actually being used for imapc.
Tue, 26 Jan 2016 15:20:48 +0200 Timo Sirainen lib: istream-concat now seeks parent streams to correct offset.
Tue, 26 Jan 2016 15:17:34 +0200 Timo Sirainen lib: Small istream-concat code cleanup in preperation for next change
Tue, 26 Jan 2016 14:19:23 +0200 Timo Sirainen lib: Improved test-istream-seekable unit test to check for parent stream's offset at the end
Tue, 26 Jan 2016 13:51:47 +0200 Timo Sirainen lib: When closing istream-chain, make sure parent stream is seeked to correct offset.
Mon, 25 Jan 2016 22:34:24 +0200 Timo Sirainen pop3-migration: Add calculated header hashes to local cache.
Mon, 25 Jan 2016 22:33:29 +0200 Timo Sirainen pop3c: Preserve local cache even when server reorders messages.
Mon, 25 Jan 2016 21:57:35 +0200 Timo Sirainen pop3c: Avoid unnecessarily email deletions from local index when mails have been deleted from remote POP3.
Mon, 25 Jan 2016 17:37:02 +0200 Timo Sirainen imap: Finish all commands before starting IDLE.
Mon, 25 Jan 2016 10:26:17 +0200 Timo Sirainen imapc: Prefetching shouldn't send FETCH requests for headers that are already cached.
Sun, 24 Jan 2016 22:12:30 +0200 Timo Sirainen auth: Add any %variables in passdb/userdb { default_fields } to cache key.
Sun, 24 Jan 2016 22:10:01 +0200 Timo Sirainen auth: Avoid unnecessary work if passdb/userdb { override_fields, default_fields } aren't set.
Sun, 24 Jan 2016 22:07:55 +0200 Timo Sirainen .gitignore: Added *.orig and *.rej
Sun, 24 Jan 2016 22:06:30 +0200 Timo Sirainen config: Fixed '\' line continuation to work again.
Sun, 24 Jan 2016 20:07:58 +0200 Timo Sirainen imapc: If command times out, reconnect and retry if possible.
Sun, 24 Jan 2016 19:54:51 +0200 Timo Sirainen pop3-migration: Fix to 2f19f8 - Don't convert LF also to '?' in header hashes.
Sun, 24 Jan 2016 19:34:21 +0200 Timo Sirainen pop3-migration: Filter out headers with invalid names.
Sun, 24 Jan 2016 19:23:59 +0200 Timo Sirainen pop3-migration: Convert all non-ASCII in headers to '?'
Sun, 24 Jan 2016 18:15:53 +0200 Timo Sirainen imapc: Added imapc_features=fetch-fix-broken-mails
Sun, 24 Jan 2016 17:41:01 +0200 Timo Sirainen imapc: Added imapc_cmd_timeout setting to control the command wait timeouts.
Sun, 24 Jan 2016 17:39:28 +0200 Timo Sirainen imapc: Added imapc_features=fetch-msn-workarounds
Sun, 24 Jan 2016 17:38:39 +0200 Timo Sirainen pop3-migration: If we matched all the IMAP (but not all POP3) messages, log about it.
Sun, 24 Jan 2016 17:13:04 +0200 Timo Sirainen pop3-migration: Ignore X-Yahoo-Newman-Property: header
Sun, 24 Jan 2016 16:55:13 +0200 Timo Sirainen pop3-migration: When logging the first missing POP3 mail, it logged a wrong mail
Sun, 24 Jan 2016 16:28:29 +0200 Timo Sirainen pop3-migration: When failing because some messages couldn't be matched, show the first message's number and UIDL
Sun, 24 Jan 2016 16:27:21 +0200 Timo Sirainen pop3-migration: Added pop3_migration_skip_size_check setting
Sun, 24 Jan 2016 16:25:52 +0200 Timo Sirainen pop3-migration: Ignore Return-Path: header when matching UIDLs by header hashes
Sat, 23 Jan 2016 15:48:14 +0200 Timo Sirainen auth: Apply override_fields to userdb also when continuing to the next userdb.
Sat, 23 Jan 2016 15:12:37 +0200 Timo Sirainen auth: If userdb result was found from cache, its result_* rules were ignored.
Sat, 23 Jan 2016 14:05:19 +0200 Timo Sirainen ldap auth: %variables in pass/user_attrs are now included in auth cache key.
Sat, 23 Jan 2016 13:57:54 +0200 Timo Sirainen auth: Apply passdb/userdb { override_fields } only after caching
Fri, 22 Jan 2016 19:06:59 +0200 Timo Sirainen doveadm: Changed most print formatters to write to ostream.
Fri, 22 Jan 2016 19:08:11 +0200 Timo Sirainen director: "Host is being updated before previous update had finished" logs now details.
Fri, 22 Jan 2016 15:15:03 +0000 Alin Dobre doveadm: Add plugins support for doveadm pw
Fri, 22 Jan 2016 17:14:37 +0200 Timo Sirainen fts-solr: If Solr lookup returns missing or invalid UID, fail the search.
Fri, 22 Jan 2016 16:48:53 +0200 Timo Sirainen doveadm: Make sure all mail storage hooks are freed at deinit.
Mon, 18 Jan 2016 15:50:23 +0200 Aki Tuomi master: Do not close stdout if going foreground
Thu, 21 Jan 2016 13:59:31 +0200 Timo Sirainen lib-auth: Error message typofix
Wed, 20 Jan 2016 19:35:06 +0200 Timo Sirainen Makefile: Fixed ChangeLog generation with older git versions that don't support --since
Wed, 20 Jan 2016 13:30:43 +0200 Timo Sirainen imap, pop3, lmtp: Enable MAIL_STORAGE_SERVICE_FLAG_AUTOEXPUNGE
Wed, 20 Jan 2016 13:30:34 +0200 Timo Sirainen lib-storage: Enable autoexpunge only when MAIL_STORAGE_SERVICE_FLAG_AUTOEXPUNGE is set.
Wed, 20 Jan 2016 13:22:15 +0200 Timo Sirainen lib-storage: Fixed looking up MAILBOX_METADATA_FIRST_SAVE_DATE from mailbox list index.
Wed, 20 Jan 2016 13:13:47 +0200 Timo Sirainen lib-storage: Fixed updating first-saved-uid to mailbox list index when first mails were just expunged.
Wed, 20 Jan 2016 12:55:57 +0200 Timo Sirainen lib-storage: Don't set internal error to storage when there's nothing to sync.
Tue, 19 Jan 2016 23:47:08 +0200 Timo Sirainen imap-login: If LOGINDISABLED capability is advertised in banner, don't try to LOGIN without SSL/TLS.
Tue, 19 Jan 2016 20:45:27 +0200 Timo Sirainen lib: Don't crash if getenv() is called after process_title_deinit() with Linux/OSX PROCTITLE_HACK
Tue, 19 Jan 2016 15:39:13 +0200 Timo Sirainen config: Improved error messages for wrong order of nested local/remote/protocol { .. } blocks
Tue, 19 Jan 2016 15:15:19 +0200 Timo Sirainen quota-clone: Avoid leaving a dict transaction open for unnecessarily long.
Tue, 19 Jan 2016 15:11:44 +0200 Timo Sirainen quota-clone: Fixed update-recursion crash when closing mailbox.
Tue, 19 Jan 2016 02:30:53 +0200 Timo Sirainen pop3c: If authentication fails, log if it was done with USER+PASS or AUTH PLAIN
Tue, 19 Jan 2016 02:26:24 +0200 Timo Sirainen pop3c: Improve authentication debug log messages a bit.
Mon, 18 Jan 2016 17:38:22 +0200 Timo Sirainen auth: If passdbs are required, don't allow only master=yes passdbs.
Mon, 18 Jan 2016 17:08:04 +0200 Timo Sirainen *-login: Typofix for login_plugins error messages.
Mon, 18 Jan 2016 14:59:50 +0200 Timo Sirainen lib-fs: Added default implementations for fs_iter_*(), fs_copy() and fs_stat()
Mon, 18 Jan 2016 14:57:45 +0200 Timo Sirainen lib-mail: istream-binary-converter lost last few chars from root-level binary content.
Mon, 18 Jan 2016 14:56:47 +0200 Timo Sirainen lib-mail: message-parser unit test now verifies that parsed block parts match input.
Mon, 18 Jan 2016 14:56:24 +0200 Timo Sirainen lib-mail: Added message_header_line_write()
Fri, 15 Jan 2016 14:11:34 +0200 Aki Tuomi ChangeLog: Generate mercurial style changelogs
Mon, 18 Jan 2016 13:28:23 +0200 Timo Sirainen lib-storage: Ignore ACLs when autoexpunging.
Mon, 18 Jan 2016 12:31:26 +0200 Timo Sirainen quota: Fixed namespace filtering for dict and count backends.
Sat, 16 Jan 2016 21:47:53 +0200 Timo Sirainen lib-http: Assign an ID for each HTTP request and log it in debug lines.
Sat, 16 Jan 2016 21:31:55 +0200 Timo Sirainen imapc: Added support for PROXYAUTH command by setting imapc_features = proxyauth
Fri, 15 Jan 2016 19:36:46 +0200 Timo Sirainen stats: Added missing #include forgotten in 63393b70
Tue, 12 Jan 2016 09:47:43 +0200 Aki Tuomi doveadm-stats: Add documentation about stats subcommand
Mon, 11 Jan 2016 15:46:35 +0200 Aki Tuomi doveadm-stats: Add stats reset command line
Mon, 11 Jan 2016 15:46:28 +0200 Aki Tuomi stats: Add RESET call to stats client
Mon, 11 Jan 2016 15:46:05 +0200 Aki Tuomi lib-stats: Add stats_reset function
Thu, 07 Jan 2016 11:09:50 +0200 Aki Tuomi lib-fts: Add lib-fts to CPPFLAGS as include dir
Fri, 15 Jan 2016 18:03:11 +0200 Timo Sirainen *-login: Allow plugins to hook into client allocation and add module-specific contexts to client.
Fri, 15 Jan 2016 17:17:05 +0200 Timo Sirainen dovecot-config: Added LIBDOVECOT_{AUTH/POP3/IMAP_LOGIN}_INCLUDE
Fri, 15 Jan 2016 16:51:15 +0200 Timo Sirainen imap-login: Install imap-login-*.h headers so plugins can use them.
Fri, 15 Jan 2016 16:49:05 +0200 Timo Sirainen imap-login: Renamed client.[ch] to imap-login-client.[ch]
Fri, 15 Jan 2016 16:46:34 +0200 Timo Sirainen imap-login: Added API for registering/unregistering commands (for plugins).
Fri, 15 Jan 2016 16:07:32 +0200 Timo Sirainen *-login: Added login_plugins and login_plugin_dir settings.
Fri, 15 Jan 2016 16:20:45 +0200 Timo Sirainen Added v2.2.21 to NEWS.
Fri, 15 Jan 2016 15:55:26 +0200 Timo Sirainen *-login: Changed -D parameter to mean a more generic login_debug option.
Fri, 15 Jan 2016 15:40:56 +0200 Timo Sirainen imapc: Added imapc_features = no-examine
Fri, 15 Jan 2016 15:12:30 +0200 Timo Sirainen dsync: Fixed syncing subscription state with doveadm backup.
Fri, 15 Jan 2016 15:04:21 +0200 Timo Sirainen imapc: Fixed mailbox name escaping for STATUS
Thu, 14 Jan 2016 18:52:01 +0200 Timo Sirainen imapc: Fixed mailbox name escaping for CREATE, DELETE, RENAME, SUBSCRIBE, UNSUBSCRIBE
Thu, 14 Jan 2016 18:50:23 +0200 Timo Sirainen imapc: Fixed escaping/unescaping mailbox names.
Thu, 14 Jan 2016 18:47:40 +0200 Timo Sirainen lib-storage: Added mailbox_list_[un]escape_name_params()
Thu, 14 Jan 2016 16:28:06 +0200 Timo Sirainen imapc: Don't duplicate standard mailbox flags in LIST replies.
Wed, 13 Jan 2016 14:30:03 +0200 Timo Sirainen virtual plugin: Added support for filtering mailboxes by METADATA entries.
Wed, 13 Jan 2016 14:22:22 +0200 Timo Sirainen lib-imap-storage: imap_metadata_get*() returned 1 also when value wasn't found.
Wed, 13 Jan 2016 13:46:33 +0200 Timo Sirainen virtual plugin: Cleaned up behavior of '!' prefix with '+' and '-'
Wed, 13 Jan 2016 13:41:05 +0200 Timo Sirainen virtual plugin: Don't treat "+-box" as a negative entry.
Wed, 13 Jan 2016 13:31:54 +0200 Timo Sirainen virtual plugin: Minor cleanup/fix - find the namespace after we have processed special prefixes.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 13 Jan 2016 11:22:20 +0200 Timo Sirainen lib-storage: Fixed autoexpunge=yes to work with namespace's root mailbox.
Wed, 23 Dec 2015 14:45:08 +0200 Teemu Huovila lib-fts: Create library for development packages.
Mon, 11 Jan 2016 19:00:07 +0200 Timo Sirainen lib: i_stream_get_error() now returns "EOF" if stream_errno==0 and eof==TRUE.
Sat, 09 Jan 2016 22:55:15 +0200 Timo Sirainen Removed now-unused is-tagged.py
Fri, 08 Jan 2016 18:12:21 +0200 Timo Sirainen auth: Don't crash if passwd-file can't be opened
Fri, 08 Jan 2016 17:04:27 +0200 Timo Sirainen lib-settings: If SET_UINT_OCT has invalid value, we ignored the error and returned garbage value.
Fri, 08 Jan 2016 17:02:56 +0200 Timo Sirainen lib-settings: Fixed parsing '0' value for SET_UINT_OCT.
Fri, 08 Jan 2016 13:24:32 +0200 Timo Sirainen lib-mail: message-parser was counting body_size wrong for truncated MIME headers after 7d800c55
Thu, 07 Jan 2016 22:14:59 +0200 Timo Sirainen lib-storage: mailbox_exists() shouldn't return INBOX as nonexistent if it's not created yet.
Thu, 07 Jan 2016 22:02:18 +0200 Timo Sirainen update-version.sh: Explicitly specify git directory.
Tue, 05 Jan 2016 11:17:26 -0500 Timo Sirainen pop3: Make sure pop3_lock_session=yes creates the lock's directory if it's missing.
Tue, 05 Jan 2016 11:08:01 -0500 Timo Sirainen auth: Fixed allow_nets=local to work correctly with non-local remote IP
Tue, 05 Jan 2016 11:01:26 -0500 Timo Sirainen imap: Don't hang at ambiguous commands when they were pipelined already before login
Mon, 04 Jan 2016 14:34:01 -0500 Timo Sirainen imap: Avoid crashing at deinit if mail_user_unref() triggers mail_storage_callbacks
Mon, 04 Jan 2016 14:23:46 -0500 Timo Sirainen lib-storage: Fixed autoexpunge for namespaces with non-empty prefix
Mon, 04 Jan 2016 14:15:50 -0500 Timo Sirainen auth: If allow_nets has an invalid value, don't attempt to compare it anymore.
Mon, 04 Jan 2016 14:10:44 -0500 Timo Sirainen lib: Added unit tests for net_is_in_network() about IPv4-mapped IPv6 addresses
Mon, 04 Jan 2016 14:00:19 -0500 Timo Sirainen lib: Fixed assert-crash with net_is_in_network(family=ipv6, family=0, ..)
Mon, 04 Jan 2016 20:51:34 +0200 Timo Sirainen dict: Avoid a crash when dict connection is already closed when async lookup finishes.
Mon, 04 Jan 2016 13:12:18 -0500 Timo Sirainen imap: Make sure pending input is handled when a pending command has input locked.
Mon, 04 Jan 2016 12:40:39 -0500 Timo Sirainen imap: Fixed crash in IDLE if DONE is received while sending large output to client.
Mon, 04 Jan 2016 12:02:12 -0500 Timo Sirainen lib-storage: mail_add_temp_wanted_fields() was reading already-freed memory.
Mon, 04 Jan 2016 11:47:24 -0500 Timo Sirainen imap: Don't assert-crash if hibernation resumes IDLE, which sends a lot of data to client.
Thu, 31 Dec 2015 04:26:01 +0200 Timo Sirainen mysql: Don't require connect setting to have host-parameter if option_file is set.
Wed, 30 Dec 2015 08:21:46 -0500 Timo Sirainen lib-mail: message-parser wasn't returning hdr=NULL blocks after 078c2c8c
Wed, 30 Dec 2015 08:21:24 -0500 Timo Sirainen lib-mail: Small test-message-header-parser unit test update
Mon, 28 Dec 2015 06:49:29 -0500 Timo Sirainen dsync: Don't restrict what mailbox names can be created (except basic sanity checks)
Wed, 23 Dec 2015 11:48:12 +0200 Timo Sirainen lib-http: Add more timing information to debug logs when HTTP connections get closed.
Thu, 17 Dec 2015 05:52:03 +0200 Timo Sirainen imap: Make static analyzer happier.
Wed, 16 Dec 2015 15:37:26 +0200 Timo Sirainen imap: Fixed potential assert-crash with command pipelining.
Wed, 16 Dec 2015 15:26:02 +0200 Timo Sirainen doveadm-server: Added -D parameter to enable debugging at startup.
Wed, 16 Dec 2015 15:25:22 +0200 Timo Sirainen doveadm-server: Fixed loading doveadm plugins that use doveadm_dump_register()
Wed, 16 Dec 2015 15:06:52 +0200 Timo Sirainen lib-compress: lz4 istream wasn't detected reliably in some situations.
Wed, 16 Dec 2015 14:11:04 +0200 Timo Sirainen configure: Changed version number to v2.2.devel.
Wed, 16 Dec 2015 11:59:41 +0200 Timo Sirainen imap: Fixed potential crash when logging about pending commands at logout.
Wed, 16 Dec 2015 11:29:36 +0200 Timo Sirainen lib-dict: Improve EACCES error logging for dict-file.
Tue, 15 Dec 2015 17:32:09 +0200 Timo Sirainen lib-mail: message-parser didn't detect MIME part boundaries in the middle of MIME part headers.
Tue, 15 Dec 2015 17:29:11 +0200 Timo Sirainen lib-mail: message_header_parser_next() updates istream position immediately now.
Mon, 14 Dec 2015 17:42:34 +0200 Timo Sirainen lib: Avoid passing NULL to qsort() or bsearch() on empty array.
Mon, 14 Dec 2015 12:36:23 +0200 Timo Sirainen imapc: Removed commented out code.
Sun, 13 Dec 2015 21:25:32 +0200 Timo Sirainen doveadm expunge: Using "all" parameter didn't work.
Sun, 13 Dec 2015 12:33:20 +0200 Timo Sirainen stats: Avoid assert-crash with dsync.
Fri, 11 Dec 2015 17:40:36 +0200 Timo Sirainen configure: Minor cleanup - avoid code duplication.
Fri, 11 Dec 2015 17:39:05 +0200 Timo Sirainen dovecot-config: Fixed setting LIBDOVECOT_LIBFTS[_DEPS]
Fri, 11 Dec 2015 16:33:43 +0200 Timo Sirainen director: Don't mark the host desynced if director is alone in ring.
Thu, 10 Dec 2015 14:40:01 +0200 Timo Sirainen director: Don't trigger a ring resync if only last_updown_change has changed.
Thu, 10 Dec 2015 11:14:26 +0200 Timo Sirainen Makefile: Make ChangeLog depend on .git/index instead of .git/ORIG_HEAD
Wed, 09 Dec 2015 19:40:18 +0200 Timo Sirainen Switched .hgignore to .gitignore
Wed, 09 Dec 2015 19:40:10 +0200 Timo Sirainen Removed .hgsigs and .hgtags
Wed, 09 Dec 2015 18:38:00 +0200 Timo Sirainen Makefile, update-version.sh: Switched from hg to git.
Wed, 09 Dec 2015 17:37:13 +0200 Timo Sirainen TODO updated
Wed, 09 Dec 2015 17:36:49 +0200 Timo Sirainen acl: Empty lines and comments in dovecot-acl files weren't handled correctly.
Wed, 09 Dec 2015 15:31:37 +0200 Timo Sirainen virtual: Fixed assert-crash when opening virtual mailbox triggered backend mailbox autocreation.
Wed, 09 Dec 2015 13:51:35 +0200 Timo Sirainen lib-storage: Fixed mail_search_args_simplify() with empty args.
Wed, 09 Dec 2015 13:02:46 +0200 Timo Sirainen director: If doveadm attempts to change tag for an existing host, return error.
Wed, 09 Dec 2015 13:02:19 +0200 Timo Sirainen doveadm director update: Tag can't be changed - don't allow -t parameter
Wed, 09 Dec 2015 12:43:18 +0200 Timo Sirainen imap: Added assert to make sure client_command_context isn't freed too early.
Wed, 09 Dec 2015 10:49:22 +0200 Timo Sirainen quota-fs: Fixed getting NFS rquota when the quota was disabled.
Tue, 08 Dec 2015 15:47:28 +0200 Timo Sirainen fts: When indexing header names with lib-fts, add them using "data" language.
Tue, 08 Dec 2015 13:28:01 +0200 Timo Sirainen fts: Fixed searching for HEADER "" with lib-fts
Tue, 08 Dec 2015 13:23:19 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now ALL better.
Tue, 08 Dec 2015 13:13:24 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() code cleanup - allow merging first arg
Tue, 08 Dec 2015 13:13:10 +0200 Timo Sirainen lib-storage: Fix to a776ee107aa2 - merged-flag wasn't reset between all args.
Tue, 08 Dec 2015 12:55:40 +0200 Timo Sirainen lib-storage: Code cleanup - moved BODY/TEXT "" optimization to mail_search_args_simplify()
Tue, 08 Dec 2015 12:24:42 +0200 Timo Sirainen lib-settings: Allow using comma as deflist separator.
Tue, 08 Dec 2015 10:18:48 +0200 Timo Sirainen quota-fs: Recalculate relative quota rules when FS limit changes are detected.
Tue, 08 Dec 2015 10:17:10 +0200 Timo Sirainen lmtp: Memory leak fixes on handling some RCPT TO failures.
Mon, 07 Dec 2015 21:09:47 +0200 Timo Sirainen Added signature for changeset f833b8160e39
Mon, 07 Dec 2015 21:09:38 +0200 Timo Sirainen Added tag 2.2.20 for changeset f833b8160e39
Mon, 07 Dec 2015 21:09:35 +0200 Timo Sirainen Released v2.2.20.
Mon, 07 Dec 2015 16:06:15 +0200 Timo Sirainen lib-ssl-iostream, login-*: Hide unnecessary "EVP_PKEY_get1_EC_KEY:expecting a ec key" errors.
Mon, 07 Dec 2015 11:29:29 +0200 Timo Sirainen doveadm: Fixed reseting getopt() with glibc when processing multiple commands in a single process.
Mon, 07 Dec 2015 11:21:59 +0200 Timo Sirainen doveadm-server: Reset getopt() before calling non-mail commands.
Sun, 06 Dec 2015 20:48:55 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now "(a OR b) AND (a OR c)" -> "a OR (b AND c)"
Sun, 06 Dec 2015 20:46:52 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() refactoring
Sun, 06 Dec 2015 19:27:45 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now "a AND (a OR b)" -> "a"
Sun, 06 Dec 2015 19:26:44 +0200 Timo Sirainen lib-storage: Make sure mail_sesarch_args_simplify_sub() is called enough times.
Sun, 06 Dec 2015 19:25:20 +0200 Timo Sirainen lib-storage: Minor test-mail-search-args-simplify unit test improvements
Sun, 06 Dec 2015 18:14:08 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now "(a AND b) OR (a AND c)" -> "a AND (b OR c)"
Sun, 06 Dec 2015 18:12:24 +0200 Timo Sirainen lib-storage: mail_search_args_simplify() handles now "a OR (a AND b)" -> "a"
Sun, 06 Dec 2015 18:09:17 +0200 Timo Sirainen lib-storage: Made mail_search_arg_[one_]equals() public.
Sun, 06 Dec 2015 18:08:20 +0200 Timo Sirainen lib-storage: mail_search_args_equal() ignored some differences.
Sun, 06 Dec 2015 18:06:45 +0200 Timo Sirainen lib-storage: mail_search_arg*_dup() didn't preserve fuzzy-flag.
Sun, 06 Dec 2015 16:46:30 +0200 Timo Sirainen lib-storage: SEARCH BODY "" wasn't properly being translated to SEARCH_ALL.
Sun, 06 Dec 2015 16:09:55 +0200 Timo Sirainen lib-storage: dovecot.index.pvt* ignored several settings.
Sun, 06 Dec 2015 15:39:53 +0200 Timo Sirainen quota-fs: File count limits with NetBSD shouldn't be multiplied by DEV_BSIZE
Sun, 06 Dec 2015 15:10:10 +0200 Timo Sirainen lib-charset: Added UTF-7 state checking unit test.
Sun, 06 Dec 2015 14:57:22 +0200 Timo Sirainen lmtp: quota_full_tempfail=yes didn't work with lmtp_rcpt_check_quota=yes
Sun, 06 Dec 2015 14:27:46 +0200 Timo Sirainen sdbox: Fixed assert-crash when message with external attachments was copied between storages.
Fri, 04 Dec 2015 14:17:45 +0200 Timo Sirainen fts: Fixed FTS search query generation after earlier per-language tokenizer changes.
Fri, 04 Dec 2015 13:46:00 +0200 Timo Sirainen lib-http: Give a better error message if request times out.
Fri, 04 Dec 2015 13:27:28 +0200 Timo Sirainen doveadm fts lookup/expand: Don't assert-crash if fts isn't configured.
Fri, 04 Dec 2015 12:29:12 +0200 Timo Sirainen lib: Removed t_str_trim() for now due to collision in Pigeonhole v0.4.9
Fri, 04 Dec 2015 12:15:49 +0200 Timo Sirainen imap: Fixed assert-crash if client disconnected at a specific command state.
Fri, 04 Dec 2015 11:38:00 +0200 Timo Sirainen lib-index: mail_transaction_log_file_map() didn't properly check start_offset
Fri, 04 Dec 2015 10:52:52 +0200 Timo Sirainen lib-ssl-iostream: Fixed compiler warning when OpenSSL didn't support ECDH.
Fri, 04 Dec 2015 09:52:26 +0200 Timo Sirainen fts: Error handling fix for previous per-language tokenizer change.
Thu, 03 Dec 2015 15:31:48 +0200 Timo Sirainen Added signature for changeset c35e62a9e710
Thu, 03 Dec 2015 15:31:41 +0200 Timo Sirainen Added tag 2.2.20.rc1 for changeset c35e62a9e710
Thu, 03 Dec 2015 15:31:39 +0200 Timo Sirainen Released v2.2.20.rc1.
Thu, 03 Dec 2015 14:24:06 +0200 Timo Sirainen fts: Added support for per-language tokenizer settings.
Thu, 03 Dec 2015 12:22:24 +0200 Timo Sirainen lib-ssl-iostream: Moved openssl_iostream_*error() to -common.c
Thu, 03 Dec 2015 12:19:12 +0200 Timo Sirainen login, lib-ssl-iostream: Clear errors caused by manual EC key selection when there was no EC key.
Thu, 03 Dec 2015 12:13:11 +0200 Timo Sirainen lib-ssl-iostream: Check for SSL_CTX_set_ecdh_auto() failure.
Thu, 03 Dec 2015 12:02:56 +0200 Timo Sirainen login, lib-ssl-iostream: Deduplicate code with shared openssl_iostream_use_certificate_error()
Thu, 03 Dec 2015 11:58:11 +0200 Timo Sirainen login-common: Use openssl_iostream_*error() to avoid code duplication.
Thu, 03 Dec 2015 11:55:33 +0200 Timo Sirainen lib-ssl-iostream: Fixes to error handling.
Thu, 03 Dec 2015 11:41:58 +0200 Timo Sirainen lib-ssl-iostream: Don't ignore errors on SSL certificate loading.
Tue, 01 Dec 2015 17:31:08 +0200 Timo Sirainen mail-log: If uid field is used, make sure newly saved mails actually get an UID.
Tue, 01 Dec 2015 16:45:37 +0200 Timo Sirainen lib-mail: test-rfc822-parser unit test fix
Mon, 30 Nov 2015 21:39:56 +0200 Timo Sirainen director: Minor code cleanup - removed unnecessary code.
Mon, 30 Nov 2015 21:39:34 +0200 Timo Sirainen director: Include tag also in the hosts_hash.
Mon, 30 Nov 2015 21:39:07 +0200 Timo Sirainen director: Fixed recent tag reimplementation to actually work.
Mon, 30 Nov 2015 21:36:51 +0200 Timo Sirainen director: Don't treat empty hostname the same as having it.
Mon, 30 Nov 2015 21:32:26 +0200 Timo Sirainen director: Fixed "doveadm director status user@domain" not to hang due to missing LF.
Mon, 30 Nov 2015 13:15:44 +0200 Timo Sirainen lib-imap: Added unit tests for imap_append_[an]string()
Mon, 30 Nov 2015 13:14:29 +0200 Timo Sirainen lib-mail: rfc822_parse_content_param() was unescaping already unescaped parameters
Mon, 30 Nov 2015 12:22:22 +0200 Timo Sirainen doveadm fetch: Added date.sent/received/saved.unixtime
Sat, 28 Nov 2015 23:50:14 +0200 Stephan Bosch lib: Created t_str_trim() functions to trim characters from beginning and end of string.
Sat, 28 Nov 2015 13:36:14 +0200 Timo Sirainen Makefile: Added missing mail-autoexpunge.h
Fri, 27 Nov 2015 15:50:44 +0200 Timo Sirainen lib: Added extra assert to i_stream_read()
Fri, 27 Nov 2015 15:49:58 +0200 Timo Sirainen fts-solr: Fixed sending empty parameters.
Fri, 27 Nov 2015 15:26:31 +0200 Timo Sirainen Compiler warning fix for 32bit systems
Fri, 27 Nov 2015 15:24:41 +0200 Timo Sirainen fts-solr: Fixed escaping query parameters.
Fri, 27 Nov 2015 14:57:03 +0200 Timo Sirainen zlib: Fixed copying causing cache corruption when zlib_save wasn't set.
Fri, 27 Nov 2015 14:42:43 +0200 Timo Sirainen lib: Fixed compiling unit test in systems where NULL isn't of type void*
Fri, 27 Nov 2015 14:39:32 +0200 Timo Sirainen auth: Fixed test-auth-request-var-expand unit test on big endian CPUs
Fri, 27 Nov 2015 14:24:23 +0200 Timo Sirainen Compiler warning fix for 32bit systems
Fri, 27 Nov 2015 14:11:57 +0200 Timo Sirainen lib-storage: Don't add first_saved to mailbox list index unless autoexpunge is set.
Fri, 27 Nov 2015 14:01:14 +0200 Timo Sirainen imap: Free mail_user only after client is disconnected.
Fri, 27 Nov 2015 13:59:22 +0200 Timo Sirainen Added mailbox { autoexpunge } setting.
Fri, 27 Nov 2015 13:06:01 +0200 Timo Sirainen imap: SETMETADATA didn't set ostream output handler back
Thu, 26 Nov 2015 15:42:35 +0200 Timo Sirainen quota-clone: Avoid assert-crash when quota recalculation is triggered.
Wed, 25 Nov 2015 15:09:52 +0200 Teemu Huovila lib-fts: Move ICU transliterator creation to fts-icu.h
Wed, 25 Nov 2015 15:09:52 +0200 Teemu Huovila lib-fts: Fix compilation for systems without libicu.
Tue, 24 Nov 2015 13:42:58 +0200 Timo Sirainen imap: When logging command disconnection info, log the oldest command's info (not newest)
Tue, 24 Nov 2015 13:41:58 +0200 Timo Sirainen imap: Added extra assert checks to make sure command states are consistent.
Tue, 24 Nov 2015 13:40:12 +0200 Timo Sirainen imap: IDLE may have called client_continue_pending_input() unnecessarily.
Tue, 24 Nov 2015 12:56:35 +0200 Timo Sirainen imap: Fixed crash at FETCH deinit caused by b638e19d3bd4
Tue, 24 Nov 2015 11:50:15 +0200 Timo Sirainen imap: Fixed hanging if a pipelined IMAP command was waiting for previous command to sync.
Tue, 24 Nov 2015 11:15:47 +0200 Timo Sirainen director: Fixed backend selection when multiple tags were used.
Mon, 23 Nov 2015 19:47:08 +0200 Timo Sirainen director: Code cleanup - renamed hosts_unsorted to vhosts_unsorted
Mon, 23 Nov 2015 19:44:50 +0200 Timo Sirainen director: Code cleanup - rename tag to tag_name in mail_host_*() parameters.
Mon, 23 Nov 2015 19:41:38 +0200 Timo Sirainen director: Code cleanup - access host->tag via mail_host_get_tag()
Mon, 23 Nov 2015 19:38:31 +0200 Timo Sirainen director: Code cleanup - make most mail_host_*() list parameters unnecessary.
Mon, 23 Nov 2015 19:35:03 +0200 Timo Sirainen director: With director_consistent_hashing=yes hosts_hash wasn't always calculated right.
Wed, 18 Nov 2015 16:33:26 +0200 Teemu Huovila lib-fts: Fix compilation for systems without libstemmer.
Wed, 18 Nov 2015 16:33:26 +0200 Teemu Huovila fts: Remove default filters and tokenizers.
Thu, 19 Nov 2015 17:43:47 +0200 Timo Sirainen fs-posix: Added mode=auto parameter to copy mode from parent directory if setgid-bit is set
Thu, 19 Nov 2015 17:19:19 +0200 Timo Sirainen fs-posix: Code cleanup - don't store dir_mode permanently.
Thu, 19 Nov 2015 17:39:46 +0200 Teemu Huovila lib-fts: Silence clang warnings.
Thu, 19 Nov 2015 14:47:27 +0200 Timo Sirainen fts plugin: Install fts-storage.h
Thu, 19 Nov 2015 14:46:54 +0200 Timo Sirainen lib-fs: Added fs_stats_get_read/write_usecs()
Wed, 18 Nov 2015 21:06:17 +0200 Timo Sirainen indexer-worker: Use provided session-id only as a prefix for a unique session ID.
Wed, 18 Nov 2015 21:03:41 +0200 Timo Sirainen lib-storage: Added mail_storage_service_input.session_id_prefix
Wed, 18 Nov 2015 20:50:55 +0200 Timo Sirainen stats: Improved logging on invalid CONNECT input.
Wed, 18 Nov 2015 19:15:36 +0200 Timo Sirainen stats: Forced sending of UPDATE-SESSION every 5 minutes wasn't working.
Wed, 18 Nov 2015 18:54:51 +0200 Timo Sirainen stats: When logging UPDATE-SESSION stats, log also the session ID.
Wed, 18 Nov 2015 18:10:46 +0200 Timo Sirainen lib-storage: Create ioloop context for users even if log prefix changing is disabled.
Wed, 18 Nov 2015 17:45:35 +0200 Timo Sirainen lib-master: master_service_is_master_stopped() now returns FALSE if running standalone.
Wed, 18 Nov 2015 14:15:32 +0200 Timo Sirainen lib-master: Fixed timeout leak at deinit when we couldn't connect to ipc-server
Wed, 18 Nov 2015 13:12:23 +0200 Timo Sirainen pop3: When creating session lock file, prefer to write it to the index root dir.
Wed, 18 Nov 2015 13:08:57 +0200 Timo Sirainen pop3: Send "OK Logged in" before reading mailbox.
Wed, 18 Nov 2015 12:40:42 +0200 Timo Sirainen imap: Disconnection log message incorrectly logged "input/output" even if only "input" was set.
Wed, 18 Nov 2015 12:39:13 +0200 Timo Sirainen imap: When disconnected during FETCH, include the last byte counts in disconnection log message.
Tue, 17 Nov 2015 19:02:13 +0200 Timo Sirainen lib-fs: Improved fs-metawrap's fs_stat() error message.
Tue, 17 Nov 2015 19:01:29 +0200 Timo Sirainen lib-fs: Fixed fs_stat() for fs-metawrap
Tue, 17 Nov 2015 17:26:56 +0200 Timo Sirainen *-login: Added postlogin_socket=path passdb extra field.
Tue, 17 Nov 2015 17:23:31 +0200 Timo Sirainen lib-master: master_auth_request_full() now supports per-request path.
Tue, 17 Nov 2015 17:11:05 +0200 Timo Sirainen lib-master: Added extensible master_auth_request_full() call.
Tue, 17 Nov 2015 16:30:16 +0200 Timo Sirainen lib-fs: Added asserts to fs_set_metadata() to make sure key and value are non-NULL
Tue, 17 Nov 2015 11:51:45 +0200 Teemu Huovila fts: Added fts_library_init() and _deinit()
Tue, 17 Nov 2015 11:50:16 +0200 Teemu Huovila lib-fts: Added fts_language_register() to register more languages in plugins.
Tue, 17 Nov 2015 11:46:49 +0200 Teemu Huovila dovecot-config: Added LIBFTS.
Tue, 17 Nov 2015 11:45:44 +0200 Teemu Huovila lib-fts: Explicitly state encoding used for stemming.
Tue, 17 Nov 2015 11:45:24 +0200 Teemu Huovila lib-fts: Removed TODO comment.
Tue, 17 Nov 2015 11:44:53 +0200 Teemu Huovila lib-fts: Minor code cleanup - Rename some internal functions.
Tue, 17 Nov 2015 11:44:19 +0200 Teemu Huovila lib-fts: Add Norwegian.
Tue, 17 Nov 2015 11:43:58 +0200 Teemu Huovila lib-fts: Add comment to language names.
Tue, 17 Nov 2015 11:43:28 +0200 Teemu Huovila lib-fts: Add Swedish (sv) to supported languages.
Tue, 17 Nov 2015 11:42:59 +0200 Teemu Huovila lib-fts: Add l' contraction to French unit test.
Mon, 16 Nov 2015 14:47:18 +0200 Timo Sirainen pop3-migration: Fixed memory leak in unit test.
Mon, 16 Nov 2015 14:46:40 +0200 Timo Sirainen lib-mail: Fixed istream-header-filter when callback excluded multiple headers.
Mon, 16 Nov 2015 14:16:00 +0200 Timo Sirainen dovecot.m4: Run valgrind with --trace-children=yes
Mon, 16 Nov 2015 14:15:02 +0200 Timo Sirainen Added Valgrind suppressions file for ignoring any bash memory leaks.
Mon, 16 Nov 2015 12:40:22 +0200 Timo Sirainen dovecot.m4: Added --leak-check=full to valgrind
Mon, 16 Nov 2015 12:29:51 +0200 Phil Carmody various - remove 8-bit characters from literal strings in test cases
Mon, 16 Nov 2015 12:29:21 +0200 Phil Carmody lib: fix memory leak of iterator in str_table_deinit()
Mon, 16 Nov 2015 12:29:09 +0200 Phil Carmody lib: make test-istream-failure-at not leak memory
Mon, 16 Nov 2015 12:27:03 +0200 Phil Carmody lib: fix memory leaks in failure-at streams
Mon, 16 Nov 2015 12:26:50 +0200 Phil Carmody lib-master: stop tests from leaking memory
Mon, 16 Nov 2015 12:26:32 +0200 Phil Carmody lib-http: free resources used in the tests
Mon, 16 Nov 2015 12:26:06 +0200 Phil Carmody lib-http: ref/unref input stream in http message parser
Mon, 16 Nov 2015 12:24:53 +0200 Timo Sirainen imapc: Treat literal8 input the same as regular literal.
Thu, 12 Nov 2015 18:27:54 +0200 Timo Sirainen imap: When client disconnects during a running command, log the command wait state.
Thu, 12 Nov 2015 12:28:58 +0200 Timo Sirainen imap: If IDLE or FETCH notices a disconnection, log the running command statistics.
Thu, 12 Nov 2015 12:17:04 +0200 Timo Sirainen imap: When client disconnects during a running command, log the IO input/output wait status.
Thu, 12 Nov 2015 12:14:20 +0200 Timo Sirainen lib: Added io_loop_find_fd_conditions()
Thu, 12 Nov 2015 11:29:29 +0200 Timo Sirainen quota: When recalculating quota, don't try to access nonexistent autocreate-mailboxes.
Wed, 11 Nov 2015 17:40:23 +0200 Timo Sirainen login proxy: If writing to ostream fails, log the ostream's error string.
Wed, 11 Nov 2015 17:35:10 +0200 Timo Sirainen login proxy: Include some extra information in disconnect log lines.
Wed, 11 Nov 2015 13:15:30 +0200 Timo Sirainen auth: Added hardcoded 5 second timeout to LDAP connect()
Tue, 10 Nov 2015 10:00:11 +0200 Timo Sirainen push-notification: Removed unused code.
Mon, 09 Nov 2015 14:49:26 +0200 Timo Sirainen virtual: Include mailbox name in "Backend mailbox added by another session." error.
Mon, 09 Nov 2015 14:11:12 +0200 Timo Sirainen auth: Don't crash when trying to use CRYPT scheme when crypt() doesn't support DES
Mon, 09 Nov 2015 13:16:50 +0200 Timo Sirainen lib-storage: Support %{userdb:*} variables in mail_home and mail_chroot settings.
Mon, 09 Nov 2015 13:02:56 +0200 Timo Sirainen lib: Removed unnecessary includes from bits.h
Mon, 09 Nov 2015 09:31:48 +0200 Timo Sirainen replicator: Send initial status notification to master before listing all users
Thu, 05 Nov 2015 11:41:52 +0200 Timo Sirainen auth: Fixed crash when using %{passdb:} or %{userdb:} functions when escape_func was NULL
Wed, 04 Nov 2015 11:39:58 +0200 Phil Carmody lib: test-istream-crlf - fix expected output strings, add more coverage
Tue, 27 Oct 2015 21:54:26 -0600 Michael M Slusarz push-notification: Fix linking against notify plugin
Thu, 29 Oct 2015 15:29:24 +0200 Timo Sirainen imap: Fixed crash in NOTIFY when there were watched namespaces that didn't support NOTIFY.
Thu, 29 Oct 2015 15:06:16 +0200 Timo Sirainen dsync: Fixed handling of deleted directories.
Thu, 29 Oct 2015 14:09:52 +0200 Timo Sirainen auth: Avoid a crash by not trying to save empty delayed credentials.
Thu, 29 Oct 2015 12:55:20 +0200 Timo Sirainen acl: acl_object_list_*() now duplicates rights at init to avoid them changing during listing.
Wed, 28 Oct 2015 12:28:12 +0200 Timo Sirainen auth: Typofix for error message.
Wed, 28 Oct 2015 12:25:08 +0200 Timo Sirainen auth: nopassword field is specific to a single passdb, remove before next passdb is processed
Tue, 27 Oct 2015 23:56:48 +0200 Timo Sirainen lib-mail, fts: Put application/xhtml+xml MIME parts through html parser as well.
Mon, 26 Oct 2015 17:20:49 +0200 Timo Sirainen acl: If mailbox is autocreated, assume it already exists and don't require "create" ACL
Mon, 26 Oct 2015 16:28:51 +0200 Timo Sirainen acl: Fixed handling mailbox deletion when only "delete" right was available.
Fri, 23 Oct 2015 15:21:15 +0300 Timo Sirainen auth: Fixed userdb changing username via auth-worker
Thu, 22 Oct 2015 16:59:01 +0300 Timo Sirainen notify plugin: Don't access already freed memory.
Thu, 22 Oct 2015 13:55:27 +0300 Timo Sirainen quota-dict: Added "no-unset" parameter.
Wed, 21 Oct 2015 19:12:45 +0300 Timo Sirainen LAYOUT=index: Fixed error handling in mailbox creation race condition.
Wed, 21 Oct 2015 15:50:31 +0300 Timo Sirainen login proxy: Separate admin kicks, director kicks and shutdowns in log messages.
Wed, 21 Oct 2015 13:32:58 +0300 Timo Sirainen ssl_options: Added support for no_ticket
Tue, 20 Oct 2015 21:23:03 +0300 Timo Sirainen doveadm fs: Log also the exact reason for "file doesn't exist"
Tue, 20 Oct 2015 20:15:20 +0300 Timo Sirainen dict: Show number of clients in process title
Tue, 20 Oct 2015 18:43:32 +0300 Timo Sirainen lib-index: tail_offset wasn't updated as often as it should have been.
Tue, 20 Oct 2015 18:22:53 +0300 Timo Sirainen lib-imap-storage: Mark METADATA transactions as external.
Tue, 20 Oct 2015 17:07:20 +0300 Timo Sirainen mysql: Added connect/read/write_timeout settings. Default to 30s read/write_timeout.
Tue, 20 Oct 2015 16:57:34 +0300 Timo Sirainen mysql: Fixed client_flags parameter
Tue, 20 Oct 2015 16:56:23 +0300 Timo Sirainen mysql: Use the correct way of setting a connect timeout.
Tue, 20 Oct 2015 15:29:07 +0300 Timo Sirainen dsync: Added DSYNC_BRAIN_FLAG_NO_NOTIFY to enable MAILBOX_TRANSACTION_FLAG_NO_NOTIFY
Tue, 20 Oct 2015 15:27:42 +0300 Timo Sirainen lib-storage/notify: Added MAILBOX_TRANSACTION_FLAG_NO_NOTIFY
Tue, 20 Oct 2015 13:12:24 +0300 Timo Sirainen dict-sql: Fixed async iteration with MySQL and SQLite
Tue, 20 Oct 2015 00:25:14 +0300 Timo Sirainen lib-charset: Added UTF-7 iconv() unit test
Tue, 20 Oct 2015 00:23:56 +0300 Timo Sirainen lib-charset: Run iconv unit tests by giving iconv() new data 1 byte at a time.
Mon, 19 Oct 2015 14:29:10 +0300 Timo Sirainen imapc: Set storage's error to "internal error" if we detect mailbox state corruption.
Mon, 19 Oct 2015 14:05:26 +0300 Timo Sirainen lib: net_gethostbyname() now supports [ipv6] style bracketed addresses.
Mon, 19 Oct 2015 14:04:46 +0300 Timo Sirainen director: Fix to previous change - mail_host_dup() wasn't strdup()ing hostname.
Mon, 19 Oct 2015 13:49:54 +0300 Timo Sirainen director: Remember backends' hostnames and send them in login reply.
Mon, 19 Oct 2015 13:40:52 +0300 Timo Sirainen director: Small code cleanup - make it easier to add parameters to HOST
Mon, 19 Oct 2015 13:37:25 +0300 Timo Sirainen man: Changed "pattern" to "string" in doveamd-search-query(7)
Thu, 15 Oct 2015 14:44:03 +0300 Phil Carmody lib-mail: fix html2text parser
Wed, 14 Oct 2015 17:34:23 +0300 Timo Sirainen dsync: If rename algorithm seems go to an infinite loop, log an error and stop.
Wed, 14 Oct 2015 17:28:11 +0300 Timo Sirainen imap/pop3-login: If LOGIN/USER is used with plaintext auth disabled, remember the username for logging.
Wed, 14 Oct 2015 14:06:35 +0300 Timo Sirainen cassandra: Added read/write/delete_fallback_consistency settings.
Wed, 14 Oct 2015 13:32:02 +0300 Timo Sirainen dict-sql: dict_lookup_async() didn't call callback on query build failures.
Tue, 13 Oct 2015 21:57:29 +0300 Timo Sirainen lib-storage: Support latest cache fields in struct mailbox_metadata.precache_fields
Tue, 13 Oct 2015 21:40:33 +0300 Timo Sirainen imap: APPEND crashed if invalid keyword was given as parameter.
Tue, 13 Oct 2015 21:21:48 +0300 Timo Sirainen auth ldap: If tls_* settings are used, pass them to LDAP library even if tls=no
Tue, 13 Oct 2015 20:41:36 +0300 Timo Sirainen lib: uri_parser_init() wasn't using pool parameter for anything.
Tue, 13 Oct 2015 20:40:38 +0300 Timo Sirainen dict-sql: Added support for value_type field, which deprecates value_hexblob.
Tue, 13 Oct 2015 20:39:50 +0300 Timo Sirainen cassandra: Added support for returning "int" type values.
Tue, 13 Oct 2015 13:44:48 +0300 Timo Sirainen auth: passwd-file now stat()s the file max once per second.
Mon, 12 Oct 2015 17:12:17 +0300 Timo Sirainen fs-dict: Implemented hex-encoding for values.
Mon, 12 Oct 2015 15:57:42 +0300 Timo Sirainen director: Log a warning if directors' clocks are too much out of sync.
Mon, 12 Oct 2015 15:47:46 +0300 Timo Sirainen director: Detect if directors' hosts have become desynced by sending hosts_hash in SYNC parameter.
Mon, 12 Oct 2015 15:41:55 +0300 Timo Sirainen director: Use mail_hosts_hash() to improve debug log messages.
Mon, 12 Oct 2015 15:41:25 +0300 Timo Sirainen director: Added mail_hosts_hash(), which identifies the current mail_hosts configuration.
Mon, 12 Oct 2015 15:39:36 +0300 Timo Sirainen director: Added another debug log message.
Sun, 11 Oct 2015 18:45:58 +0300 Timo Sirainen director: Small code cleanup - make it easier to add parameters to SYNC
Sat, 10 Oct 2015 18:32:56 +0300 Timo Sirainen director: Don't allow doveadm to update backend's state if the state is already being changed.
Sat, 10 Oct 2015 18:32:06 +0300 Timo Sirainen director: Don't become desynced if two directors change the same backend in incompatible ways.
Tue, 06 Oct 2015 18:17:45 +0300 Timo Sirainen lib-http: Minor improvement to "disconnected during payload read" error message.
Tue, 06 Oct 2015 18:14:05 +0300 Stephan Bosch lib-http: client: Fixed handling of response timout if there is no payload going to the server.
Sun, 04 Oct 2015 21:52:29 +0300 Timo Sirainen lib-index: Removed some unnecessary fields.
Sun, 04 Oct 2015 21:51:55 +0300 Timo Sirainen lib-index: Fixed checking when we want to update dovecot.index
Sun, 04 Oct 2015 21:49:08 +0300 Timo Sirainen lib-index: When writing new index, rotate the log file first before writing it.
Fri, 02 Oct 2015 19:02:47 +0300 Timo Sirainen Added signature for changeset d7e14d388a7e
Fri, 02 Oct 2015 19:02:43 +0300 Timo Sirainen Added tag 2.2.19 for changeset d7e14d388a7e
Fri, 02 Oct 2015 19:02:42 +0300 Timo Sirainen Released v2.2.19.
Fri, 02 Oct 2015 18:30:22 +0300 Timo Sirainen pop3: Fixed buffer overflow with handling pop3_deleted_flag setting.
Fri, 02 Oct 2015 12:23:22 +0300 Timo Sirainen push-notification: Use setting_get_time() parsing for cache_lifetime OX driver setting.
Fri, 02 Oct 2015 12:16:11 +0300 Timo Sirainen push-notification: Compiler warning fix.
Fri, 02 Oct 2015 12:10:41 +0300 Timo Sirainen push-notification: Allow drivers to set only "key" without "=value" to parameters.
Fri, 02 Oct 2015 12:09:30 +0300 Timo Sirainen push-notification: Added timeout_msecs and max_retries parameters to OX driver.
Fri, 02 Oct 2015 11:46:30 +0300 Timo Sirainen push-notification: Don't allocate cached metadata from memory pool in OX driver.
Fri, 02 Oct 2015 11:17:53 +0300 Timo Sirainen push-notification: OX driver error handling fix - garbage metadata was returned on failure.
Thu, 01 Oct 2015 21:02:55 -0600 Michael Slusarz push-notification: Add cache lifetime config parameter to OX driver
Thu, 01 Oct 2015 20:49:20 -0600 Michael Slusarz push-notification: OCD fix for lining up function parameters
Fri, 02 Oct 2015 11:13:14 +0300 Timo Sirainen push-notification: Removed optimization to init drivers only once.
Thu, 01 Oct 2015 13:48:24 +0300 Timo Sirainen push-notification: Free all events at plugin deinit.
Thu, 01 Oct 2015 13:45:17 +0300 Timo Sirainen push-notification: Allow OX driver to use "user" from METADATA only if user_from_metadata is set.
Thu, 01 Oct 2015 12:49:25 +0300 Timo Sirainen push-notification: Cache the metadata lookup in OX driver.
Thu, 01 Oct 2015 12:34:43 +0300 Timo Sirainen push-notification: Don't crash at ox driver cleanup if init() hadn't been called.
Wed, 30 Sep 2015 18:22:52 -0600 Michael Slusarz push-notification: Improved struct naming of driver list data
Wed, 30 Sep 2015 17:59:07 -0600 Michael Slusarz push-notification: On-demand initialization of transaction data
Wed, 30 Sep 2015 17:49:24 -0600 Michael Slusarz push-notification: Fix infinite recursive loop in OX driver
Wed, 30 Sep 2015 17:45:49 -0600 Michael Slusarz push-notification: If other drivers triggered a non-MessageNew successful event, don't assert
Wed, 30 Sep 2015 17:43:20 -0600 Michael Slusarz push-notification: Fix distinguishing between IMAP APPEND and MTA deliveries
Wed, 30 Sep 2015 18:50:09 +0300 Timo Sirainen doveadm fetch: Added "storageid" field.
Wed, 30 Sep 2015 18:49:39 +0300 Timo Sirainen lib-storage: Renamed MAIL_FETCH_UIDL_FILE_NAME to MAIL_FETCH_STORAGE_ID.
Wed, 30 Sep 2015 18:11:53 +0300 Timo Sirainen dict-sql: Added support for "uint" field type.
Wed, 30 Sep 2015 17:38:12 +0300 Timo Sirainen dict-sql: Added support for extensible field types.
Tue, 29 Sep 2015 21:02:37 +0300 Timo Sirainen fts-solr: Removed Content-Type header from "select" requests to fix Solr v5.1.
Mon, 28 Sep 2015 23:39:31 +0300 Timo Sirainen lib: s/EDEADLOCK/EDEADLK/
Mon, 28 Sep 2015 17:26:04 +0300 Timo Sirainen Added signature for changeset 7a5726201e40
Mon, 28 Sep 2015 17:26:00 +0300 Timo Sirainen Added tag 2.2.19.rc2 for changeset 7a5726201e40
Mon, 28 Sep 2015 17:25:59 +0300 Timo Sirainen Released v2.2.19.rc2.
Mon, 28 Sep 2015 16:37:37 +0300 Timo Sirainen quota: Fix to previous commit - counting quota-disabled-storages may have returned random failures.
Mon, 28 Sep 2015 16:20:02 +0300 Timo Sirainen quota: Fixed "count" backend to ignore storages that have quota disabled.
Mon, 28 Sep 2015 16:17:13 +0300 Timo Sirainen quota: The new quota counting code was counting only the last mailbox.
Mon, 28 Sep 2015 16:15:00 +0300 Timo Sirainen virtual plugin: Fixed assert-crash on mailbox_status() if virtual mailbox wasn't opened yet.
Mon, 28 Sep 2015 16:13:00 +0300 Timo Sirainen virtual plugin: Fixed crash on mailbox_status() if virtual mailbox wasn't opened yet.
Mon, 28 Sep 2015 16:07:12 +0300 Timo Sirainen quota: doveadm quota recalc works now for "count" backend by rebuilding vsize header.
Mon, 28 Sep 2015 16:06:43 +0300 Timo Sirainen quota: Code cleanup - abstract out iteration of mailboxes related to a quota root.
Mon, 28 Sep 2015 15:51:45 +0300 Timo Sirainen lib: Using istream-timeout with timeout disabled caused excessive CPU usage.
Mon, 28 Sep 2015 15:10:29 +0300 Timo Sirainen lib-storage: Added assert - mailbox has to be open when starting vsize header update.
Mon, 28 Sep 2015 15:10:02 +0300 Timo Sirainen lib-storage: Don't try to update index vsize if syncing failed.
Mon, 28 Sep 2015 15:00:04 +0300 Timo Sirainen lib-http: Don't silently truncate response payload if server disconnects during it.
Mon, 28 Sep 2015 14:59:04 +0300 Timo Sirainen lib: Added i_stream_create_sized_with_callback(). The callback returns the wanted error string.
Mon, 28 Sep 2015 14:41:15 +0300 Timo Sirainen lib: When destroying istream-sized stream, it seeks the parent input at the end offset.
Mon, 28 Sep 2015 14:34:05 +0300 Timo Sirainen lib-http: When receiving unexpected input in HTTP response, include a longer snippet of it in the error.
Mon, 28 Sep 2015 13:54:28 +0300 Timo Sirainen lib-http: Added asserts to all refcount increments.
Mon, 28 Sep 2015 13:53:22 +0300 Timo Sirainen lib-http: Avoid crashes when server is already disconnected.
Mon, 28 Sep 2015 13:51:49 +0300 Timo Sirainen lib-http: Disconnection from HTTP server could have caused accessing already freed memory.
Mon, 28 Sep 2015 12:33:33 +0300 Timo Sirainen quota: Avoid crash in quota_root_iter_init() if mailbox has no quota enabled.
Mon, 28 Sep 2015 12:19:20 +0300 Timo Sirainen quota-clone: Memory leak fix when mailbox had no quota roots.
Sun, 27 Sep 2015 21:48:34 +0300 Timo Sirainen push-notification: Log about unexpectedly failing mailbox functions.
Sun, 27 Sep 2015 21:42:17 +0300 Timo Sirainen Added NULL-check asserts to make static analyzer happier.
Sun, 27 Sep 2015 21:34:48 +0300 Timo Sirainen lib-storage: Removed unnecessary code - nnode is never NULL at this point.
Sun, 27 Sep 2015 21:33:30 +0300 Timo Sirainen dsync: Removed unnecessary code - cur_mail is never NULL at this point.
Sun, 27 Sep 2015 21:30:56 +0300 Timo Sirainen imapc: Fixed crash if imapc_host or imapc_password setting was missing.
Sun, 27 Sep 2015 21:28:25 +0300 Timo Sirainen dict-client: Avoid crash if server disconnects during transaction commit.
Sun, 27 Sep 2015 21:25:59 +0300 Timo Sirainen *-login: Session ID generator wasn't encoding remote port number correctly to it.
Sun, 27 Sep 2015 20:47:20 +0300 Timo Sirainen lib-http: Avoid compiler warnings in printf() strings.
Sun, 27 Sep 2015 20:46:29 +0300 Timo Sirainen Fixed compiler warnings in some systems.
Sun, 27 Sep 2015 19:03:31 +0300 Timo Sirainen Make static analyzer happier.
Sun, 27 Sep 2015 18:58:08 +0300 Timo Sirainen lib-http: Removed "pure" attribute from http_header_field_find_unique().
Fri, 25 Sep 2015 18:16:56 +0300 Timo Sirainen dict-sql: If value isn't a hexblob as expected, log an error instead of killing the whole process.
Thu, 24 Sep 2015 20:58:04 +0300 Timo Sirainen cassandra: copy&paste mistake - use monotonic timestamp generator, not server side..
Thu, 24 Sep 2015 20:51:16 +0300 Timo Sirainen cassandra: Added "version" parameter to specify a protocol version.
Thu, 24 Sep 2015 20:28:51 +0300 Timo Sirainen doveconf: Don't if _password value is empty, don't hide it.
Thu, 24 Sep 2015 19:40:41 +0300 Timo Sirainen cassandra: Use a local monotonic timestamp generator.
Thu, 24 Sep 2015 19:27:10 +0300 Timo Sirainen virtual plugin: Auto-close mailboxes by hooking into backend's mailbox_open()
Thu, 24 Sep 2015 19:07:12 +0300 Timo Sirainen virtual plugin: Fixed assert-crash when closing a virtual mailbox consisting of many real mailboxes.
Thu, 24 Sep 2015 18:42:58 +0300 Timo Sirainen dict-client: Verify that the correct transaction ID is returned for commit reply.
Thu, 24 Sep 2015 18:41:48 +0300 Timo Sirainen quota: Avoid triggering quota recalc in dict transaction commit callback.
Thu, 24 Sep 2015 16:41:10 +0300 Timo Sirainen pgsql: Avoid crash in multi-command transaction if one of the queries couldn't be sent to server.
Thu, 24 Sep 2015 16:30:23 +0300 Timo Sirainen indexer: Use a slightly different session ID than the session that requested indexing.
Thu, 24 Sep 2015 16:16:43 +0300 Timo Sirainen doveconf: Unless -P parameter is used, hide all keys ending with "_password"
Thu, 24 Sep 2015 15:19:53 +0300 Timo Sirainen lib: Fixed __builtin_object_size() usage in buffer.h
Thu, 24 Sep 2015 12:32:24 +0300 Timo Sirainen Don't try to pass through void function's return value
Thu, 24 Sep 2015 10:11:29 +0300 Timo Sirainen push-notification: Added missing newlines to end of files to prevent compiler warnings.
Thu, 24 Sep 2015 01:13:36 +0300 Timo Sirainen master: stdlib.h wasn't supposed to be removed from systemd's sd-daemon.c
Thu, 24 Sep 2015 01:04:00 +0300 Timo Sirainen pgsql: Fixed committing a single sql_update_get_rows() transaction.
Thu, 24 Sep 2015 01:02:32 +0300 Timo Sirainen pgsql: Fixed committing multiple transactions.
Thu, 24 Sep 2015 01:00:45 +0300 Timo Sirainen lib-sql: sqlpool needs to change transaction queries' transaction pointer
Wed, 23 Sep 2015 23:01:27 +0300 Timo Sirainen dict: Include PID in the log prefix.
Wed, 23 Sep 2015 23:00:30 +0300 Timo Sirainen dict-client: Improved broken iterate reply logging.
Wed, 23 Sep 2015 22:59:55 +0300 Timo Sirainen dict-client: If dict iteration was aborted, the rest of the connection state became broken.
Wed, 23 Sep 2015 22:57:55 +0300 Timo Sirainen dict-client: Catch more invalid protocol replies.
Wed, 23 Sep 2015 22:49:41 +0300 Timo Sirainen dict-client: Disconnect from server on unexpected errors.
Wed, 23 Sep 2015 16:10:27 +0300 Timo Sirainen Added signature for changeset 60057d955db3
Wed, 23 Sep 2015 16:10:24 +0300 Timo Sirainen Added tag 2.2.19.rc1 for changeset 60057d955db3
Wed, 23 Sep 2015 16:10:24 +0300 Timo Sirainen Released v2.2.19.rc1.
Wed, 23 Sep 2015 16:09:47 +0300 Timo Sirainen virtual: The virtual index may have sometimes been unnecessarily deleted.
Wed, 23 Sep 2015 16:08:33 +0300 Timo Sirainen example-config: Added imap_hibernate_timeout
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Wed, 23 Sep 2015 14:52:44 +0300 Teemu Huovila lib: Include stdlib.h in lib.h.
Tue, 22 Sep 2015 22:33:41 -0600 Michael M Slusarz Added push-notification plugin
Tue, 22 Sep 2015 21:16:51 +0300 Stephan Bosch lib-http: client: Tunneled https peer addresses were not compared properly.
Tue, 22 Sep 2015 21:16:34 +0300 Stephan Bosch lib-http: client: Fixed bug that caused queues to be duplicated over time when host has multiple IPs.
Tue, 22 Sep 2015 21:15:45 +0300 Stephan Bosch lib-http: client: Improved hash function for peer addresses.
Tue, 22 Sep 2015 16:40:58 +0300 Timo Sirainen lib-storage: If stats plugin is enabled, set fs_settings.enable_timings=TRUE.
Tue, 22 Sep 2015 16:38:59 +0300 Timo Sirainen lib-fs: debug and enable_timing settings weren't being permanently copied to fs->set
Tue, 22 Sep 2015 16:09:41 +0300 Timo Sirainen lib: Added timing_get_sum()
Tue, 22 Sep 2015 14:33:33 +0300 Teemu Huovila imap: Fix typo in error message.
Tue, 22 Sep 2015 14:32:51 +0300 Teemu Huovila auth: Remove redundant if
Tue, 22 Sep 2015 14:26:25 +0300 Timo Sirainen Make static analyzer happier.
Tue, 22 Sep 2015 14:26:08 +0300 Timo Sirainen quota: Make sure the limit return value is initialized when quota_get_resource() returns 0
Tue, 22 Sep 2015 13:53:47 +0300 Timo Sirainen lib-master: Slightly improved "process_limit reached?" error message.
Tue, 22 Sep 2015 13:50:08 +0300 Timo Sirainen virtual plugin: Disable caching via mailbox list indexes.