[dovecot/core] 5b6b4f: auth: Add db_ prefix to sql in db-sql

GitHub noreply at github.com
Tue Sep 4 13:30:13 EEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 5b6b4fb143b6c8b5c5ddd36c0de8201cfd264c5a
      https://github.com/dovecot/core/commit/5b6b4fb143b6c8b5c5ddd36c0de8201cfd264c5a
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/auth/db-sql.c
    M src/auth/db-sql.h
    M src/auth/passdb-sql.c
    M src/auth/userdb-sql.c

  Log Message:
  -----------
  auth: Add db_ prefix to sql in db-sql

Prevents clash with lib-sql


  Commit: cf79e9b6f79faa5124c0ff4e20fdfe49d33d81ea
      https://github.com/dovecot/core/commit/cf79e9b6f79faa5124c0ff4e20fdfe49d33d81ea
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-sqlite.c

  Log Message:
  -----------
  driver-sqlite: Whitespace fix


  Commit: 5c4f633fa22cedaa80e6f141ebfa3c6bc8d89701
      https://github.com/dovecot/core/commit/5c4f633fa22cedaa80e6f141ebfa3c6bc8d89701
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/sql-api-private.h
    M src/lib-sql/sql-api.c
    M src/lib-sql/sql-api.h

  Log Message:
  -----------
  lib-sql: Add init_full vfunction


  Commit: 79991d14a340a828f24203da4ec610cccbfd49df
      https://github.com/dovecot/core/commit/79991d14a340a828f24203da4ec610cccbfd49df
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-sqlpool.c

  Log Message:
  -----------
  driver-sqlpool: Use init_full when available


  Commit: 91c244d2877e46a22cac16258a412ddeef6ba925
      https://github.com/dovecot/core/commit/91c244d2877e46a22cac16258a412ddeef6ba925
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-sqlpool.c
    M src/lib-sql/sql-api-private.h

  Log Message:
  -----------
  driver-sqlpool: Add driver_sqlpool_init_full

Needed by SQL API change


  Commit: 1ae9abe29e38940e8981eab03a40b6284385e147
      https://github.com/dovecot/core/commit/1ae9abe29e38940e8981eab03a40b6284385e147
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-mysql.c

  Log Message:
  -----------
  driver-mysql: Return error in connection string parser


  Commit: ffae212481f6f58e43c79556785e3ecbb80306eb
      https://github.com/dovecot/core/commit/ffae212481f6f58e43c79556785e3ecbb80306eb
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-mysql.c

  Log Message:
  -----------
  driver-mysql: Allocate mysql connection ourselves

This allows reusing the same mysql object on reconnect,
and simplifies cleanup in case initialization fails.


  Commit: cc5ff7352d54a7738e76e73647cd45268dc5a9e5
      https://github.com/dovecot/core/commit/cc5ff7352d54a7738e76e73647cd45268dc5a9e5
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-mysql.c

  Log Message:
  -----------
  driver-mysql: Add init_full


  Commit: 4e9b8b1feaa14ded4d75b24fefd3c1979968fe97
      https://github.com/dovecot/core/commit/4e9b8b1feaa14ded4d75b24fefd3c1979968fe97
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-sqlite.c

  Log Message:
  -----------
  driver-sqlite: Add init_full


  Commit: d73c94edd4f17c013bc597900ded808a3f19777f
      https://github.com/dovecot/core/commit/d73c94edd4f17c013bc597900ded808a3f19777f
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-pgsql.c

  Log Message:
  -----------
  driver-pgsql: Add driver_pgsql_free


  Commit: 25324b1affcdc109fd0a1fe19b5c30eb880f3127
      https://github.com/dovecot/core/commit/25324b1affcdc109fd0a1fe19b5c30eb880f3127
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-pgsql.c

  Log Message:
  -----------
  driver-pgsql: Add init_full


  Commit: e3ecc5a13aeb7181f1ea5652d7443996543c9c43
      https://github.com/dovecot/core/commit/e3ecc5a13aeb7181f1ea5652d7443996543c9c43
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-cassandra.c

  Log Message:
  -----------
  driver-cassandra: Add driver_cassandra_free


  Commit: 5a53bf86bf4c56f78168ed14e767ec59ceb771a9
      https://github.com/dovecot/core/commit/5a53bf86bf4c56f78168ed14e767ec59ceb771a9
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-cassandra.c

  Log Message:
  -----------
  driver-cassandra: Return error from connection string parser


  Commit: 495ae02e617efed2c18fea604c28f8efeb996ead
      https://github.com/dovecot/core/commit/495ae02e617efed2c18fea604c28f8efeb996ead
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/driver-cassandra.c

  Log Message:
  -----------
  driver-cassandra: Add init_full


  Commit: ad165d14fbc9dcdae0edae5bd5504929035534b1
      https://github.com/dovecot/core/commit/ad165d14fbc9dcdae0edae5bd5504929035534b1
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-sql/sql-db-cache.c
    M src/lib-sql/sql-db-cache.h

  Log Message:
  -----------
  lib-sql: Add sql_db_cache_new2 that uses the new sql_init_full initializer


  Commit: 29c5ddc278e8e129b4a125732721903c601c30f5
      https://github.com/dovecot/core/commit/29c5ddc278e8e129b4a125732721903c601c30f5
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-dict-backend/dict-sql.c

  Log Message:
  -----------
  dict-sql: Use sql_db_cache_new2


  Commit: 544fa8eed51f5b6bd3b53a9dd51b98929788520e
      https://github.com/dovecot/core/commit/544fa8eed51f5b6bd3b53a9dd51b98929788520e
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/lib-dict-backend/dict-sql.c
    M src/lib-sql/sql-db-cache.c
    M src/lib-sql/sql-db-cache.h

  Log Message:
  -----------
  global: Replace sql_db_cache_new with sql_db_cache_new2


  Commit: 9358d79299f11686dff21c3dbaff40051e94743b
      https://github.com/dovecot/core/commit/9358d79299f11686dff21c3dbaff40051e94743b
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M src/auth/db-sql.c

  Log Message:
  -----------
  auth: Use sql_init_full


Compare: https://github.com/dovecot/core/compare/3d2ee2eda61c...9358d79299f1
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the dovecot-cvs mailing list