]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2017-02-07  Timo Sirainenquota: When executing quota_warning/over_flag script...
2017-02-07  Martti Rannanjärvilib-storage: remove mail_storage_get_driver_settings
2017-02-07  Aki Tuomilib: Check that output max size is non-zero when versio...
2017-02-07  Stephan Boschfts-tika: Fixed HTTPS support by properly propagating...
2017-02-07  Stephan Boschfts-solr: Fixed HTTPS support by properly propagating...
2017-02-07  Stephan Boschlib-storage: Added mail_user_init_ssl_client_settings().
2017-02-07  johnkwoodslib-ldap: Remove extra return
2017-02-07  J. Nick Kostonfts-solr: Allow username/password for solr connction
2017-02-06  Timo Sirainenindexer: Don't send more requests directly from worker...
2017-02-06  Timo Sirainenimap: Add imap_fetch_failure setting
2017-02-06  Timo Sirainenimap: Share mailbox closing code in SELECT/UNSELECT...
2017-02-06  Timo Sirainenimap: Free search updates on CLOSE
2017-02-06  Timo Sirainenimap: Don't send empty FETCH () on failure
2017-02-06  Timo Sirainenlib-ssl-iostream: Fix memory leak in RSA_generate_key_e...
2017-02-06  Timo Sirainenauth: Handle delayed credentials identically in auth...
2017-02-06  Timo Sirainenlib: Make sure NULL is defined to be ((void *)0)
2017-02-06  Timo Sirainenlib-storage: Don't duplicate service user's settings...
2017-02-06  Timo Sirainenlib-storage: Don't unnecessarily duplicate user's all...
2017-02-06  Timo Sirainenlib-ssl-iostream: Remove libdovecot_openssl_common.la
2017-02-06  Timo Sirainenlib-ssl-iostream: Remove empty $(ssl_sources) from...
2017-02-06  Timo Sirainenlib-dcrypt: Link unit tests with libssl_iostream.la
2017-02-06  Timo Sirainenlib-dcrypt: Remove unnecessary -shared link flag
2017-02-06  Timo Sirainenlib-dcrypt: Don't link liblib.la to libdcrypt_openssl.so
2017-02-06  Timo Sirainenlib-dcrypt: If dcrypt can't be initialized, log also...
2017-02-06  Timo Sirainenlib-ssl-iostream: Detect whether to call ERR_remove_...
2017-02-06  Timo Sirainenlib-ssl-iostream: Call OBJ_cleanup() for all OpenSSL...
2017-02-06  Timo Sirainenlib-ssl-iostream: Detect OPENSSL_cleanup() via configure
2017-02-06  Timo Sirainenlib-ssl-iostream: Detect OpenSSL memory functions'...
2017-02-06  Timo Sirainenlib-ssl-iostream: Use ASN1_STRING_get0_data() if it...
2017-02-06  Timo Sirainenlib-ssl-iostream: Use RSA_generate_key_ex() if it exists
2017-02-06  Timo Sirainendict-sql: Move USING TIMESTAMP to correct location...
2017-02-05  Timo Sirainenauth: Pass through passdb extra fields to auth-worker...
2017-02-05  Timo Sirainenauth: Code cleanup - Move userdb extra fields exporting...
2017-02-05  Timo Sirainenlib: Fix compiler warning with non-Linux
2017-02-04  Timo Sirainenlib-storage: Expunging now uses GUID only if it's in...
2017-02-04  Timo Sirainenlib-storage: Fix autoexpunge locking to actually work...
2017-02-04  Aki Tuomilib-storage: Put vsize in index only if it's not there
2017-02-03  Aki Tuomifts: Use mailbox_list_created hook
2017-02-03  Timo Sirainenlib-storage: Once hooks have run, set vlast to NULL...
2017-02-03  Timo Sirainenlib-storage: Add assert to make sure header parsing...
2017-02-02  Stephan Boschlib-http: client: Fixed peer reconnection failure handling.
2017-02-02  Stephan Boschlib-http: client: Respect the connection idle timeout...
2017-02-02  Timo Sirainendict: Fix error logging if TIMESTAMP parameters are...
2017-02-01  Martti Rannanjärvilib-master: Ignore t_readlink ENOENT error on updating...
2017-01-31  Timo Sirainenimap: Fix panic on FETCH X-MAILBOX in virtual mailbox...
2017-01-31  Timo Sirainenlib: Fix -Wstrict-bool compiler warnings.
2017-01-31  Martti Rannanjärvilib: Implicitly ignore memmove and memcpy return values...
2017-01-31  Stephan Boschlib-http: server: Fix premature connection destroy...
2017-01-31  Timo Sirainenlib-storage: When logging corrupted mail size, disable...
2017-01-30  Stephan Boschlib: path-util: Fixed assertion in path_normalize().
2017-01-30  Timo Sirainenlib: Fix t_get_working_dir() to properly allocate memor...
2017-01-30  Timo Sirainenlib-mail: Fix message_part_data_is_plain_7bit()
2017-01-30  Timo Sirainenlib-imap: Fix another compiler warning
2017-01-30  Martti Rannanjärvilib, lib-master: Add error_r to t_binary_abspath
2017-01-30  Martti Rannanjärvilib: Add error_r to t_abspath and its callers
2017-01-30  Martti Rannanjärvilib: Add tests for path-util
2017-01-30  Martti Rannanjärvilib: Add Pigeonhole realpath functions to path-util
2017-01-30  Martti Rannanjärvilib: Rename t_get_current_dir to t_get_working_dir
2017-01-30  Martti Rannanjärvilib: Add error_r to t_readlink and its callers
2017-01-30  Martti Rannanjärvilib: Add asserts to t_abspath and t_abspath_to
2017-01-30  Martti Rannanjärvilib: Rename abspath to path-util
2017-01-30  Timo Sirainenlib-imap: Fix compiler warning
2017-01-30  Stephan Boschlib-imap: Created test-imap-envelope.
2017-01-30  Stephan Boschlib-imap: imap-envelope: Added function for parsing...
2017-01-30  Stephan Boschlib-imap: Added more comments to imap-bodystructure...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Added support for making...
2017-01-30  Stephan Boschlib-mail: message-part-data: Implemented message_part_d...
2017-01-30  Stephan Boschlib-mail: message-part-data: Renamed struct message_par...
2017-01-30  Stephan Boschlib-imap: imap-envelope: Moved imap_envelope_headers...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Moved message_part_data...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Renamed imap_bodystructur...
2017-01-30  Stephan Boschlib-imap: imap-envelope: Renamed imap_envelope_parse_he...
2017-01-30  Stephan Boschlib-imap: imap-evenvelope: Changed imap_envelope_get_fi...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Renamed imap_bodystructur...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Grouped together function...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Changed struct message_pa...
2017-01-30  Stephan Boschlib-imap: imap-envelope: Added function to parse struct...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Renamed `d' parameter...
2017-01-30  Stephan Boschlib-imap: imap-envelope: Removed useless pool field...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Removed useless pool...
2017-01-30  Stephan Boschlib-mail: Gave message_part_data its own field in struc...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Renamed struct message_pa...
2017-01-30  Stephan Boschlib-imap: Removed existing envelope parsing function.
2017-01-30  Stephan Boschlib-imap: test-imap-bodystructure: Added normalization...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Allow alternative syntax...
2017-01-30  Stephan Boschlib-imap: test-imap-bodystructure: Added more tests.
2017-01-30  Stephan Boschlib-imap: test-imap-bodystructure: Improved handing...
2017-01-30  Stephan Boschlib-imap: test-imap-bodystructure: Added support for...
2017-01-30  Stephan Boschlib-imap: imap-bodystructure: Fixed parse error message...
2017-01-30  Timo Sirainenlib-storage: Set vsize extension when copying mails.
2017-01-30  Timo Sirainenlib-storage: Add index_mail_get_vsize_extension()
2017-01-30  Timo Sirainenlib-storage: Move index_mail.vsize_ext_id to mailbox...
2017-01-30  Timo Sirainenimapc: Allow using LAYOUT=none without crashing.
2017-01-30  Timo Sirainenimap: Don't unregister internal commands at deinit.
2017-01-30  Timo Sirainenlib-storage: Lock autoexpunging so only a single proces...
2017-01-29  Timo Sirainenimap: Use struct mailbox_status.flags for FLAGS reply
2017-01-29  Timo Sirainenlib-storage: Add struct mailbox_status.flags
2017-01-29  Timo Sirainenlib: io_loop_set_current() - do nothing if ioloop doesn...
2017-01-29  Martti Rannanjärvidoveadm: add doveadm_http_rawlog_dir setting
2017-01-27  Timo Sirainenlib-fts: Fix assert-crash in fts_icu_lcase()
next