------------------------------------------------------------------------ r5869 | gbellato | 2009-09-24 08:04:28 -0500 (Thu, 24 Sep 2009) | 5 lines Second try for issue 4223. The first fix was not working because the synchronization code that had been added in the first fix was not called in this case. A test case has been added that reproduce the issue. ------------------------------------------------------------------------ r5870 | sin | 2009-09-24 08:37:49 -0500 (Thu, 24 Sep 2009) | 1 line Fix for issue 4181: NPE in DSML search requests. ------------------------------------------------------------------------ r5871 | abobrov | 2009-09-24 19:04:04 -0500 (Thu, 24 Sep 2009) | 1 line - [Issue 4217] Aci with a description containing parenthesis unexpectedly rejected : track aci statement separator. ------------------------------------------------------------------------ r5872 | chebrard | 2009-09-25 08:58:27 -0500 (Fri, 25 Sep 2009) | 2 lines Fix for issue 4249: QuickSetup Application can fail if Java webstart cache not cleared ------------------------------------------------------------------------ r5874 | dugan | 2009-09-26 13:33:49 -0500 (Sat, 26 Sep 2009) | 1 line Rebuild index using new import engine. ------------------------------------------------------------------------ r5875 | dugan | 2009-09-26 13:34:25 -0500 (Sat, 26 Sep 2009) | 1 line Remove un-needed files. ------------------------------------------------------------------------ r5876 | dugan | 2009-09-27 11:16:13 -0500 (Sun, 27 Sep 2009) | 1 line Improve off-line performance. ------------------------------------------------------------------------ r5877 | matthew_swift | 2009-09-28 10:33:19 -0500 (Mon, 28 Sep 2009) | 4 lines Fix issue 4043 - intermittent failures in ACI unit tests Introduce API for registering internal plugins which are not exposed in the user configuration. Update ACI cache to use a post-op plugin instead of a change listener. ------------------------------------------------------------------------ r5878 | pgamba | 2009-09-29 03:32:17 -0500 (Tue, 29 Sep 2009) | 1 line #4250 Entry not replicated after initializations / not systematic ------------------------------------------------------------------------ r5879 | hajma | 2009-09-29 03:44:26 -0500 (Tue, 29 Sep 2009) | 1 line l10n handoff ------------------------------------------------------------------------ r5880 | gbellato | 2009-09-29 08:15:21 -0500 (Tue, 29 Sep 2009) | 4 lines Fix for issue 4252 : Replication failures between OpenDS 2.0 and 2.1 Some new PDUs where added in 2.1 and therefore are not processed correctly by 2.0 servers. This fix makes sure that they are not sent in such case. ------------------------------------------------------------------------ r5881 | jvergara | 2009-09-29 08:29:32 -0500 (Tue, 29 Sep 2009) | 2 lines Remove an unused member. ------------------------------------------------------------------------ r5882 | jvergara | 2009-09-29 08:33:18 -0500 (Tue, 29 Sep 2009) | 3 lines Fix associated with issue 3871. Use the correct methods in ConnectionUtils to generate the LDAP urls to be used to connect to the server. ------------------------------------------------------------------------ r5883 | lutoff | 2009-09-29 08:40:19 -0500 (Tue, 29 Sep 2009) | 2 lines Fix for issue #4203 ------------------------------------------------------------------------ r5884 | maudj | 2009-09-29 09:13:16 -0500 (Tue, 29 Sep 2009) | 2 lines adding restore-tasks and backup-tasks + uncommenting 2 other lines ------------------------------------------------------------------------ r5885 | madiot | 2009-09-29 10:17:19 -0500 (Tue, 29 Sep 2009) | 1 line add extension to STAF dsml service to check result file against know error strings ------------------------------------------------------------------------ r5887 | gary_williams | 2009-09-29 10:53:27 -0500 (Tue, 29 Sep 2009) | 2 lines clean up of XML reporting in staf tests ------------------------------------------------------------------------ r5888 | sin | 2009-09-29 12:58:07 -0500 (Tue, 29 Sep 2009) | 1 line Additional fix for issue 4181: NPE in DSML search requests. ------------------------------------------------------------------------ r5890 | ugaston | 2009-09-30 01:20:35 -0500 (Wed, 30 Sep 2009) | 1 line Remove redundant calls to getReplicationStatus from replication stress tests ------------------------------------------------------------------------ r5894 | madiot | 2009-09-30 07:34:10 -0500 (Wed, 30 Sep 2009) | 1 line fixing DSML issue tracking and tomcat logs backup ------------------------------------------------------------------------ r5896 | madiot | 2009-09-30 08:39:46 -0500 (Wed, 30 Sep 2009) | 3 lines fixing wrong expected result as per RFC 4515 ------------------------------------------------------------------------ r5898 | ugaston | 2009-09-30 09:17:13 -0500 (Wed, 30 Sep 2009) | 1 line Fix regression in replication stress tests ------------------------------------------------------------------------ r5900 | jpikus | 2009-10-01 03:31:10 -0500 (Thu, 01 Oct 2009) | 1 line create branch b2.2 from svn rev 5899 daily build 20090930213000 ------------------------------------------------------------------------ r5901 | jpikus | 2009-10-01 04:12:07 -0500 (Thu, 01 Oct 2009) | 1 line update MINOR_VERSION to 2 PRODUCT ------------------------------------------------------------------------ r5907 | csovant | 2009-10-01 11:57:08 -0500 (Thu, 01 Oct 2009) | 1 line Update clu tests for new rebuild index ------------------------------------------------------------------------ r5908 | csovant | 2009-10-01 12:02:04 -0500 (Thu, 01 Oct 2009) | 1 line Update indexes tests for new rebuild index ------------------------------------------------------------------------ r5913 | csovant | 2009-10-01 13:37:56 -0500 (Thu, 01 Oct 2009) | 1 line Fix privileges testsuites ------------------------------------------------------------------------ r5924 | abobrov | 2009-10-05 04:38:35 -0500 (Mon, 05 Oct 2009) | 2 lines b2.2 backport : [Issue 4241] Disable/Enable acis via dsconfig does break aci evaluation : process backend ACI during initialization. ------------------------------------------------------------------------ r5925 | abobrov | 2009-10-05 04:50:39 -0500 (Mon, 05 Oct 2009) | 2 lines b2.2 backport : unit test for [Issue 4217] Aci with a description containing parenthesis unexpectedly rejected; unit test for [Issue 4241] Disable/Enable acis via dsconfig does break aci evaluation ------------------------------------------------------------------------ r5926 | abobrov | 2009-10-05 04:58:14 -0500 (Mon, 05 Oct 2009) | 2 lines b2.2 backport : [Issue 4257] deleting recurring task throws error : rework recurring tasks and iterations cancellation process. ------------------------------------------------------------------------ r5927 | gary_williams | 2009-10-05 12:51:37 -0500 (Mon, 05 Oct 2009) | 2 lines XML functional test reporting add known issues ------------------------------------------------------------------------ r5931 | pgamba | 2009-10-06 08:58:06 -0500 (Tue, 06 Oct 2009) | 1 line Fix Issue 4267 ECL - draft: (changenumber>=X) filter causes Operations Error ------------------------------------------------------------------------ r5933 | dugan | 2009-10-06 10:42:20 -0500 (Tue, 06 Oct 2009) | 1 line Fix regression caused by rebuild-index commit. Issue 4268. ------------------------------------------------------------------------ r5934 | madiot | 2009-10-07 02:41:21 -0500 (Wed, 07 Oct 2009) | 2 lines removing the creation of unecessary directory for the code coverage ------------------------------------------------------------------------ r5935 | madiot | 2009-10-07 07:07:00 -0500 (Wed, 07 Oct 2009) | 2 lines initial basic fractional-replication suite ------------------------------------------------------------------------ r5938 | hajma | 2009-10-07 08:53:55 -0500 (Wed, 07 Oct 2009) | 1 line l10n handoff ------------------------------------------------------------------------ r5939 | pgamba | 2009-10-07 10:04:46 -0500 (Wed, 07 Oct 2009) | 1 line Fix Issue 4267 ECL - draft: (changenumber>=X) filter causes Operations Error ------------------------------------------------------------------------