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
discard b3dab81f9 Password hash upgrade tests
discard f706c445f improve assertion failure messages
discard 8613a81bb remove all password derivation fields before adding back the
new ones
discard 45dd6bf0d Enhance dev/run to use pbkdf2 with sha256
discard 74d7a7dd7 upgrade password on next session or basic auth
add 62d8acd64 upgrade password on next session or basic auth
add a026dbe2c Enhance dev/run to use pbkdf2 with sha256
add deceb41a5 remove all password derivation fields before adding back the
new ones
add f0e0791a7 improve assertion failure messages
add 832a9b0c8 Password hash upgrade tests
add c925bf557 increase default password iterations to 50000
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 (b3dab81f9)
\
N -- N -- N
refs/heads/decouple_offline_hash_strength_from_online (c925bf557)
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/couch/src/couch_password_hasher.erl | 12 +++++-------
src/couch/src/couch_passwords.erl | 2 +-
src/couch/src/couch_users_db.erl | 2 +-
4 files changed, 8 insertions(+), 10 deletions(-)