[dovecot/core] 989235: auth: Fixed checking if delay_until is too large

GitHub noreply at github.com
Thu Jun 30 13:24:17 UTC 2016


  Branch: refs/heads/release-2.2.25
  Home:   https://github.com/dovecot/core
  Commit: 9892356eb820400bdfc0eb29a1be200d0a9d5e3d
      https://github.com/dovecot/core/commit/9892356eb820400bdfc0eb29a1be200d0a9d5e3d
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
    M src/auth/auth-request.c

  Log Message:
  -----------
  auth: Fixed checking if delay_until is too large


  Commit: 89ed1b1592bd247f1cc54a5643f89e31ab921d30
      https://github.com/dovecot/core/commit/89ed1b1592bd247f1cc54a5643f89e31ab921d30
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-29 (Wed, 29 Jun 2016)

  Changed paths:
    M src/auth/auth-request.c

  Log Message:
  -----------
  auth: delay_until can optionally now have +<max random secs> suffix.


  Commit: ec56d6df3f436045f0d5c36e7f7794cb1116aac8
      https://github.com/dovecot/core/commit/ec56d6df3f436045f0d5c36e7f7794cb1116aac8
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

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

  Log Message:
  -----------
  lib-ssl-iostream: Disable "CRYPTO_set_mem_functions() was called too late" for now

It always happens at least with Ubuntu 16.04.


  Commit: 2272c47816f95c2cf29b4bc8616a674d39696914
      https://github.com/dovecot/core/commit/2272c47816f95c2cf29b4bc8616a674d39696914
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

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

  Log Message:
  -----------
  lib-ssl-iostream: Compiler fix to previous commit


  Commit: 822ecdaeba651a25b2df926b3f52f24c6d61cfd4
      https://github.com/dovecot/core/commit/822ecdaeba651a25b2df926b3f52f24c6d61cfd4
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

  Changed paths:
    M src/lib-dcrypt/istream-decrypt.c
    M src/lib-dcrypt/ostream-encrypt.c

  Log Message:
  -----------
  dcrypt: Fix bugs in 0 and 1 byte payload files


  Commit: 9f46e5fd797dfc35856d9ae3d6fbd7adff70798b
      https://github.com/dovecot/core/commit/9f46e5fd797dfc35856d9ae3d6fbd7adff70798b
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

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

  Log Message:
  -----------
  dcrypt: Add tests for 0 and 1 byte data


  Commit: 1be434cc05d08ca680b37e3d4718d9f92d08936a
      https://github.com/dovecot/core/commit/1be434cc05d08ca680b37e3d4718d9f92d08936a
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

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

  Log Message:
  -----------
  dcrypt: Free keys in test-stream


  Commit: 3a1d14c174e6603b19e145b624789c06d34d850a
      https://github.com/dovecot/core/commit/3a1d14c174e6603b19e145b624789c06d34d850a
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

  Changed paths:
    M src/auth/auth-request.c

  Log Message:
  -----------
  auth-request: Correctly allocate mech_password and credentials_scheme


  Commit: 4fd02abe13ade0f8e136a0f31378523634ee3f3f
      https://github.com/dovecot/core/commit/4fd02abe13ade0f8e136a0f31378523634ee3f3f
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

  Changed paths:
    M src/auth/auth-request.c

  Log Message:
  -----------
  auth-request: Whitespace fix


  Commit: 129abc3e5df9411d20f5c53b22f81376b917e093
      https://github.com/dovecot/core/commit/129abc3e5df9411d20f5c53b22f81376b917e093
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

  Changed paths:
    M src/lmtp/commands.c

  Log Message:
  -----------
  lmtp: Fixed pipelining of commands after RCPT TO

We should stop while waiting for anvil reply. Broken by ced943b0a.


  Commit: dbca72da2fb4596cf731d3c9f47ced530c165f4b
      https://github.com/dovecot/core/commit/dbca72da2fb4596cf731d3c9f47ced530c165f4b
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

  Changed paths:
    M src/lmtp/commands.c

  Log Message:
  -----------
  lmtp: Removed assert, which triggers if anvil connect fails.


  Commit: 1969dd8f3de622465680c491709a66e8fa4e2823
      https://github.com/dovecot/core/commit/1969dd8f3de622465680c491709a66e8fa4e2823
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

  Changed paths:
    M NEWS
    M configure.ac

  Log Message:
  -----------
  Released v2.2.25.rc1.


  Commit: 3c432ac593a4df5658eec0e88e03285a1345a75a
      https://github.com/dovecot/core/commit/3c432ac593a4df5658eec0e88e03285a1345a75a
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

  Changed paths:
    M src/master/service-monitor.c

  Log Message:
  -----------
  master: Stopping didn't close dead-pipes early enough.

This caused stopping to be too slow. Broken by 0153cf542.


  Commit: abd85e981f5380f16fa641a7e3d6444dbb83ab08
      https://github.com/dovecot/core/commit/abd85e981f5380f16fa641a7e3d6444dbb83ab08
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-30 (Thu, 30 Jun 2016)

  Changed paths:
    M src/imap/imap-settings.c

  Log Message:
  -----------
  imap: Fixed reading LDA settings from config.


Compare: https://github.com/dovecot/core/compare/9892356eb820^...abd85e981f53


More information about the dovecot-cvs mailing list