log

age author description
Mon, 20 Mar 2017 20:21:56 +0200 Aki Tuomi lib-dict: Ensure init returns dict
Fri, 10 Mar 2017 10:05:14 +0200 Aki Tuomi pop3-login: Add FORWARD for XCLIENT
Fri, 10 Mar 2017 10:04:33 +0200 Aki Tuomi pop3-login: Pass forward_ passdb args using XCLIENT command
Mon, 20 Feb 2017 20:37:09 +0200 Aki Tuomi imap-login: Allow x-forward- to specify forward fields from trusted networks
Mon, 20 Feb 2017 20:36:58 +0200 Aki Tuomi auth: Accept forward_fields from auth client
Thu, 16 Mar 2017 13:36:23 +0200 Aki Tuomi auth: Add auth_fields_import_prefixed
Tue, 14 Mar 2017 10:01:51 +0200 Aki Tuomi auth: Support client_id variable
Thu, 16 Mar 2017 10:01:23 +0200 Aki Tuomi imap-login: Forward original client ID to next hop
Mon, 20 Feb 2017 19:11:01 +0200 Aki Tuomi imap-login: Retain ID request without dovecot specials
Tue, 21 Feb 2017 14:46:31 +0200 Aki Tuomi imap-login: Add option to retain client id
Mon, 20 Feb 2017 18:58:21 +0200 Aki Tuomi auth: Accept client_id from auth client
Thu, 09 Mar 2017 14:08:40 +0200 Aki Tuomi login-common: Add preproxy pool
Sun, 29 Jan 2017 01:03:00 +0200 Timo Sirainen imapc: Use LOGOUT to cleanly disconnect from server.
Thu, 16 Mar 2017 18:46:28 +0200 Timo Sirainen lib-storage: Don't reset \Recent flags when rebuilding index
Thu, 16 Mar 2017 09:38:59 +0200 Aki Tuomi trash: Move config file to trash user
Sun, 05 Mar 2017 19:45:04 +0100 Stephan Bosch lib-http: test-http-server-errors: Fixed logically dead code.
Thu, 02 Mar 2017 18:32:15 +0200 Timo Sirainen example-config: Update deliver_log_format comment
Thu, 02 Mar 2017 09:15:13 +0200 Aki Tuomi lib-ssl-iostream: Ensure verify_remote_cert is true
Mon, 20 Feb 2017 09:32:15 +0200 Aki Tuomi lib-ssl-iostream: Fix ambiguity with SSL settings
Wed, 01 Mar 2017 13:12:41 +0200 Timo Sirainen imap-hibernate: Avoid using casts
Wed, 01 Mar 2017 09:15:29 +0200 Aki Tuomi trash: Read settings after namespaces are loaded
Mon, 27 Feb 2017 16:23:09 +0200 Timo Sirainen master: Try to listen on master socket even if all services couldn't be listened to.
Mon, 27 Feb 2017 16:22:52 +0200 Timo Sirainen master: Add missing error logging for master socket listening failure.
Mon, 27 Feb 2017 16:22:08 +0200 Timo Sirainen master: Don't crash if master socket couldn't be re-opened after settings reload.
Thu, 23 Feb 2017 11:47:20 +0200 Aki Tuomi imap-hibernate: Support userdb in var_expand
Sun, 26 Feb 2017 16:10:58 +0200 Timo Sirainen lib-index: Fix test-mail-index-transaction-update
Sun, 26 Feb 2017 16:09:13 +0200 Timo Sirainen lib-index: Minor fix to day_first_uid updating
Sat, 11 Mar 2017 19:20:30 +0200 Aki Tuomi doveadm: Do not crash doveadm-server if input file missing
Thu, 16 Mar 2017 09:36:23 +0200 Aki Tuomi lib-dcrypt: Add asserts
Mon, 27 Feb 2017 18:13:54 -0500 Josef 'Jeff' Sipek lib-storage & imap: add MAIL_ERROR_UNAVAILABLE as [UNAVAILABLE]
Wed, 08 Mar 2017 15:39:34 -0500 Timo Sirainen imap, pop3, indexer-worker: Add (deinit) to process title before autoexpunging runs.
Wed, 08 Mar 2017 17:09:12 -0500 Timo Sirainen pop3: Add client.destroyed boolean
Mon, 13 Mar 2017 14:23:11 +0200 Timo Sirainen auth: Auth workers shouldn't return username if it wasn't changed
Mon, 13 Mar 2017 13:49:04 +0200 Timo Sirainen auth: passdb/userdb lookups via auth-worker cached too much of the replies
Wed, 15 Mar 2017 13:29:11 +0200 Aki Tuomi auth: Properly hide all fields with passwords
Wed, 15 Mar 2017 18:20:31 +0200 Timo Sirainen *-login: Change API for how login_plugins hook into client allocation.
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