[dovecot/core] ca978d: auth: Remove i_assert for credentials scheme

GitHub noreply at github.com
Fri Oct 28 19:31:06 UTC 2016


  Branch: refs/heads/release-2.2.26
  Home:   https://github.com/dovecot/core
  Commit: ca978dbe2475a5d0199c87f8bc227b6cd2bfcced
      https://github.com/dovecot/core/commit/ca978dbe2475a5d0199c87f8bc227b6cd2bfcced
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

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

  Log Message:
  -----------
  auth: Remove i_assert for credentials scheme


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

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

  Log Message:
  -----------
  auth: Fix crash when exporting passdb fields to auth-worker that have NULL values


  Commit: 3b4c7a5309f4c1ca73f68ab95ec7f3b549e77696
      https://github.com/dovecot/core/commit/3b4c7a5309f4c1ca73f68ab95ec7f3b549e77696
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M src/lib-program-client/test-program-client-remote.c

  Log Message:
  -----------
  lib-program-client: Fix building with compilers that have no typeof()


  Commit: 9e110864e579deeda3c6885b37cc62d7f5b3e94f
      https://github.com/dovecot/core/commit/9e110864e579deeda3c6885b37cc62d7f5b3e94f
  Author: Paul Howarth <paul at city-fan.org>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure: Improve check for OpenSSL without EC support

The original test was for EC_KEY_new but some systems had that and not
EVP_PKEY_CTX_new_id, so the test was switched to that function.
However, Fedora releases 12 through 17 have EVP_PKEY_CTX_new_id but
not EC_KEY_new. So we need to test for both functions before enabling
the dcrypt build.


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

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

  Log Message:
  -----------
  dsync: Fix potential assert on mailbox deinit.

Should have happened only in somewhat rare error conditions that require
resyncing.

Fixes:
Panic: file dsync-brain-mailbox.c: line 358 (dsync_brain_sync_mailbox_deinit): assertion failed: (brain->failed || brain->sync_type == DSYNC_BRAIN_SYNC_TYPE_CHANGED)


  Commit: 23d1de6521efb2ceb619ee549619deb2fa9d1a1e
      https://github.com/dovecot/core/commit/23d1de6521efb2ceb619ee549619deb2fa9d1a1e
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M NEWS
    M configure.ac

  Log Message:
  -----------
  Released v2.2.26.0.


Compare: https://github.com/dovecot/core/compare/54d654098032...23d1de6521ef


More information about the dovecot-cvs mailing list