[dovecot/core] 4ed04a: lib: Added connection.connect_started/finished tim...

GitHub noreply at github.com
Mon Aug 15 20:00:16 UTC 2016


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: 4ed04ae138365d95e6221e547b381020c95d8225
      https://github.com/dovecot/core/commit/4ed04ae138365d95e6221e547b381020c95d8225
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib/connection.c
    M src/lib/connection.h

  Log Message:
  -----------
  lib: Added connection.connect_started/finished timestamps.


  Commit: 06a2305b6d98a0c0af8f414c6e50085d6da03625
      https://github.com/dovecot/core/commit/06a2305b6d98a0c0af8f414c6e50085d6da03625
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib/connection.c
    M src/lib/connection.h

  Log Message:
  -----------
  lib: Added connection_input_timeout_reason()


  Commit: ebbcd402b67616191efecb30d5eab740e18643d0
      https://github.com/dovecot/core/commit/ebbcd402b67616191efecb30d5eab740e18643d0
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

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

  Log Message:
  -----------
  dict-client: Improved timeout error message.


  Commit: b44e4cc4165c52b48bf9088c32ce5d700ce0f332
      https://github.com/dovecot/core/commit/b44e4cc4165c52b48bf9088c32ce5d700ce0f332
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/plugins/quota/quota.c

  Log Message:
  -----------
  quota: Fixed handling when mail size lookup fails due to mail already being expunged.

We don't want to fail it as a quota allocation failure, but just pass
through the "mail is expunged" error to the original caller.


  Commit: 19e19b1b2d69114096dd66b74df2539da663054b
      https://github.com/dovecot/core/commit/19e19b1b2d69114096dd66b74df2539da663054b
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/plugins/quota/quota-private.h
    M src/plugins/quota/quota-storage.c
    M src/plugins/quota/quota.c

  Log Message:
  -----------
  quota: If quota lookup updates vsize header, lock it earlier to avoid a deadlock.


  Commit: deb33c7bc4344b906cdc44a5ae961f384474e8ed
      https://github.com/dovecot/core/commit/deb33c7bc4344b906cdc44a5ae961f384474e8ed
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M doc/man/doveadm-dump.1.in
    M src/doveadm/Makefile.am
    A src/doveadm/doveadm-dump-dcrypt-key.c
    M src/doveadm/doveadm-dump.c
    M src/doveadm/doveadm-dump.h

  Log Message:
  -----------
  doveadm: add doveadm-dump-dcrypt-key


  Commit: b3bc7290c30daaf48e0c71e75c8f2112254bb5b6
      https://github.com/dovecot/core/commit/b3bc7290c30daaf48e0c71e75c8f2112254bb5b6
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib-dcrypt/Makefile.am
    M src/lib-ssl-iostream/Makefile.am

  Log Message:
  -----------
  OpenSSL: link against OpenSSL libs explicitly


  Commit: 58bdd086126b610b305394cf8630cd95a45de41e
      https://github.com/dovecot/core/commit/58bdd086126b610b305394cf8630cd95a45de41e
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt-openssl.c
    M src/lib-ssl-iostream/dovecot-openssl-common.c
    M src/lib-ssl-iostream/iostream-openssl-common.c
    M src/lib-ssl-iostream/iostream-openssl.c
    M src/login-common/ssl-proxy-openssl.c

  Log Message:
  -----------
  openssl: Fix v1.1 compability


  Commit: d28ac272af22913188bbd6a71833560ad26b2e6c
      https://github.com/dovecot/core/commit/d28ac272af22913188bbd6a71833560ad26b2e6c
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/auth/db-dict.c

  Log Message:
  -----------
  auth-db-dict: Allow key name expansion

