13 Nov, 2008

3 commits


12 Nov, 2008

5 commits


11 Nov, 2008

3 commits


10 Nov, 2008

2 commits

  •    * Persistent searches are now registered in the following two places:
    
             o the client connection associated with the search (i.e. as
               before)
    
             o per-WFE lists: it is now the responsibility of the WFE to
               maintain this list.
    
       * The PersistentSearch API has changed:
    
             o it no longer depends on Operations for update notifications.
               This means that the notifications can be sent from "out of
               band" event sources, such as remote persistent searches
               issued from a proxy WFE
    
             o it now supports a cancel() method which should *always* be
               used to cancel a persistent search. This method takes care
               of all resource cleanup: deregistering from the client
               connection and any WFE related resources
    
             o in now provides a mechanism for registering callbacks which
               should be invoked when the psearch is cancelled. This should
               be used by WFE implementations that need to keep track of
               the psearches that they are handling. 
               
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4595 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew_swift
     
  • 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4594 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jcambon
     

07 Nov, 2008

2 commits

  • …ing it configurable).
    
    The fix increases the number of tries used to figure out if the server is started or not.  This is required in particular after reboot since the system can be really loaded.
    
    The user can modify the default tries value (100 tries with an interval of 5 seconds between tries) by setting the value of the OPENDS_WINDOWS_SERVICE_START_NTRIES  environment variable (it must be a SYSTEM environment variable in order to be taken into account).
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4592 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • …rvice configuration).
    
    The equality method of ServerDescriptor has been updated so that the panels are notified when there is a modification in the windows service configuration.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4591 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

06 Nov, 2008

2 commits


05 Nov, 2008

7 commits

  • …rence counters are not updated
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4586 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jdemendi
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@4584 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jdemendi
     
  • In the generated Configuration Reference doc, if "Structure" tab selected, we have an issue if a parent component have several child of the same type. 
    
    
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4583 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jcambon
     
  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4582 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mmarie
     
  • and DIGEST-MD5 mechanisms. The issue links:
    
    https://opends.dev.java.net/issues/show_bug.cgi?id=346
    https://opends.dev.java.net/issues/show_bug.cgi?id=347
    https://opends.dev.java.net/issues/show_bug.cgi?id=349
    https://opends.dev.java.net/issues/show_bug.cgi?id=350
    
    This page describes the changes:
    
    https://www.opends.org/wiki/page/SASLConnectionSecurityPhase1 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4580 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • The upgrade process didn't take into account the admin connector: the
    "cn=admin data" backend has to be updated with admin connector information.
    
    These changes add a synchronization phase between admin data and
    the actually config; The server entry in "cn=admin data" should now
    include the following attributes: "adminenabled" and "adminport"
    
    This synchronization occurs during the server startup to take advantage
    of the "cn=admin data" replication.
    In addition to that, the upgrade process includes a verification step.
    During this step, the connection handler was not enabled, but the
    replication was. The proposed modification disables replication during
    the verification step.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4579 41b1ffd8-f28e-4786-ab96-9950f0a78031
    lutoff
     
  • …Start TLS are enabled on the server).
    
    Handle the case where the server presents a certificate when we connect using the Start TLS (or SSL) normal LDAP port.
    
    In some cases an LDAPInterruptedException appeared when the user selected multiple entries.  This has also been fixed.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4578 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

04 Nov, 2008

6 commits


03 Nov, 2008

5 commits


31 Oct, 2008

4 commits


30 Oct, 2008

1 commit