mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

davidely
03.13.2007 77077b7b3b33b117384c7bcaf73d839777ae638c
refs
author davidely <davidely@localhost>
Thursday, May 3, 2007 22:13 +0200
committer davidely <davidely@localhost>
Thursday, May 3, 2007 22:13 +0200
commit77077b7b3b33b117384c7bcaf73d839777ae638c
tree 38543ce094dd684fbefafb00a7ab367faa0c783d tree | zip | gz
parent 144f95f8456e68f7ac77ae7ed574ba9444fcddd2 view | diff
This is a checkin for Issue #311 "CRYPT Storage Scheme Support".  This
code was contributed externally by java.net user bdamm.

The crypt implementation itself was ported from the C-based one
OpenSolaris. Since the OpenSolaris code is covered under the CDDL,
we're okay to include it in OpenDS, but I've opened issue 1573 to
remind us to make sure that we got all of the copyrights right etc.
5 files added
4 files modified
5450 ■■■■■ changed files
opends/resource/config/config.ldif 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/CryptPasswordStorageScheme.java 314 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/ExtensionsConstants.java 8 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/Crypt.java 490 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/resource/password-with-all-crypt-salts.txt 4096 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 67 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/CryptPasswordStorageSchemeTestCase.java 67 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PasswordStorageSchemeTestCase.java 120 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestCrypt.java 281 ●●●●● diff | view | raw | blame | history