[dovecot/core] 1b87d5: man: doveconf - Document -P flag

GitHub noreply at github.com
Tue Aug 21 12:30:14 EEST 2018


  Branch: refs/heads/master-2.3
  Home:   https://github.com/dovecot/core
  Commit: 1b87d57c342a8b0e502acdc3fcc765d5d20c90f6
      https://github.com/dovecot/core/commit/1b87d57c342a8b0e502acdc3fcc765d5d20c90f6
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M doc/man/doveconf.1.in

  Log Message:
  -----------
  man: doveconf - Document -P flag


  Commit: 02c1f0e535fcbb82c5c4c08dc1d00f3e1b48d69e
      https://github.com/dovecot/core/commit/02c1f0e535fcbb82c5c4c08dc1d00f3e1b48d69e
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

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

  Log Message:
  -----------
  lib: Add i_strstr_arr for searching string for multiple needles


  Commit: eccbd98df017941383a5b7dedc145f077b41c042
      https://github.com/dovecot/core/commit/eccbd98df017941383a5b7dedc145f077b41c042
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/lib/strescape.c
    M src/lib/strescape.h
    M src/lib/test-strescape.c

  Log Message:
  -----------
  lib: Add str_nescape

For partial escaping


  Commit: 2d3d46947450e98bd5a886f43cff35ea5f8c95a4
      https://github.com/dovecot/core/commit/2d3d46947450e98bd5a886f43cff35ea5f8c95a4
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  config: Move sensitive value hiding to own function

Simplifies next change


  Commit: cbe7865b67f5534ee66a803aee4940398db5ead7
      https://github.com/dovecot/core/commit/cbe7865b67f5534ee66a803aee4940398db5ead7
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  config: Hide more sensitive information

Hide parts of values where we can see a key that has word
key, secret or pass as prefix and is a key-value pair
separated by =.


  Commit: 858dac8ca2a1d8619c684fc64e974faa65a01bfd
      https://github.com/dovecot/core/commit/858dac8ca2a1d8619c684fc64e974faa65a01bfd
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  doveconf: Fix infinite loop when hiding sensitive information

For example with "nopassword=y". Broken in
fc02343fd81a6fab272ac0366b15fc60ec44a8b6


  Commit: 6f56eb2a0c5123c09f33042b6d0805c1704fc025
      https://github.com/dovecot/core/commit/6f56eb2a0c5123c09f33042b6d0805c1704fc025
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

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

  Log Message:
  -----------
  lib: Add str_append_escaped and use it with str_escape


  Commit: f0a6ae9394d6cf1abcbc43ac54eddffdf7938fb8
      https://github.com/dovecot/core/commit/f0a6ae9394d6cf1abcbc43ac54eddffdf7938fb8
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  config: Fix crash in doveconf -n when hiding sensitive information

Broken by fc02343f


  Commit: 020515c850cd6dfb519b70dcc2453e901ac74b74
      https://github.com/dovecot/core/commit/020515c850cd6dfb519b70dcc2453e901ac74b74
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  doveconf: Add find_next_secret

Find start of possible next secret, and return
what the found secret was. Makes next commit easier.


  Commit: fad5aac9442cf74ba0e295b1260055619d436b84
      https://github.com/dovecot/core/commit/fad5aac9442cf74ba0e295b1260055619d436b84
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  doveconf: Hide URL userpart


  Commit: b11b13f224f320e11322e189f12175d22bdea685
      https://github.com/dovecot/core/commit/b11b13f224f320e11322e189f12175d22bdea685
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  doveconf: Do not skip over secrets when hiding them

All candidates for hiding need to be considered, otherwise
it might skip over some of them and leave them unhidden.


  Commit: b338b75ba7f75f764cc2dcc4d05340bcc8594118
      https://github.com/dovecot/core/commit/b338b75ba7f75f764cc2dcc4d05340bcc8594118
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  doveconf: Use key_ends_with to compare suffixes

Fixes key hiding.

Broken in 1518e085


  Commit: 0b1ee350d82e2d5140f5687379c93cf8e79e5414
      https://github.com/dovecot/core/commit/0b1ee350d82e2d5140f5687379c93cf8e79e5414
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  doveconf: Improve secret hiding

Hide with more wide filtering.


  Commit: 186ac8b2bf69d78350b6d27c2ea6bba764d04ec9
      https://github.com/dovecot/core/commit/186ac8b2bf69d78350b6d27c2ea6bba764d04ec9
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/config/doveconf.c

  Log Message:
  -----------
  doveconf: Fix compiler nit

Ensure secret_r cannot be NULL unless none was found.


  Commit: ba6572fb921b3feafec132874f6b97b41f013e14
      https://github.com/dovecot/core/commit/ba6572fb921b3feafec132874f6b97b41f013e14
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
    M src/lib/test-strfuncs.c

  Log Message:
  -----------
  lib: test-strfuncs - Rename test i_strbegins to str_begins

Matches the real name


Compare: https://github.com/dovecot/core/compare/c19fcb889131...ba6572fb921b
      **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