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 751cc6c3b improve assertion failure messages
omit 12ae377ac remove all password derivation fields before adding back the
new ones
omit e219ee352 upgrade hashes on successful authentication
omit 9ad051ea0 enhance dev/run admin hash to pbkdf2:sha256
omit 6fce968e5 give couch_password_hasher:hash a clearer name
omit 0fcef3b4f use couch password cache
omit 139cf454c in-memory password hash cache
omit e31151bb6 Introduce pbkdf2_prf parameter
omit d5256be59 optimize couch_passwords:verify for OTP 25+
omit b48580ab8 switch PBKDF2 to fast_pbkdf2
add 0baef2a2b remove pre-emptive cookie on successful basic auth
add 335fc092e switch PBKDF2 to fast_pbkdf2
add 30012ba8c optimize couch_passwords:verify for OTP 25+
add e3c6a3686 Introduce pbkdf2_prf parameter
add a43dbcff3 in-memory password hash cache
add acecbb8a6 use couch password cache
add 72d1d5053 give couch_password_hasher:hash a clearer name
add 3b8dda2d1 enhance dev/run admin hash to pbkdf2:sha256
add 82c8ae609 remove all password derivation fields before adding back the
new ones
add 4e4fa9f97 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 (751cc6c3b)
\
N -- N -- N
refs/heads/decouple_offline_hash_strength_from_online (4e4fa9f97)
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 | 57 ++++++--------------------------------
1 file changed, 9 insertions(+), 48 deletions(-)