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

GitHub noreply at github.com
Mon Apr 3 17:30:10 EEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: feb5f5eb7c4ce0f965147eef2463c6a95d25344e
      https://github.com/dovecot/core/commit/feb5f5eb7c4ce0f965147eef2463c6a95d25344e
  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: eae7a1783444e80721efbb853738c4aadc6b5eae
      https://github.com/dovecot/core/commit/eae7a1783444e80721efbb853738c4aadc6b5eae
  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: c515f5c969f7a3a5b525ab15bde2f116cbe932de
      https://github.com/dovecot/core/commit/c515f5c969f7a3a5b525ab15bde2f116cbe932de
  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: 42989c2732c3531d914463ca8bb4a051e0dbd034
      https://github.com/dovecot/core/commit/42989c2732c3531d914463ca8bb4a051e0dbd034
  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: 887518721c67f63301eb951883e41106825efaf6
      https://github.com/dovecot/core/commit/887518721c67f63301eb951883e41106825efaf6
  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: 138ec8765bc164774f16312b13d3a1f1523d4506
      https://github.com/dovecot/core/commit/138ec8765bc164774f16312b13d3a1f1523d4506
  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: a82e26d85d532106080d56d47aa8a16e1324fd39
      https://github.com/dovecot/core/commit/a82e26d85d532106080d56d47aa8a16e1324fd39
  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: 2744124e4f3cc4538cb6d3ba7f4fa7e090d7996e
      https://github.com/dovecot/core/commit/2744124e4f3cc4538cb6d3ba7f4fa7e090d7996e
  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.


Compare: https://github.com/dovecot/core/compare/4d074a5c4cdf...2744124e4f3c


More information about the dovecot-cvs mailing list