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 1e70d90f4 improve assertion failure text
omit 8f5841934 remove all password derivation fields before adding back the
new ones
omit 7ba8340cc upgrade hashes on successful authentication
omit a43ed5f02 enhance dev/run admin hash to pbkdf2:sha256
omit 5d60c83a0 give couch_password_hasher:hash a clearer name
omit 4d58fd94b use couch password cache
omit 975d71501 in-memory password hash cache
omit 8618ec228 Introduce pbkdf2_prf parameter
omit d51b244d9 switch PBKDF2 to fast_pbkdf2
new 2f443ea26 switch PBKDF2 to fast_pbkdf2
new d2dc2f520 Introduce pbkdf2_prf parameter
new e19904763 in-memory password hash cache
new eda7dd0fb use couch password cache
new 90e740936 give couch_password_hasher:hash a clearer name
new 228c3931c enhance dev/run admin hash to pbkdf2:sha256
new c4051891d upgrade hashes on successful authentication
new 1f33d6a0b remove all password derivation fields before adding back the
new ones
new 9c7737ecd improve assertion failure text
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 (1e70d90f4)
\
N -- N -- N
refs/heads/decouple_offline_hash_strength_from_online (9c7737ecd)
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.
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/couch/src/couch_passwords.erl | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)