------------------------------------------------------------------------ r4771 | jvergara | 2008-12-18 03:09:54 -0600 (Thu, 18 Dec 2008) | 3 lines Fix for issue 3668 (Control Panel does not display correctly connection handlers' listen addresses) Use a comparator of InetAdress in the admin framework to sort the addresses. ------------------------------------------------------------------------ r4774 | matthew_swift | 2008-12-18 03:28:11 -0600 (Thu, 18 Dec 2008) | 1 line Fix issue 3645: aggregation constraints are now correctly generated (regression introduced revision 3669) ------------------------------------------------------------------------ r4785 | matthew_swift | 2008-12-19 11:32:41 -0600 (Fri, 19 Dec 2008) | 1 line Fix broken unit tests discovered by awang@ptc.com when attempting to port OpenDS to IBM JVM ------------------------------------------------------------------------ r4787 | ludovicp | 2008-12-19 14:23:40 -0600 (Fri, 19 Dec 2008) | 1 line Fixes the remaining occurences of Latin1 characters, and replace them with valid escaped UTF-8 characters in DNs/RDNs. ------------------------------------------------------------------------ r4793 | sin | 2008-12-22 16:03:15 -0600 (Mon, 22 Dec 2008) | 1 line issue#3676:ldapmodify problem processing ;binary option ------------------------------------------------------------------------ r4806 | abobrov | 2009-01-05 10:57:28 -0600 (Mon, 05 Jan 2009) | 2 lines - [Issue 3694] ASN.1 package does incorrect BER encoding/decoding for negative integers : backport to b1.2 branch. ------------------------------------------------------------------------ r4813 | jvergara | 2009-01-06 04:53:40 -0600 (Tue, 06 Jan 2009) | 3 lines Backport of fix for issue 3685 (Swing repainting problem in control panel) The fix consists on handling in a particular mode the border of some components when the Metal look and feel is used. In this look and feel the scroll pane border can only be used with JScrollPane objects. ------------------------------------------------------------------------ r4821 | ludovicp | 2009-01-09 03:40:09 -0600 (Fri, 09 Jan 2009) | 1 line Fixes issue 3699 when OpenDS would not send the password Expired Control during a Bind operation, if the password has been reset and must be changed by the user. ------------------------------------------------------------------------ r4825 | mmarie | 2009-01-09 08:54:21 -0600 (Fri, 09 Jan 2009) | 3 lines Fix for issue 3703 : Typo in taskId formatter ------------------------------------------------------------------------ r4828 | dugan | 2009-01-09 11:53:31 -0600 (Fri, 09 Jan 2009) | 3 lines Allows import-ldif to load VLV indexes. https://opends.dev.java.net/issues/show_bug.cgi?id=3417 ------------------------------------------------------------------------ r4834 | jvergara | 2009-01-12 10:38:34 -0600 (Mon, 12 Jan 2009) | 7 lines Issue 3710 (control-panel: error when creating an new base dn with automatically generated data) Although it is marked as a control panel issue, the bug is on the core server and applies also to the import-ldif command-line. The code is trying to build the path to the MakeLDIF resource directory by using the server root (install root) instead of the instance root. The MakeLDIF resource directory is located under /config/MakeLDIF and so the instance root must be used. ------------------------------------------------------------------------ r4836 | jvergara | 2009-01-12 10:39:40 -0600 (Mon, 12 Jan 2009) | 2 lines Fix for issue 3705 (Control Panel: problem with "Save" button in "Manage Entries" panel) ------------------------------------------------------------------------ r4837 | jvergara | 2009-01-12 10:40:08 -0600 (Mon, 12 Jan 2009) | 2 lines Issue 3704 (status: LDIF Connection Handler should be displayed in the connection handlers list) ------------------------------------------------------------------------ r4838 | jvergara | 2009-01-12 10:40:53 -0600 (Mon, 12 Jan 2009) | 4 lines Issue 3709 (control-panel: value of "Backup Path" field should be the instance path and not the installation path in the Backup/Restore panels) The code has been update to use the instance path instead of the install path in different places (the default backup directory, the path to be used to retrieve the java properties file, etc.). If we are dealing with a package installation (install and instance paths are different), the control panel and the status command-line will display two paths: one for the install and the other for the instance. ------------------------------------------------------------------------ r4839 | chebrard | 2009-01-13 06:34:27 -0600 (Tue, 13 Jan 2009) | 6 lines Fix 3672: Unable to remotely debug the server This modification updates CheckInstance that no longer calls 'start-ds -F' but uses same classes as start-ds to generate the version of the install dir. It also move the configurator package from src/quicksetup to src/tools. ------------------------------------------------------------------------ r4852 | dugan | 2009-01-14 07:28:02 -0600 (Wed, 14 Jan 2009) | 3 lines Allows encoding of passwords using schemes: 3DES, BLOWFISH, AES and RC4. https://opends.dev.java.net/issues/show_bug.cgi?id=3511 ------------------------------------------------------------------------ r4854 | matthew_swift | 2009-01-14 07:53:18 -0600 (Wed, 14 Jan 2009) | 4 lines Fix issue 3579: import-ldif countRejects does not work as expected Prevent count rejects argument from being used during online imports since result codes greater than 1 are not supported by the task framework. ------------------------------------------------------------------------ r4865 | gbellato | 2009-01-16 05:29:45 -0600 (Fri, 16 Jan 2009) | 11 lines Fix for issue 3683 When replication replays a DELETE on an entry that has children, the replication conflict resolution code incorrectly assumes that this is a conflict. This is not correct because it is also possible that the delete was actually a subtree delete. This can be fixed by checking the creation date of the child entry. If it was created before the delete then this is not a conflict and the delete must be replayed as a subtree delete. : Subtree delete only deletes parent on replica ------------------------------------------------------------------------ r4866 | jvergara | 2009-01-16 07:53:01 -0600 (Fri, 16 Jan 2009) | 2 lines Fix for issue 3716 (start-ds.bat uses wrong environment variable for passing arguments). ------------------------------------------------------------------------ r4869 | chebrard | 2009-01-16 09:31:08 -0600 (Fri, 16 Jan 2009) | 7 lines Fix 3707: unconfigure: unconfigure --wrongoption should display the usage Check validity of all the parameters passed to unconfigure script before starting the unconfiguration. Previously, only --help and --version were checked. ------------------------------------------------------------------------ r4875 | ctissot | 2009-01-19 03:23:32 -0600 (Mon, 19 Jan 2009) | 1 line Fix for issue 3718: Option '-A, --typesOnly' ignored by the ldapsearch tool ------------------------------------------------------------------------ r4879 | dugan | 2009-01-19 09:12:02 -0600 (Mon, 19 Jan 2009) | 2 lines Fix ACI SSF bind rule "!=" operator not working. https://opends.dev.java.net/issues/show_bug.cgi?id=3723 ------------------------------------------------------------------------ r4880 | gbellato | 2009-01-19 10:18:20 -0600 (Mon, 19 Jan 2009) | 5 lines Fix for : Replication namingConflict test failing when running slow tests The root cause is a bug in the ChangeNumberGenerator.adjust() method that can lead to non ordered ChangeNumbers. ------------------------------------------------------------------------ r4883 | jvergara | 2009-01-19 12:23:24 -0600 (Mon, 19 Jan 2009) | 4 lines Fix for issue 3725 (unexpected html tags in the output of status command) Fix a typo that made the install path to be displayed instead of the install path. ------------------------------------------------------------------------ r4886 | chebrard | 2009-01-20 05:30:26 -0600 (Tue, 20 Jan 2009) | 4 lines Fix 3708: stop-ds: stop-ds -R doesn't work Adds specific processing to stop-ds if server is registered as SMF service and -R/--restart option is specified. ------------------------------------------------------------------------ r4892 | chebrard | 2009-01-20 07:14:33 -0600 (Tue, 20 Jan 2009) | 2 lines Fix 3664: SVR4: delimiter used in copyright file is not the one defined by OpenSolaris ------------------------------------------------------------------------ r4894 | lfrost | 2009-01-21 04:19:43 -0600 (Wed, 21 Jan 2009) | 1 line Integrate QA review comments on man pages ------------------------------------------------------------------------ r4895 | chebrard | 2009-01-21 05:09:06 -0600 (Wed, 21 Jan 2009) | 7 lines Fix for 3706/3729: * 3706: configure: configure -H/-V doesn't work when the instance is already configured * 3729: incorrect exit codes for configure/unconfigure scripts ------------------------------------------------------------------------ r4897 | lfrost | 2009-01-21 08:14:09 -0600 (Wed, 21 Jan 2009) | 1 line OLC - fix line delimeter in configure man page ------------------------------------------------------------------------ r4904 | chebrard | 2009-01-22 04:07:46 -0600 (Thu, 22 Jan 2009) | 2 lines Fix 3735: OpenDS failed to start if build number contains version qualifier ------------------------------------------------------------------------ r4913 | matthew_swift | 2009-01-26 11:58:33 -0600 (Mon, 26 Jan 2009) | 1 line Fix issue 3750 - Forcing a password change after admin reset causes unexpected behavior. ------------------------------------------------------------------------ r4917 | lfrost | 2009-01-27 02:10:19 -0600 (Tue, 27 Jan 2009) | 1 line Part fix for 3747 ------------------------------------------------------------------------ r4918 | chebrard | 2009-01-27 02:52:37 -0600 (Tue, 27 Jan 2009) | 4 lines Second part of fix for 3747: fix the install.txt and install.html files included in the SVR4 package by replacing $BASEDIR by /usr. ------------------------------------------------------------------------ r4919 | jcambon | 2009-01-27 03:04:22 -0600 (Tue, 27 Jan 2009) | 3 lines Backport Fix for Issue #3621 import-ldif : wrong default port. ------------------------------------------------------------------------ r4920 | gbellato | 2009-01-27 03:46:08 -0600 (Tue, 27 Jan 2009) | 6 lines fix for Issue 3751 ; dsreplication initialize-all fails This is a backport from the fix done in the trunk. The directoryservers field is not protected when it is modified after receiving Topology information and can therefore lead the ReplicationServer to believe that no LDAP server are connected. ------------------------------------------------------------------------