[dovecot/core] 4cbe97: director: Fix handshake timeout lengths

GitHub noreply at github.com
Mon Jun 19 15:00:15 EEST 2017


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: 4cbe9793995367b352f855c523ebb9760b5b6e87
      https://github.com/dovecot/core/commit/4cbe9793995367b352f855c523ebb9760b5b6e87
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Fix handshake timeout lengths

They weren't too bad, but also they weren't what the #defines described.
Also added a separate connect() timeout.


  Commit: 2d621f5935539dcfcb29f261a67a62c96c38ca11
      https://github.com/dovecot/core/commit/2d621f5935539dcfcb29f261a67a62c96c38ca11
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Fix "sending handshake timed out" error to be actually logged

io was never NULL here, so it was never logged.


  Commit: 89986efaf0a0699947bc6e7a08ec1eca135c67bc
      https://github.com/dovecot/core/commit/89986efaf0a0699947bc6e7a08ec1eca135c67bc
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Use more accurate timestamps for handshake timeout logging

There could be some time between the create, connect and when ME was
received.


  Commit: 1565c194008d4ed0cd5d78e76868bbb9203fee1f
      https://github.com/dovecot/core/commit/1565c194008d4ed0cd5d78e76868bbb9203fee1f
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Log more connection state information on handshaking errors


  Commit: 4cd5e45b01e8941bab926c09b8824e1296489185
      https://github.com/dovecot/core/commit/4cd5e45b01e8941bab926c09b8824e1296489185
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Use longer timeout for receiving user list in handshake

The sender also has a send timeout, so this allows the sender to abort
early and give a nicer error message.


  Commit: 8ad704f6a276e75e297b4c727549951acc5f60fc
      https://github.com/dovecot/core/commit/8ad704f6a276e75e297b4c727549951acc5f60fc
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Fix whitespace position in some log messages


  Commit: 3a92a3bd24297c23ae40cda1a9c460f1327fe546
      https://github.com/dovecot/core/commit/3a92a3bd24297c23ae40cda1a9c460f1327fe546
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Fix logging last input/output time when there was no input/output


Compare: https://github.com/dovecot/core/compare/827fb1e6bfd8...3a92a3bd2429


More information about the dovecot-cvs mailing list