]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2020-05-13  Aki Tuomiauth: mech-digest-md5 - Do not read past buffer on...
2020-05-13  Aki Tuomiauth: test-mech - Fix memory leaks
2020-05-12  Timo Sirainenlib-index: Index rebuilding lost fields in cache
2020-05-12  Timo Sirainenlib-index: Fix setting initial last_used for fields...
2020-05-12  Timo Sirainenlib-index: mail_cache_decision_add() - Add priv helper...
2020-05-12  Timo Sirainenlib-index: Make mail_cache_decision_to_string() public
2020-05-12  Timo Sirainenauth: auth_request_finished event - policy_result=delay...
2020-05-12  Stephan Boschlib-http: test-http-client-errors: "reply payload"...
2020-05-12  Stephan Boschlib-http: test-http-client-errors: "reply payload"...
2020-05-11  Aki Tuomiauth: test-mech - Rewrote test
2020-05-11  Aki Tuomiauth: test-mock - Add credentials lookup support
2020-05-11  Aki Tuomiauth: test - Export passdb mock settings
2020-05-11  Aki Tuomiauth: Move auth_request_fail_on_nuls to auth-request.c
2020-05-11  Aki Tuomilib-sasl: dsasl-client - Check for NULs in server response
2020-05-11  Aki Tuomiauth: mech - Remove redundant NUL checks
2020-05-11  Aki Tuomiauth: mech - Add MECH_SEC_ALLOW_NULS flag
2020-05-11  Aki Tuomiauth: test-mech - Use auth_request_initial/continue...
2020-05-11  Aki Tuomiauth: oauth2 - Set username after parsing
2020-05-07  Timo Sirainenlib-fs: Don't hide errors when iteration calls fs_set_e...
2020-05-06  Stephan Boschlib-http: http-server-response - Fix dead assignment...
2020-05-06  Stephan Boschlib-http: test-http-client-errors: Emit error for unexp...
2020-05-06  Stephan Boschlib-http: test-http-client-errors - Correct response...
2020-05-06  Stephan Boschlib-http: test-http-client-errors - Emit an error messa...
2020-05-06  Markus Valentinauth: Remove the check for NULs in mech-rpa
2020-05-05  Stephan Boschlib-http: test-http-payload - Increase client progress...
2020-05-05  Stephan Boschlib-http: http-server-ostream - Remove dangerous assert...
2020-05-05  Stephan Boschlib-http: http-server-connection - Fix result of http_s...
2020-05-05  Stephan Boschlib-http: http-client-connection - Avoid calling http_c...
2020-05-05  Stephan Boschlib-http: test-http-client-errors - Make "retry payload...
2020-05-05  Stephan Boschlib-http: http-client-request - Fix return value of...
2020-05-05  Stephan Boschlib-http: http-server-response - Fix return value of...
2020-05-05  Stephan Boschlib: ostream-wrapper - Return flush status from o_strea...
2020-05-05  Timo Sirainenlib: connection_input_resume() - Set added IO as having...
2020-05-04  Timo Sirainenlmtp: Don't add "detail" field to events if it's empty
2020-05-04  Timo Sirainenlda: Add protocol=lda to the root lda event
2020-05-04  Timo Sirainenlib-smtp: Fix adding "protocol" field to smtp_server_...
2020-05-04  Stephan Boschlib-lda: mail-deliver - Add "error" field to the mail_d...
2020-05-04  Stephan Boschlib-lda: mail-deliver - Add MAIL_DELIVER_ERROR_REJECTED.
2020-05-04  Stephan Boschlib-lda: mail-deliver - Move common part of the error...
2020-05-04  Stephan Boschlda: main - Rename error variables in lda_do_deliver().
2020-05-04  Stephan Boschlmtp: lmtp-local - Perform actual (default) delivery...
2020-05-04  Stephan Boschlib-lda: mail-deliver - Properly parse Message-ID header.
2020-05-04  Stephan Boschlib-storage: mail - Add mail_get_message_id().
2020-05-04  Aki Tuomilib-ssl-iostream: Indicate that password might be wrong...
2020-05-04  Aki Tuomilib-ssl-iostream: Copy key password correctly
2020-05-04  Timo Sirainenauth: policy - Fix crash with auth_policy_check_after_a...
2020-05-04  Timo Sirainendoveadm: Cork the print ostream immediately after creating
2020-04-29  Josef 'Jeff... stats: Rename 'name' to 'metric_name' in metric { ...
2020-04-28  Timo Sirainenlib-master: master_service_ssl_settings_get() - assert...
2020-04-27  Stephan Boschlib-http: test-http-client-errors - Add tests for retry...
2020-04-27  Stephan Boschlib-http: test-http-client-errors - Add support for...
2020-04-27  Stephan Boschlib-http: test-http-payload - Add support for testing...
2020-04-27  Stephan Boschlib-http: test-http-payload - Initialize common client...
2020-04-27  Stephan Boschlib-http: http-server-connection - Return 0 from flush...
2020-04-27  Stephan Boschlib-http: http-server-response - Make return value...
2020-04-27  Stephan Boschlib-http: http-server-ostream - Handle finished request...
2020-04-27  Stephan Boschlib-http: http-server-ostream - Make sure request paylo...
2020-04-27  Stephan Boschlib-http: http-server-response - Fix sending payload...
2020-04-27  Stephan Boschlib-http: http-client-request - Properly reset payload...
2020-04-27  Stephan Boschlib-http: http-client-request - Put shared code from...
2020-04-27  Stephan Boschlib-http: http-client-connection - Return 0 from flush...
2020-04-27  Stephan Boschlib-http: http-client-connection - Set output flush...
2020-04-27  Stephan Boschlib-http: http-client-request - Make return value of...
2020-04-27  Stephan Boschlib-http: http-client-connection - Remove useless cork...
2020-04-27  Stephan Boschlib-http: http-client-connection - Fix race condition...
2020-04-27  Stephan Boschlib-http: http-client-request - Fix sending payload...
2020-04-27  Stephan Boschlib: ostream-wrapper - Allow parent output being closed...
2020-04-27  Stephan Boschlib: ostream-wrapper - Properly manage parent output...
2020-04-27  Stephan Boschlib-http: Reformat test-http-client-errors.c.
2020-04-27  Stephan Boschlib-http: Reformat test-http-payload.c.
2020-04-27  Stephan Boschlib-http: Reformat http-client-request.c.
2020-04-27  Aki Tuomilib-ssl-iostream: Add missing set name to ssl_proxy_ctx...
2020-04-26  Timo Sirainendict: Add "user" field to dict_server_* events if it...
2020-04-26  Timo Sirainenlib-dict: Add "user" field to dict_* events if it's...
2020-04-25  Stephan Boschlib-http: test-http-payload - Fix dead assignments.
2020-04-25  Stephan Boschlib-http: test-http-payload - Remove useless and confus...
2020-04-25  Stephan Boschlib: ostream-wrapper - Fix dead assignments.
2020-04-24  Markus Valentinauth: Add tests for some auth-mechanisms
2020-04-24  Markus Valentinauth: mech-otp: Add mech_otp_deinit and call it in...
2020-04-24  Markus Valentinlib-test: test-common: Add test_assert_strcmp_idx macro
2020-04-24  Markus Valentinauth: Extract private header from mech-digest-md5
2020-04-24  Markus Valentinauth: Move auths array from static source to extern...
2020-04-24  Markus Valentinauth: Use stats from auth_settings to check wether...
2020-04-24  Markus Valentinauth: Introduce several callbacks in auth-request-handler
2020-04-24  Markus Valentinauth: Extract auth-request-handler struct definition...
2020-04-24  Markus Valentinauth: Add checks for NULs for different auth-mechanisms
2020-04-24  Markus Valentinauth: Fail authentication if username/password contains...
2020-04-24  Aki Tuomilib-smtp: smtp-client-connection - Try all IPs when...
2020-04-24  Aki Tuomisubmission: Use dns-client
2020-04-24  Timo Sirainenlib-master, global: master_service_init_log() - Remove...
2020-04-24  Timo Sirainenglobal: Use master_service_init_log_with_prefix() where...
2020-04-24  Timo Sirainenlib-master: Add master_service_init_log_with_prefix()
2020-04-24  Timo Sirainenindexer-worker: Add PID to log prefix
2020-04-24  Timo Sirainenglobal: Use master_service_init_log_with_pid() where...
2020-04-24  Timo Sirainenlib-master: Add master_service_init_log_with_pid()
2020-04-24  Timo Sirainenlib-master: Use service name from master for log prefix...
2020-04-24  Timo Sirainenmaster: Add SERVICE_NAME=<name> environment to child...
2020-04-24  Timo Sirainendns: Rename dns_client service to dns-client
2020-04-24  Timo Sirainenlib-ssl-iostream: Include setting name in all key parsi...
2020-04-24  Timo Sirainenlib-ssl-iostream: Improve error messages for ssl_client...
next