[dovecot/core] e61840: stats: Renamed mail-server-connection to fifo-inpu...

GitHub noreply at github.com
Mon Feb 8 10:06:07 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: e618403cd6bb910e28b21aa0519ed53fa7d94cd2
      https://github.com/dovecot/core/commit/e618403cd6bb910e28b21aa0519ed53fa7d94cd2
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
    M src/stats/Makefile.am
    A src/stats/fifo-input-connection.c
    A src/stats/fifo-input-connection.h
    R src/stats/mail-server-connection.c
    R src/stats/mail-server-connection.h
    M src/stats/main.c
    M src/stats/stats-settings.c

  Log Message:
  -----------
  stats: Renamed mail-server-connection to fifo-input-connection.


  Commit: b7a0a5c1e8310503c44be9ecd37be095604f7fa6
      https://github.com/dovecot/core/commit/b7a0a5c1e8310503c44be9ecd37be095604f7fa6
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
    M src/stats/fifo-input-connection.c
    M src/stats/mail-user.c
    M src/stats/mail-user.h

  Log Message:
  -----------
  stats: Added ADD-USER command to add stats to a user without having a session.

This will be used by at least the auth process. Although the auth process
does have a session, it's a bit too early to start using it yet. At least the
PID should be possible to change when the session moves to imap process.
Also the unsuccessful authentication sessions shouldn't really be added at
all.


  Commit: 800787d72aef341d25591d79e1407c562887f791
      https://github.com/dovecot/core/commit/800787d72aef341d25591d79e1407c562887f791
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
    M src/lib-stats/Makefile.am
    A src/lib-stats/stats-connection.c
    A src/lib-stats/stats-connection.h
    M src/plugins/stats/Makefile.am
    A src/plugins/stats/mail-stats-connection.c
    A src/plugins/stats/mail-stats-connection.h
    R src/plugins/stats/stats-connection.c
    R src/plugins/stats/stats-connection.h
    M src/plugins/stats/stats-plugin.c

  Log Message:
  -----------
  stats: Split stats-connection.[ch] to lib-stats/ and plugin's mail-specific parts.


  Commit: 0432583673c09f54d3cf037a456c3efcba705a2b
      https://github.com/dovecot/core/commit/0432583673c09f54d3cf037a456c3efcba705a2b
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

  Changed paths:
    M src/stats/mail-session.c

  Log Message:
  -----------
  stats: Removed accidentally commited i_panic() in abb242da


  Commit: 6a6a995b34fbfab76265b9db43a910efef962173
      https://github.com/dovecot/core/commit/6a6a995b34fbfab76265b9db43a910efef962173
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

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

  Log Message:
  -----------
  auth: If auth cache lookup results in expired entry, it should be tracked in stats as a "miss"


  Commit: 5bb7c9863cbb62c41b13e7f42e04f1d57b4634f8
      https://github.com/dovecot/core/commit/5bb7c9863cbb62c41b13e7f42e04f1d57b4634f8
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

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

  Log Message:
  -----------
  auth: Minor code cleanup - fix parameter type


  Commit: 90cf976e328e093da91a8332d96182201f4ef6c1
      https://github.com/dovecot/core/commit/90cf976e328e093da91a8332d96182201f4ef6c1
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-02-05 (Fri, 05 Feb 2016)

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

  Log Message:
  -----------
  auth: Small code cleanup to auth cache - deduplicate code.

No functional changes.


  Commit: dd5683e19979085fdfe9f269876f2a91ea604679
      https://github.com/dovecot/core/commit/dd5683e19979085fdfe9f269876f2a91ea604679
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M src/plugins/acl/acl-mailbox-list.c
    M src/plugins/acl/acl-plugin.h
    M src/plugins/acl/acl-storage.c

  Log Message:
  -----------
  acl: If acl_user is set, use it for ACL username checks. Overrides master_user.


Compare: https://github.com/dovecot/core/compare/adb90447f6bf...dd5683e19979


More information about the dovecot-cvs mailing list