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 5ad15d50e update Makefile.win to match
    omit a0065b0a0 increase default password iterations to 50000
    omit 6917028b9 Password hash upgrade tests
    omit b1609e45c improve assertion failure messages
    omit 7c7981ad9 remove all password derivation fields before adding back the 
new ones
    omit 6abf0c13c Enhance dev/run to use pbkdf2 with sha256
    omit d5d4ad56a upgrade password on next session or basic auth
    omit 3ddf88e79 give couch_password_hasher:hash a clearer name
    omit 1a8e725cb use couch password cache
    omit 16b917640 in-memory password hash cache
    omit 821e582c8 Introduce pbkdf2_prf parameter
    omit 092b5add7 optimize couch_passwords:verify for OTP 25+
    omit b29228fb0 switch PBKDF2 to fast_pbkdf2
    omit 11991883a Import fast_pbkdf2 at f47dc6c12ae9bb6
    omit c2e48ce00 remove pre-emptive cookie on successful basic auth
     add be6124aab Wait for newly set admin creds to be hashed in setup
     add 77e13f620 remove pre-emptive cookie on successful basic auth
     add 4dffd0863 Import fast_pbkdf2 at f47dc6c12ae9bb6
     add 74acb57fc switch PBKDF2 to fast_pbkdf2
     add 7b4fb84b5 optimize couch_passwords:verify for OTP 25+
     add 4cb3f8aec Introduce pbkdf2_prf parameter
     add 0d4398a50 in-memory password hash cache
     add 6104a170c use couch password cache
     add c3f8dc92a give couch_password_hasher:hash a clearer name
     add fb7f50b20 upgrade password on next session or basic auth
     add 90c56b68f Enhance dev/run to use pbkdf2 with sha256
     add 061ae0c45 remove all password derivation fields before adding back the 
new ones
     add 04dfd4246 improve assertion failure messages
     add d1db29055 Password hash upgrade tests
     add ff7e37eda increase default password iterations to 50000
     add e8e7d93f5 update Makefile.win to match

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   (5ad15d50e)
            \
             N -- N -- N   
refs/heads/decouple_offline_hash_strength_from_online (e8e7d93f5)

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 ++++++-
 src/setup/src/setup.erl                 | 16 +++++++++++++++-
 2 files changed, 21 insertions(+), 2 deletions(-)

Reply via email to