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

pgamba
18.23.2007 3cf4637272ae21317e3c5fb5a53bb1d05bd03c6b
18.23.2007 pgamba
Fix 2416 - authentication pb when setting replication on windows
tree@ 3cf463 commitdiff
18.07.2007 david_page
no issue CryptoManager 1. remove shared secret key wrapping transformation ...
tree@ 22e458 commitdiff
18.01.2007 dugan
Fix regression where the error code returned for improperly formatted ACIs ...
tree@ dc64fc commitdiff
17.23.2007 david_page
no issue CryptoManager RC4 -> RC4/NONE/NoPadding
tree@ ebce80 commitdiff
17.58.2007 jvergara
Fix for issue 2278.
tree@ 81913e commitdiff
16.19.2007 kenneth_suter
Issue 2368: tasks should be interruptable. The four schedulable task (impo...
tree@ 742e19 commitdiff
16.50.2007 coulbeck
Fix bug in key length causing multiple secret keys to be generated for the ...
tree@ 513f43 commitdiff
16.21.2007 jvergara
Fix a typo in a comment.
tree@ 76698e commitdiff
16.12.2007 pgamba
Fix a bug where replace mod is erroneously changed to del mod
tree@ 3d6721 commitdiff
16.10.2007 pgamba
When a replica connects to a replication server that is "late" compared to ...
tree@ 2dd63b commitdiff
15.37.2007 david_page
no issue CryptoManager Add a single-byte version number prefix to the ciphe...
tree@ f4a89c commitdiff
15.48.2007 coulbeck
Get rid of trust store debug caught errors on server start.
tree@ 0dacc0 commitdiff
14.32.2007 david_page
No issue. CryptoManager Step 3. Factor interface from CryptoManager impleme...
tree@ cf9a9c commitdiff
14.17.2007 david_page
No issue. CryptoManager Step 2. Factor interface from implementation.
tree@ bed568 commitdiff
14.45.2007 david_page
No issue. CryptoManager Step 1 to factor a CryptoManager interface from the...
tree@ 3f2d6d commitdiff
13.28.2007 david_page
no issue CryptoManager - Add config test for encryption and key-wrapping ci...
tree@ 38c695 commitdiff
12.54.2007 pgamba
Fix #2441 - Replication Changes backend default path is absolute
tree@ 06bc75 commitdiff
12.48.2007 lutoff
Fix for issue #2207 (setup/ADS does not add registered server in group"ALL")
tree@ 00d868 commitdiff
11.53.2007 david_page
issue 466 (partial) CryptoManager - publish instance-key public-key-certifi...
tree@ f8e6ba commitdiff
11.47.2007 lutoff
Fix create-ads: backend name should not be mandatory as it's always exit in...
tree@ 7a2d5e commitdiff
11.02.2007 david_page
issue 2440 bin/restore of encrypted or signed backup requires online server...
tree@ 3818e8 commitdiff
10.23.2007 coulbeck
Replace System.out and System.err with a null PrintStream when constructing...
tree@ 87918c commitdiff
10.29.2007 coulbeck
Add configuration properties for the crypto manager's preferred digest algo...
tree@ 149156 commitdiff
10.08.2007 david_page
issue 2440 bin/backup --encrypt and --signHash require online backup
tree@ 116c86 commitdiff
10.38.2007 david_page
issue 466 (partial) remove redundant server property BACKUP_PROPERTY_CIPHER...
tree@ 9037f6 commitdiff
10.02.2007 david_page
issue 466 (partial) CryptoManger comment, todo cleanup
tree@ 47fb2d commitdiff
09.47.2007 david_page
issue 466 (partial) Remove "SECRET_KEY" from ds-cfg-symmetric-key attribute...
tree@ 24a72e commitdiff
09.54.2007 coulbeck
More changes for Issue 466. When importing a secret key entry from ADS into...
tree@ bed785 commitdiff
09.18.2007 david_page
issue 466 (partial) CryptoManager final i18n cleanup
tree@ d2b556 commitdiff
09.33.2007 david_page
issue 466 (partial) CryptoManager more i18n cleanup
tree@ 3530ef commitdiff
09.40.2007 david_page
issue 466 (partial) CryptoManager more i18n cleanup
tree@ 348e07 commitdiff
08.45.2007 david_page
issue 466 (partial) CryptoManager more i18n cleanup
tree@ 47784e commitdiff
08.53.2007 david_page
issue 466 (partial) CryptoManager some more i18n changes maybe fix unit tes...
tree@ daf27d commitdiff
05.11.2007 david_page
issue 466 (partial) CryptoManager more TODO: i18n cleanup
tree@ 1da407 commitdiff
05.25.2007 david_page
Issue 466 (partial) CryptoManager start on TODO: i18n
tree@ 4cbaa8 commitdiff
05.42.2007 david_page
Issue 466 (partial) CryptoManager use message from chained exception.
tree@ f3345e commitdiff
05.20.2007 lutoff
Fix for issue #2404 (ds-start --systemInfo does not detect 64 bits amd64 So...
tree@ 6897ea commitdiff
05.57.2007 coulbeck
Fix a test case failure caused by the previous commit.
tree@ 7fbec0 commitdiff
04.31.2007 david_page
Issue 466 (partial) CrytoManager cleanup
tree@ 982d7d commitdiff
04.36.2007 coulbeck
Use ConcurrentHashMap for the secret key caches to make access to them thre...
tree@ 547646 commitdiff
04.07.2007 david_page
Issue 466 (partial) CryptoManager More secret key stuff; testcases.
tree@ 92de86 commitdiff
04.18.2007 coulbeck
Enable test case org.opends.server.types.CryptoManagerTestCase#testCompromi...
tree@ 8d6af0 commitdiff
04.50.2007 coulbeck
More changes for issue 466. Publish newly generated keys in the ADS branch.
tree@ 679e3b commitdiff
03.47.2007 david_page
Issue 466 (partial) more secret key stuff
tree@ f05fbb commitdiff
03.14.2007 lutoff
Fix for issue #2409 (CLI-olh have two -V's )
tree@ 9f0aa5 commitdiff
03.45.2007 lutoff
Add filename part of managed properties
tree@ ad6e32 commitdiff
03.46.2007 lutoff
Modifications related to issue https://opends.dev.java.net/issues/show_bug....
tree@ 323e0d commitdiff
02.15.2007 david_page
issue 466 (partial) secret key re-wrapping (extended operation support)
tree@ 1157e1 commitdiff
02.22.2007 abobrov
- [Issue 2406] supportedControl in DSE does not display all the supported ...
tree@ d91294 commitdiff
02.28.2007 kenneth_suter
Addresses issue 2370 in which the non-interactive option issued a success m...
tree@ 74b832 commitdiff
first | « prev | next »