log

age author description
Mon, 13 Mar 2017 22:52:41 +0200 Timo Sirainen cassandra: Treat CASS_ERROR_SERVER_UNAVAILABLE as "write success is uncertain"
Thu, 16 Mar 2017 01:22:09 +0200 Timo Sirainen lib-oauth2: Don't free oauth2_request too early.
Thu, 16 Mar 2017 01:12:57 +0200 Timo Sirainen lib-oauth2: Fix memory leak if HTTP URL parsing fails.
Thu, 16 Mar 2017 00:54:44 +0200 Timo Sirainen auth: oauth2 - cleanup db_oauth2_lookup_callback_t
Thu, 16 Mar 2017 00:51:15 +0200 Timo Sirainen auth: oauth2 - make it easier to see where db_oauth2_callback() is called
Thu, 16 Mar 2017 01:35:38 +0200 Timo Sirainen auth: oauth2 - Clarify token validation success/valid error handling
Thu, 16 Mar 2017 00:42:28 +0200 Timo Sirainen auth: oauth2 - remove db_oauth2_request.failed
Thu, 16 Mar 2017 00:38:39 +0200 Timo Sirainen auth: oauth2 - remove db_oauth2_request.result
Thu, 16 Mar 2017 00:33:24 +0200 Timo Sirainen auth: oauth2 - Template expand failure should be an internal error
Thu, 16 Mar 2017 00:32:01 +0200 Timo Sirainen auth: oauth2 - make db_oauth2_template_export() static
Thu, 16 Mar 2017 00:25:19 +0200 Timo Sirainen auth: oauth2 - introspection lookup error should be internal failure
Thu, 16 Mar 2017 00:15:10 +0200 Timo Sirainen auth: oauth2 - Make sure db_oauth2_request.req is set to NULL when it gets freed.
Thu, 16 Mar 2017 00:13:08 +0200 Timo Sirainen auth: oauth2 - Fix aborting auth requests on deinit.
Mon, 06 Mar 2017 14:59:46 +0200 Aki Tuomi auth: Do not double-expand key in passdb dict when authenticating
Thu, 09 Mar 2017 11:32:21 -0500 Timo Sirainen *-login: Remove unused client.proxy_state
Thu, 09 Mar 2017 10:48:33 -0500 Timo Sirainen pop3-login: Remove usage of client.common.proxy_state
Thu, 09 Mar 2017 10:46:36 -0500 Timo Sirainen pop3-login: Log proxy state as human-readable string.
Thu, 09 Mar 2017 10:41:52 -0500 Timo Sirainen imap-login: Log proxy state as human-readable string.
Thu, 09 Mar 2017 10:31:39 -0500 Timo Sirainen *-login: Add client.proxy_get_state() for providing human-readable proxy state
Tue, 07 Mar 2017 14:36:45 -0500 Timo Sirainen pop3: Set process title before syncing mailbox.
Wed, 08 Mar 2017 10:07:37 -0500 Timo Sirainen imap: If unhibernation fails due to a mailbox error, log the mailbox name.
Wed, 08 Mar 2017 09:28:14 -0500 Timo Sirainen imap: When disconnecting due to FETCH failure, include "FETCH" in the log message.
Tue, 07 Mar 2017 18:10:57 +0200 Aki Tuomi lib-sasl: Fix xoauth2 data format
Tue, 07 Mar 2017 10:09:20 +0200 Aki Tuomi db-oauth2: Make sure request is removed only once
Tue, 07 Mar 2017 10:08:08 +0200 Aki Tuomi lib-oauth2: Use http client destroy callback
Mon, 06 Mar 2017 13:16:12 +0200 Aki Tuomi auth: Apply skips to first passdb
Fri, 03 Mar 2017 08:31:50 +0200 Aki Tuomi lib-oauth2: Add missing content-type header
Thu, 20 Oct 2016 12:08:09 +0300 Timo Sirainen lib: Added i_strchr_to_next()
Wed, 01 Mar 2017 12:29:17 +0200 Martti Rannanjärvi fts: Don't add NULL content disposition or type to HTTP header
Mon, 27 Feb 2017 20:40:43 +0200 Aki Tuomi doveadm: Add missing newline to proxy kick output
Mon, 27 Feb 2017 20:38:43 +0200 Aki Tuomi doveadm: Ensure -- is added to command line before positional arguments for non-mails commands as well
Mon, 27 Feb 2017 19:12:32 +0200 Aki Tuomi doveadm: Ensure -- is added to command line before positional arguments
Mon, 27 Feb 2017 19:04:55 +0200 Aki Tuomi doveadm: Fix allow-empty-mailbox-name handling
Mon, 27 Feb 2017 14:21:48 +0200 Timo Sirainen doveadm move: Use mailbox_move() instead of copy+expunge
Mon, 27 Feb 2017 09:39:06 +0200 Martti Rannanjärvi master: add cassandra to printed build options
Sat, 25 Feb 2017 21:47:01 +0200 Timo Sirainen lib-dcrypt: Replace #if OPENSSL_VERSION_NUMBER with more explicit checks
Sat, 25 Feb 2017 21:41:03 +0200 Timo Sirainen lib-dcrypt: Move most of the OpenSSL #if handling to macros
Sun, 26 Feb 2017 15:37:36 +0200 Timo Sirainen lib: Fix t_strf*time() unit tests
Sun, 26 Feb 2017 15:21:13 +0200 Timo Sirainen dsync: Fix syncing attributes with large values.
Sun, 26 Feb 2017 14:32:44 +0200 Timo Sirainen lazy-expunge: Use mailbox_move() instead of mailbox_copy()
Fri, 24 Feb 2017 12:27:02 +0200 Timo Sirainen mail-filter: Add missing error handling in ostream-ext-filter
Fri, 24 Feb 2017 12:17:21 +0200 Timo Sirainen auth: Removed dead code from oauth2 mechanism
Fri, 24 Feb 2017 12:13:36 +0200 Timo Sirainen acl plugin: Fix Coverity warning
Thu, 23 Feb 2017 19:38:31 +0100 Stephan Bosch lib-http: client: Fixed i_unreached() failure occurring when a host's list of IPs changes while a connection is still pending.
Thu, 23 Feb 2017 11:29:17 +0200 Aki Tuomi auth: Export oauth2 pass_attrs to passdb reply
Thu, 23 Feb 2017 01:24:43 +0200 Timo Sirainen virtual: Include virtual mailbox name in "Mailbox ID unexpectedly lost" error
Wed, 22 Feb 2017 15:29:34 +0200 Timo Sirainen lib-storage: Allow mail_storage_set_error() to use existing error_string
Tue, 01 Nov 2016 18:43:57 +0200 Timo Sirainen lib-mail: istream-attachment-connector now allows msg_size=-1 for "unknown".
Tue, 01 Nov 2016 18:42:31 +0200 Timo Sirainen lib-mail: Make sure istream-attachment-connector detects wrong mail size.
Fri, 23 Dec 2016 14:15:49 -0500 Timo Sirainen lib-mail: Fix memory leak in test-istream-attachment
Fri, 23 Dec 2016 13:08:59 -0500 Timo Sirainen lib-mail: Improve istream-attachment-extractor unit test for EIO errors
Fri, 23 Dec 2016 12:59:13 -0500 Timo Sirainen lib-mail: istream-attachment-extractor - use EIO for internal errors
Fri, 23 Dec 2016 12:56:24 -0500 Timo Sirainen lib-mail: istream-attachment-extractor - remove unnecessary code
Tue, 01 Nov 2016 18:35:48 +0200 Timo Sirainen lib: Added i_stream_create_min_sized*()
Fri, 23 Dec 2016 12:52:45 -0500 Timo Sirainen lib: istream-sized - consistently set stream_errno=EINVAL if stream is too large
Fri, 23 Dec 2016 12:51:41 -0500 Timo Sirainen lib: istream-sized - set stream_errno=EPIPE if stream is too small
Fri, 23 Dec 2016 12:26:17 -0500 Timo Sirainen lib: istream-sized - remove explicit i_error() logging
Mon, 16 May 2016 20:17:41 +0300 Timo Sirainen lib: istream-sized should log errors with its own name, not parent's name
Mon, 09 May 2016 11:08:33 +0300 Martti Rannanjärvi lib: remove failed bool from sized_istream struct
Tue, 01 Nov 2016 14:47:05 +0200 Timo Sirainen lib: Added i_stream_create_sized_range()
Wed, 22 Feb 2017 20:05:16 +0200 Timo Sirainen maildir: Fix checking vsize caching decision in "is this pop3 user?"
Wed, 22 Feb 2017 20:04:28 +0200 Timo Sirainen pop3c: Remove unnecessarily duplicated code setting vsize to cache
Wed, 22 Feb 2017 20:03:43 +0200 Timo Sirainen pop3c: Prefetched streams didn't call istream_opened() or set virtual_size
Wed, 22 Feb 2017 17:45:34 +0200 Timo Sirainen trash plugin: Use correct hook for overriding mail_user vfuncs
Wed, 22 Feb 2017 17:21:56 +0200 Timo Sirainen expire plugin: Use correct hook for overriding mail_user vfuncs
Wed, 22 Feb 2017 15:32:19 +0200 Timo Sirainen lazy-expunge: Fix error handling for GUID lookups
Wed, 22 Feb 2017 16:09:07 +0200 Timo Sirainen lib-storage: Add missing service_user ref when creating shared mailbox's user.
Mon, 30 Jan 2017 21:53:01 +0200 Timo Sirainen lib-mail: Fix message_part_data_is_plain_7bit()
Wed, 22 Feb 2017 13:02:27 +0200 Timo Sirainen quota: Don't log "Internal quota calculation error"
Wed, 22 Feb 2017 13:30:00 +0200 Timo Sirainen global: Replace mail_storage_service_user_free() with _unref()
Wed, 22 Feb 2017 13:28:43 +0200 Timo Sirainen lib-storage: Use refcounting for mail_storage_service_user
Wed, 22 Feb 2017 10:44:00 +0200 Timo Sirainen lib-lda: Fix pigeonhole testsuite to not crash
Tue, 21 Feb 2017 22:34:14 +0200 Timo Sirainen lib: Fix again test-utc-mktime with 32bit time_t
Tue, 21 Feb 2017 12:38:10 +0200 Timo Sirainen lib-lda: Fix delivery logging when Sieve performs multiple actions
Tue, 21 Feb 2017 12:36:52 +0200 Timo Sirainen lib-lda: Refactor - mail_deliver_log_update_cache() doesn't need entire deliver_ctx
Tue, 21 Feb 2017 12:34:59 +0200 Timo Sirainen lib-lda: Refactor - Add struct mail_deliver_mailbox
Tue, 21 Feb 2017 19:55:48 +0200 Timo Sirainen lib: Fix test-utc-mktime with 32bit time_t
Tue, 21 Feb 2017 16:25:48 +0200 Martti Rannanjärvi lib-mail: Place input/output of message-date tests in one struct
Tue, 21 Feb 2017 17:00:14 +0200 Martti Rannanjärvi lib: Place input/output of utc_mktime tests in one struct
Tue, 21 Feb 2017 16:25:25 +0200 Martti Rannanjärvi lib: Accept leap second in utc_mktime
Tue, 21 Feb 2017 14:42:01 +0200 Timo Sirainen imap: Fix error message in failed FETCH's NO reply.
Tue, 21 Feb 2017 15:44:09 +0200 Timo Sirainen imapc: Error handling wasn't setting storage error everywhere.
Mon, 20 Feb 2017 15:47:33 +0200 Aki Tuomi lib-index: Unconstifty pointer array
Mon, 20 Feb 2017 15:35:02 +0200 Aki Tuomi lib-index: Add missing initialization for chained hooks
Mon, 20 Feb 2017 15:28:36 +0200 Aki Tuomi lib,lib-storage: Move hook building code to lib
Mon, 20 Feb 2017 14:34:25 +0200 Aki Tuomi lib-index: Allow multiple hooks for transaction creation
Tue, 21 Feb 2017 14:20:22 +0200 Timo Sirainen lib-storage: Fix mail.access_type for search prefetches
Tue, 21 Feb 2017 13:48:36 +0200 Timo Sirainen lmtp: Fix lmtp_user_concurrency_limit when userdb changes the username
Tue, 21 Feb 2017 11:55:55 +0200 Timo Sirainen cassandra: Don't use i_error() from non-main thread
Tue, 21 Feb 2017 13:08:59 +0200 Timo Sirainen lib-storage: Fix assert-crash on corrupted dovecot.list.index with name_id==0
Mon, 20 Feb 2017 19:35:45 +0200 Timo Sirainen lib-storage: Add asserts to make sure lookup_abort is being used correctly.
Mon, 20 Feb 2017 19:34:25 +0200 Timo Sirainen lib-storage, pop3-migration: Reset lookup_abort before continuing to search
Tue, 21 Feb 2017 11:52:59 +0200 Aki Tuomi auth: Make sure tokeninfo or introspection URL is given
Tue, 21 Feb 2017 11:21:19 +0200 Aki Tuomi auth: Make tokeninfo optional
Tue, 21 Feb 2017 11:18:37 +0200 Aki Tuomi lib-oauth2: Support basic authorization
Mon, 20 Feb 2017 14:50:39 +0200 Aki Tuomi lib-lda: Do not involve mail-deliver plugin unnecessarely
Mon, 20 Feb 2017 14:26:41 +0200 Timo Sirainen lib-compression: Fix test-compression to build without zlib
Mon, 20 Feb 2017 14:07:23 +0200 Timo Sirainen imap: Revert change to use [PARSE] in FETCH replies.
Mon, 20 Feb 2017 09:18:45 +0200 Aki Tuomi pop3c: Add no pipelining pop3c feature
Wed, 25 May 2016 01:57:08 +0200 Stephan Bosch Partially implemented IMAP SEARCH=X-MIMEPART capability.
Sat, 14 Jan 2017 13:33:05 +0100 Stephan Bosch lib-imap: Created test-imap-envelope.
Thu, 29 Dec 2016 14:02:05 +0100 Stephan Bosch lib-imap: imap-envelope: Added function for parsing ENVELOPE from string.
Wed, 26 Oct 2016 23:44:47 +0200 Stephan Bosch lib-imap: Added more comments to imap-bodystructure and imap-envelope.
Mon, 24 Oct 2016 01:45:18 +0200 Stephan Bosch lib-imap: imap-bodystructure: Added support for making imap_bodystructure_parse() work without a pre-existing message_part tree.
Mon, 24 Oct 2016 01:01:19 +0200 Stephan Bosch lib-mail: message-part-data: Implemented message_part_data_get_filename().
Mon, 24 Oct 2016 00:19:05 +0200 Stephan Bosch lib-mail: message-part-data: Renamed struct message_part_envelope_data to message_part_envelope.
Sun, 23 Oct 2016 22:29:49 +0200 Stephan Bosch lib-imap: imap-envelope: Moved imap_envelope_headers to lib-mail/message-part-data as message_part_envelope_headers.
Sun, 23 Oct 2016 20:05:33 +0200 Stephan Bosch lib-imap: imap-bodystructure: Moved message_part_data header parsing and query functions to their own module in lib-mail.
Sun, 23 Oct 2016 19:47:12 +0200 Stephan Bosch lib-imap: imap-bodystructure: Renamed imap_bodystructure_is_plain_7bit() to message_part_data_is_plain_7bit().
Sun, 23 Oct 2016 19:00:10 +0200 Stephan Bosch lib-imap: imap-envelope: Renamed imap_envelope_parse_header() to message_part_envelope_parse_from_header().
Sun, 23 Oct 2016 18:10:01 +0200 Stephan Bosch lib-imap: imap-evenvelope: Changed imap_envelope_get_field() into a private equivalent.
Sun, 23 Oct 2016 17:51:59 +0200 Stephan Bosch lib-imap: imap-bodystructure: Renamed imap_bodystructure_parse_header() to message_part_data_parse_from_header().
Sun, 23 Oct 2016 17:27:07 +0200 Stephan Bosch lib-imap: imap-bodystructure: Grouped together functions relating to the conversion of BODYSTRUCTURE to BODY.
Sun, 23 Oct 2016 16:50:25 +0200 Stephan Bosch lib-imap: imap-bodystructure: Changed struct message_part_body to contain fully decoded data.
Sun, 23 Oct 2016 16:49:37 +0200 Stephan Bosch lib-imap: imap-envelope: Added function to parse struct message_part_envelope_data from parsed imap args.
Sun, 23 Oct 2016 14:06:44 +0200 Stephan Bosch lib-imap: imap-bodystructure: Renamed `d' parameter to `data' in parse_content_header() function.
Sun, 23 Oct 2016 13:52:10 +0200 Stephan Bosch lib-imap: imap-envelope: Removed useless pool field from struct message_part_envelope_data.
Sun, 23 Oct 2016 13:50:05 +0200 Stephan Bosch lib-imap: imap-bodystructure: Removed useless pool field from struct message_part_data.
Sun, 23 Oct 2016 13:29:43 +0200 Stephan Bosch lib-mail: Gave message_part_data its own field in struct message_part.
Sun, 23 Oct 2016 13:10:11 +0200 Stephan Bosch lib-imap: imap-bodystructure: Renamed struct message_part_body_data to message_part_data.
Sun, 23 Oct 2016 12:10:44 +0200 Stephan Bosch lib-imap: Removed existing envelope parsing function.
Sun, 08 Jan 2017 12:00:15 +0100 Stephan Bosch lib-imap: test-imap-bodystructure: Added normalization tests.
Mon, 09 Jan 2017 02:03:25 +0100 Stephan Bosch lib-imap: imap-bodystructure: Allow alternative syntax and omitted optional elements in parser input.
Mon, 09 Jan 2017 16:29:26 +0100 Stephan Bosch lib-imap: test-imap-bodystructure: Added more tests.
Mon, 09 Jan 2017 16:20:29 +0100 Stephan Bosch lib-imap: test-imap-bodystructure: Improved handing of parse errors.
Mon, 09 Jan 2017 16:16:46 +0100 Stephan Bosch lib-imap: test-imap-bodystructure: Added support for more than one test case.
Sun, 08 Jan 2017 22:50:02 +0100 Stephan Bosch lib-imap: imap-bodystructure: Fixed parse error message about invalid Content-M5 field.
Mon, 20 Feb 2017 01:24:09 +0200 Timo Sirainen example-config: Add mail_sort_max_read_count setting.
Mon, 20 Feb 2017 01:16:56 +0200 Timo Sirainen example-config: Add mail_vsize_bg_after_count setting.
Mon, 20 Feb 2017 01:00:05 +0200 Timo Sirainen example-config: Add imap_fetch_failure setting.
Mon, 20 Feb 2017 00:26:28 +0200 Timo Sirainen lib-mail: Fix matched-parameter in HEADER_FILTER_ADD_MISSING_EOH callback
Sun, 19 Feb 2017 23:03:40 +0100 Stephan Bosch .gitignore: Fixed location of ignored m4 files.
Sat, 04 Feb 2017 16:15:57 +0100 Stephan Bosch lib-http: test-http-response-parse: Properly test multiple sequential responses.
Sun, 19 Feb 2017 21:58:54 +0100 Stephan Bosch auth: oauth2 mechanism: Fixed implicit boolean expression involving a pointer.
Sat, 18 Feb 2017 05:01:50 +0200 Timo Sirainen lib-storage: Add explicit MAIL_ERROR_LOOKUP_ABORT error
Fri, 17 Feb 2017 19:29:03 +0200 Timo Sirainen lib-storage: Add mail.access_type
Fri, 17 Feb 2017 19:07:53 +0200 Timo Sirainen lib-storage: Add mail_sort_max_read_count setting.
Fri, 17 Feb 2017 18:56:23 +0200 Timo Sirainen lib-storage: Add MAIL_ERROR_LIMIT
Fri, 17 Feb 2017 18:32:05 +0200 Timo Sirainen imap: If SEARCH/SORT fails but returns some results, send them to client.
Fri, 17 Feb 2017 18:30:51 +0200 Timo Sirainen lib-storage: Fix error handling when searching mails
Fri, 17 Feb 2017 18:24:31 +0200 Timo Sirainen lib-storage: Search optimization - avoid parsing message_parts unnecessarily
Fri, 17 Feb 2017 18:19:46 +0200 Timo Sirainen lib-storage: Fix error handling when sorting mails.
Fri, 17 Feb 2017 16:31:52 +0200 Timo Sirainen lib-storage: Change vsize calculation to use the new mail_stream_opened
Fri, 17 Feb 2017 16:20:06 +0200 Timo Sirainen lib-storage: Add mail.mail_stream_opened and .mail_metadata_accessed
Fri, 17 Feb 2017 16:14:39 +0200 Timo Sirainen lib-storage: Clarify what MAIL_LOOKUP_ABORT_READ_MAIL means.
Sun, 19 Feb 2017 01:44:21 +0200 Timo Sirainen dsync: Don't assert-crash if duplicate attributes are seen
Sun, 19 Feb 2017 15:47:48 +0200 Timo Sirainen imap: Fix running time in tagged command replies.
Sun, 19 Feb 2017 02:03:08 +0200 Timo Sirainen doveadm: Add explicit mail_storage_init/deinit() calls
Sun, 19 Feb 2017 02:02:20 +0200 Timo Sirainen lib-storage: mail_storage_init/deinit() is now reference counted.
Sun, 19 Feb 2017 02:01:24 +0200 Timo Sirainen lib-storage: Assert-crash if duplicate internal hooks are added.
Sun, 19 Feb 2017 15:54:53 +0200 Timo Sirainen fs-posix: Add "no-fsync" parameter.
Sun, 19 Feb 2017 14:49:20 +0200 Timo Sirainen imap: Code cleanup - Remove duplicate flags from imap_fetch_state
Sun, 19 Feb 2017 14:34:45 +0200 Timo Sirainen imap: Fix sending UID only when necessary on broken FETCHes.
Thu, 16 Feb 2017 20:39:12 +0200 Timo Sirainen imap: Include info about last command in disconnection log line.
Thu, 16 Feb 2017 20:29:46 +0200 Timo Sirainen imap: Code cleanup - Move code to client_command_stats_append()
Thu, 16 Feb 2017 20:17:32 +0200 Timo Sirainen imap: Add imap_client.logged_out at LOGOUT
Thu, 16 Feb 2017 20:14:55 +0200 Timo Sirainen imap: Code cleanup - move command stats to struct client_command_stats
Fri, 17 Feb 2017 15:46:38 +0200 Aki Tuomi mech-oauth2: Clarify logging
Fri, 17 Feb 2017 15:45:34 +0200 Aki Tuomi mech-oauth2: Set user_given=TRUE when username given in OAUTHBEARER
Fri, 17 Feb 2017 15:44:17 +0200 Aki Tuomi mech-oauth2: Fix gs2-header parsing
Sun, 19 Feb 2017 00:36:39 +0200 Timo Sirainen lib: Fix assert-crash in unit test.
Mon, 13 Feb 2017 15:33:21 +0200 Aki Tuomi auth: Add oauth2 passdb
Sat, 04 Feb 2017 23:56:04 +0200 Aki Tuomi auth: Add xoauth2 and oauthbearer mechanisms
Mon, 06 Feb 2017 12:56:27 +0200 Aki Tuomi auth: Add mechanism filter for passdbs
Wed, 08 Feb 2017 13:06:13 +0200 Aki Tuomi auth: Add accessor for passdb template arguments
Thu, 26 Jan 2017 10:49:08 +0200 Aki Tuomi lib-oauth2: Add support library for OAUTH2
Tue, 14 Feb 2017 18:48:51 +0200 Timo Sirainen lib-storage: Update vsize header after sync only if sizes are cached.
Tue, 07 Feb 2017 16:18:55 +0200 Timo Sirainen lib-storage: Add mail_vsize_bg_after_count setting.
Tue, 07 Feb 2017 13:53:52 +0200 Timo Sirainen lib-storage: Don't stop vsize calculation on expunged mails.
Wed, 15 Feb 2017 22:13:12 +0200 Timo Sirainen lib-index: Fix updating mail_index_header.day_first_uid
Wed, 15 Feb 2017 22:12:15 +0200 Timo Sirainen lib-index: Add day_stamp parameter to mail_index_update_day_headers()
Wed, 15 Feb 2017 18:20:05 +0200 Timo Sirainen lib-storage: Re-open mailbox after it's undeleted.
Wed, 15 Feb 2017 18:18:46 +0200 Timo Sirainen lib-storage: Don't sync mailbox after undeleting it.
Wed, 15 Feb 2017 18:05:14 +0200 Timo Sirainen lib-storage: Make sure mailbox undeletion won't go to infinite loop
Wed, 15 Feb 2017 23:32:52 +0200 Timo Sirainen mail-log: Add mail_log_cached_only setting.
Wed, 15 Feb 2017 13:46:06 -0500 Josef 'Jeff' Sipek lib-imap-client: pass the reply text to the auth-failed state change callback
Wed, 15 Feb 2017 09:13:05 -0500 Josef 'Jeff' Sipek lib-imap-client: invoke state change callback on "authentication success"
Wed, 15 Feb 2017 09:12:35 -0500 Josef 'Jeff' Sipek lib-imap-client: add callback to notify consumers about state changes
Tue, 14 Feb 2017 08:58:10 -0500 Josef 'Jeff' Sipek lib-imap-client: centralize authentication failed error logging
Sat, 04 Feb 2017 15:40:41 +0100 Stephan Bosch lib-http: response parser: Drop previous response's pool immediately when parsing continues.
Sat, 04 Feb 2017 16:21:51 +0100 Stephan Bosch lib-http: response parser: Always clear response to prevent referring to stale data.
Sat, 04 Feb 2017 13:59:10 +0100 Stephan Bosch lib-http: message parser: Don't allocate a pool for the next message until it is needed.
Sat, 04 Feb 2017 14:11:36 +0100 Stephan Bosch lib-http: message parser: Delay allocation of message header.
Sat, 04 Feb 2017 14:03:25 +0100 Stephan Bosch lib-http: message parser: Don't create the connection_options array, unless it is actually used.
Tue, 14 Feb 2017 17:35:54 +0200 Timo Sirainen lib-mail: Fix duplicate HEADER_FILTER_ADD_MISSING_EOH callback call
Wed, 15 Feb 2017 00:08:49 +0200 Timo Sirainen doveadm: Added "mailbox path" command
Tue, 14 Feb 2017 20:23:16 +0200 Timo Sirainen lib-lda: Code cleanup - remove unnecessary dest_mail check
Tue, 14 Feb 2017 20:20:07 +0200 Timo Sirainen lib-lda: Don't set mail_deliver_context.dest_mail too early.
Mon, 13 Feb 2017 20:49:12 +0200 Timo Sirainen lib-lda: Implement %{storage_id} correctly
Mon, 13 Feb 2017 20:47:51 +0200 Timo Sirainen lib-lda: Fix deliver_log_format variables with Sieve
Mon, 13 Feb 2017 20:46:16 +0200 Timo Sirainen lib-lda: Code cleanup - mail_deliver_open_mail() now uses uid parameter
Mon, 13 Feb 2017 20:44:31 +0200 Timo Sirainen lib-lda: Remove %{storage_id} setting for now.
Fri, 17 Feb 2017 11:25:49 +0200 Timo Sirainen lib-lda: Redesign mail_deliver_context.var_expand_table cache
Wed, 27 Apr 2016 13:06:52 +0300 Martti Rannanjärvi lib-lda: remove forced logging of session_id
Thu, 09 Feb 2017 18:01:14 +0200 Timo Sirainen lib-lda: Remove unused mail_deliver_get_log_var_expand_table()
Fri, 17 Feb 2017 11:17:00 +0200 Timo Sirainen lib-lda: Initialize var_expand_tab[] directly.
Thu, 09 Feb 2017 18:49:53 +0200 Timo Sirainen lib-lda: Avoid using mailbox_save_set_dest_mail()
Thu, 09 Feb 2017 18:46:14 +0200 Timo Sirainen lib-storage: Add mailbox_save_get_dest_mail()
Mon, 13 Feb 2017 20:23:49 +0200 Timo Sirainen virtual: Fix saving to a virtual mailbox to work again
Thu, 09 Feb 2017 17:18:51 +0200 Timo Sirainen plugins: Remove unnecessary mail_save_context.dest_mail==NULL checks
Thu, 09 Feb 2017 17:14:57 +0200 Timo Sirainen lib-storage: Remove unnecessary mail_save_context.dest_mail==NULL checks
Thu, 09 Feb 2017 16:53:47 +0200 Timo Sirainen lib-storage: Always create mail_save_context.dest_mail
Thu, 09 Feb 2017 16:34:52 +0200 Timo Sirainen lib-storage: Fix mailbox list index hook usage
Tue, 14 Feb 2017 10:42:26 +0200 Martti Rannanjärvi lib-index: zero mmap_length after logging error
Mon, 13 Feb 2017 19:40:22 +0200 Aki Tuomi mail-crypt: Do not restrict access in unit test
Tue, 14 Feb 2017 10:54:29 +0200 Timo Sirainen lib: Clarify *_strsplit_spaces() and add unit test
Mon, 13 Feb 2017 23:46:15 +0200 Timo Sirainen lib: Add pool_alloconly_create_clean()
Mon, 13 Feb 2017 20:02:24 +0200 Timo Sirainen LAYOUT=index: Fix duplicate mailbox name renaming to actually work
Mon, 13 Feb 2017 20:01:13 +0200 Timo Sirainen LAYOUT=index: Rename mailbox_list_index_node.corrupted_parent to corrupted_ext
Tue, 31 Jan 2017 19:43:30 +0200 Aki Tuomi driver-cassandra: Add support for speculative execution
Wed, 08 Feb 2017 12:03:30 +0200 Timo Sirainen lib-index: Add MAIL_INDEX_OPEN_FLAG_NO_DIRTY
Fri, 10 Feb 2017 16:26:15 +0200 Timo Sirainen cassandra: Track query counts internally and include them in metrics
Mon, 13 Feb 2017 18:06:46 +0200 Timo Sirainen lib-compress: Fix missing .gz header error message
Mon, 13 Feb 2017 18:05:13 +0200 Timo Sirainen lib-compress: Fix assert-crash when .gz header size exceeds buffer max length
Fri, 10 Feb 2017 15:27:13 +0200 Timo Sirainen lib-http: http_client_request_add_header() - Add key/value asserts
Mon, 13 Feb 2017 09:09:28 +0200 Martti Rannanjärvi lib-index: clear file->mmap_size only after logging it
Mon, 13 Feb 2017 09:08:25 +0200 Martti Rannanjärvi lib-index: don't reset ioloop_time on mmap error
Wed, 08 Feb 2017 12:47:06 +0200 Timo Sirainen quota: Log why quota_over_flag check is skipped if mail_debug=yes
Tue, 07 Feb 2017 15:46:47 +0200 Timo Sirainen quota: If quota_over_script is unset, skip the quota_over check.
Tue, 07 Feb 2017 15:44:20 +0200 Timo Sirainen quota: If quota_over_flag_value is unset, skip the quota_over check.
Tue, 07 Feb 2017 15:33:07 +0200 Timo Sirainen quota: Remove quota_over_flag_* from quota_root.
Fri, 10 Feb 2017 13:17:00 +0200 Timo Sirainen global: Add asserts to make static analyzer happier.
Fri, 10 Feb 2017 13:15:58 +0200 Timo Sirainen pop3-login: Code cleanup - Make sure destroying client stops processing.
Fri, 10 Feb 2017 13:15:26 +0200 Timo Sirainen global: Ignore unnecessary return values.
Fri, 10 Feb 2017 13:13:01 +0200 Timo Sirainen mail-filter: Handle handshake write() failure
Fri, 10 Feb 2017 12:50:58 +0200 Timo Sirainen fts: Fix crash using fts_autoexpunge_exclude = \Special-use crash
Fri, 10 Feb 2017 12:46:50 +0200 Timo Sirainen doveadm mailbox metadata list: Fix listing all metadata.
Fri, 10 Feb 2017 12:41:28 +0200 Timo Sirainen mail-crypt-acl: Fix error handling
Fri, 10 Feb 2017 12:40:41 +0200 Timo Sirainen doveadm mailbox cryptokey generate: Fix error handling
Fri, 10 Feb 2017 12:33:01 +0200 Timo Sirainen doveadm mailbox cryptokey generate: Fix memory leak
Fri, 10 Feb 2017 12:09:50 +0200 Timo Sirainen doveadm director map: Fix checking if host parameter is required
Fri, 10 Feb 2017 11:58:17 +0200 Timo Sirainen lib: Avoid unnecessary Coverity warnings in MALLOC_*()
Thu, 09 Feb 2017 16:33:35 +0200 Timo Sirainen TODO: Remove some of the implemented features
Mon, 06 Feb 2017 18:34:05 +0200 Timo Sirainen sdbox: Fix assert-crash on mailbox create race
Tue, 07 Feb 2017 21:07:54 +0200 Timo Sirainen quota: Clarify quota_count() return value.
Tue, 07 Feb 2017 20:41:41 +0200 Timo Sirainen quota: Make sure quota_warning doesn't wrap "quota before" value.
Tue, 07 Feb 2017 18:26:50 +0200 Timo Sirainen quota: When executing quota_warning/over_flag script, log the reason why.
Tue, 07 Feb 2017 13:19:17 +0200 Aki Tuomi lib: Check that output max size is non-zero when version specified
Sun, 22 Jan 2017 13:40:00 +0100 Stephan Bosch lib-storage: Added mail_user_init_ssl_client_settings().
Wed, 28 Dec 2016 12:02:14 -0600 johnkwoods lib-ldap: Remove extra return