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 127faa65b Password hash upgrade tests
omit b43d9fb7e improve assertion failure messages
omit 86a49a6d9 remove all password derivation fields before adding back the
new ones
omit a3e622752 Enhance dev/run to use pbkdf2 with sha256
omit 216bb21b6 upgrade password on next session or basic auth
omit c948ba4cb give couch_password_hasher:hash a clearer name
omit 51289692a use couch password cache
omit 18deb1523 in-memory password hash cache
omit 327e5e840 Introduce pbkdf2_prf parameter
add e7ec33b5c Introduce pbkdf2_prf parameter
add d67a57884 in-memory password hash cache
add d22e52c51 use couch password cache
add dc672130b give couch_password_hasher:hash a clearer name
add 903eabfed upgrade password on next session or basic auth
add 2c2a944ff Enhance dev/run to use pbkdf2 with sha256
add 9160d9bfb remove all password derivation fields before adding back the
new ones
add 36669ac0b improve assertion failure messages
add d30e3e909 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 (127faa65b)
\
N -- N -- N
refs/heads/decouple_offline_hash_strength_from_online (d30e3e909)
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_password_hasher.erl | 21 ++++++++-------------
src/couch/src/couch_passwords.erl | 3 +++
src/couch/src/couch_passwords_cache.erl | 13 ++++++-------
src/couch/src/couch_primary_sup.erl | 1 -
src/couch/src/couch_users_db.erl | 15 +++++++--------
5 files changed, 24 insertions(+), 29 deletions(-)