17 Oct, 2007
6 commits
-
…e where use-ssl needs to be toggled between true and false when enabling and disabling ssl functionality. git-svn-id: https://svn.forgerock.org/opendj/trunk@3323 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Update the wrapping code to take into consideration the Windows constraints. git-svn-id: https://svn.forgerock.org/opendj/trunk@3322 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3321 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…he Cancel operation. Now the user does not have to wait until the end of the download to stop the setup process nor to the end of the replication initialization. However there is one thing that is missing: currently there is no mechanism to stop the offline import that we propose. The code has been modified in order to have a placeholder to implement the code once that the stop of the offline import is allowed. git-svn-id: https://svn.forgerock.org/opendj/trunk@3320 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3319 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The issue can only be reproductible when the GUI cannot be launched (for DISPLAY problems for instance). The fix consists of having the same behavior when we launch the CLI directly and when we launch the CLI after the GUI launched failed. git-svn-id: https://svn.forgerock.org/opendj/trunk@3318 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Oct, 2007
9 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3317 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…if, export-ldif, backup, and restore) can now be interrupted for purposes of cancellation. The manage-tasks utility now allows the user to cancel any one of these tasks if they are currently running. If interrupted while executing, the tasks try to break out of their work loop as soon as possible and return a 'stopped by administrator' status. Both the backup and export-ldif tasks perform some cleanup (removing the abandoned backup or exported LDIF file) if they are cancelled. git-svn-id: https://svn.forgerock.org/opendj/trunk@3316 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3315 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
….toMessage call Raw.toMessage(MessageBuilder.toString). git-svn-id: https://svn.forgerock.org/opendj/trunk@3314 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3313 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Update the number of entries in the zip file so that the progress bar does not go backwards. git-svn-id: https://svn.forgerock.org/opendj/trunk@3312 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3311 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3310 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…eplica data , the replica must update the replication server with the missing changes. 1 line fix , the entryUUID attribute must be part of the searched attributes in order to rebuild the operations - and created unit tests for this. git-svn-id: https://svn.forgerock.org/opendj/trunk@3309 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Oct, 2007
3 commits
-
CryptoManager Add a single-byte version number prefix to the ciphertext prologue to allow for configurable options (e.g., signed hash in the backup stream). The current version produced and accepted is 0x01. git-svn-id: https://svn.forgerock.org/opendj/trunk@3308 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3307 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3306 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Oct, 2007
2 commits
-
CryptoManager Step 3. Factor interface from CryptoManager implementation. git-svn-id: https://svn.forgerock.org/opendj/trunk@3305 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
CryptoManager Step 2. Factor interface from implementation. git-svn-id: https://svn.forgerock.org/opendj/trunk@3304 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Oct, 2007
2 commits
-
CryptoManager Step 1 to factor a CryptoManager interface from the implementation. git-svn-id: https://svn.forgerock.org/opendj/trunk@3303 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
CryptoManager - Add config test for encryption and key-wrapping cipher transformation syntax algorithm/mode/padding - elide duplicate configuration validation and assignment code git-svn-id: https://svn.forgerock.org/opendj/trunk@3302 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Oct, 2007
4 commits
-
…ns the ability to be rendered in locales different that the local locale. git-svn-id: https://svn.forgerock.org/opendj/trunk@3301 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3300 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3299 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3298 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Oct, 2007
5 commits
-
CryptoManager - publish instance-key public-key-certificate in 'cn=instance keys,cn=admin data' at instance initialization - misc cleanup in StaticUtils git-svn-id: https://svn.forgerock.org/opendj/trunk@3297 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3296 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… one in lower case to retrieve the attribute value position and the other respecting the case to get the actual values. With the previous code if a path contained capital letters the code failed and some paths under the installation appeared as external files. git-svn-id: https://svn.forgerock.org/opendj/trunk@3295 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Fix unit-test 'beforeclass' and 'afterclass' git-svn-id: https://svn.forgerock.org/opendj/trunk@3294 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3293 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Oct, 2007
9 commits
-
bin/restore of encrypted or signed backup requires online server instance git-svn-id: https://svn.forgerock.org/opendj/trunk@3292 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3291 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…, its preferred cipher and mac algorithms and the associated key lengths. git-svn-id: https://svn.forgerock.org/opendj/trunk@3290 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
bin/backup --encrypt and --signHash require online backup git-svn-id: https://svn.forgerock.org/opendj/trunk@3289 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3288 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
remove redundant server property BACKUP_PROPERTY_CIPHER_ALGORITHM The cipher algorithm used is encoded in the backup data prologue. git-svn-id: https://svn.forgerock.org/opendj/trunk@3287 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3286 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Enable password storage schemes based on encryption now that issue 466 (CryptoManager) features are implemented. git-svn-id: https://svn.forgerock.org/opendj/trunk@3285 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
CryptoManger comment, todo cleanup git-svn-id: https://svn.forgerock.org/opendj/trunk@3284 41b1ffd8-f28e-4786-ab96-9950f0a78031