------------------------------------------------------------------------ r3656 | smaguin | 2008-01-11 02:24:12 -0600 (Fri, 11 Jan 2008) | 2 lines fix dsconfig interface 's changes ------------------------------------------------------------------------ r3657 | lfrost | 2008-01-11 05:04:04 -0600 (Fri, 11 Jan 2008) | 1 line Typo in dsjavaproperties output ------------------------------------------------------------------------ r3658 | al_xipe | 2008-01-11 09:20:30 -0600 (Fri, 11 Jan 2008) | 1 line fixed path typo ------------------------------------------------------------------------ r3659 | gary_williams | 2008-01-11 11:25:11 -0600 (Fri, 11 Jan 2008) | 2 lines fix Java -> JAVA introduced in revision 3630 ------------------------------------------------------------------------ r3661 | matthew_swift | 2008-01-14 04:25:08 -0600 (Mon, 14 Jan 2008) | 1 line Add default ordering index for ds-sync-hist. This attribute index is required for replication. ------------------------------------------------------------------------ r3662 | matthew_swift | 2008-01-14 04:43:58 -0600 (Mon, 14 Jan 2008) | 16 lines Partial fix for issue 2661 - public APIs must not reference private classes. In org.opends.server.admin.Configuration replace ManagedObjectDefinition<...,...> definition() With: Class configurationClass() And remove method: ServerManagedObject<...> managedObject() This decouples generated server-side management APIs from the rest of the framework with the exception of configuration listeners. ------------------------------------------------------------------------ r3663 | gbellato | 2008-01-14 06:46:48 -0600 (Mon, 14 Jan 2008) | 1 line Disable the Replication Stress test that is causing dead lock of the acceptance ------------------------------------------------------------------------ r3664 | jvergara | 2008-01-14 06:51:58 -0600 (Mon, 14 Jan 2008) | 4 lines Fix for issue 2814 (dsreplication enable fails with Error updating Registration information. Details: ADSContextException: error) Consider the case when the administrator is already defined. ------------------------------------------------------------------------ r3665 | al_xipe | 2008-01-14 08:15:59 -0600 (Mon, 14 Jan 2008) | 1 line adding tunings script for opends benchmarks ------------------------------------------------------------------------ r3666 | lutoff | 2008-01-14 09:11:07 -0600 (Mon, 14 Jan 2008) | 1 line Fix for issue #2640 (Provide RPM delivery) ------------------------------------------------------------------------ r3667 | dugan | 2008-01-14 10:19:47 -0600 (Mon, 14 Jan 2008) | 1 line Fix erroneous post disconnect message. ------------------------------------------------------------------------ r3668 | ugaston | 2008-01-14 11:16:43 -0600 (Mon, 14 Jan 2008) | 1 line New functions for replication tests ------------------------------------------------------------------------ r3669 | matthew_swift | 2008-01-14 12:53:41 -0600 (Mon, 14 Jan 2008) | 3 lines Add support to admin framework for retrieving an i18n description of the constraints applicable to an aggregation property. This is required for issue 2004 (HTML configuration guide generation). Two new methods are added to the AggregationPropertyDefinition: getSourceConstraintSynopsis() and getSourceConstraintSynopsis(Locale). All aggregation definitions which had constraints have been updated to included the description. In addition, dsconfig is modified to output the constraint description when displaying verbose help on aggregation properties. ------------------------------------------------------------------------ r3670 | gbellato | 2008-01-15 07:55:33 -0600 (Tue, 15 Jan 2008) | 4 lines Fix for issue 2805 : purge delay parameter not taken into account online. When setting the Replication purge delay this was not propagated to the DB handler and therefore not taken into account until after server restart. ------------------------------------------------------------------------ r3671 | gbellato | 2008-01-15 07:56:43 -0600 (Tue, 15 Jan 2008) | 4 lines Fix for issue 2823 : Replication Heartbeat thread dies A break statement is badly positionned in the ReplicationMonitor run method and can cause the heartbeat Monitor thread to die to quickly ------------------------------------------------------------------------ r3672 | lutoff | 2008-01-15 08:04:39 -0600 (Tue, 15 Jan 2008) | 1 line Add missing " in the spec file ------------------------------------------------------------------------ r3673 | matthew_swift | 2008-01-15 08:25:18 -0600 (Tue, 15 Jan 2008) | 3 lines Fix issue 2827: Messages constructed from a MessageBuilder should have a sensible category and severity. Modify the MessageBuilder.toMessage() method so that constructed Messages have a sensible Category and Severity. Now the Category and Severity are based on the first object appended to the MessageBuilder. If that object is a Message then the MessageBuilder will use the Category and Severity of that Message, otherwise it will continue the current default behavior which is to use Category.USER_DEFINED and Severity.INFORMATION. ------------------------------------------------------------------------ r3674 | lutoff | 2008-01-15 08:27:30 -0600 (Tue, 15 Jan 2008) | 5 lines Fix for issue #2806 (Use of com.sun.management.OperatingSystemMXBean breaks AIX) Instead of using "com.sun.management.OperatingSystemMXBean", we now introspect in MXBean in order to see if it's a Sun implementation. ------------------------------------------------------------------------ r3675 | lutoff | 2008-01-15 08:28:14 -0600 (Tue, 15 Jan 2008) | 4 lines Fix for issue #2806 (Use of com.sun.management.OperatingSystemMXBean breaks AIX) Instead of using "com.sun.management.OperatingSystemMXBean", we now introspect in MXBean in order to see if it's a Sun implementation. ------------------------------------------------------------------------ r3676 | lutoff | 2008-01-15 10:40:08 -0600 (Tue, 15 Jan 2008) | 1 line change rpm spec file generation ant task from typedef to taskdef ------------------------------------------------------------------------ r3677 | jvergara | 2008-01-15 11:36:59 -0600 (Tue, 15 Jan 2008) | 6 lines Fix for issue 2818 (Cannot start replication ifthe second server created using quicksetup tool) I have not been able to reproduce the problem as described in the bug report but there was a bug with the ApplicationTrustManager used by the Web Start installer: in fact when the user accepted the certificates it was not updated properly and this generated connection problems. Since with these modifications I am not able to reproduce the issue I am marking the bug as fixed. ------------------------------------------------------------------------ r3678 | jvergara | 2008-01-15 18:06:38 -0600 (Tue, 15 Jan 2008) | 6 lines Fix for issue 2817 (Command backup should detect dupplicated backupID and exit on error rather than trying to process). Check whether the user provided several times the same backend ID. Appart from that and to be consistent with the other CLIs display the usage when there is an incompatibility with the provided arguments. ------------------------------------------------------------------------ r3679 | jvergara | 2008-01-15 18:23:52 -0600 (Tue, 15 Jan 2008) | 2 lines Update copyrights. ------------------------------------------------------------------------ r3680 | matthew_swift | 2008-01-16 02:33:57 -0600 (Wed, 16 Jan 2008) | 8 lines Fix for issue 2830: Improvements to build "test" target. This change modifies the Ant "test" target so that it is as lightweight as possible but forgiving for first-time users. The test target now checks to see if there is an OpenDS.zip package in build/packages and, if there is, it simply recompiles the Java source files (no message generation or admin framework code generation). If no OpenDS.zip package is found then it automatically invokes the "package" target so it is now possible to do the following: ./build.sh clean ./build.sh test ------------------------------------------------------------------------ r3681 | lutoff | 2008-01-16 06:21:57 -0600 (Wed, 16 Jan 2008) | 1 line remove temporary files for RPM built ------------------------------------------------------------------------ r3683 | lutoff | 2008-01-16 07:13:22 -0600 (Wed, 16 Jan 2008) | 3 lines encryptLDIF and signhash are not yet implemented. (see issue #27 #28 #2737 #2739) Hide the corresponding arguments ------------------------------------------------------------------------ r3685 | lutoff | 2008-01-16 09:11:02 -0600 (Wed, 16 Jan 2008) | 3 lines Fix for issue #2414 (backup exit status 0 (== OK) despite SEVERE_ERROR reported). If we encounter an error during the processing, we return 1 ------------------------------------------------------------------------ r3686 | boli | 2008-01-16 17:19:50 -0600 (Wed, 16 Jan 2008) | 4 lines This fix removes the option to use nanosecond etime resolution as a JVM property. It is now a global configuration attribute. Due to the 10% throughput decrease I saw when using System.nanoTime, the default still uses System.currentTimeMillis to timestamp operations. System.nanoTime will only be used when the ds-cfg-etime-resolution attribute is set to nano-seconds. Fix for issue 2499 ------------------------------------------------------------------------ r3687 | jvergara | 2008-01-17 02:50:31 -0600 (Thu, 17 Jan 2008) | 7 lines Fix for 2811 (dsreplication disable doesn't remove references to current server from replicated servers) The fix makes dsreplication enable and dsreplication disable symmetric. When the user disables the last replicated suffix, we inform that the replication server will also be disabled. So when the last repilcated suffix is disabled, replication on cn=schema and cn=admin data are also disabled and the registration information updated properly. Some changes have been made in ADSContext to make registerServer and unregisterServer symmetric: unregisterServer removes the references to the server keys and also the references to the server in the different server groups. The code of DsFrameworkCliServer.java has also been updated since ADSContext.unregisterServer already updates the server groups. ------------------------------------------------------------------------ r3688 | lutoff | 2008-01-17 02:54:44 -0600 (Thu, 17 Jan 2008) | 3 lines fix for issue #2836 (dsconfig: after failed 1st attempt, 2nd attempt to connect to server exits) Add a close method in the ManagementContextFactory interface ------------------------------------------------------------------------ r3689 | jcambon | 2008-01-17 03:59:46 -0600 (Thu, 17 Jan 2008) | 8 lines This is a new feature : automatically generate HTML configuration guide (issue #2004) This new doc generation is included in the build.xml : - a new target has been added : "docgen" - this target is called at the same level as the javadoc target (i.e. from "all" and "nightly" targets) - the doc is generated at : build/docgen/configuration_guide (note that Brian is still working on the mockup, so the headers of the pages will have a nicer look) ------------------------------------------------------------------------ r3690 | matthew_swift | 2008-01-17 06:24:57 -0600 (Thu, 17 Jan 2008) | 1 line Remove extraneous whitespace and add correct svn property svn:eol-style to native. ------------------------------------------------------------------------ r3691 | jcambon | 2008-01-17 09:14:42 -0600 (Thu, 17 Jan 2008) | 1 line Move configuration stylesheet from resource/config to resource/admin ------------------------------------------------------------------------ r3693 | jvergara | 2008-01-17 12:44:05 -0600 (Thu, 17 Jan 2008) | 2 lines Add some comments for translators. ------------------------------------------------------------------------ r3694 | matthew_swift | 2008-01-18 03:42:39 -0600 (Fri, 18 Jan 2008) | 2 lines Fix erroneous categorization of workflow related components. They should be in core. ------------------------------------------------------------------------ r3695 | mrossign | 2008-01-18 04:18:24 -0600 (Fri, 18 Jan 2008) | 3 lines Fix for 1288: Synchronization plugin should not create 10 listener threads for each baseDn ------------------------------------------------------------------------ r3696 | jcambon | 2008-01-18 04:54:06 -0600 (Fri, 18 Jan 2008) | 1 line Adding missing package-info.java file for new package ------------------------------------------------------------------------ r3697 | ctissot | 2008-01-18 05:07:47 -0600 (Fri, 18 Jan 2008) | 1 line Fixed warnings in javadoc claiming enums not found. ------------------------------------------------------------------------ r3698 | jvergara | 2008-01-18 05:08:50 -0600 (Fri, 18 Jan 2008) | 2 lines Fix for issue 2849: localize the labels in the usage message. ------------------------------------------------------------------------ r3699 | andrug | 2008-01-18 08:19:52 -0600 (Fri, 18 Jan 2008) | 1 line add testcase for issue 423 Static Group Nesting Support ------------------------------------------------------------------------ r3700 | jvergara | 2008-01-18 09:03:27 -0600 (Fri, 18 Jan 2008) | 3 lines Fix for issue 2822 (Config file should be read-protected) Update the permissions of the root file of the installation (in the diffs is proposed to be 700). This is done in build.xml when generating the zip file and in the web start installer. ------------------------------------------------------------------------ r3701 | ugaston | 2008-01-18 09:37:29 -0600 (Fri, 18 Jan 2008) | 1 line Fix problem in repl encryption suite + apply style rules ------------------------------------------------------------------------ r3702 | mrossign | 2008-01-18 10:04:31 -0600 (Fri, 18 Jan 2008) | 2 lines make num-update-replay-threads config parameter not visible in non advanced mode (in dsconfig) ------------------------------------------------------------------------ r3703 | boli | 2008-01-18 10:37:24 -0600 (Fri, 18 Jan 2008) | 4 lines Enhancement to fix for issue 2499. Added nanosecond processing time method to AbstractOperation API. Removed the dashes in the etime resolution configuration enum values. Added get/setUseNanoTime methods to DirectoryServer class Fix for issue 2499 ------------------------------------------------------------------------ r3704 | csovant | 2008-01-18 11:00:10 -0600 (Fri, 18 Jan 2008) | 1 line Change installation path of server used for replication ------------------------------------------------------------------------ r3705 | matthew_swift | 2008-01-20 10:47:31 -0600 (Sun, 20 Jan 2008) | 1 line Tests were pausing the wrong thread: change TimerThread.sleep() to Thread.sleep(). ------------------------------------------------------------------------ r3706 | jvergara | 2008-01-21 04:47:45 -0600 (Mon, 21 Jan 2008) | 4 lines Fix for issue 2855 (setup --ldifFile should give some information about imported entries) Add a reference to the log file created by the setup in the case the user requires more information than the one that is displayed. ------------------------------------------------------------------------ r3707 | mmarie | 2008-01-21 05:18:10 -0600 (Mon, 21 Jan 2008) | 2 lines Removed "bad path element" warnings from the DSML gateway compilation. ------------------------------------------------------------------------ r3708 | matthew_swift | 2008-01-21 06:10:39 -0600 (Mon, 21 Jan 2008) | 3 lines Fix issues 2831 and 1948. Change local DB backend configuration so that db-directory and import-temp-directory properties now name a parent directory within which a sub-directory is created having the same name as the backend-id. This simplifies configuration and reduces the risk of name collisions. ------------------------------------------------------------------------ r3709 | matthew_swift | 2008-01-21 06:17:56 -0600 (Mon, 21 Jan 2008) | 4 lines Fix issue 2850. Modify the LDAPClientConnection.cancelAllOperations(...) method to pre-emptively set a CancelResult in pending operations thus preventing the subsequent cancel request from blocking (this can cause very slow LDAP disconnects and potentially freeze the server). Fix a similar problem that can occur while shutting down the work queue. ------------------------------------------------------------------------ r3710 | jcambon | 2008-01-21 07:42:13 -0600 (Mon, 21 Jan 2008) | 3 lines Related to issue #2004: - Property strings with associated patterns are now supported - Added a space betwenn 'Synopsis' and 'Description' in property table ------------------------------------------------------------------------ r3711 | lfrost | 2008-01-21 07:53:48 -0600 (Mon, 21 Jan 2008) | 1 line Doc review on identity mapper config doc ------------------------------------------------------------------------ r3712 | csovant | 2008-01-21 09:54:02 -0600 (Mon, 21 Jan 2008) | 1 line Update copyright headers ------------------------------------------------------------------------ r3713 | mrossign | 2008-01-21 10:36:27 -0600 (Mon, 21 Jan 2008) | 2 lines Fix for randomly failing replication test (stuck while waiting for some thread death) ------------------------------------------------------------------------ r3714 | boli | 2008-01-21 10:57:16 -0600 (Mon, 21 Jan 2008) | 4 lines Fixed a typo in the logger configuration manager that caused new log publishers to be added twice. Fix for issue 2861 ------------------------------------------------------------------------ r3715 | jvergara | 2008-01-21 12:29:05 -0600 (Mon, 21 Jan 2008) | 4 lines Fix for issue 2862 (Online backup command exit status 0 while backup is failed). The code used to consider the errors during backup as warnings. In general the errors during the backupmean that at least one backend could not be backed up, the modifications simply update the code to return TaskState.STOPPED_BY_ERROR instead of TaskState.COMPLETED_WITH_ERRORS. This is more accurate because if one of the backends is not backed up we should return an error code and because every error detected in the backup code stops the backup processing of a particular backend. ------------------------------------------------------------------------ r3716 | abobrov | 2008-01-22 03:24:00 -0600 (Tue, 22 Jan 2008) | 2 lines disable til the author can resolve constant hangs in this test. ------------------------------------------------------------------------ r3717 | abobrov | 2008-01-22 03:42:30 -0600 (Tue, 22 Jan 2008) | 2 lines - proper handling of in-core restarts and finalization. ------------------------------------------------------------------------ r3718 | abobrov | 2008-01-22 03:45:03 -0600 (Tue, 22 Jan 2008) | 2 lines - with in-core restarts being handled properly for the entry cache framework enable this test again. ------------------------------------------------------------------------ r3719 | jvergara | 2008-01-22 04:05:53 -0600 (Tue, 22 Jan 2008) | 12 lines Fix for 2312. Currently the lines are only wrapped when there is an space. If not it has been decided to make the cell wider than what has been set in the code. I guess that the reason for doing this is to avoid problems grepping on whole words, however I think that the side effect is more negative than the problem that we try to solve. In general tables are printed to help humans to understand the output (and not for scripts). Breaking the whole table structure goes against this principle. ------------------------------------------------------------------------ r3720 | mrossign | 2008-01-22 04:28:45 -0600 (Tue, 22 Jan 2008) | 2 lines partial fix for #1302: on startup servers should wait to catchup before accepting connections ------------------------------------------------------------------------ r3721 | jvergara | 2008-01-22 07:25:24 -0600 (Tue, 22 Jan 2008) | 2 lines Fix a typo. ------------------------------------------------------------------------ r3722 | jvergara | 2008-01-22 07:41:05 -0600 (Tue, 22 Jan 2008) | 2 lines Fix a couple of typos (parentheses were not closed). ------------------------------------------------------------------------ r3723 | mrossign | 2008-01-22 08:05:43 -0600 (Tue, 22 Jan 2008) | 2 lines Re-enable this test as fix for hang has been committed with revision 3720 ------------------------------------------------------------------------ r3724 | jvergara | 2008-01-22 08:22:11 -0600 (Tue, 22 Jan 2008) | 6 lines Fix for issue 2859 (NPE when trying to import after (re)moving db). The problem comes because we were systematically closing the root container but in some cases it was not created. This generated the NullPointerException. ------------------------------------------------------------------------ r3727 | abobrov | 2008-01-22 08:59:10 -0600 (Tue, 22 Jan 2008) | 2 lines - dont try to remove JE env if backend directory for that env doesnt exist. this has been throwing exception for import on empty JEB. ------------------------------------------------------------------------ r3728 | lutoff | 2008-01-22 09:50:12 -0600 (Tue, 22 Jan 2008) | 2 lines starting from rev #3711, the "match-attribute" property has a default value. Some previous invalid config entries are now valid. ------------------------------------------------------------------------ r3729 | abobrov | 2008-01-22 09:50:28 -0600 (Tue, 22 Jan 2008) | 5 lines - rename and move [entry-]cache-preload from default entry cache configuration to global configuration. - abandon default entry cache configuration and objectclass which can be resurrected later if more related configuration attributes come in. - minor cleanup to preload messages. ------------------------------------------------------------------------ r3730 | jvergara | 2008-01-22 10:42:12 -0600 (Tue, 22 Jan 2008) | 2 lines Fix backup test. ------------------------------------------------------------------------ r3731 | jvergara | 2008-01-22 18:01:15 -0600 (Tue, 22 Jan 2008) | 2 lines Use more specific messages when getting an error when creating or deleting the database directories. ------------------------------------------------------------------------ r3734 | abobrov | 2008-01-23 10:53:59 -0600 (Wed, 23 Jan 2008) | 2 lines - respect ds-cfg-allow-tcp-reuse-address when when verifying addr bind availability. ------------------------------------------------------------------------ r3735 | jvergara | 2008-01-23 11:57:49 -0600 (Wed, 23 Jan 2008) | 2 lines Use the adress specified in the configuration instead of "localhost" as LDAP URLs. ------------------------------------------------------------------------ r3737 | jvergara | 2008-01-24 03:02:14 -0600 (Thu, 24 Jan 2008) | 7 lines There was a flag day when the new security framework was added in build 1.0.0 build 6. The following changes address the issue. The main thing that has been updated are the changes at the end of VersionCompatibilityIssue. The problem is that the code relied only on the fact that a flag day was known (we register the flag days). However it can happen (as it is the case) that a flag day is registered in the code way after the changes occurred. So when we registered a flag day, systematically we could not upgrade from previous builds. For instance: a flag day corresponding to build 6 is registered now (candidate build 11). Without these modifications this would prevent to upgrade from build 7 or build 8 to the current build. That is why the new code actually checks the revision corresponding to the flag day and the revision of the new build. If the new build is newer than the revision of the flag day then we consider that there is no problem and we continue with the upgrade. ------------------------------------------------------------------------ r3738 | lutoff | 2008-01-24 03:09:54 -0600 (Thu, 24 Jan 2008) | 5 lines FIx for issue #2602 (index creation should not be required when changing objects configuration) CertificateMapper should allow a configuration even though there is no quality index defined for the subject-attribute-mapping attribute. A severe warning is now logged into the error log. ------------------------------------------------------------------------ r3739 | lfrost | 2008-01-24 05:09:58 -0600 (Thu, 24 Jan 2008) | 1 line Initial doc review on Key Manager Provider Configuration Doc and some copyright changes. ------------------------------------------------------------------------ r3740 | matthew_swift | 2008-01-24 05:34:11 -0600 (Thu, 24 Jan 2008) | 2 lines Update to version 3.2.70. ------------------------------------------------------------------------ r3741 | lutoff | 2008-01-24 07:06:12 -0600 (Thu, 24 Jan 2008) | 1 line Remove '.' at the end of messages (breaks unit test) ------------------------------------------------------------------------ r3742 | csovant | 2008-01-24 08:52:33 -0600 (Thu, 24 Jan 2008) | 1 line Add tests for ldappasswordmodify utility and new checks for status utility ------------------------------------------------------------------------ r3743 | mrossign | 2008-01-24 09:28:25 -0600 (Thu, 24 Jan 2008) | 2 lines Fix for #2863: Processes remain after stopping all replication servers at the same time ------------------------------------------------------------------------ r3744 | dugan | 2008-01-24 09:32:21 -0600 (Thu, 24 Jan 2008) | 1 line Change AciContainer isMemberOf method to use static group API. Issue 2868. ------------------------------------------------------------------------ r3745 | boli | 2008-01-24 11:19:15 -0600 (Thu, 24 Jan 2008) | 4 lines Improved error handling in logger retention policy enforcement. The rotater thread will now handle exceptions rasied during rotation and/or retention runs. Partial fix for issue 2353 ------------------------------------------------------------------------ r3746 | jvergara | 2008-01-24 11:41:54 -0600 (Thu, 24 Jan 2008) | 4 lines Fix for issue Issue 2867 Answering ' ' (a space) for directory manager to the setup menu leads to corrupted config Do not allow empty DNs as Directory Manager DN nor as base DNs. Appart from that an infinite loop has been fixed when the user provided a badly formed DN in the command-line. ------------------------------------------------------------------------ r3747 | ugaston | 2008-01-24 12:24:14 -0600 (Thu, 24 Jan 2008) | 1 line New testcases for indexes testsuite (for Issue #1480) ------------------------------------------------------------------------ r3748 | jvergara | 2008-01-24 13:28:54 -0600 (Thu, 24 Jan 2008) | 4 lines Fix for 2871 (Use of String.isEmpty() in InstallDS.java prevents compile with JDK 1.5). Use length() == 0 instead of isEmpty(). ------------------------------------------------------------------------ r3749 | jvergara | 2008-01-24 13:36:20 -0600 (Thu, 24 Jan 2008) | 2 lines Use the correct localized message in usage. ------------------------------------------------------------------------ r3750 | jvergara | 2008-01-24 13:59:55 -0600 (Thu, 24 Jan 2008) | 4 lines Fix for 2871 (Use of String.isEmpty() in InstallDS.java prevents compile with JDK 1.5). Use length() == 0 instead of isEmpty(). ------------------------------------------------------------------------ r3752 | abobrov | 2008-01-25 04:53:48 -0600 (Fri, 25 Jan 2008) | 4 lines - partial fix for Issue 1231: attempt to detect dual stack wildcard bind conflicts with dummy connect prior to the test bind. ------------------------------------------------------------------------ r3755 | jvergara | 2008-01-25 07:10:53 -0600 (Fri, 25 Jan 2008) | 4 lines Fix for 2872 (Simplify and improve usage of dsjavaproperties) The modifications basically hide two arguments and change the usage. ------------------------------------------------------------------------ r3756 | abobrov | 2008-01-25 08:04:05 -0600 (Fri, 25 Jan 2008) | 4 lines - complete fix for Issue 1231: attempt to detect dual stack wildcard bind conflicts with dummy connect prior to the test bind. ------------------------------------------------------------------------ r3757 | abobrov | 2008-01-25 09:58:08 -0600 (Fri, 25 Jan 2008) | 2 lines - do in-core restart in AfterClass to make sure all replication tests cleanup good and proper. ------------------------------------------------------------------------ r3773 | abobrov | 2008-01-28 05:20:46 -0600 (Mon, 28 Jan 2008) | 3 lines - [Issue 2232] Log a message when taking the backend offline: Log an informational message upon JEB finalization. ------------------------------------------------------------------------ r3774 | abobrov | 2008-01-28 06:36:01 -0600 (Mon, 28 Jan 2008) | 4 lines - [Issue 2358] Add progress information to bin/verify-index command Log total number of records to process along records processed in the progress report. ------------------------------------------------------------------------ r3775 | lutoff | 2008-01-28 06:54:52 -0600 (Mon, 28 Jan 2008) | 3 lines Fix for issue #2602: Commit #3738 didn't fix everything ------------------------------------------------------------------------ r3776 | smaguin | 2008-01-28 07:49:21 -0600 (Mon, 28 Jan 2008) | 2 lines add header for automated spec generator ------------------------------------------------------------------------ r3777 | smaguin | 2008-01-28 07:51:25 -0600 (Mon, 28 Jan 2008) | 2 lines add header for automated spec generator ------------------------------------------------------------------------ r3778 | lfrost | 2008-01-29 01:04:14 -0600 (Tue, 29 Jan 2008) | 1 line Doc changes to Matching Rule and Monitor Provider Configuration Doc and some copyright changes. Thanks to Daniel for the review. ------------------------------------------------------------------------ r3779 | lfrost | 2008-01-29 01:07:32 -0600 (Tue, 29 Jan 2008) | 1 line Doc changes to Log Rotation and Retention Policy Configuration docs and some copyright changes. Thanks to Daniel for the review. ------------------------------------------------------------------------ r3780 | lfrost | 2008-01-29 01:08:43 -0600 (Tue, 29 Jan 2008) | 1 line Doc changes to Log Publisher Configuration docs and some copyright changes. Thanks to Daniel for the review. ------------------------------------------------------------------------ r3781 | lfrost | 2008-01-29 01:18:09 -0600 (Tue, 29 Jan 2008) | 1 line Doc changes to Index Configuration docs and some copyright changes. Thanks to Daniel for the review. ------------------------------------------------------------------------ r3782 | lfrost | 2008-01-29 04:37:26 -0600 (Tue, 29 Jan 2008) | 1 line Doc changes to Network Groups and Password Configuration docs and some copyright changes. Thanks to Daniel & Matt for the review. ------------------------------------------------------------------------ r3785 | jvergara | 2008-01-29 11:54:18 -0600 (Tue, 29 Jan 2008) | 4 lines Fix for issue 2880 (Suffix data "disappearance" after upgrade) Marking revision 3708 as a flag day. ------------------------------------------------------------------------ r3786 | jvergara | 2008-01-29 11:59:28 -0600 (Tue, 29 Jan 2008) | 6 lines Fix for issue 2870: status and dsreplication status do not show replication monitoring The changes consist basically in using the new attributes "approx-older-change-not-synchronized-millis" and "missing-changes" in status and replication status command-lines. In fact a millisecond version of approx-older-change-not-synchronized-millis has been added in order the remote command-line to be able to provide a localized version of the date (instead of directly presenting the date that was written by the server). The code has been updated to take into consideration the fact that there is information for several servers; so the replication domain id is used to discriminate the information of the different servers. ------------------------------------------------------------------------ r3787 | jvergara | 2008-01-29 18:53:22 -0600 (Tue, 29 Jan 2008) | 2 lines When there is a problem deleting files in the uninstaller, just consider it a warning and inform the user that the problematic file might being used by another process. ------------------------------------------------------------------------ r3788 | jvergara | 2008-01-29 20:11:41 -0600 (Tue, 29 Jan 2008) | 2 lines Consider that the uninstaller is finished when we encountered an error deleting the files. ------------------------------------------------------------------------ r3789 | lfrost | 2008-01-30 02:59:11 -0600 (Wed, 30 Jan 2008) | 1 line Fix minor grammatical error in dsreplication help ------------------------------------------------------------------------ r3790 | matthew_swift | 2008-01-30 04:03:15 -0600 (Wed, 30 Jan 2008) | 2 lines Correct syntax for workflow base-dn property. ------------------------------------------------------------------------ r3791 | abobrov | 2008-01-30 07:16:55 -0600 (Wed, 30 Jan 2008) | 2 lines - fix out of order workflow node insertion to cater for cases when a node being inserted has both child and parent nodes already registered in the workflow topology. ------------------------------------------------------------------------ r3792 | abobrov | 2008-01-30 07:32:24 -0600 (Wed, 30 Jan 2008) | 2 lines - comment the logic of isDescendantOf method for equal DNs case. ------------------------------------------------------------------------ r3793 | abobrov | 2008-01-30 12:03:00 -0600 (Wed, 30 Jan 2008) | 2 lines - Suppress MISSING_HIERARCHY warnings on server shutdown. ------------------------------------------------------------------------ r3795 | abobrov | 2008-01-30 12:08:17 -0600 (Wed, 30 Jan 2008) | 2 lines - Update outdated copyrights somehow missed by previous precommit. ------------------------------------------------------------------------ r3796 | gary_williams | 2008-01-30 12:10:45 -0600 (Wed, 30 Jan 2008) | 2 lines ensure files closed in aci tests ------------------------------------------------------------------------ r3797 | jvergara | 2008-01-30 13:56:53 -0600 (Wed, 30 Jan 2008) | 2 lines Update the code to avoid and aleatory bug on the web start installer, where the value for the checkbox 'Start Server' is not taken into account. The fix consists basically on using different FieldNames for this checkbox in the upgrade and in the installer. ------------------------------------------------------------------------ r3798 | jvergara | 2008-01-30 14:38:46 -0600 (Wed, 30 Jan 2008) | 4 lines Fix for issue 2889 (Java exception from dsconfig when answering ^D (ctrl-D) (EOT) in interactive mode) The fix consists in not throwing a RuntimeException but a CLIException (the code assumed that there was a serious issue and did not consider this case). With the fix the behavior of MenuBuilder is similar to the one of LDAPConnectionConsoleInteraction. ------------------------------------------------------------------------ r3801 | jvergara | 2008-01-30 21:22:09 -0600 (Wed, 30 Jan 2008) | 4 lines Fix for issue 2887 (Command bin/status exit status 0 despite connection errors being reported.). When there is an error reading the configuration return an specific error code. ------------------------------------------------------------------------ r3802 | smaguin | 2008-01-31 05:34:30 -0600 (Thu, 31 Jan 2008) | 2 lines update header ------------------------------------------------------------------------ r3803 | smaguin | 2008-01-31 07:13:58 -0600 (Thu, 31 Jan 2008) | 3 lines update header ------------------------------------------------------------------------ r3804 | gary_williams | 2008-01-31 10:46:47 -0600 (Thu, 31 Jan 2008) | 2 lines ensure files closed in index, dsconfig tests and report generation ------------------------------------------------------------------------ r3805 | ugaston | 2008-01-31 12:35:47 -0600 (Thu, 31 Jan 2008) | 1 line Upgrade/Revert manual testcase doc + add copyright to manual testcase files ------------------------------------------------------------------------ r3806 | abobrov | 2008-01-31 19:13:11 -0600 (Thu, 31 Jan 2008) | 3 lines - [Issue 2772] Report preload status Log database cache preload status, progress and completion reports. ------------------------------------------------------------------------ r3807 | smaguin | 2008-02-01 02:17:01 -0600 (Fri, 01 Feb 2008) | 2 lines new monitoring testsuite ------------------------------------------------------------------------ r3808 | smaguin | 2008-02-01 03:11:09 -0600 (Fri, 01 Feb 2008) | 2 lines add monitoring.xml testtsuite ------------------------------------------------------------------------ r3809 | smaguin | 2008-02-01 03:12:16 -0600 (Fri, 01 Feb 2008) | 3 lines add monitoring tstsuite ------------------------------------------------------------------------ r3810 | gbellato | 2008-02-01 03:40:56 -0600 (Fri, 01 Feb 2008) | 15 lines The Replication Server thread that is reading changes from the database to propagate them to the Directory Servers was sometimes leaving some Database cursors open. This was leading to Deadlock Exceptions that was causing shutdown of the Replication Server When the 2 Replication Servers used in this test were dead the Replication was dead. These changes fix the code so that we always release the cursors and catch the Deadlock Exception in case we would meet transient Deadlock even though we believe it's not possible with the current code. ------------------------------------------------------------------------ r3811 | matthew_swift | 2008-02-01 04:33:24 -0600 (Fri, 01 Feb 2008) | 2 lines Specify default java-class for local backend workflow element. ------------------------------------------------------------------------ r3812 | pgamba | 2008-02-01 07:21:19 -0600 (Fri, 01 Feb 2008) | 1 line Fix 2598 - fixes for global replication monitoring ------------------------------------------------------------------------ r3813 | pgamba | 2008-02-01 09:31:09 -0600 (Fri, 01 Feb 2008) | 1 line Fix exception when requesting cn=monitor in a very short period - fix ProtocolWindowTest failure ------------------------------------------------------------------------