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/26 15:03:00 UTC

[couchdb] branch decouple_offline_hash_strength_from_online updated (30c626b91 -> af715b28d)

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 30c626b91 improve assertion failure messages
    omit d3f2b5e52 remove all password derivation fields before adding back the new ones
    omit 3018583fe enhance dev/run admin hash to pbkdf2:sha256
    omit 267a4acfc give couch_password_hasher:hash a clearer name
    omit f52c28d7f use couch password cache
    omit c70cbe69d in-memory password hash cache
     add e7dab3429 in-memory password hash cache
     add 5dda1c2bd use couch password cache
     add 58a8256ee give couch_password_hasher:hash a clearer name
     add 4c09bfb10 enhance dev/run admin hash to pbkdf2:sha256
     add a5016e07a remove all password derivation fields before adding back the new ones
     add af715b28d improve assertion failure messages

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   (30c626b91)
            \
             N -- N -- N   refs/heads/decouple_offline_hash_strength_from_online (af715b28d)

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:
 src/couch/src/couch_passwords_cache.erl | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)