This allows expansion of dictionary keys based on userdb
variables on dict lookup mapping. Example:
key userdb {
  key = %{userdb:nspace:default}/userdb
  format = json
}


  Commit: dd053332ed3c3528715c33802eb9673a831b636f
      https://github.com/dovecot/core/commit/dd053332ed3c3528715c33802eb9673a831b636f
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/doveadm/doveadm-dsync.c
    M src/doveadm/dsync/dsync-brain-mailbox.c
    M src/doveadm/dsync/dsync-brain-private.h
    M src/doveadm/dsync/dsync-brain.c
    M src/doveadm/dsync/dsync-brain.h
    M src/doveadm/dsync/dsync-ibc-pipe.c
    M src/doveadm/dsync/dsync-ibc-stream.c
    M src/doveadm/dsync/dsync-ibc.h
    M src/doveadm/dsync/dsync-mail.c
    M src/doveadm/dsync/dsync-mail.h
    M src/doveadm/dsync/dsync-mailbox-export.c
    M src/doveadm/dsync/dsync-mailbox-export.h
    M src/doveadm/dsync/dsync-mailbox-import.c
    M src/doveadm/dsync/dsync-mailbox-import.h

  Log Message:
  -----------
  doveadm sync/backup: Added -S <max size> parameter to skip too large mails.


  Commit: 89d64f263116e8348602a47a02809d727d71c4c6
      https://github.com/dovecot/core/commit/89d64f263116e8348602a47a02809d727d71c4c6
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

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

  Log Message:
  -----------
  doveadm sync: Fixed -S parameter parsing to actually work.


  Commit: bb6928d6ddb1cccb101bf24d3667a8793fb5e9d5
      https://github.com/dovecot/core/commit/bb6928d6ddb1cccb101bf24d3667a8793fb5e9d5
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/doveadm/doveadm-auth-server.c
    M src/doveadm/doveadm-dump-dcrypt-file.c

  Log Message:
  -----------
  -Wstrict-bool warning fixes


  Commit: 603bf6504ddaa98d3a92f70b6810278948649fa3
      https://github.com/dovecot/core/commit/603bf6504ddaa98d3a92f70b6810278948649fa3
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/doveadm/doveadm-dump-dcrypt-key.c

  Log Message:
  -----------
  doveadm-dump: Add missing include


  Commit: caf1bd5c130c585576dd7af6da6dda09429612d3
      https://github.com/dovecot/core/commit/caf1bd5c130c585576dd7af6da6dda09429612d3
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib-storage/index/pop3c/pop3c-client.c

  Log Message:
  -----------
  lib-storage: don't crash when pop3c-client timeouts


  Commit: fe98f65597691fe35a1b28482a0d0b3f423369fd
      https://github.com/dovecot/core/commit/fe98f65597691fe35a1b28482a0d0b3f423369fd
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib-mail/test-istream-dot.c
    M src/lib-mail/test-istream-header-filter.c
    M src/lib-mail/test-message-header-parser.c
    M src/lib-mail/test-message-parser.c

  Log Message:
  -----------
  lib-mail: stop calling str_append_n and memcmp with NULL in tests


  Commit: 1e06a0ebd58f28372cbdd62a3e4a49a1d1182be5
      https://github.com/dovecot/core/commit/1e06a0ebd58f28372cbdd62a3e4a49a1d1182be5
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib-test/test-common.c
    M src/lib/test-istream-base64-decoder.c
    M src/lib/test-istream-crlf.c

  Log Message:
  -----------
  lib,lib-test: stop calling memcmp and memcpy with NULL in tests


  Commit: de517631db5471a71c3ac38c7032e7fd3177697e
      https://github.com/dovecot/core/commit/de517631db5471a71c3ac38c7032e7fd3177697e
  Author: Stephan Bosch <stephan at rename-it.nl>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib/istream-data.c
    M src/lib/istream.h

  Log Message:
  -----------
  lib: Implemented i_stream_create_copy_from_data().

Unlike i_stream_create_from_data(), this function makes a copy of the provided data block. This way, the application does not need to worry about keeping it allocated for the lifetime of the stream.
The copied data is allocated durably on the system pool and freed once the stream is destroyed.


  Commit: 78def5d8eef3f5ee4d410daf9c490499e96b7036
      https://github.com/dovecot/core/commit/78def5d8eef3f5ee4d410daf9c490499e96b7036
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/doveadm/dsync/dsync-ibc-stream.c

  Log Message:
  -----------
  dsync: Added missing fields to ibc-stream.


  Commit: caefe521828e00f6952071809ae9562826727c15
      https://github.com/dovecot/core/commit/caefe521828e00f6952071809ae9562826727c15
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/doveadm/dsync/dsync-ibc-stream.c

  Log Message:
  -----------
  dsync: Further fixes to received_timestamp and virtual_size parsing (-t and -S parameters)


  Commit: 9d9be9314d4f115bd60be79953e01b88c5c0d5fa
      https://github.com/dovecot/core/commit/9d9be9314d4f115bd60be79953e01b88c5c0d5fa
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib/mmap-util.c

  Log Message:
  -----------
  lib: Avoid compiler warning if off_t has the same size as ssize_t.


  Commit: 649443ee4481a6e859842dda596519642ef14cd1
      https://github.com/dovecot/core/commit/649443ee4481a6e859842dda596519642ef14cd1
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt-openssl.c

  Log Message:
  -----------
  dcrypt: Retrieve key length correctly


  Commit: 486c1ba55830b1863091dc05f02f27fc9b608ea0
      https://github.com/dovecot/core/commit/486c1ba55830b1863091dc05f02f27fc9b608ea0
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib-dcrypt/sample-v2.asc

  Log Message:
  -----------
  dcrypt: Update v2 sample


  Commit: c09f8e4a3a2efa34714ef10e41fd8a83240f128f
      https://github.com/dovecot/core/commit/c09f8e4a3a2efa34714ef10e41fd8a83240f128f
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lib-dcrypt/test-crypto.c

  Log Message:
  -----------
  dcrypt: Fix encrypted test keys


Compare: https://github.com/dovecot/core/compare/22076652ab5c...c09f8e4a3a2e


More information about the dovecot-cvs mailing list