dovecot.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Dovecot-test

Thread Start a new thread
Threads by month
  • ----- 2025 -----
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
dovecot-test@dovecot.org

December 2018

  • 1 participants
  • 16 discussions
[dovecot/core | refs/heads/master-2.3] 9b00b526: lib-storage: Fix event leak when failing to create storage
by noreply@dovecot.org 12 Dec '18

12 Dec '18
Branch: refs/heads/master-2.3 Home: https://github.com/dovecot/core Commit: 9b00b52675b4acff46fc2998e80c6923d33e818a https://github.com/dovecot/core/commit/9b00b52675b4acff46fc2998e80c6923d33e… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/lib-storage/mail-storage.c Log Message: ----------- lib-storage: Fix event leak when failing to create storage Patch: https://github.com/dovecot/core/compare/aa5c05ebd5e2...9b00b52675b4.patch
1 0
0 0
[dovecot/core | refs/heads/master] c98c2c3e: lmtp: Load all globally-defined mail_plugins at client connect.
by noreply@dovecot.org 12 Dec '18

12 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: c98c2c3e31e6f3301e0a666838a97fd22618d845 https://github.com/dovecot/core/commit/c98c2c3e31e6f3301e0a666838a97fd22618… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/lmtp/Makefile.am M src/lmtp/lmtp-client.c M src/lmtp/lmtp-settings.c M src/lmtp/lmtp-settings.h Log Message: ----------- lmtp: Load all globally-defined mail_plugins at client connect. Before, this was not performed until after a user lookup was performed for a recipient. That is not acceptable when plugins need to modify the LMTP protocol itself. Commit: 38cbea18ac7696044cd9be62a7ca0a7296778a51 https://github.com/dovecot/core/commit/38cbea18ac7696044cd9be62a7ca0a729677… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/lmtp/Makefile.am Log Message: ----------- lmtp: Install header files. This allows creating external lmtp plugins. Commit: 4f39c0902695daadaeeaa655b49db96b2fc6ca5a https://github.com/dovecot/core/commit/4f39c0902695daadaeeaa655b49db96b2fc6… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/lmtp/Makefile.am D src/lmtp/commands.c D src/lmtp/commands.h M src/lmtp/lmtp-client.c A src/lmtp/lmtp-commands.c A src/lmtp/lmtp-commands.h Log Message: ----------- lmtp: Rename commands.h to lmtp-commands.h. Commit: 575d543ed65af4943d8aaa91e4c93732510df09d https://github.com/dovecot/core/commit/575d543ed65af4943d8aaa91e4c93732510d… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/lmtp/Makefile.am D src/lmtp/client.c D src/lmtp/client.h A src/lmtp/lmtp-client.c A src/lmtp/lmtp-client.h M src/lmtp/lmtp-common.h M src/lmtp/main.c Log Message: ----------- lmtp: Rename client.h to lmtp-client.h. Commit: d09bfaee9a82edc75a292202c11c3b853c4ad854 https://github.com/dovecot/core/commit/d09bfaee9a82edc75a292202c11c3b853c4a… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M dovecot-config.in.in M m4/dovecot.m4 Log Message: ----------- lmtp: Make include directory available to external plugins. Commit: addedc43dd4785aad176f1d6eb7c4a9cfc6a3cad https://github.com/dovecot/core/commit/addedc43dd4785aad176f1d6eb7c4a9cfc6a… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/lmtp/client.c M src/lmtp/client.h M src/lmtp/lmtp-local.c M src/lmtp/lmtp-local.h Log Message: ----------- lmtp: local: Create a client vfunc for local delivery. This way,for example, the struct mail_deliver_context passed to mail_deliver() can be adjusted by plugins. Commit: 7611991db340080418167cf72abbe4ee018806a4 https://github.com/dovecot/core/commit/7611991db340080418167cf72abbe4ee0188… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/lib-smtp/smtp-server-cmd-helo.c M src/lib-smtp/smtp-server-connection.c M src/lib-smtp/smtp-server-private.h M src/lib-smtp/smtp-server.h Log Message: ----------- lib-smtp: server: Add support for adding (non-standard) extra capabilities. Commit: 6813a2774039319889b5c278f1b14fd9ed4db95a https://github.com/dovecot/core/commit/6813a2774039319889b5c278f1b14fd9ed4d… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lib-smtp/smtp-syntax.c M src/lib-smtp/smtp-syntax.h Log Message: ----------- lib-smtp: syntax: Add new smtp_ehlo_params_are_valid(). This new version checks whether the parameters contained in the provided string array are all valid EHLO parameters. Commit: 712305db37a6f6100f581fba1df4ed1db593eb1a https://github.com/dovecot/core/commit/712305db37a6f6100f581fba1df4ed1db593… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lib-smtp/smtp-syntax.c M src/lib-smtp/smtp-syntax.h M src/submission/submission-client.c Log Message: ----------- lib-smtp: syntax: Remame smtp_ehlo_params_are_valid() to smtp_ehlo_params_str_is_valid(). Moves it out of the way for a function that is better suited for this name; i.e., it operates on an array of parameters. Commit: df7bcd399e99bf03e8d5833ace53134d70e0f11f https://github.com/dovecot/core/commit/df7bcd399e99bf03e8d5833ace53134d70e0… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lib-smtp/smtp-server-reply.c M src/lib-smtp/smtp-server.h Log Message: ----------- lib-smtp: server: Add smtp_server_reply_ehlo_add_params(). Commit: 2cd2b75c0d1c7cf489a8b625f362abccc0048923 https://github.com/dovecot/core/commit/2cd2b75c0d1c7cf489a8b625f362abccc004… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lib-smtp/smtp-server-cmd-helo.c M src/lib-smtp/smtp-server-reply.c M src/lib-smtp/smtp-server.h Log Message: ----------- lib-smtp: server: EHLO command: Move composition of individual reply lines to separate functions. Commit: 4dbec27db6253fdba9ecd452a8cf025b6f9ba9bc https://github.com/dovecot/core/commit/4dbec27db6253fdba9ecd452a8cf025b6f9b… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lib-smtp/smtp-server-cmd-helo.c M src/lib-smtp/smtp-server.h Log Message: ----------- lib-smtp: server: EHLO command: Move composition of default EHLO reply to a separate public function. Commit: 08cb9acf351ad6d52099a5522c9337910b12192e https://github.com/dovecot/core/commit/08cb9acf351ad6d52099a5522c9337910b12… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/lmtp-recipient.c M src/lmtp/lmtp-recipient.h Log Message: ----------- lmtp: Add support for module contexts to recipient. Commit: 28c480312625dcf5ab95299f74ed610c654a28d2 https://github.com/dovecot/core/commit/28c480312625dcf5ab95299f74ed610c654a… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/client.c M src/lmtp/client.h Log Message: ----------- lmtp: Add support for module contexts to client. Commit: a9d22687881113b48e357f32a532090f9ea4864f https://github.com/dovecot/core/commit/a9d22687881113b48e357f32a532090f9ea4… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/client.c M src/lmtp/client.h Log Message: ----------- lmtp: Implement client vfuncs for transaction start and free. Commit: 3655f90e3d8f96dfd33cb9e9305b624cfeac2b46 https://github.com/dovecot/core/commit/3655f90e3d8f96dfd33cb9e9305b624cfeac… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/client.c M src/lmtp/client.h M src/lmtp/commands.c M src/lmtp/commands.h Log Message: ----------- lmtp: Implement client vfuncs for SMTP transaction commands. Commit: f8629e39802a44b32e761b5a56573aa73ccb2f09 https://github.com/dovecot/core/commit/f8629e39802a44b32e761b5a56573aa73ccb… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/client.h M src/lmtp/commands.c M src/lmtp/lmtp-local.c M src/lmtp/lmtp-local.h M src/lmtp/lmtp-proxy.c M src/lmtp/lmtp-proxy.h M src/lmtp/lmtp-recipient.c M src/lmtp/lmtp-recipient.h Log Message: ----------- lmtp: RCPT command: Allocate lmtp_recipient object immediately. Commit: c71b5a4bca880f37c4d523a2719993ff118db74b https://github.com/dovecot/core/commit/c71b5a4bca880f37c4d523a2719993ff118d… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/client.h M src/lmtp/commands.c Log Message: ----------- lmtp: DATA command: Add data size to client state. Commit: 0e073cef944663bdacc955838f12be86caac3179 https://github.com/dovecot/core/commit/0e073cef944663bdacc955838f12be86caac… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/client.h M src/lmtp/commands.c Log Message: ----------- lmtp: DATA command: Put the data input stream in the client state rather than the transaction context. Commit: df7ff5ca1a2fb4ef987563f3f08c1ca9c8827bd5 https://github.com/dovecot/core/commit/df7ff5ca1a2fb4ef987563f3f08c1ca9c882… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/client.c M src/lmtp/client.h Log Message: ----------- lmtp: Implement basic client vfuncs. Currently, only client_destroy can be overriden. Commit: 2dac28f629559c49dbda5ff3f622e8a7161ef1ea https://github.com/dovecot/core/commit/2dac28f629559c49dbda5ff3f622e8a7161e… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/client.c M src/lmtp/lmtp-common.h M src/lmtp/main.c Log Message: ----------- lmtp: Add hook for client_create(). Commit: e04982354fe8628e460b9f2e067e955c08e675b3 https://github.com/dovecot/core/commit/e04982354fe8628e460b9f2e067e955c08e6… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/lmtp-common.h Log Message: ----------- lmtp: Remove obsolete declaration from lmtp-common.h. Commit: 93a96d3f9211bc36b03592b1a472632157ddb58a https://github.com/dovecot/core/commit/93a96d3f9211bc36b03592b1a472632157dd… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/client.c M src/lmtp/commands.c M src/lmtp/lmtp-common.h M src/lmtp/lmtp-local.c M src/lmtp/lmtp-proxy.c M src/lmtp/main.c Log Message: ----------- lmtp: Make lmtp-common.h the primary include. This better matches other services. Commit: 9f96965a23d89580b9187e9ea83d46c92add2314 https://github.com/dovecot/core/commit/9f96965a23d89580b9187e9ea83d46c92add… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/Makefile.am M src/lmtp/client.c M src/lmtp/commands.c A src/lmtp/lmtp-common.h M src/lmtp/lmtp-local.c M src/lmtp/lmtp-proxy.c M src/lmtp/main.c D src/lmtp/main.h Log Message: ----------- lmtp: Rename main.h to lmtp-common.h. This better matches other services. Commit: ce5be03a0dfe415643fa757c46885035fd23c3f1 https://github.com/dovecot/core/commit/ce5be03a0dfe415643fa757c46885035fd23… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lmtp/Makefile.am D src/lmtp/lmtp-common.c D src/lmtp/lmtp-common.h M src/lmtp/lmtp-local.c M src/lmtp/lmtp-proxy.c A src/lmtp/lmtp-recipient.c A src/lmtp/lmtp-recipient.h Log Message: ----------- lmtp: Rename lmtp-common to lmtp-recipient. Patch: https://github.com/dovecot/core/compare/d52239c0e638...c98c2c3e31e6.patch
1 0
0 0
[dovecot/core | refs/heads/master] d52239c0: lib-storage: Fix mail_get_headers() API comment
by noreply@dovecot.org 11 Dec '18

