25 Sep, 2006

2 commits


23 Sep, 2006

3 commits


22 Sep, 2006

7 commits

  • Fix for issue 711.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@435 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     
  • An extensible LDAP filter with dn attribute but without attribute name and
    matching rule causes IndexOutOfBounds exception in LDAPFilter.decode method. 
    
    To reproduce the error, decode filter string "(:dn:=John Doe)"
    
    Fix for issue 708.
    
    Constructing a LDAPFilter object from a SearchFilter objects with NOT components
    results in an incomplete LDAPFilter object. The LDAPFilter will be complete
    except for the NOT components. This results in a NullPointerException exception
    when calling methods that assume a LDAPFilter component will not be NULL (ie.
    toString).
    
    Fix for issue 709.
    
    When encoding LDAPFilter objects to ASN1Element objects, extensible components
    are encoded as or components. The matching rule ID is also included twice in the
    encoding with the wrong ASN1 type of matching rule attribute.
    
    Fix for issue 710.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@434 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@429 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@426 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     
  • 2. Fix issue 702: Import of non-existent LDIF file leaves environment handle open.
    3. In the test runner method TasksTestCase#testTask reduce the sleep from 1s to 10ms when polling for completed task.
    4. Remove two unnecessary catch blocks in ImportTask.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@425 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@424 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@422 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     

21 Sep, 2006

10 commits


20 Sep, 2006

9 commits


19 Sep, 2006

5 commits

  • git-svn-id: https://svn.forgerock.org/opendj/trunk@385 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     
  • authorization ID is provided using the "dn:" form and an alternate root bind DN
    (e.g., "cn=Directory Manager" instead of 
    "cn=Directory Manager,cn=Root DNs,cn=config") the server will properly map it
    to the actual DN for the user.
    
    OpenDS Issue Number:  677
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@382 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@380 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • to work because JmxConnectionHandler.configAddIsAcceptable(ConfigEntry, StringBuilder)
    performs a wrong check on the DN of the added object.
    
    - This fix also ease the coding of the unit test of JMX by allowing to configure
    the key manager by creating a configEntry and calling directly the applyConfigurationAdd()
    method.
    This was not possible because the code looks for the config entry in the configuration
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@377 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     
  • The Jmx connector handler is starting a local RMI registry on port 1689 (actually the port specified in the config.ldif file). Even if you stop the DS server, but if the process is keeping alive, the RMI registry will remain active and will still listen on this port.
    
    Fix:
    Instead of using the default factory to get the RMI registry, we use our own socketFactory and keep a reference to the created socket. At server shutdown time, this socket is closed and the RMI registry Remote Object is 'unexported'
    
    Modified Class
     org.opends.server.protocols.jmx.RmiConnector
    
    New Class
     org.opends.server.protocols.jmx.OpendsRmiServerSocketFactory 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@376 41b1ffd8-f28e-4786-ab96-9950f0a78031
    lutoff
     

18 Sep, 2006

4 commits