log

age author description
Tue, 27 Jun 2017 16:13:34 +0300 Timo Sirainen lib-storage: mailbox_list_delete_finish() - Return whether anything was deleted
Tue, 27 Jun 2017 16:16:21 +0300 Timo Sirainen lib-storage: Add mailbox_list_get_last_mail_error()
Tue, 27 Jun 2017 15:57:10 +0300 Timo Sirainen lib-storage: Add comments to mailbox-list-delete.h
Wed, 28 Jun 2017 23:37:22 +0300 Timo Sirainen lib: Fix file_create_locked() unit test to delete temp file afterwards
Thu, 22 Jun 2017 01:28:57 +0300 Timo Sirainen lib-storage: Add VOLATILEDIR setting to mail_location
Thu, 22 Jun 2017 02:44:12 +0300 Timo Sirainen lib-storage: Move autoexpunge lock creation to a generic mail_user_lock_file_create()
Thu, 22 Jun 2017 02:33:03 +0300 Timo Sirainen lib-storage: mailbox_autoexpunge_lock() - Don't hide ENOENT error
Thu, 22 Jun 2017 02:32:10 +0300 Timo Sirainen lib-storage: mailbox_autoexpunge_lock() - small cleanup
Thu, 22 Jun 2017 02:24:08 +0300 Timo Sirainen lib-storage: Use file_lock_set_*_on_free() for dovecot.autoexpunge.lock
Thu, 22 Jun 2017 02:19:18 +0300 Timo Sirainen lib-storage: Move .vsize.lock creation to a generic mailbox_lock_file_create()
Thu, 22 Jun 2017 02:07:16 +0300 Timo Sirainen lib-storage: Move .vsize.lock creation to its own function
Thu, 22 Jun 2017 02:05:16 +0300 Timo Sirainen lib-storage: Use file_lock_set_*_on_free() for .vsize.lock
Thu, 22 Jun 2017 01:56:18 +0300 Timo Sirainen lib-storage: Fix error logging for failing to create .vsize.lock
Wed, 28 Jun 2017 17:48:01 +0300 Timo Sirainen lib: file_create_locked() - Add settings to mkdir() missing parent directories
Wed, 28 Jun 2017 17:40:20 +0300 Timo Sirainen lib: Add unit test for file_create_locked()
Thu, 22 Jun 2017 01:52:29 +0300 Timo Sirainen lib: Add file_lock_set_close_on_free()
Thu, 22 Jun 2017 01:47:51 +0300 Timo Sirainen lib: Add file_lock_set_unlink_on_free()
Thu, 22 Jun 2017 10:35:16 +0300 Timo Sirainen lib: file_create_locked() - update lock path after link()
Thu, 22 Jun 2017 09:05:06 +0300 Timo Sirainen lib: Add file_lock_set_path()
Thu, 22 Jun 2017 01:42:56 +0300 Timo Sirainen lib: Add file_lock_get_path()
Wed, 28 Jun 2017 15:50:11 +0300 Timo Sirainen pop3-migration: Drop lines with only spaces or tabs from comparison
Fri, 23 Jun 2017 11:15:32 +0300 Timo Sirainen dsync: Use header hashing version 3
Fri, 23 Jun 2017 11:02:24 +0300 Timo Sirainen pop3-migration: Replace trailing whitespace removal with new header hashing version
Fri, 23 Jun 2017 11:00:37 +0300 Timo Sirainen lib-mail: message_header_hash_more() - add v3 that strips spaces
Fri, 23 Jun 2017 09:24:40 +0300 Timo Sirainen lib-mail: test-message-header-hash - add more tests
Fri, 23 Jun 2017 09:14:40 +0300 Timo Sirainen lib-mail: message_header_hash_more() - refactor to use switch()
Thu, 22 Jun 2017 11:43:05 +0300 Timo Sirainen quota: Fix failing again if quota setting has invalid parameters
Tue, 20 Jun 2017 12:11:37 +0300 Sergey Kitov lib-imap: imap_append_nstring_nolf() - fix crash with datastack_pool strings
Mon, 19 Jun 2017 23:43:17 +0300 Timo Sirainen acl: Add acl_globals_only setting
Mon, 19 Jun 2017 12:05:30 +0300 Timo Sirainen director: Fix logging last input/output time when there was no input/output
Mon, 19 Jun 2017 12:03:13 +0300 Timo Sirainen director: Fix whitespace position in some log messages
Wed, 31 May 2017 14:27:16 +0300 Timo Sirainen director: Use longer timeout for receiving user list in handshake
Wed, 31 May 2017 13:42:31 +0300 Timo Sirainen director: Log more connection state information on handshaking errors
Wed, 31 May 2017 13:17:37 +0300 Timo Sirainen director: Use more accurate timestamps for handshake timeout logging
Wed, 31 May 2017 13:15:04 +0300 Timo Sirainen director: Fix "sending handshake timed out" error to be actually logged
Wed, 31 May 2017 13:11:08 +0300 Timo Sirainen director: Fix handshake timeout lengths
Sat, 17 Jun 2017 14:39:59 +0300 Timo Sirainen imap: NOTIFY - Fix potential crash when reading invalid parameters
Sat, 17 Jun 2017 14:38:22 +0300 Timo Sirainen imap: Fix NOTIFY to parse more than just the first event-group
Mon, 19 Jun 2017 11:21:14 +0300 Timo Sirainen lib-http: Fix memory leak in HTTP connection deinit
Mon, 19 Jun 2017 00:01:17 +0300 Timo Sirainen imap: NOTIFY - Cleanup notify watch timeout handling
Sun, 18 Jun 2017 11:14:05 +0300 Timo Sirainen imap: NOTIFY - Fix crash due to not hooking into commands correctly
Sun, 18 Jun 2017 11:19:28 +0300 Timo Sirainen imap: NOTIFY - Fix delayed setting notification callback
Mon, 19 Jun 2017 09:22:56 +0300 Timo Sirainen lib-lda: Fix memory leak in smtp_client_open()
Fri, 16 Jun 2017 14:34:24 +0300 Timo Sirainen *-login: Add client_vfuncs.free() that is called when client refcount=0
Mon, 12 Jun 2017 22:52:56 +0300 Timo Sirainen *-login: Add client_vfuncs.input_next_cmd()
Mon, 12 Jun 2017 22:51:12 +0300 Timo Sirainen pop3-login: Cleanup - move command handling to pop3_client_input_next_cmd()
Mon, 12 Jun 2017 23:20:12 +0300 Timo Sirainen imap: Fix pipelining commands with SEARCH
Wed, 14 Jun 2017 10:44:36 +0300 Sergey Kitov lib-imap: imap_bodystructure_write is changed to skip CRs and LFs.
Wed, 14 Jun 2017 10:44:01 +0300 Sergey Kitov lib-imap: imap_write_envelope changed to skip CRs and LFs.
Wed, 14 Jun 2017 10:41:04 +0300 Sergey Kitov lib-imap: added imap_append_nstring_nolf(), which skips CRs and LFs.
Tue, 13 Jun 2017 10:05:23 +0300 Sergey Kitov lib-imap: escaping and quote/literal tests for imap_append_nstring()
Tue, 13 Jun 2017 00:57:08 +0300 Timo Sirainen imapc: Fix prefetching specific headers
Tue, 13 Jun 2017 00:55:36 +0300 Timo Sirainen imapc: Avoid sending FETCH BODY[HEADER] when BODY[] is already being fetched
Tue, 13 Jun 2017 18:26:26 +0300 Timo Sirainen lib-oauth2: Handle non-2xx/4xx results for token validation without crash
Tue, 06 Jun 2017 12:47:53 +0300 Aki Tuomi lib-oauth2: Make sure fields are always initialized
Tue, 06 Jun 2017 12:44:55 +0300 Aki Tuomi lib-oauth2: Accept empty responses
Thu, 15 Jun 2017 12:46:47 +0300 Timo Sirainen imap-login: Fix storing ID NIL values into client_id
Wed, 14 Jun 2017 11:47:00 +0300 Timo Sirainen imap-login: Remove duplicate spaces between ID x-forward parameters
Wed, 14 Jun 2017 10:50:38 +0300 Timo Sirainen imap-login: Fix crash in ID if trusted client sends NIL value to internal field
Tue, 13 Jun 2017 22:14:11 +0300 Timo Sirainen lib-index: Fix cache lookups from uncommitted transactions with in-memory indexes
Tue, 13 Jun 2017 21:54:00 +0300 Timo Sirainen lib-mail: istream-header-filter - Fix HEADER_FILTER_ADD_MISSING_EOH with empty input
Wed, 14 Jun 2017 03:21:19 +0300 Timo Sirainen lib: istream-seekable - Fix reading when parent stream's content is larger than max_buffer_size
Mon, 12 Jun 2017 23:45:05 +0300 Timo Sirainen push-notification: Switch to main ioloop while calling drivers' commit callbacks
Fri, 09 Jun 2017 18:10:14 +0300 Timo Sirainen mail-crypt-acl: Fix assert-crash due to missing namespace initialization
Tue, 23 May 2017 14:12:49 +0300 Josef 'Jeff' Sipek pop3: send back auth reply sooner
Tue, 23 May 2017 13:01:48 +0300 Josef 'Jeff' Sipek pop3: initialize namespaces explicitly
Fri, 19 May 2017 10:58:18 +0300 Josef 'Jeff' Sipek pop3: client_create_from_input shouldn't process input
Fri, 19 May 2017 10:51:22 +0300 Josef 'Jeff' Sipek pop3: client_create_from_input should return the client struct
Fri, 19 May 2017 10:46:05 +0300 Josef 'Jeff' Sipek pop3: rename login_client_connected() client arg to login_client
Fri, 19 May 2017 10:42:03 +0300 Josef 'Jeff' Sipek pop3: move pop3 session locking out of client_create
Tue, 30 May 2017 16:57:45 +0300 Timo Sirainen auth: Don't lose all forward_ fields if the first passdb lookup fails.
Wed, 24 May 2017 20:19:11 +0200 Stephan Bosch lib-http: client: Only drop queued requests when a DNS lookup fails; not also the ones that are already in progress.
Wed, 24 May 2017 21:59:32 +0200 Stephan Bosch lib-http: client: When a request is destroyed prematurely during payload input, consider the payload stream destroyed and act accordingly.
Wed, 24 May 2017 19:08:43 +0200 Stephan Bosch lib-http: client: Explicitly destroy the response payload timeout stream when the request is destroyed while receiving payload.
Tue, 30 May 2017 18:25:50 +0300 Timo Sirainen lib-storage: Fix crash in mail_get_header_stream() when its previous stream wasn't at EOF
Wed, 31 May 2017 14:32:30 +0300 Sergey Kitov quota: assertion for *args != NULL is added in order to avoid warning from static analyzer and *args[0] changed to (*args)[0]
Wed, 24 May 2017 18:27:10 +0300 Timo Sirainen quota: Fix infinite loop when parsing quota parameters
Fri, 19 May 2017 11:00:22 +0300 Sergey Kitov Whitespace cleanup
Fri, 19 May 2017 10:58:52 +0300 Sergey Kitov Dict backend parameters reading changed to use common parsing function
Fri, 19 May 2017 10:57:02 +0300 Sergey Kitov fs backend parameter parsing changed to use common function
Fri, 19 May 2017 10:52:46 +0300 Sergey Kitov imapc backend parameter parsing changed to use common function
Fri, 19 May 2017 10:49:01 +0300 Sergey Kitov maildir backend parameter parsing changed to use common function
Fri, 19 May 2017 10:46:27 +0300 Sergey Kitov quota root default init changed to use common param parse function
Thu, 18 May 2017 13:30:25 +0300 Sergey Kitov common quota parameter parsing function implemented
Wed, 07 Jun 2017 19:54:10 +0300 Timo Sirainen lib-storage: test-mail-search-args-simplify - test with initialized args
Wed, 07 Jun 2017 19:53:00 +0300 Timo Sirainen lib-storage: mail_search_args_simplify() - Fix merging already-initialized keywords
Wed, 07 Jun 2017 19:37:46 +0300 Timo Sirainen lib-storage: Fix mail_search_args_simplify() to not deinit too many args
Wed, 07 Jun 2017 19:36:19 +0300 Timo Sirainen lib-storage: Add mail_search_arg_one_deinit()
Wed, 14 Jun 2017 02:15:34 +0300 Timo Sirainen quota-clone: Fix compile warning
Mon, 12 Jun 2017 12:44:37 +0300 Timo Sirainen welcome: Fix sending parameters to welcome script.
Mon, 12 Jun 2017 14:24:59 +0300 Timo Sirainen pop3-migration: Strip trailing spaces from headers when calculating hash
Mon, 12 Jun 2017 14:35:22 +0300 Timo Sirainen imapc: If mailbox iteration fails, make sure error message isn't lost.
Mon, 12 Jun 2017 14:33:46 +0300 Timo Sirainen lib-storage: Fail mailbox list iteration early if it fails to get INBOX flags
Mon, 12 Jun 2017 14:16:13 +0300 Timo Sirainen lib-storage: If mailbox list iteration fails, don't add INBOX
Mon, 12 Jun 2017 12:18:28 +0300 Timo Sirainen imapc: Don't reconnect on DELETE if auth failure was already seen.
Mon, 12 Jun 2017 12:16:19 +0300 Timo Sirainen imapc: Don't reconnect on STATUS if auth failure was already seen.
Mon, 12 Jun 2017 11:57:52 +0300 Timo Sirainen imapc: Remove root_sep_lookup_failed cache
Mon, 12 Jun 2017 12:07:52 +0300 Timo Sirainen imapc: Check for auth failures when saving messages
Mon, 12 Jun 2017 12:03:39 +0300 Timo Sirainen imapc: Fix APPEND error message to include APPEND, not COPY
Mon, 12 Jun 2017 11:40:03 +0300 Timo Sirainen imapc: Make sure storage error has the proper auth failure error string
Mon, 12 Jun 2017 11:33:38 +0300 Timo Sirainen imapc: Cleanup - Rename auth_error to auth_failed_reason for consistency
Mon, 12 Jun 2017 11:32:23 +0300 Timo Sirainen imapc: Change auth_failed boolean to more specific auth_failed_state
Mon, 12 Jun 2017 11:05:31 +0300 Timo Sirainen imapc: Remove auth_failed check from imapc_list_get_storage_name()
Thu, 08 Jun 2017 20:34:39 +0300 Timo Sirainen imap-quota: If quota lookups fail, return NO for GETQUOTA/GETQUOTAROOT
Thu, 08 Jun 2017 20:34:27 +0300 Timo Sirainen quota: Update comments in quota.h
Thu, 08 Jun 2017 20:25:11 +0300 Timo Sirainen quota: quota_root_iter_next() - Iterate all visible roots
Thu, 08 Jun 2017 20:24:26 +0300 Timo Sirainen imap-quota: If quota root doesn't have any quotas, don't send empty QUOTA reply
Thu, 08 Jun 2017 20:29:05 +0300 Timo Sirainen quota-clone: Don't clone quota resources that aren't enabled.
Thu, 08 Jun 2017 20:39:47 +0300 Timo Sirainen lib-imap-client: Fix hang when imapc_client_get_capabilities() is called without connection
Wed, 07 Jun 2017 18:10:10 +0300 Timo Sirainen lib-mail: message_address_parse() - Fix fill_missing==TRUE handling
Wed, 07 Jun 2017 15:33:42 +0300 Timo Sirainen lib-mail: message_address_parse() - Handle invalid standalone phrases better
Wed, 07 Jun 2017 15:22:22 +0300 Timo Sirainen lib-mail: Improve test-message-address to test invalid addresses in lists
Wed, 07 Jun 2017 15:21:10 +0300 Timo Sirainen lib-mail: message_address_parse() - don't stop at <> when parsing address lists
Wed, 07 Jun 2017 15:08:27 +0300 Timo Sirainen lib-mail: message_address_parse() - don't stop at invalid addresses when parsing group
Wed, 07 Jun 2017 14:57:12 +0300 Timo Sirainen lib-mail: message_address_parse() - Fix reading out-of-bounds read on invalid input
Wed, 07 Jun 2017 13:34:39 +0300 Timo Sirainen lib-mail: message_address_parse() - Remove unnecessary NULL checks
Wed, 07 Jun 2017 13:19:40 +0300 Timo Sirainen lib-mail: test-message-address - add more and better organized tests
Wed, 07 Jun 2017 12:58:21 +0300 Timo Sirainen lib-mail: message_address_parse() - Add INVALID_ROUTE/SYNTAX_ERROR only if fill_missing==TRUE
Wed, 07 Jun 2017 12:42:28 +0300 Timo Sirainen lib-mail: message_address_write() - Write empy username as ""
Wed, 07 Jun 2017 12:37:09 +0300 Timo Sirainen lib-mail: message_address_write() - Always write <user@domain> as output
Wed, 07 Jun 2017 12:35:35 +0300 Timo Sirainen lib-mail: message_address_write() - Don't write empty <>
Wed, 07 Jun 2017 12:34:17 +0300 Timo Sirainen lib-mail: message_address_write() - Don't add '@' if domain is missing
Wed, 07 Jun 2017 12:33:10 +0300 Timo Sirainen lib-mail: test-message-address - Test also writing invalid addresses
Wed, 07 Jun 2017 12:01:07 +0300 Timo Sirainen lib-mail: test-message-address cleanup
Tue, 07 Jun 2016 03:41:18 +0300 Timo Sirainen -Wstrict-bool warning fixes
Mon, 06 Jun 2016 17:10:12 +0300 Timo Sirainen lib-mail: Fixed to 91fdb25b5
Sun, 05 Jun 2016 15:48:20 +0200 Pali Rohár lib-mail: Update tests for message address
Sun, 05 Jun 2016 15:48:19 +0200 Pali Rohár lib-mail: message_address_write: Quote and escape strings if needed
Sun, 05 Jun 2016 15:48:18 +0200 Pali Rohár lib-mail: parse_mailbox: Set display name instead mailbox when parsing failed
Sun, 05 Jun 2016 15:48:17 +0200 Pali Rohár lib-mail: parse_addr_spec: Email address without local-part is invalid
Sun, 05 Jun 2016 15:48:16 +0200 Pali Rohár lib-mail: parse_addr_spec: Like in rfc822_skip_comment() check if last_comment is not NULL
Sun, 05 Jun 2016 15:48:15 +0200 Pali Rohár lib-mail: message_address_write: Fix generating group list with empty name
Sun, 05 Jun 2016 15:48:14 +0200 Pali Rohár lib-mail: message_address_write: Fix generating empty group list
Fri, 09 Jun 2017 23:32:28 +0300 Timo Sirainen lib: ioloop-kqueue - Improve kevent() panic log message
Fri, 09 Jun 2017 12:42:51 +0300 Timo Sirainen lib-storage: Fix sort index writing to not leave sort_id=0 gaps
Fri, 09 Jun 2017 12:25:36 +0300 Timo Sirainen lib-storage: Add details to "Broken sort-* indexes" error
Fri, 09 Jun 2017 14:31:15 +0300 Timo Sirainen lib-storage: Fix setting the correct cache record corrupted
Fri, 09 Jun 2017 12:07:00 +0300 Timo Sirainen quota: Fix negative quota_warnings with count backend
Wed, 31 May 2017 14:39:55 +0300 Aki Tuomi lib: Use unix streams with connection when using unix socket
Tue, 30 May 2017 21:57:06 +0300 Timo Sirainen quota: Fix imapc backend not to try to find out mail's size.
Tue, 30 May 2017 10:37:24 +0300 Timo Sirainen lib-imap-client: Fix test-imapc-client unit test to work on OSX
Wed, 31 May 2017 00:07:46 +0300 Timo Sirainen imapc: Don't send UID FETCH 1:* after SELECT if mailbox is empty
Wed, 31 May 2017 00:00:32 +0300 Timo Sirainen imapc: SEARCH - Don't add parenthesis around OR
Tue, 30 May 2017 23:53:44 +0300 Timo Sirainen lib-storage: mail_search_args_to_imap() - don't add parenthesis around OR
Fri, 09 Jun 2017 13:17:38 +0300 Timo Sirainen lib-mail: Fix compiler warnings
Wed, 07 Jun 2017 11:35:18 +0300 Timo Sirainen global: Use i_realloc_type() wherever possible
Wed, 07 Jun 2017 11:24:38 +0300 Timo Sirainen lib: Add test-mempool unit test.
Wed, 07 Jun 2017 11:24:03 +0300 Timo Sirainen lib: Add i_realloc_type() for i_realloc() that checks for overflows
Thu, 12 May 2016 05:40:29 -0400 Timo Sirainen lmtp: Removed (Dovecot) from Received header.
Thu, 08 Jun 2017 11:35:58 +0300 Timo Sirainen imapc: Fix potential crash if initial sync fails.
Mon, 05 Jun 2017 14:21:23 +0300 Josef 'Jeff' Sipek lib: test for guid_128_generate() time handling
Mon, 05 Jun 2017 12:55:56 +0300 Josef 'Jeff' Sipek lib: guid_128_generate() shouldn't generate invalid timestamps
Mon, 05 Jun 2017 12:53:23 +0300 Josef 'Jeff' Sipek lib: guid_128_generate() needs to correctly convert usecs to nsecs
Tue, 06 Jun 2017 17:18:27 +0300 Timo Sirainen lib-index: Fix reset_id handling in mail_cache_get_missing_reason() cache
Tue, 06 Jun 2017 09:39:34 +0300 Timo Sirainen lib-storage: Fix assert-crash in SORT caused by earlier changes
Mon, 05 Jun 2017 21:53:18 +0300 Timo Sirainen lib-index: Add cache to mail_cache_get_missing_reason()
Mon, 05 Jun 2017 21:44:45 +0300 Timo Sirainen lib-index: mail_cache_get_missing_reason() - Minor code cleanup
Mon, 05 Jun 2017 21:09:51 +0300 Timo Sirainen lib-storage: Optimize error handling for SORT
Mon, 05 Jun 2017 21:07:32 +0300 Timo Sirainen lib-storage: Sort code cleanup - Change index_sort_get_string() to return bool
Mon, 05 Jun 2017 21:05:07 +0300 Timo Sirainen lib-storage: Sort code cleanup - pass node to index_sort_get_string()
Mon, 05 Jun 2017 20:14:54 +0300 Timo Sirainen lib-storage: Make sure istream-mail doesn't replace an existing storage error
Mon, 05 Jun 2017 20:12:43 +0300 Timo Sirainen lib-storage: Fix SORT error message when reaching mail_sort_max_read_count
Mon, 29 May 2017 13:39:18 +0300 Aki Tuomi lib-mail: Add qp encoder
Thu, 25 May 2017 19:03:32 +0300 Aki Tuomi lib-mail: Link test binaries to libmail.la instead of .lo files
Tue, 30 May 2017 09:36:49 +0300 Timo Sirainen lib-storage: Fix LAYOUT=fs potentially not ignoring ACLs when requested
Tue, 30 May 2017 09:18:14 +0300 Timo Sirainen lib-storage: Fix ACL in parent mailbox potentially hiding its children.
Tue, 30 May 2017 09:15:09 +0300 Timo Sirainen lib-storage: fs_list_get_mailbox_flags() - Return mailbox files as selectable
Tue, 30 May 2017 09:12:05 +0300 Timo Sirainen lib-storage: fs_list_get_mailbox_flags() - Don't assume directories always have children.
Tue, 30 May 2017 09:10:55 +0300 Timo Sirainen lib-storage: fs_list_get_mailbox_flags() - Add comments
Tue, 30 May 2017 09:09:39 +0300 Timo Sirainen lib-storage: fs_list_get_mailbox_flags() - Reorganize code
Mon, 29 May 2017 17:58:35 +0300 Timo Sirainen acl: Global ACL file was parsed as if it was local ACL file
Mon, 29 May 2017 17:26:52 +0300 Timo Sirainen lib-storage: Make mailbox_list_iter_init_autocreate() static again
Mon, 29 May 2017 17:20:48 +0300 Timo Sirainen lib-storage: Fix mailbox_list_index=yes + ACLs + auto=subscribe mailboxes
Mon, 29 May 2017 16:44:44 +0300 Timo Sirainen lib-storage: Cleanup - Don't use ctx in iter_use_index()
Mon, 29 May 2017 15:52:15 +0300 Timo Sirainen lib-storage: Add \NoInferiors flag to autocreated mailboxes with mbox
Mon, 29 May 2017 15:30:36 +0300 Timo Sirainen lib-storage: Don't list duplicate autocreated mailboxes' parents
Mon, 29 May 2017 13:53:17 +0300 Timo Sirainen acl: Skip auto=create|subscribe mailboxes that don't have lookup-right
Mon, 29 May 2017 13:52:42 +0300 Timo Sirainen lib-storage: Add mailbox-list-iter-private.h with autocreate context structs
Sat, 20 May 2017 18:13:45 +0300 Timo Sirainen config: When showing an "Unknown setting" error, show the full section path
Wed, 17 May 2017 15:20:35 +0300 Aki Tuomi lib-storage: Apply mailbox_list_iter_autocreate_filter on mailbox_list_index_iter_next
Wed, 17 May 2017 15:19:44 +0300 Aki Tuomi lib-storage: Rename autocreate_iter_existing to mailbox_list_iter_autocreate_filter
Wed, 17 May 2017 12:16:31 +0300 Aki Tuomi lib-storage: Do not drop autocreate boxes when listing them
Thu, 06 Apr 2017 16:09:00 +0300 Aki Tuomi lib-master,login-common: Add dual cert support
Fri, 02 Jun 2017 21:11:19 +0300 Aki Tuomi lib-dict: Update cdb_dict_init to match with new API
Sat, 30 Apr 2016 12:50:53 +0200 Stephan Bosch lib: Added ostream-unix for writing fd sockets via ostream.
Mon, 05 Jun 2017 19:05:58 +0300 Timo Sirainen push-notification: Fix crash in OX driver's deinit
Mon, 05 Jun 2017 12:14:57 +0300 Aki Tuomi auth: Access always first entry when flushing failures
Wed, 31 May 2017 10:09:41 +0300 Aki Tuomi auth: Fix vpopmail for 2.2
Wed, 31 May 2017 13:03:47 +0300 Aki Tuomi quota: Update version number for script client
Tue, 30 May 2017 14:03:23 +0300 Aki Tuomi mail-filter: tabescape args, this is required by script client 4
Tue, 30 May 2017 14:01:39 +0300 Aki Tuomi welcome: tabescape args, this is required by script client 4
Tue, 30 May 2017 14:01:17 +0300 Aki Tuomi global: Update script client version number
Tue, 30 May 2017 16:24:52 +0300 Timo Sirainen auth: Fix unescaping tabs in auth client input.
Tue, 30 May 2017 11:30:10 +0300 Timo Sirainen auth: Fix crash on passdb lookup when all passdbs were skipped
Tue, 30 May 2017 10:01:20 +0300 Timo Sirainen lib-storage: Fix compiler warning in test-mail-storage
Wed, 24 May 2017 23:49:43 +0300 Timo Sirainen lib-storage: Fix crash in test-mail-storage
Mon, 15 May 2017 15:35:37 +0300 Aki Tuomi mail-crypt-plugin: Set copy-hook only if save_version > 0
Thu, 04 May 2017 09:14:17 +0300 Aki Tuomi mail-crypt: Re-encrypt mails when copying/moving
Wed, 24 May 2017 22:31:59 +0300 Timo Sirainen lib-storage: Fix memory leak in test-mail-storage
Wed, 24 May 2017 21:56:03 +0300 Timo Sirainen lib-storage: Add unit test for set/get/push/pop storage error operations
Wed, 24 May 2017 21:29:49 +0300 Timo Sirainen lib-storage: Fix mail_storage_set_critical() when input parameter is an old internal error
Wed, 24 May 2017 19:16:03 +0300 Timo Sirainen lib-storage: Fix mail_storage_last_error_push/pop() to work with internal errors
Mon, 22 May 2017 17:56:15 +0300 Timo Sirainen imap: Fix unhibernation after earlier change
Wed, 17 May 2017 19:02:06 +0300 Timo Sirainen imap NOTIFY: Flush any pending notifications on NOOP
Wed, 17 May 2017 19:01:57 +0300 Timo Sirainen lib-storage: Implement mailbox_list_notify_flush()
Wed, 17 May 2017 18:13:09 +0300 Timo Sirainen lib-storage: Explicitly name function pointers in mailbox lists
Wed, 17 May 2017 17:49:25 +0300 Timo Sirainen lib-storage: Always update highestmodseq in mailbox list index
Wed, 17 May 2017 17:14:05 +0300 Timo Sirainen lib-storage: Fix mailbox list index notifications when modseqs aren't enabled.
Wed, 17 May 2017 11:40:53 +0300 Josef 'Jeff' Sipek imap: login reply should be sent sooner
Tue, 04 Apr 2017 00:32:07 +0200 Stephan Bosch lib-http: client: Fixed race condition between DNS refresh lookup and a soft connection timeout.
Wed, 24 May 2017 17:19:36 +0300 Timo Sirainen lib-master: Replace listeners with /dev/null in SIGQUIT instead of closing
Mon, 22 May 2017 10:13:21 +0300 Timo Sirainen lib-index: Fix crash in mail_transaction_log_view_set_all() error handling
Mon, 22 May 2017 10:11:30 +0300 Timo Sirainen lib-index: Fix start_offset > sync_offset error handling for in-memory indexes
Fri, 19 May 2017 10:45:09 +0300 Timo Sirainen auth: Fix linking duplicate .a libraries to unit test
Mon, 08 May 2017 12:49:39 +0200 Stephan Bosch util: script: Increased the major protocol version due to earlier changes.
Tue, 09 May 2017 13:33:23 +0200 Stephan Bosch util: script: Amended protocol with the ability to convey a set of environment variables that are passed to the script.
Mon, 08 May 2017 12:48:08 +0200 Stephan Bosch util: script: Amended the protocol to pass arguments escaped to prevent problems with newlines.
Tue, 09 May 2017 13:43:39 +0200 Stephan Bosch lib-program-client: local: Fixed use of unterminated string array of environment variables in exec_child().
Tue, 09 May 2017 14:22:06 +0200 Stephan Bosch lib-program-client: Made the test suite ignore the protocol version.
Thu, 20 Oct 2016 15:41:54 +0200 Stephan Bosch lib-program-client: Gave variables pointing to a program-client more logical names.
Fri, 19 May 2017 17:44:30 +0300 Timo Sirainen imap: Move struct client_sync_context to imap-sync-private.h and add imap_ prefix
Fri, 19 May 2017 16:34:29 +0300 Timo Sirainen imap: Allow plugins to replace existing FETCH handlers
Wed, 17 May 2017 16:47:43 +0300 Timo Sirainen lib-index: Improve "start_offset > current sync_offset" error message.
Wed, 17 May 2017 16:28:58 +0300 Timo Sirainen lib-index: mail_transaction_log_file_get_highest_modseq_at() - return error string
Wed, 17 May 2017 16:21:54 +0300 Timo Sirainen lib-index: Add missing error logging for mail_index_view_sync_begin()
Wed, 17 May 2017 13:33:44 +0300 Timo Sirainen lib-index: mail_transaction_log_file_map() - return reason/error string
Wed, 17 May 2017 13:31:09 +0300 Timo Sirainen lib-index: mail_transaction_log_view_set_all() - don't entirely ignore corrupted logs
Thu, 18 May 2017 23:13:38 +0300 Timo Sirainen lib-storage: Fix mailbox list index records without guid having invalid flags
Thu, 18 May 2017 23:06:20 +0300 Timo Sirainen lib-storage: Fix mailbox list index records with name_id=0
Fri, 19 May 2017 09:45:28 +0300 Timo Sirainen lib: Fix memory leak in test-istream-concat
Thu, 18 May 2017 22:18:15 +0300 Timo Sirainen lib: Fix crash when seeking istream-concat to EOF and trying to read it
Thu, 18 May 2017 21:10:33 +0300 Timo Sirainen imapc: Make sure a valid UIDVALIDITY is returned by SELECT
Thu, 18 May 2017 21:08:23 +0300 Timo Sirainen imapc: Fix assert-crash if server doesn't send EXISTS reply to SELECT
Thu, 18 May 2017 20:18:24 +0300 Timo Sirainen lib-imap-client: Change server IP only on connect() failures
Thu, 18 May 2017 19:42:03 +0300 Timo Sirainen imapc: Fix infinite reconnection when server keeps sending corrupted state
Thu, 18 May 2017 19:40:04 +0300 Timo Sirainen lib-imap: imap_parser_unref() should always set parser=NULL
Thu, 18 May 2017 18:09:56 +0300 Timo Sirainen imapc: Avoid resending duplicate FETCH when reconnecting during the initial sync
Thu, 18 May 2017 18:01:27 +0300 Timo Sirainen imapc: If initial SELECT fails, don't resend it twice on reconnect.
Thu, 18 May 2017 17:36:27 +0300 Timo Sirainen lib-imap-client: Avoid infinite reconnection loops when retrying command fails
Thu, 18 May 2017 12:32:12 +0300 Timo Sirainen lib: Add dovecot_build_info variable containing Dovecot build information.