08 Dec, 2006

2 commits


07 Dec, 2006

2 commits


05 Dec, 2006

8 commits


02 Dec, 2006

1 commit


30 Nov, 2006

10 commits


29 Nov, 2006

4 commits


28 Nov, 2006

1 commit


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

3 commits