You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/10/30 16:26:29 UTC

(couchdb) branch decouple_offline_hash_strength_from_online updated (8fa4218ea -> 127faa65b)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch decouple_offline_hash_strength_from_online
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 8fa4218ea Password hash upgrade tests
    omit cc3e902d5 improve assertion failure messages
    omit 60e4aebe4 remove all password derivation fields before adding back the new ones
    omit 960234c45 Enhance dev/run to use pbkdf2 with sha256
    omit 668c061fe upgrade password on next session or basic auth
    omit a3985de12 give couch_password_hasher:hash a clearer name
    omit b41a11420 use couch password cache
    omit 2770e01c1 in-memory password hash cache
    omit c641e9f9c Introduce pbkdf2_prf parameter
     add 327e5e840 Introduce pbkdf2_prf parameter
     add 18deb1523 in-memory password hash cache
     add 51289692a use couch password cache
     add c948ba4cb give couch_password_hasher:hash a clearer name
     add 216bb21b6 upgrade password on next session or basic auth
     add a3e622752 Enhance dev/run to use pbkdf2 with sha256
     add 86a49a6d9 remove all password derivation fields before adding back the new ones
     add b43d9fb7e improve assertion failure messages
     add 127faa65b Password hash upgrade tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8fa4218ea)
            \
             N -- N -- N   refs/heads/decouple_offline_hash_strength_from_online (127faa65b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 rel/overlay/etc/default.ini     | 2 +-
 src/docs/src/intro/security.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)