]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2020-12-01  Stephan Boschlib-http: Reformat http-client-request.c.
2020-12-01  Josef 'Jeff... stats: openmetrics - Include submetric name only when...
2020-12-01  Timo Sirainenimap: Fix potential hang if client disconnects with...
2020-12-01  Timo Sirainenimap: Move disconnected-check inside client_continue_pe...
2020-11-23  Markus Valentindoveadm: mail: doveadm_mail_failed_error() - Set specif...
2020-11-23  Timo Sirainendoveadm: When sending server logs to client, make sure...
2020-11-20  sergey.kitovimap: Fix memory leak in get_expunges_fallback()
2020-11-13  Josef 'Jeff... lib: event-filter-parser - Test simple but invalid...
2020-11-13  Josef 'Jeff... lib: event-filter - Do not assert that there in no...
2020-11-11  Timo Sirainenconfigure.ac: Finish removing vpopmail support
2020-11-11  Josef 'Jeff... auth: Remove ntlm mechanism & the LANMAN and NTLM passw...
2020-11-11  Josef 'Jeff... auth: Remove vpopmail user & pass db support
2020-11-11  Josef 'Jeff... auth: Remove S/Key mechanism & password scheme
2020-11-11  Josef 'Jeff... auth: Remove RPA mechanism & password scheme
2020-11-11  Josef 'Jeff... auth: Remove postmap socket type
2020-11-11  Josef 'Jeff... auth: Remove support for SIA passdb
2020-11-10  Timo Sirainenlib-storage: Add prefix to failed mailbox list index...
2020-11-10  Timo Sirainenlib-storage: Fix error message when mailbox list index...
2020-11-10  Timo Sirainenlib-storage: Fix mailbox list iteration error handling...
2020-11-10  Timo Sirainenlib-storage: Use mailbox_get_last_mail_error() for...
2020-11-10  Timo Sirainenlib-index: Fix detecting if index is undeleted
2020-11-06  Timo Sirainenimap: Improve imap-client-hibernate unit test
2020-11-06  Timo Sirainenimap: imap_client_hibernate() - Return reason string...
2020-11-06  Timo Sirainenimap: Delay initializing client IO until client_create_...
2020-11-06  Timo Sirainenimap: Fix crash if imap-hibernate socket can't be conne...
2020-11-06  Timo Sirainenlib-imap: Add imap_parser_client_read_tag()
2020-11-06  Timo Sirainenimap-login: Use imap_parser_read_tag() and _read_comman...
2020-11-06  Timo Sirainenimap-login: Split off client_invalid_command()
2020-11-06  Timo Sirainenimap: Use imap_parser_read_tag() and _read_command_name()
2020-11-06  Timo Sirainenimap: Split off client_command_failed_early()
2020-11-06  Timo Sirainenlib-imap: Add imap_parser_read_tag() and _read_command_...
2020-11-06  Josef 'Jeff... lib: Be less verbose in event filter tests
2020-11-05  Timo Sirainenlib-imap: Don't generate invalid BODYSTRUCTURE when...
2020-11-05  Timo Sirainenlib-mail: message-parser - Fix assert-crash when enforc...
2020-11-05  Timo Sirainenimap: Add unit test for imap-client-hibernate
2020-11-05  Timo Sirainenimap: Escape tag when sending it to imap-hibernate...
2020-11-05  Aki Tuomiconfigure: Update version to 2.3.13
2020-11-05  Stephan Boschlib-smtp: smtp-server-connection - Make sure output...
2020-11-05  Stephan Boschlib-ssl-iosteam: ostream-openssl - Make sure error...
2020-11-05  Stephan Boschlib-ssl-iostrea: ostream-openssl - Add local variable...
2020-11-05  Aki Tuomiauth: db-oauth2 - Do not allow empty active_value or...
2020-11-03  Aki Tuomiauth: db-oauth2 - If active attribute is present in...
2020-11-03  Aki Tuomiauth: db-oauth2 - Check active attribute by default
2020-11-03  Aki Tuomiauth: db-oauth2 - Change active:false to mean invalid...
2020-11-03  Aki Tuomiauth: db-oauth2 - Allow active:false without username
2020-11-03  sergey.kitovlib-storage: Skip setting log view in mailbox_get_expun...
2020-10-29  Timo Sirainenlib-fts: test-fts-filter - Fix clang suspicious concate...
2020-10-29  Timo Sirainenlib: Standardize STMT_BEGIN and STMT_END
2020-10-29  Timo Sirainenlib: test-istream - Don't try to return void
2020-10-28  Aki Tuomilib: test-file-cache - Add asserts for initial return...
2020-10-28  Aki Tuomilib-lda: Update mail sizes to event only if they are...
2020-10-28  Aki Tuomilib-storage: raw-mail - Cast st_size to uoff_t
2020-10-23  Timo Sirainenlib-fs: iteration - Fix crash when overwriting iteratio...
2020-10-23  Aki Tuomiquota: Avoid implicit integer conversion to unsigned...
2020-10-23  Aki Tuomiglobal: Fix overzealous use of ENUM_NEGATE
2020-10-23  Timo Sirainenlib: istream-seekable - Fix returning stream size
2020-10-23  Timo Sirainenlib-fs: Add assert to make sure we never log "(null...
2020-10-23  Timo Sirainenlib-fs: Fix logging old error when an unlogged error...
2020-10-23  Timo Sirainenlib-fs: Include file's path when logging pending error...
2020-10-23  Josef 'Jeff... lib: event-filter-parser - Disallow non-equals comparat...
2020-10-23  Timo Sirainenlib-storage: Delay recreating event when closing mail
2020-10-22  Aki Tuomiglobal: Explicitly wrap values to fit target
2020-10-22  Aki Tuomiglobal: Add explicit casts where needed
2020-10-22  Aki Tuomiglobal: Disable undefined behaviour sanitization for...
2020-10-22  Aki Tuomiglobal: Fix negation with constants to match target...
2020-10-22  Aki Tuomiglobal: Use ENUM_NEGATE() macro where necessary
2020-10-22  Aki Tuomiglobal: Use UOFF_T_MAX instead of (uoff_t)-1
2020-10-22  Aki Tuomiglobal: Use SIZE_MAX instead of (size_t)-1
2020-10-22  Aki Tuomilib: macros - Add ENUM_NEGATE
2020-10-22  Aki Tuomiconfigure: Add ubsan support
2020-10-22  Aki Tuomilib-mail: test-message-header-hash: Fix type issue
2020-10-22  Aki Tuomidoveadm: mailbox status - Handle first_save_date correctly
2020-10-22  Aki Tuomilib: unichar - Change uni_utf8_char_bytes to accept...
2020-10-22  Aki Tuomilib-index: Use SIZE_MAX with str_sanitize
2020-10-22  Aki Tuomiauth: password-scheme - Use UINT_MAX when calling passw...
2020-10-22  Aki Tuomilib: mempool-allocfree - Do not use PTR_OFFSET with...
2020-10-22  Aki Tuomilib-fts: test-fts-tokenizer - Change test_chars to...
2020-10-22  Aki Tuomilib: str - Ensure str_append_c gets unsigned char parameter
2020-10-22  Timo Sirainenlib: seq-range-array - Assert-crash if array becomes...
2020-10-22  Timo Sirainenlib: seq_range_array_add() - Reorder code flow
2020-10-22  Timo Sirainenlib: seq-range-array - Split off seq_range_array_add_sl...
2020-10-22  Timo Sirainenlib: seq-range-array - Use seq_range_length() internally
2020-10-22  Timo Sirainenlib: seq_range_length() - Use const pointer
2020-10-20  Martti Rannanjärvidoc: Include dovecot-oauth2.conf.ext in dist tarball
2020-10-15  Stephan Boschdoveadm-server: Fix STARTTLS support.
2020-10-15  Stephan Boschlib-master: master-service-ssl - Make context initializ...
2020-10-15  Stephan Boschlib: ostream-multiplex - Fix dead assignment by adding...
2020-10-15  Stephan Boschglobal: Fix dead assignments in expressions.
2020-10-15  raphael-waltherman: Update doveadm-search-query.7
2020-10-15  jonmoeslidirector: Fix error message when director_username_hash...
2020-10-09  Timo Sirainenlib-storage: Fix potential assert-crash when adding...
2020-10-08  Timo Sirainenlib: json-parser - Fix skipping strings with non-blocki...
2020-10-07  Stephan Boschlib-mail: test-message-header-decode - Add random encod...
2020-10-07  Stephan Boschlib-mail: test-message-header-encode - Add tests for...
2020-10-07  Stephan Boschlib-mail: test-message-header-encode - Check maximum...
2020-10-07  Stephan Boschlib-mail: message-header-encode - Update function descr...
2020-10-07  Stephan Boschlib-mail: Properly handle bad UTF-8 in message_header_e...
2020-10-07  Stephan Boschlib-mail: Properly handle bad UTF-8 in message_header_e...
2020-10-07  Stephan Boschlib-mail: message-header-encode - Return immediately...
2020-10-07  Stephan Boschlib-mail: message-header-encode - Use size_t for length...
next