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 af715b28d improve assertion failure messages
    omit a5016e07a remove all password derivation fields before adding back the 
new ones
    omit 4c09bfb10 enhance dev/run admin hash to pbkdf2:sha256
     add d318e1fcc upgrade password on next session or basic auth
     add 30a6604a0 Enhance dev/run to use pbkdf2 with sha256
     add dfaeb60c0 remove all password derivation fields before adding back the 
new ones
     add 176126f5f improve assertion failure messages
     add 2c11b61ef 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   (af715b28d)
            \
             N -- N -- N   
refs/heads/decouple_offline_hash_strength_from_online (2c11b61ef)

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_httpd_auth.erl          | 17 +++--
 src/couch/src/couch_password_hasher.erl     |  7 ++-
 test/elixir/test/config/skip.elixir         |  3 -
 test/elixir/test/users_db_security_test.exs | 98 ++++++++++++++++++++++++++---
 4 files changed, 103 insertions(+), 22 deletions(-)

Reply via email to