]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2020-05-25  Timo Sirainen*-login: Remove redundant/early freeing of proxy_password
2020-05-25  Timo Sirainenimap-login: Don't use proxy_password for checking if...
2020-05-25  Timo Sirainenlogin-proxy: Don't reconnect anymore when timeout is...
2020-05-25  Timo Sirainenlogin-proxy: Log auth failures centrally in login_proxy...
2020-05-25  Timo Sirainenlogin-proxy: Support reconnecting also when connect...
2020-05-25  Timo Sirainenlogin-proxy: Change client_proxy_failed() to be static
2020-05-25  Timo Sirainenlogin-proxy: Don't call input_callback on destroy
2020-05-25  Timo Sirainenlogin-proxy: login_proxy_new() - Call login_proxy_faile...
2020-05-25  Timo Sirainenlogin-proxy: Replace e_error()+client_proxy_failed...
2020-05-25  Timo Sirainenlogin-proxy: Handle auth failures with login_proxy_failed()
2020-05-25  Timo Sirainenlogin-proxy: login_proxy_connect() - Call login_proxy_f...
2020-05-25  Timo Sirainenlogin-proxy: login_proxy_new() - Add failure callback
2020-05-25  Timo Sirainenlogin-proxy: Rename proxy_callback_t to login_proxy_inp...
2020-05-25  Timo Sirainenlogin-proxy: proxy_log_connect_error() - Move the actua...
2020-05-25  Timo Sirainenlogin-proxy: login_proxy_starttls() - destroy proxy...
2020-05-25  Timo Sirainensubmission-login: proxy - Change impossible code path...
2020-05-25  Timo Sirainenpop3-login: Move client_proxy_failed() calls next to...
2020-05-25  Timo Sirainensubmission-login: proxy - Some code paths were missing...
2020-05-25  Timo Sirainenimap-login: proxy - Some code paths were missing client...
2020-05-25  Timo Sirainenlogin-proxy: Improve logging for successful logins
2020-05-25  Timo Sirainenlogin-proxy: Connect timeout error handling should...
2020-05-25  Timo Sirainenlogin-proxy: Split off proxy_connect_failed()
2020-05-25  Timo Sirainenlogin-proxy: Log a debug message whenever reconnecting...
2020-05-25  Timo Sirainenlogin-proxy: Parse proxy_timeout passdb extra field...
2020-05-25  Timo Sirainenlogin-proxy: Add login_proxy_max_reconnects setting
2020-05-25  Timo Sirainenlogin-proxy: Add login_proxy_timeout setting
2020-05-25  Timo Sirainenlogin-proxy: client_proxy_failed() - minor code cleanup
2020-05-25  Timo Sirainenlogin-proxy: proxy_fail_connect() - Add assert
2020-05-25  Timo Sirainenlogin-proxy: Fix crash when proxy TTL reaches zero
2020-05-22  Stephan Boschlib-http: test-http-server-errors - Use the new sub...
2020-05-22  Stephan Boschlib-http: test-http-server-errors - Split off test_run_...
2020-05-22  Stephan Boschlib-http: test-http-server-errors - Rename test_clients...
2020-05-22  Stephan Boschlib-http: test-http-server-errors - Move global initial...
2020-05-22  Stephan Boschlib-http: test-http-server-errors - Use lib-signals...
2020-05-22  Stephan Boschlib-http: test-http-server-errors - Don't ignore SIGCHLD.
2020-05-22  Stephan Boschlib-http: test-http-server-errors - Adjust log prefix...
2020-05-22  Stephan Boschlib-http: test-http-client-errors - Use the new sub...
2020-05-22  Stephan Boschlib-http: test-http-client-errors - Split off test_run_...
2020-05-22  Stephan Boschlib-http: test-http-client-errors - Rename test_servers...
2020-05-22  Stephan Boschlib-http: test-http-client-errors - Move global initial...
2020-05-22  Stephan Boschlib-http: test-http-client-errors - Avoid using sleep().
2020-05-22  Stephan Boschlib-http: test-http-client-errors - Use lib-signals...
2020-05-22  Stephan Boschlib-http: test-http-client-errors - Ignore SIGPIPE.
2020-05-22  Stephan Boschlib-http: test-http-client-errors - Don't ignore SIGCHLD.
2020-05-22  Stephan Boschlib-http: test-http-client-errors - Add log prefixes...
2020-05-22  Stephan Boschlib-http: test-http-payload - Use the new sub-process...
2020-05-22  Stephan Boschlib-http: test-http-payload - Split off test_run_client...
2020-05-22  Stephan Boschlib-http: test-http-payload - Adjust log prefix code...
2020-05-22  Stephan Boschlib-http: test-http-payload - Rename test_server_kill...
2020-05-22  Stephan Boschlib-http: test-http-payload - Move global initializatio...
2020-05-22  Stephan Boschlib-http: test-http-payload - Call test_files_init...
2020-05-22  Stephan Boschlib-http: test-http-payload - Use lib-signals API.
2020-05-22  Stephan Boschlib-http: test-http-payload - Properly exit child process.
2020-05-22  Stephan Boschlib-http: test-http-payload - Don't ignore SIGCHLD.
2020-05-22  Stephan Boschlib-test: Implement test API for running sub-processes.
2020-05-22  Stephan Boschlib-test: test-common - Add test_forked_end().
2020-05-22  Stephan Boschm4: dovecot.m4 - Run valgrind with --error-exitcode...
2020-05-22  Stephan BoschAdd Valgrind suppression for external problem exposed...
2020-05-22  Stephan Boschlib: lib-signals - Add lib_signals_clear_handlers().
2020-05-22  Stephan Boschlib: lib-signals - Restore default system signal handle...
2020-05-22  Stephan Boschlib: lib-signals - Fix assert panic occurring at ioloop...
2020-05-22  Stephan Boschlib: Reformat lib-signals.h.
2020-05-22  Stephan Boschlib: Reformat lib-signals.c.
2020-05-22  Timo Sirainenlib: Reverse comment about io_loop_stop() being safe...
2020-05-21  Timo Sirainenlib-smtp: smtp_xtext_parse() - Remove unnecessary NULL...
2020-05-20  Timo Sirainenpop3: Use separate search queries for expunging and...
2020-05-20  Timo Sirainenpop3: Split off pop3_search_build_seqset()
2020-05-20  Timo Sirainenpop3: Minor optimization to unexpected client disconnec...
2020-05-20  Timo Sirainendict: When client is disconnected, make sure its input...
2020-05-20  Timo Sirainendict: Fix deinitializing dict iteration if client disco...
2020-05-20  Timo Sirainendict: Split off cmd_iterate_flush_finish()
2020-05-20  Stephan Boschlmtp: lmtp-commands - Explicity prohibit empty RCPT...
2020-05-20  Stephan Boschlib-smtp: smtp-address - Only produce a <> address...
2020-05-20  Stephan Boschlib-smtp: smtp-address - Don't recognize an address...
2020-05-20  Stephan Boschlib-smtp: smtp-address - Don't return NULL from smtp_ad...
2020-05-20  Stephan Boschlib-smtp: test-smtp-server-errors - Add tests for large...
2020-05-20  Stephan Boschlib-smtp: smtp-server-connection - Hold a command refer...
2020-05-20  Stephan Boschlib-smtp: smtp-server-command - Perform initial command...
2020-05-20  Stephan Boschlib-smtp: smtp-server-command - Guarantee that non...
2020-05-20  Stephan Boschlib-smtp: test-smtp-server-errors - Add tests for VRFY...
2020-05-20  Stephan Boschlib-smtp: Add tests for smtp_string_parse() and smtp_st...
2020-05-20  Stephan Boschlib-smtp: smtp-syntax - Return 0 for smtp_string_parse...
2020-05-20  Stephan Boschlib-smtp: smtp-syntax - Do not allow NULL return parame...
2020-05-20  Stephan Boschlib-smtp: smtp-syntax - Do not allow NULL return parame...
2020-05-20  Stephan Boschlib-smtp: smtp-syntax - Do not allow NULL return parame...
2020-05-20  Stephan Boschlib-smtp: smtp-server-cmd-vrfy - Restructure parameter...
2020-05-20  Stephan Boschlib-smtp: Reformat smtp-server-cmd-vrfy.c.
2020-05-20  Stephan Boschlib-smtp: Reformat smtp-server-cmd-noop.c.
2020-05-20  Stephan Boschlib-smtp: Reformat smtp-syntax.c.
2020-05-20  Stephan Boschlib-smtp: Reformat smtp-syntax.h.
2020-05-13  Aki Tuomiauth: test-mech - Remove auth-token-secret.dat after...
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"...
next