[dovecot/core] ee4b08: lib-dcrypt: fix comment of dovecot format v2 to us...

GitHub noreply at github.com
Mon Oct 17 20:30:14 UTC 2016


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: ee4b08625772dd0686ca5c52ac4ce574084dbe19
      https://github.com/dovecot/core/commit/ee4b08625772dd0686ca5c52ac4ce574084dbe19
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt.h

  Log Message:
  -----------
  lib-dcrypt: fix comment of dovecot format v2 to use colon

Version 2 field separator was changed to colon.


  Commit: ae0f3892a489a92b962677699f6c8e353ad309ce
      https://github.com/dovecot/core/commit/ae0f3892a489a92b962677699f6c8e353ad309ce
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  -----------
  lib-dcrypt: enc_key and pw must be NULL on storing unencrypted private key

Add tests for password and key encryption, and get_info on them. Also
give examples of valid cipher values for password and key encryption in
dcrypt.h comment.


  Commit: 0e828752a6a500982c72fe15b5037adce1698dc9
      https://github.com/dovecot/core/commit/0e828752a6a500982c72fe15b5037adce1698dc9
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  -----------
  lib-dcrypt: str_new to t_str_new in some test-crypto tests

str_new from default_pool was not properly freed.


  Commit: 54b9c839868b4d83bf5ce4798eed8a3363ff30c8
      https://github.com/dovecot/core/commit/54b9c839868b4d83bf5ce4798eed8a3363ff30c8
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  -----------
  lib-dcrypt: Fix uninitialized memory


  Commit: 3f86b946121f24c58d842fcc81942e5d1b657adb
      https://github.com/dovecot/core/commit/3f86b946121f24c58d842fcc81942e5d1b657adb
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/lib-storage/index/maildir/maildir-sync-index.c
    M src/lib-storage/index/maildir/maildir-uidlist.c

  Log Message:
  -----------
  lib-storage: Use MAILDIR_INFO_SEP_S

Replace hardcoded : with MAILDIR_INFO_SEP_S


  Commit: 8b28c54beaa075c25174bb92598946a5001311d4
      https://github.com/dovecot/core/commit/8b28c54beaa075c25174bb92598946a5001311d4
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  -----------
  lib-fs: Lazily initialize timings to save memory.


  Commit: 84a75fabdd3e7faf739ab5df7670c446e96eec3b
      https://github.com/dovecot/core/commit/84a75fabdd3e7faf739ab5df7670c446e96eec3b
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  -----------
  lib-dcrypt: change unit test ec curve to secp521r1

This curve is more common, so unit tests will pass on more machines.


  Commit: f6c5b41f9f739d5e6243fbabd27377dd476c1961
      https://github.com/dovecot/core/commit/f6c5b41f9f739d5e6243fbabd27377dd476c1961
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/lib-storage/index/dbox-single/sdbox-storage.c

  Log Message:
  -----------
  sdbox: Removed duplicated code.


  Commit: c4fc9842706ee59c7169fa4a2b770be178a8b9a3
      https://github.com/dovecot/core/commit/c4fc9842706ee59c7169fa4a2b770be178a8b9a3
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  -----------
  lib-fs: Optimize changing FS_METADATA_INTERNAL_PREFIX metadata.

file->metadata_changed doesn't need to change in that situation. It's used
by fs-metawrap to find out if it needs to rewrite metadata during a write,
but internal metadata isn't written to its header.


  Commit: e11fd3241e0df1576b47d29e5b0d9754e5c00483
      https://github.com/dovecot/core/commit/e11fd3241e0df1576b47d29e5b0d9754e5c00483
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/lib-fs/fs-api-private.h
    M src/lib-fs/fs-api.c

  Log Message:
  -----------
  lib-fs: Added internal fs_metadata_find() helper function


  Commit: a8dca04dbcd7c415f53f266bdb8dc13532024a67
      https://github.com/dovecot/core/commit/a8dca04dbcd7c415f53f266bdb8dc13532024a67
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  -----------
  lib-fs: Added FS_METADATA_WRITE_FNAME to allow renaming a file being written.


  Commit: da00d765f21394fd78af24a728eb7566935e7df6
      https://github.com/dovecot/core/commit/da00d765f21394fd78af24a728eb7566935e7df6
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/lib-mail/istream-attachment-extractor.c

  Log Message:
  -----------
  lib-mail: Fixed infinite loop in istream-attachment-extractor

Broken by 7f74811b7. Pretty much any larger attachment going through
this istream had a good potential of going into an infinite loop.


Compare: https://github.com/dovecot/core/compare/933d16f4bd22...da00d765f213


More information about the dovecot-cvs mailing list