[dovecot/core | refs/heads/master] c6297345: lib-auth: auth-master - Add debug message for each user returned for auth_master_user_list_next().

noreply at dovecot.org noreply at dovecot.org
Wed Jan 23 10:00:08 EET 2019


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: c62973451dcd64745b2acb0b97cb020913aeea3c
      https://github.com/dovecot/core/commit/c62973451dcd64745b2acb0b97cb020913aeea3c
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/lib-auth/auth-master.c

  Log Message:
  -----------
  lib-auth: auth-master - Add debug message for each user returned for auth_master_user_list_next().

  Commit: 4edb05fb92d8f34d01cfa9dc3df4ced2965e3f43
      https://github.com/dovecot/core/commit/4edb05fb92d8f34d01cfa9dc3df4ced2965e3f43
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/lib-auth/auth-master.c

  Log Message:
  -----------
  lib-auth: auth-master - Emit named events at the start and end of lookups.

  Commit: ab99fb2d151bfab640d3f13942cad51a9570f040
      https://github.com/dovecot/core/commit/ab99fb2d151bfab640d3f13942cad51a9570f040
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/lib-auth/auth-master.c

  Log Message:
  -----------
  lib-auth: auth-master - Add support for event API and use it for logging.

  Commit: ffaca41b19c329036909dd7ef5740468d17220ef
      https://github.com/dovecot/core/commit/ffaca41b19c329036909dd7ef5740468d17220ef
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/lib-auth/auth-master.c

  Log Message:
  -----------
  lib-auth: auth-master - Pass struct auth_master_lookup_ctx to parse_reply() rather than several of its fields.

  Commit: 7290ceed8e94ecc3f8154a8bd35d407ecb4bcf9e
      https://github.com/dovecot/core/commit/7290ceed8e94ecc3f8154a8bd35d407ecb4bcf9e
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/lib-auth/auth-master.c
    M src/master/test-auth-master.c

  Log Message:
  -----------
  lib-auth: auth-master - Use the connection API.

  Commit: 4d87fc23cfeb16140baa7b1941577e7dc3527255
      https://github.com/dovecot/core/commit/4d87fc23cfeb16140baa7b1941577e7dc3527255
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/lib/connection.c
    M src/lib/connection.h

  Log Message:
  -----------
  lib: connection - Add connection_verify_version().

Only verifies the service name and major version number.

  Commit: 4b33e51be239020bd327566b85eb36a28c4f996a
      https://github.com/dovecot/core/commit/4b33e51be239020bd327566b85eb36a28c4f996a
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/auth/auth-worker-client.c
    M src/imap-hibernate/imap-hibernate-client.c
    M src/imap/imap-master-client.c
    M src/lib/connection.c
    M src/lib/connection.h
    M src/lib/test-connection.c

  Log Message:
  -----------
  lib: connection - Rename connection_verify_version() to connection_handshake_args_default().

  Commit: b4ef9a2d89716b49536fa7b090c5db9642a2ff8a
      https://github.com/dovecot/core/commit/b4ef9a2d89716b49536fa7b090c5db9642a2ff8a
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

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

  Log Message:
  -----------
  master: Add unit test for auth-master.

Cannot be added to lib-auth due to cyclic dependencies.

  Commit: c6539f669b24be5db184a32477c00b4084a34ac5
      https://github.com/dovecot/core/commit/c6539f669b24be5db184a32477c00b4084a34ac5
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/lib-auth/auth-master.c
    M src/lib-auth/auth-master.h

  Log Message:
  -----------
  lib-auth: auth-master - Add ability to configure the lookup timeout.

This is currently only useful and required for unit tests (the default is just
too long).

  Commit: 38afca547e0dafc23aed69664dd810b81a7f6786
      https://github.com/dovecot/core/commit/38afca547e0dafc23aed69664dd810b81a7f6786
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/lib-smtp/test-smtp-payload.c

  Log Message:
  -----------
  lib-smtp: test-smtp-payload - Do not assume that a non-regular files is a directory.

The unit test failed if something else (like a socket) was found.

  Commit: b6ca9b8d0558004f29314d08cb9f0e423718992d
      https://github.com/dovecot/core/commit/b6ca9b8d0558004f29314d08cb9f0e423718992d
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/lib-http/test-http-payload.c

  Log Message:
  -----------
  lib-http: test-http-payload - Do not assume that a non-regular files is a directory.

The unit test failed if something else (like a socket) was found.

  Patch: https://github.com/dovecot/core/compare/2cb65102f5ba...c62973451dcd.patch


More information about the dovecot-cvs mailing list