[dovecot/core] 2b7fbe: auth: Use MECH subsystem when logging error about ...

GitHub noreply at github.com
Fri Apr 28 13:30:08 EEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 2b7fbe3badf96da1491293db7322da42cc27fad9
      https://github.com/dovecot/core/commit/2b7fbe3badf96da1491293db7322da42cc27fad9
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

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

  Log Message:
  -----------
  auth: Use MECH subsystem when logging error about skipping all password databases

Otherwise it will assert-crash because all password databases were skipped.


  Commit: 268a76700330d159c805c70d1e3eae2e21f1cb9e
      https://github.com/dovecot/core/commit/268a76700330d159c805c70d1e3eae2e21f1cb9e
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

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

  Log Message:
  -----------
  auth: Add username_filter for passdb block

username_filter lets you specify one or more pattern(s) for
including or excluding users. exclusion patterns are denoted
with ! prefix.

if any exclude matches the username, passdb will be skipped.
if any inclusions is specified, and the username does not match
one of them, passdb will be skipped.


  Commit: 3a73b13553aa5530d02d573431806794d0a7b190
      https://github.com/dovecot/core/commit/3a73b13553aa5530d02d573431806794d0a7b190
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M src/auth/Makefile.am
    A src/auth/test-username-filter.c

  Log Message:
  -----------
  auth: Add test suite for username filter


  Commit: 53e2b69540899db0883a7980c4609c36591d9c88
      https://github.com/dovecot/core/commit/53e2b69540899db0883a7980c4609c36591d9c88
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

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

  Log Message:
  -----------
  auth: Log reason for skipping passdb


Compare: https://github.com/dovecot/core/compare/fee117f1bc96...53e2b6954089


More information about the dovecot-cvs mailing list