11 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: d52239c0e63820232aea05710b64ffaad79f936a https://github.com/dovecot/core/commit/d52239c0e63820232aea05710b64ffaad79f… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/lib-storage/mail-storage.h Log Message: ----------- lib-storage: Fix mail_get_headers() API comment Patch: https://github.com/dovecot/core/compare/59f8828316e3...d52239c0e638.patch
1 0
0 0
[dovecot/core | refs/heads/master] 59f88283: master: Before child process closes log fds, switch logging to stderr
by noreply@dovecot.org 11 Dec '18

11 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 59f8828316e34ef5baf99df958a1cc743c482f4a https://github.com/dovecot/core/commit/59f8828316e34ef5baf99df958a1cc743c48… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/master/service-process.c Log Message: ----------- master: Before child process closes log fds, switch logging to stderr Otherwise any logging could cause the process to fail with FATAL_LOGWRITE without writing the error message anywhere. This is especially unwanted when using --enable-devel-checks and logging a debug message about growing data stack. Patch: https://github.com/dovecot/core/compare/90f5df3993de...59f8828316e3.patch
1 0
0 0
[dovecot/core] 90f5df39: lib-http: client: Fix panic occurring at connection failure.
by noreply@dovecot.org 10 Dec '18

10 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 90f5df3993ded3d4a47bcb9587e5d003fbace7b3 https://github.com/dovecot/core/commit/90f5df3993ded3d4a47bcb9587e5d003fbac… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-07 (Fri, 07 Dec 2018) Changed paths: M src/lib-http/http-client-peer.c Log Message: ----------- lib-http: client: Fix panic occurring at connection failure. In http_client_peer_connection_failed_pool(), all linked queues are notified about the connection failure through http_client_queue_connection_failure(). That function can internally link and unlink peers to the queue, including the calling one. This means that the peer->queues array can be modified while it is iterated in the array_foreach() loop. The problem is fixed by making a local copy of the peer->queues array. Commit: a2ac8c0b4a3e39b638c979e4676138a27fb4ebfd https://github.com/dovecot/core/commit/a2ac8c0b4a3e39b638c979e4676138a27fb4… Author: Stephan Bosch <stephan.bosch(a)dovecot.fi> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/lib-http/http-client-queue.c M src/lib-http/test-http-client-errors.c Log Message: ----------- lib-http: client: Fix handling of servers with several alternative IP addresses. This also addresses an assert failure occurring with parallel clients: Panic: file http-client-queue.c: line 518 (http_client_queue_connection_failure): assertion failed: (queue->cur_peer == peer) Patch: https://github.com/dovecot/core/compare/16db408725f5...90f5df3993de.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. testiääkkösiä Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. testiääkkösiä Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
[dovecot/core] 16db4087: lib-storage: Fix error handling if mailbox list index refresh fails
by noreply@dovecot.org 05 Dec '18

05 Dec '18
Branch: refs/heads/master Home: https://github.com/dovecot/core Commit: 16db408725f5f794e72f968a872e273cb55640c7 https://github.com/dovecot/core/commit/16db408725f5f794e72f968a872e273cb556… Author: Timo Sirainen <timo.sirainen(a)dovecot.fi> Date: 2018-12-05T16:14:57Z Changed paths: M src/lib-storage/list/mailbox-list-index-status.c Log Message: ----------- lib-storage: Fix error handling if mailbox list index refresh fails The caller expects the error to be in mail_storage, not mailbox_list. Patch: https://github.com/dovecot/core/compare/3c5101ffdd2a...16db408725f5.patch
1 0
0 0
  • ← Newer
  • 1
  • 2
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.