]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
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...
2020-10-07  Stephan Boschlib-mail: message-header-encode - Fix encoding of 0x7F...
2020-10-07  Stephan Boschlib-mail: test-message-header-decode - Use test_assert_...
2020-10-07  Stephan Boschlib-mail: test-message-header-decode - Avoid generating...
2020-10-07  Stephan Boschlib-mail: test-message-header-decode - Use test_assert_...
2020-10-07  Stephan Boschlib-mail: test-message-header-encode - Use test_assert_...
2020-10-07  Stephan Boschlib: base64 - Add base64_encode_get_full_space().
2020-10-07  Stephan Boschlib: base64 - Fix return value of base64_encode_more().
2020-10-07  Stephan Boschlib: test-base64 - Add test for base64_encode_get_size...
2020-10-07  Stephan Boschlib: test-base64 - Abort random lowlevel test case...
2020-10-07  Stephan Boschlib: unichar - Add length definitions for replacement...
2020-10-07  Timo Sirainenlib: json-parser - Fix parsing \uXXXX in non-blocking...
2020-10-07  Timo Sirainenlib: json-parser - Fix error message for invalid escape...
2020-10-07  Timo Sirainenlib: json-parser - Don't allocate errors from data...
2020-10-07  Timo Sirainenlib: json-parser - Fail if strings contain NULs
2020-10-07  Stephan Boschlib-http: test-http-client-errors - Add unit test for...
2020-10-07  Stephan Boschlib-http: http-client-host - Prevent erroneously starti...
2020-10-07  Stephan Boschlib-http: http-client-host - Fix determination of wheth...
2020-10-07  Stephan Boschlib-http: http-client-host - Make sure DNS lookup is...
2020-10-07  Timo Sirainenauth: Fix potential read buffer overflow in PLAIN mechanism
2020-10-07  Timo Sirainenauth: test-mech - Allocate test input explicitly
2020-10-07  Timo Sirainenlib-index: Fix DEBUG assert to not trigger on transacti...
2020-10-07  Josef 'Jeff... login-common: Include the proxy's source address in...
2020-10-07  Josef 'Jeff... login-common: Move common client info logging into...
2020-10-07  Josef 'Jeff... login-common: Add login_proxy_get_source_host() to...
2020-10-07  Josef 'Jeff... login-common: Heap allocate login source IPs array...
2020-10-07  sergey.kitovman: update doveadm-proxy man page with kick -h option.
2020-10-07  sergey.kitovdoveadm: Implement proxy kick -h <host>
2020-10-07  sergey.kitovlogin-common: Implement kicking all user at backend...
2020-10-07  sergey.kitovlogin-common: change want_kick signature from (struct...
2020-10-07  sergey.kitovlogin-common: Put proxy looping on stack in login_proxy...
2020-10-07  Stephan Boschlib-smtp: smtp-server-connection - Ignore replied comma...
2020-10-07  Stephan Boschlib-smtp: smtp-server-connection - Use connection setti...
2020-10-07  Stephan Boschlib-smtp: smtp-server-connection - Move pipeline limit...
2020-10-07  Stephan Boschlib-smtp: smtp-server-command - Always end input lock...
2020-10-07  Stephan Boschlib-smtp: smtp-server-command - Reliably end input...
2020-10-07  Timo Sirainenlib-storage: Rename mail_attachment_detection_options...
2020-10-07  Timo Sirainenlib-storage: Try to add missing attachment flags when...
2020-10-07  Timo Sirainenlib-storage: Try to add missing attachment flags when...
2020-10-07  Timo Sirainenlib-storage: index_mail_get_cached_bodystructure()...
2020-10-07  Timo Sirainenlib-storage: Avoid initializing stream multiple times...
2020-10-07  Timo Sirainenlib-storage: Avoid caching size.physical unless it...
2020-10-07  Stephan Boschlib-http: http-client-host - Do not prematurely reset...
2020-10-07  Stephan Boschlib-http: http-client-host - Log debug message for...
2020-10-07  Stephan Boschlib-http: http-client-host - Move DNS lookup success...
2020-10-07  Stephan Boschlib-http: Reformat http-client-host.c.
2020-09-28  ihsinmelib-mail: html2text - Fix buffer out-of-bounds access
2020-09-23  Timo Sirainendict-sql: Fix crash if dict iteration is destroyed...
2020-09-23  Stephan Boschlib-smtp: test-smtp-command-parser - Add tests for...
2020-09-23  Stephan Boschlib-smtp: test-smtp-command-parser - Test parsing comma...
2020-09-23  Stephan Boschlib-smtp: smtp-command-parser - Fix parameter parsing...
2020-09-23  Stephan Boschlib-smtp: smtp-command-parser - Fix read past buffer...
2020-09-23  Stephan Boschlib-smtp: Reformat test-smtp-command-parser.c.
2020-09-23  Stephan Boschlib-smtp: Reformat smtp-command-parser.c.
2020-09-23  Timo Sirainenlib-mail: message_parser_init_from_parts() - Fix crash...
2020-09-21  Timo Sirainenacl: Ignore acl_object_list_deinit() error when copying...
2020-09-21  Timo Sirainendirector: Explicitly ignore array_bsearch_insert_pos...
2020-09-21  Timo Sirainenlib: test-istream - Check or explicitly ignore i_stream...
2020-09-21  Timo Sirainenlib-ssl-iostream: Fix error message with invalid cipher...
2020-09-14  Timo Sirainenlib-compression: test-compression - Fix memory leak
2020-09-14  Timo Sirainenlib: Add a comment about o_stream_create_buffer()
2020-09-14  Timo Sirainenlib: ostream-buffer - Revert returning 0 as used buffer...
next