[dovecot/core] 2cb6a6: auth: passdb-blocking - Expose passdb_blocking_aut...

GitHub noreply at github.com
Mon Feb 5 19:00:19 EET 2018


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: 2cb6a6043c0f892030630d1321aaf929657404d1
      https://github.com/dovecot/core/commit/2cb6a6043c0f892030630d1321aaf929657404d1
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-02-04 (Sun, 04 Feb 2018)

  Changed paths:
    M src/auth/passdb-blocking.c
    M src/auth/passdb-blocking.h

  Log Message:
  -----------
  auth: passdb-blocking - Expose passdb_blocking_auth_worker_reply_parse

Enables sharing code with passdb cache


  Commit: e5f934e76ae1c9c53b42aed16c76e44a795c70ae
      https://github.com/dovecot/core/commit/e5f934e76ae1c9c53b42aed16c76e44a795c70ae
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-02-04 (Sun, 04 Feb 2018)

  Changed paths:
    M src/auth/auth-worker-client.c
    M src/auth/auth-worker-client.h

  Log Message:
  -----------
  auth-worker: Add auth_worker_auth_request_new

Replaces worker_auth_request_new, moves in
check for username and service. Simplifies code.


  Commit: f8c01c2955680724aba1673cd6d815e9a0c4fb3f
      https://github.com/dovecot/core/commit/f8c01c2955680724aba1673cd6d815e9a0c4fb3f
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-02-04 (Sun, 04 Feb 2018)

  Changed paths:
    M src/auth/auth-request.h
    M src/auth/auth-worker-client.c

  Log Message:
  -----------
  auth-worker: Support PASSW request

This will attempt to verify given credentials.


  Commit: 777745a4707dbfadc3e431239e29249f4d65c46c
      https://github.com/dovecot/core/commit/777745a4707dbfadc3e431239e29249f4d65c46c
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-02-04 (Sun, 04 Feb 2018)

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

  Log Message:
  -----------
  auth: Expose auth_request_verify_plain_callback_finish


  Commit: 5c3f497d2c916fb96e1b649e92f9fef10b2ebd32
      https://github.com/dovecot/core/commit/5c3f497d2c916fb96e1b649e92f9fef10b2ebd32
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-02-04 (Sun, 04 Feb 2018)

  Changed paths:
    M src/auth/auth-request.c
    M src/auth/auth-settings.c
    M src/auth/auth-settings.h
    M src/auth/passdb-cache.c

  Log Message:
  -----------
  auth: passdb-cache - Verify credentials with worker when enabled


  Commit: 7378176061447e7ede9d239764326868ebba9368
      https://github.com/dovecot/core/commit/7378176061447e7ede9d239764326868ebba9368
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
    M src/imap/imap-client.c
    M src/pop3/pop3-client.c

  Log Message:
  -----------
  imap,pop3: Properly terminate logout tab.

Fixes Fatal: master: service(imap): child killed with signal 11

Broken in e0a42caee5a04d29cfa95ae7719aeaa708001255 and
1ecc087ee90439787de7df9b9a60e0d35b5dda07


  Commit: 5698200906ae3a19eabe0d1bc5dbd2879658b57b
      https://github.com/dovecot/core/commit/5698200906ae3a19eabe0d1bc5dbd2879658b57b
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
    M src/lib-index/mail-cache-private.h

  Log Message:
  -----------
  lib-index: Update comments for mail_cache_decision_*()


  Commit: 1bf08c7ea7d47e981b0affd681e6ab3ff2330ac2
      https://github.com/dovecot/core/commit/1bf08c7ea7d47e981b0affd681e6ab3ff2330ac2
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

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

  Log Message:
  -----------
  lib-storage: Add comment to how mail_cache_field_can/want_add() is used


  Commit: 92a685a749ee4c39f2bd358bb685f08d545bdaa4
      https://github.com/dovecot/core/commit/92a685a749ee4c39f2bd358bb685f08d545bdaa4
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

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

  Log Message:
  -----------
  lib-storage: Fix adding body.snippet to cache

Unless body.snippet was in mail_always_cache_fields, it didn't get added to
the cache file.


  Commit: 34676d2f7eb91fe93c834c54d04ef351b6ded4e1
      https://github.com/dovecot/core/commit/34676d2f7eb91fe93c834c54d04ef351b6ded4e1
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
    M src/lib/var-expand.c

  Log Message:
  -----------
  lib: Support nested keys in var_get_key_range_full

Fixes problems with %{if...}

failed: if: requires four or five parameters, got 1


  Commit: 918bd0776f89989260a4cc13fb94f846baa3ebd0
      https://github.com/dovecot/core/commit/918bd0776f89989260a4cc13fb94f846baa3ebd0
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
    M src/lib/var-expand.c

  Log Message:
  -----------
  lib: var-expand - handle \{ and \} correctly

Do not treat these as embedded braces


  Commit: 9fe58760161748c25aff2ee9ad0fcb9e733dddbb
      https://github.com/dovecot/core/commit/9fe58760161748c25aff2ee9ad0fcb9e733dddbb
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
    M src/lib/test-var-expand.c

  Log Message:
  -----------
  lib: test-var-expand - Ensure var_get_key_range_full handles nested ifs correctly


  Commit: f3136858d146f552f6ba8551f9670e944359cf85
      https://github.com/dovecot/core/commit/f3136858d146f552f6ba8551f9670e944359cf85
  Author: Josef 'Jeff' Sipek <jeff.sipek at dovecot.fi>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

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

  Log Message:
  -----------
  imap: Iterate over ns settings when deciding to add SPECIAL-USE capability

To determine whether we should add the SPECIAL-USE capability to the
OK response to LOGIN, we have to iterate over namespace and mailbox
*settings* since the namespaces haven't been set up yet.


  Commit: 72c4e3d692acbd78b634abd824e713837264ee42
      https://github.com/dovecot/core/commit/72c4e3d692acbd78b634abd824e713837264ee42
  Author: Sergey Kitov <sergey.kitov at open-xchange.com>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
    M src/lib-imap-client/imapc-connection.c

  Log Message:
  -----------
  lib-imap-client: continue imapc operation on parsing errors.


Compare: https://github.com/dovecot/core/compare/e0a42caee5a0...72c4e3d692ac


More information about the dovecot-cvs mailing list