27 Nov, 2006

2 commits


26 Nov, 2006

1 commit

  • disabled by default.  This will help eliminate an error message on startup for
    systems that do not have proper name resolution configured, and it is not
    expected that GSSAPI authentication will be widely used among clients.  It may
    be manually enabled in environments where GSSAPI authentication is required.
    
    OpenDS Issue Number:  1036
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@786 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     

24 Nov, 2006

3 commits


23 Nov, 2006

1 commit


22 Nov, 2006

2 commits

  • synchronization code to be working.
    
    fix the problem that some tests were using DirectoryServer.getEntry() without 
    holding the required lock.
    
    make StressTest extend SynchronizationTestCase
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@772 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     
  • …formatting of the messages that appear in the progress panel.
    
    This is done mainly for two reasons:
    
    1. The code in the Installer class should not control the format used (HTML, plain text, etc.) which is more related to the pure UI.
    2. Be able to share this formatting code for the graphical installation and also the uninstallation so that we have the same look and feel in both without code duplication." /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/installer/Installer.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/QuickSetup.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/ui/ProgressPanel.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@771 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

21 Nov, 2006

9 commits


20 Nov, 2006

10 commits


19 Nov, 2006

1 commit


17 Nov, 2006

6 commits

  • the correct name.
    
    OpenDS Issue Number:  993
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@746 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • by build-tools get created under the build directory so they do not get
    accidentally checked into the repository and get properly cleaned up by the
    "clean" target.
    
    The build-tools.jar file should now be built every time it is needed, so the
    static copy has been removed from the ext directory.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@745 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • * Add a new quicksetup.jar file that can be used for both Web Start and local installations of Open DS.
    
    * Modify the setup script so that now they will launch by default the graphical setup.  If an error occurs (because for instance we do not have access to the display) or if the user specifies the --cli option then we will use the cli based setup (the one we had until today).
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@744 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@743 41b1ffd8-f28e-4786-ab96-9950f0a78031
    el_kaboing
     
  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@742 41b1ffd8-f28e-4786-ab96-9950f0a78031
    el_kaboing
     
  • waiting-changes that publish the number of updates known by the changelog
    server that have not yest been sent to each ldap server because they are too slow to replay them.
    
    This is calculated from the list of changes in memory when this list is small
    enough. However when this list becomes too large it is not possible to keep
    all the changes in memory and the changes therefore goes to disk.
    This monitoring information therefore becomes unavailable and currently returns MAXINT.
    
    This is unfortunate because this is the time when it is the most important.
    
    Unfortunately the Java edition of the berkeley DB does not provide a way to
    know the record number of a given db entry and therefore we can't rely on the DB
    to tell us how many changes stay in the db after the current change.
    
    This fix therefore change the format of the ChangeNumber so that the ChangeNumber
    now uses consecutive numbers for its seqnum part.
    
    The number of missing changes can therefore be calculated by a simple substraction
    of the current seqnum and the largest seqnum.
    the drawback of this method is that it is only accurate if the majority of update
    operations done on the masters are successfull because this method also count the failed
    operations.
    
    This fix also modify the ProtocolWindowTest in order to add  tests of this waiting-changes
    monitoring information.
    
    This fix also makes the size of the memory queue of messages configurable.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@741 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     

16 Nov, 2006

5 commits