This is an automated email from the ASF dual-hosted git repository.
btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from b5f3e0b JAMES-3636 Unit tests for plainAuthDisallowed (#770)
new ae2cc2b JAMES-3674 Move DigestUtil into DefaultUser
new 72f570b JAMES-3674 DefaultUser.digestString should take salt into
account
new 43647d0 JAMES-3674 DefaultUser.digestString: extract base64 encoding
to a sub-method
new d0e76a3 JAMES-3674 Have hashing logic encapsulated with algorithm
new bc10bab JAMES-3674 PBKDF2 hashing
new 36c06cd JAMES-3674 Adopt PBKDF2 in default configuration
new c7a132c JAMES-3674 PBKDF2 should be the default choice
new 84d5acc JAMES-3674 Document PBKDF2 usage for usersrepository.xml
new 77bb17b JAMES-3674 PBKDF2 extract default constants
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:
.../sample-configuration/usersrepository.xml | 2 +-
.../ROOT/pages/configure/usersrepository.adoc | 4 +-
.../sample-configuration/usersrepository.xml | 2 +-
.../sample-configuration/usersrepository.xml | 2 +-
.../sample-configuration/usersrepository.xml | 2 +-
.../sample-configuration/usersrepository.xml | 2 +-
.../sample-configuration/usersrepository.xml | 2 +-
.../CassandraRepositoryConfiguration.java | 2 +-
.../org/apache/james/user/jpa/JPAUsersDAO.java | 2 +-
.../org/apache/james/user/jpa/model/JPAUser.java | 3 +
.../org/apache/james/user/lib/model/Algorithm.java | 139 +++++++++++++++
.../apache/james/user/lib/model/DefaultUser.java | 42 ++---
.../org/apache/james/user/lib/util/DigestUtil.java | 163 -----------------
.../apache/james/user/lib/model/AlgorithmTest.java | 193 ++++++++++++++++++++-
.../james/user/lib/model/DefaultUserTest.java | 8 +-
.../apache/james/user/lib/util/DigestUtilTest.java | 92 ----------
.../apache/james/user/memory/MemoryUsersDAO.java | 4 +-
src/site/xdoc/server/config-users.xml | 4 +-
18 files changed, 372 insertions(+), 296 deletions(-)
delete mode 100644
server/data/data-library/src/main/java/org/apache/james/user/lib/util/DigestUtil.java
delete mode 100644
server/data/data-library/src/test/java/org/apache/james/user/lib/util/DigestUtilTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]