[dovecot/core] ddaf6a: example-config: Add connect/read/write_timeout to ...

GitHub noreply at github.com
Fri Apr 7 14:30:14 EEST 2017


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: ddaf6ab234c9cf34cb15da68d9401ae76d5c2308
      https://github.com/dovecot/core/commit/ddaf6ab234c9cf34cb15da68d9401ae76d5c2308
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
    M doc/example-config/dovecot-sql.conf.ext

  Log Message:
  -----------
  example-config: Add connect/read/write_timeout to mysql connect settings


  Commit: 3d2437df5891838754f31b3d313e4917fbf437e9
      https://github.com/dovecot/core/commit/3d2437df5891838754f31b3d313e4917fbf437e9
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
    M src/imap-login/imap-login-client.c
    M src/login-common/client-common.c
    M src/login-common/client-common.h
    M src/pop3-login/client.c

  Log Message:
  -----------
  *-login: Minor logging cleanup if client is disconnected before sending banner.

Avoid unnecessarily adding "(no auth attempts in 0 secs)" when the reason
string already makes it clear that the user didn't even have a chance to
authenticate.

This kind of disconnection currently happens only with some plugins.


  Commit: be8a58d22c534ccd7a523d9142cd6cebe0684586
      https://github.com/dovecot/core/commit/be8a58d22c534ccd7a523d9142cd6cebe0684586
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
    M src/lib/compat.h
    M src/lib/macros.h

  Log Message:
  -----------
  lib: Add a common HAVE_TYPE_CHECKS

I'm not sure if it should be checking gcc >= 3.0 or 3.3, but they're
all old so doesn't really matter.

The __cplusplus check was added to both, since it wouldn't have done
anything anyway as COMPILE_ERROR_IF_TRUE() is 0 for __cplusplus.


  Commit: 90dbea8bc2cafc8b824cea438cff404c4105e8b0
      https://github.com/dovecot/core/commit/90dbea8bc2cafc8b824cea438cff404c4105e8b0
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
    M src/lib/compat.h

  Log Message:
  -----------
  lib: Redefine NULL only if HAVE_TYPE_CHECKS is set


  Commit: 59f5cb5fb75db9ef486b0a3aace26b6ebe745b9e
      https://github.com/dovecot/core/commit/59f5cb5fb75db9ef486b0a3aace26b6ebe745b9e
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
    M src/lib-dict/dict-sql.c

  Log Message:
  -----------
  dict-sql: Fix setting $variables to iteration key when map had multiple values


  Commit: b3f33477426128755fa8935cbbb12bcd45d92803
      https://github.com/dovecot/core/commit/b3f33477426128755fa8935cbbb12bcd45d92803
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
    M src/doveadm/doveadm-mail.c

  Log Message:
  -----------
  doveadm force-resync: Skip autocreated mailboxes that don't exist yet.

Since they don't exist, there's nothing to resync in them either.
This avoids unnecessarily creating them.


  Commit: 7712d8928440179696b1ee1e4e99d9cf649bc0d5
      https://github.com/dovecot/core/commit/7712d8928440179696b1ee1e4e99d9cf649bc0d5
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
    M src/lib-fs/fs-posix.c

  Log Message:
  -----------
  fs-posix: Fix FS_METADATA_WRITE_FNAME to preserve the path

It should only change the filename.


Compare: https://github.com/dovecot/core/compare/12ad349ec928...7712d8928440


More information about the dovecot-cvs mailing list