[dovecot/core] eedf48: global: Make sure all files end with newline

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


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

  Changed paths:
    M src/lib-imap/imap-envelope.c
    M src/lib-mail/message-part-data.c
    M src/lib-mail/message-part-data.h

  Log Message:
  -----------
  global: Make sure all files end with newline

Fixes compiler warnings with Sun C.


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

  Changed paths:
    M src/auth/auth-policy.c
    M src/plugins/mail-crypt/mail-crypt-key.c

  Log Message:
  -----------
  global: Remove extra ';' to fix compiler errors

Sun C doesn't like them.


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

  Changed paths:
    M src/auth/passdb-imap.c

  Log Message:
  -----------
  auth: passdb imap: Use ssl_client_ca_* settings.

The args = ssl_ca_dir=.. setting still overrides the ssl_client_ca_dir.


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

  Changed paths:
    M src/lib-ssl-iostream/iostream-openssl-context.c

  Log Message:
  -----------
  lib-ssl-iostream: Don't require SSL CA certs if require_valid_cert==FALSE

This happened only when verify_remote_cert was also TRUE. But this behavior
now allows verifying the cert without actually requiring it to be valid.


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


More information about the dovecot-cvs mailing list