------------------------------------------------------------------------ r5945 | csovant | 2009-10-08 08:36:40 -0500 (Thu, 08 Oct 2009) | 1 line Add 'isStopped' function to check if a server is really stopped ------------------------------------------------------------------------ r5947 | ylebon | 2009-10-08 10:06:18 -0500 (Thu, 08 Oct 2009) | 1 line Added backends/export-tasks tests suite and update testcases using exportLdif ------------------------------------------------------------------------ r5951 | ugaston | 2009-10-08 11:19:36 -0500 (Thu, 08 Oct 2009) | 1 line Make external changelog tests runnable in changelog draft-compatible mode ------------------------------------------------------------------------ r5954 | madiot | 2009-10-09 02:40:07 -0500 (Fri, 09 Oct 2009) | 2 lines issue 4214 when the DSML servlet initialzation is not done, apache returns 404 ------------------------------------------------------------------------ r5955 | madiot | 2009-10-09 03:06:42 -0500 (Fri, 09 Oct 2009) | 2 lines fix stax syntax ...... ------------------------------------------------------------------------ r5958 | ugaston | 2009-10-12 07:17:48 -0500 (Mon, 12 Oct 2009) | 1 line Fix isStopped() calls ------------------------------------------------------------------------ r5959 | ylebon | 2009-10-12 07:29:38 -0500 (Mon, 12 Oct 2009) | 1 line Change export function name exportLdif to exportLdifWithScript ------------------------------------------------------------------------ r5961 | csovant | 2009-10-12 11:05:03 -0500 (Mon, 12 Oct 2009) | 1 line Fix ldapDeleteWithScript function and add copyright on backends/export_task ldif files ------------------------------------------------------------------------ r5965 | dugan | 2009-10-12 19:33:59 -0500 (Mon, 12 Oct 2009) | 1 line Fix and unit test for issue 4278. ------------------------------------------------------------------------ r5972 | dugan | 2009-10-13 08:17:41 -0500 (Tue, 13 Oct 2009) | 1 line Fix import wrong import count for rejected entries. Issue 4279. ------------------------------------------------------------------------ r5973 | jvergara | 2009-10-13 10:11:07 -0500 (Tue, 13 Oct 2009) | 4 lines Fix for issue 4276 (java detection message cut off in the install log) In the case of Windows, the options are tested using the script helpers. If there is an error these scripts require the user to provide some input. The fix consists on allowing the scripts to write the message to the process output and after that to kill the process (we used to kill the process right after detecting an error). ------------------------------------------------------------------------ r5978 | jvergara | 2009-10-13 17:56:33 -0500 (Tue, 13 Oct 2009) | 3 lines Apply the same fix done for issue 4273 (server does not work as service if Windows UAC enabled in Windows Server 2008) to Windows 7. This is just a follow up to the fix committed for 4273. ------------------------------------------------------------------------ r5979 | hajma | 2009-10-14 03:58:10 -0500 (Wed, 14 Oct 2009) | 2 lines l10n handoff (zh_CN) ------------------------------------------------------------------------ r5985 | dugan | 2009-10-14 11:36:17 -0500 (Wed, 14 Oct 2009) | 1 line Fix for thread time out problem.Issue 4280 ------------------------------------------------------------------------ r5987 | ludovicp | 2009-10-15 04:27:39 -0500 (Thu, 15 Oct 2009) | 2 lines Fix for defect 4286: Account Usability Control incorrectly reports account unusable when password expires in the futur. Fixes the encoding of the control response when password is valid and due to expire later ------------------------------------------------------------------------ r5990 | gary_williams | 2009-10-15 14:33:53 -0500 (Thu, 15 Oct 2009) | 2 lines functional tests dsconfig batch mode test suite ------------------------------------------------------------------------ r5994 | madiot | 2009-10-16 07:03:13 -0500 (Fri, 16 Oct 2009) | 2 lines tomcat startup returns 1 on windows 2003, 0 otherwise ------------------------------------------------------------------------ r5997 | dugan | 2009-10-16 14:04:36 -0500 (Fri, 16 Oct 2009) | 1 line Fix for issue 4291 - null pointer exception using --skipDNValidation and -a ------------------------------------------------------------------------ r5999 | madiot | 2009-10-17 10:27:52 -0500 (Sat, 17 Oct 2009) | 2 lines refactoring of fractional replication suite + additional TCs ------------------------------------------------------------------------ r6000 | csovant | 2009-10-17 18:40:19 -0500 (Sat, 17 Oct 2009) | 1 line Add new testcases for rebuild-index ------------------------------------------------------------------------ r6002 | gbellato | 2009-10-19 03:22:21 -0500 (Mon, 19 Oct 2009) | 21 lines Fix for 4272 : Changes not replayed initially on added replica DS after init This issue happens when a new OpenDS server is added to a topology which has been up and running for some time and the new server is both a Replication Server and a Directory Server. In such cases the Replication Server starts empty and is therefore very late with regards to the other servers. The Directory Server is initialized from an up to date DS already in the topology and is therefore not late. The problem is that the new DS incorrectly choose the RS that was just installed to be provided with all the new changes in the topology. The DS therefore as to wait for the RS to grab all the old changes before being provided with the new change. The fix is to change the algorithm that is used by the DS to select the RS and to give priority to the RS that are more up to date. I have also added unit tests for this case and other similar ones. replica DS after init ------------------------------------------------------------------------ r6005 | madiot | 2009-10-19 06:44:57 -0500 (Mon, 19 Oct 2009) | 2 lines fixing last fractional-replication refactoring ------------------------------------------------------------------------ r6011 | hajma | 2009-10-20 04:23:54 -0500 (Tue, 20 Oct 2009) | 2 lines l10n handoff ------------------------------------------------------------------------ r6017 | pgamba | 2009-10-21 04:24:49 -0500 (Wed, 21 Oct 2009) | 1 line Fix #4304 ECL - wrong message (typo) if resync needed] ------------------------------------------------------------------------ r6026 | dugan | 2009-10-22 10:28:30 -0500 (Thu, 22 Oct 2009) | 1 line Fix for 4291(2) - null pointer exception using --skipDNValidation and -a ------------------------------------------------------------------------ r6029 | ugaston | 2009-10-22 11:44:46 -0500 (Thu, 22 Oct 2009) | 1 line New set of External Changelog functional tests ------------------------------------------------------------------------