23 Oct, 2008
1 commit
-
- An updated version of the underlying database. BDB JE 3.3 is now used. - Attribute API refactoring providing a better abstraction and offering improved performances. - A new GUI called the Control-Panel to replace the Status-Panel: the specifications for this GUI are available on OpenDS Wiki and contains a link to a mockup. See <https://www.opends.org/wiki/page/ControlPanelUISpecification>. - Some changes in the replication protocol to implement "Assured Replication Mode". The specifications are on OpenDS Wiki at <https://www.opends.org/wiki/page/AssuredMode> and section 7 described some of the replication changes required to support this. Assured Replication is not finished, but the main replication protocol changes to support it are done. As explained by Gilles on an email on the Dev mailing list (http://markmail.org/message/46rgo3meq3vriy4a), with these changes the newer versions of OpenDS may not be able to replicate with OpenDS 1.0 instances. - Support for Service Tags on the platforms where the functionality is available and enabled. Specifications are published at <https://www.opends.org/wiki/page/OpenDSServiceTagEnabled>. For more information on Service Tags see <http://wikis.sun.com/display/ServiceTag/Sun+Service+Tag+FAQ>. - The Admin Connector service. In order to provide agentry of the OpenDS server at any time, a new service has been added, dedicated to the administration, configuration and monitoring of the server. An overview of the Admin Connector service and it's use is available on the OpenDS wiki <https://www.opends.org/wiki/page/ManagingAdministrationTrafficToTheServer> - Updates to the various command line tools to support the Admin Connector service. - Some internal re-architecting of the server to put the foundation of future developments such as virtual directory services. The new NetworkGroups and WorkFlow internal services which have been specified in <https://www.opends.org/wiki/page/BasicOperationRoutingThroughNetworkGroup> are now implemented. - Many bug fixes... This set of changes may have an impact on current clients and deployments, however it should be possible to upgrade existing 1.0 instances. Some of the changes impacting the clients include : - Scripts using the command line tools including dsconfig will need to be updated (usually to remove some no longer required options). git-svn-id: https://svn.forgerock.org/opendj/trunk@4531 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Oct, 2008
2 commits
-
The solution involves upgrading svnkit to version 1.2.0 and updating code calling svnkit. git-svn-id: https://svn.forgerock.org/opendj/trunk@4530 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4529 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Oct, 2008
1 commit
-
Add the option to use JCEKS store type in setup. The code is analogous to the one used for JKS. git-svn-id: https://svn.forgerock.org/opendj/trunk@4528 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Oct, 2008
1 commit
-
Use file canonical form git-svn-id: https://svn.forgerock.org/opendj/trunk@4524 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Oct, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4522 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Oct, 2008
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4521 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Only add the trustStorePassword parameter if the user actually provides it. Do not display the --advanced option in the equivalent command since it makes no sense in not-interactive mode. git-svn-id: https://svn.forgerock.org/opendj/trunk@4520 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Oct, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4518 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Sep, 2008
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4514 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4513 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Sep, 2008
1 commit
-
…er root (OpenDS1.1.0) windows 'cd' cmd should be used with the '/d' modifier git-svn-id: https://svn.forgerock.org/opendj/trunk@4507 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Sep, 2008
1 commit
-
…he protocol value match what was written in the login.conf file. git-svn-id: https://svn.forgerock.org/opendj/trunk@4506 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Sep, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4505 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Sep, 2008
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4504 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The problem was that after a full update the ReplicationDomain restarts the broker before reloading the serverState and generationID. Therefore if the session establishment phase was faster than the initialize thread the generationID that was sent to the ReplicationServer was the old one. The solution is to move the reload of the serverState and generationID before the broker.restart() in ReplicationDomain.initialize() git-svn-id: https://svn.forgerock.org/opendj/trunk@4503 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When checking if instance and install are in the same dir, we now use the "installation" object. Add also the creation of "instance.loc" when upgrading from 1.0.0 git-svn-id: https://svn.forgerock.org/opendj/trunk@4502 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4501 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Sep, 2008
4 commits
-
Two liner to fix attribute type lookup in geteffective rights ACI class, git-svn-id: https://svn.forgerock.org/opendj/trunk@4500 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4499 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4498 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4497 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Sep, 2008
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4496 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4495 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4494 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Sep, 2008
6 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4493 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4492 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4491 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
an "Install Layout" (the binaries) and an "Instance Layout" (the user data). git-svn-id: https://svn.forgerock.org/opendj/trunk@4490 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
an "Install Layout" (the binaries) and an "Instance Layout" (the user data). git-svn-id: https://svn.forgerock.org/opendj/trunk@4489 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This problem happens because the cache of messages kept by the Replication Servers are limited only by the a number of messages. In the particular case of this tests, the entries used are very large and modifications are done using large attribute values. This cause the Replication Server caches to become too large and the JVM runs out of memory. The solution is to account not only for the number of messages but also for the total number of bytes in the queues and to stop caching messages in the queue when the maximum size is reached. git-svn-id: https://svn.forgerock.org/opendj/trunk@4488 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Sep, 2008
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4487 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…" directory to "/tests/staf-tests" directory. git-svn-id: https://svn.forgerock.org/opendj/trunk@4486 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Sep, 2008
2 commits
-
The values is configured in second and must be converted in millisecond before being used. git-svn-id: https://svn.forgerock.org/opendj/trunk@4485 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4484 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Sep, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4483 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Sep, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4482 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Sep, 2008
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4481 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4480 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Aug, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4479 41b1ffd8-f28e-4786-ab96-9950f0a78031