[dovecot/core] 036f34: lib-sasl: Add missing input handler for xoauth2

GitHub noreply at github.com
Mon Apr 3 22:30:12 EEST 2017


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: 036f34dd2bc330293d347f6c33c99c2adbbd78f0
      https://github.com/dovecot/core/commit/036f34dd2bc330293d347f6c33c99c2adbbd78f0
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M src/lib-sasl/mech-oauthbearer.c

  Log Message:
  -----------
  lib-sasl: Add missing input handler for xoauth2


  Commit: 8293257bd6a9118ddfae16fefb0299872892d112
      https://github.com/dovecot/core/commit/8293257bd6a9118ddfae16fefb0299872892d112
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  -----------
  lib-imap-client: Add imapc_client_try_stop


  Commit: 555b4a3c39e2a1e36fc90a885470384e7b8f0a46
      https://github.com/dovecot/core/commit/555b4a3c39e2a1e36fc90a885470384e7b8f0a46
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M src/lib-imap-client/imapc-client.c
    M src/lib-imap-client/imapc-client.h
    M src/lib-imap-client/imapc-connection.c
    M src/lib-storage/index/imapc/imapc-settings.c
    M src/lib-storage/index/imapc/imapc-settings.h
    M src/lib-storage/index/imapc/imapc-storage.c

  Log Message:
  -----------
  lib-imap-client: Make retry count and interval configurable


  Commit: 1389e4797cb0ed86a959c682da5b6d713aecf6fa
      https://github.com/dovecot/core/commit/1389e4797cb0ed86a959c682da5b6d713aecf6fa
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  -----------
  lib-imap-client: Only LOGOUT from connected connections


  Commit: c4da13191bf6e2f60734d7a975610caac9763e88
      https://github.com/dovecot/core/commit/c4da13191bf6e2f60734d7a975610caac9763e88
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  -----------
  lib-imap-client: Remove io earlier to avoid hammering

If connection has failed and reconnection is not yet
possible, io has to be removed here, otherwise it will
keep hammering the callback.


  Commit: 4efdfe977cb64bd48989669eee84790c4e171bdf
      https://github.com/dovecot/core/commit/4efdfe977cb64bd48989669eee84790c4e171bdf
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  -----------
  lib-imap-client: Fix reconnection

This patch fixes reconnections to actually consider
all IP addresses first and then delay for interval and
retry at most retry count times.


  Commit: 803e341310741eccc18e4915df3227b37405d7bc
      https://github.com/dovecot/core/commit/803e341310741eccc18e4915df3227b37405d7bc
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  -----------
  lib-imap-client: Call login_callback on all authentication failures


  Commit: b376929cd20b42d60db8cea3b9ad57722df9c678
      https://github.com/dovecot/core/commit/b376929cd20b42d60db8cea3b9ad57722df9c678
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  -----------
  lib-imap-client: Make authentication failures more consistent

This way they always say the same prefix, which is easier to
spot.


  Commit: aa11368e15a0fb66e40c9eabe1622e50e23a71e9
      https://github.com/dovecot/core/commit/aa11368e15a0fb66e40c9eabe1622e50e23a71e9
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  -----------
  imapc: Compiler warning fix for 32bit systems


Compare: https://github.com/dovecot/core/compare/dbed1a0ffeaa...aa11368e15a0


More information about the dovecot-cvs mailing list