13 Dec, 2013

1 commit

  • 
    Most of the replace was done by global search replace from Eclipse via regular expressions.
    Individual files had incorrect headers or badly formatted ones, so some of them have been done manually by replacing the content between CDDL HEADER START and CDDL HEADER END.
    Some headers were quoting "trunk/opends/resource/legal-notices/CDDLv1_0.txt" while it should have been "legal-notices/CDDLv1_0.txt".
    
    
    Removed:
    - resource/legal-notices/OpenDS.LICENSE
    
    The following required manual changes:
    - build.xml
    - ext/checkstyle/opendj.sourceheader
    - resource/admin/java-utilities.xsl
    - src/build-tools/org/opends/build/tools/ProcessFilesForPackages.java
    - src/build-tools/windows/*
    - src/pkg/opends-dsml-gateway_proto.py
    - src/pkg/opends_proto.py
    - src/server/org/opends/server/util/ServerConstants.java
    - tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif
    - tests/staf-tests/build.bat
    
    An incorrect header mentionning "exclude" instead of "include" in the copyright header existed for: tests/staf-tests/functional-tests/testcases/backends/backup/**/*
    
    Some files have no copyright headers at all. I did not update them. Here is some of them (more exist):
    - tests/staf-tests/functional-tests/shared/data/core/psearch/**/*.ref
    - tests/staf-tests/functional-tests/shared/data/core/psearch/**/delete.ldif
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9982 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

25 Jun, 2013

1 commit


24 Jun, 2013

2 commits


13 Jun, 2013

1 commit


10 Jun, 2013

1 commit


11 Apr, 2013

1 commit


22 Mar, 2012

1 commit


02 Jan, 2012

1 commit


29 Dec, 2011

1 commit


27 May, 2010

1 commit


29 Apr, 2010

1 commit

  • This adds support for the IETF based Password Policy for LDAP as SubEntry.
    Also resolves the following issues :
    - 4544 :  initializeBackend() should not set JE env config params directly.
    - 4478 : ECL in draft compat mode / search lastchangenumber can be very long
    - 4538 : Virtual attributes not retrieved when entry cache configured
    - 4547 : Search Filter Matching differ for cn=Directory Manager and plain user.
    - 4514 : Logs shows unexpected message with replication monitoring data missing (Partial fix)
    - 4534 : Replication using security does not work after server restart
    - 4516 : SEVERE_ERROR: servers (...) have the same ServerId
    In addition, they also improve reliability and performance in various areas including CollectiveAttributes, Virtual Attributes and Subentries management, Schema loading, Replication...
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6400 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludovicp
     

27 Apr, 2010

1 commit

  • Also improves unit, functional tests.
    More specifically this commit resolves the following open issues:
    4385 - NPE when using ExtensibleMatch filter without a matching rule
    4521 - dynamic lookup in attribut selection when selecting the sort order attribut while defining VLV index
    4531 - Control Panel creates virtual static groups using groupOfURLs as objectclass
    4533 - NullPointerException when configuring replication between 2 OpenDS
    4539 - DSML Gateway - jaxb.properties Exception
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6396 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludovicp
     

22 Jan, 2010

1 commit


26 Oct, 2009

1 commit


30 Sep, 2009

2 commits


03 Aug, 2009

1 commit


05 Jun, 2009

1 commit


17 Mar, 2009

1 commit


23 Oct, 2008

1 commit

  • - An updated version of the underlying database. BDB JE 3.3 is now used.
        - Attribute API refactoring providing a better abstraction and offering improved performances.
        - A new GUI called the Control-Panel to replace the Status-Panel: the specifications for this
          GUI are available on OpenDS Wiki and contains a link to a mockup. 
          See <https://www.opends.org/wiki/page/ControlPanelUISpecification>.
        - Some changes in the replication protocol to implement "Assured Replication Mode". The 
          specifications are on OpenDS Wiki at <https://www.opends.org/wiki/page/AssuredMode> and section 7
          described some of the replication changes required to support this. Assured Replication is not finished,
          but the main replication protocol changes to support it are done. As explained by Gilles on an email on
          the Dev mailing list (http://markmail.org/message/46rgo3meq3vriy4a), with these changes the newer versions
          of OpenDS may not be able to replicate with OpenDS 1.0 instances.
        - Support for Service Tags on the platforms where the functionality is available and enabled. Specifications
          are published at <https://www.opends.org/wiki/page/OpenDSServiceTagEnabled>. For more information on
          Service Tags see <http://wikis.sun.com/display/ServiceTag/Sun+Service+Tag+FAQ>.
        - The Admin Connector service. In order to provide agentry of the OpenDS server at any time, a new service
          has been added, dedicated to the administration, configuration and monitoring of the server.
          An overview of the Admin Connector service and it's use is available on the
          OpenDS wiki <https://www.opends.org/wiki/page/ManagingAdministrationTrafficToTheServer>
        - Updates to the various command line tools to support the Admin Connector service.
        - Some internal re-architecting of the server to put the foundation of future developments such as virtual
          directory services. The new NetworkGroups and WorkFlow internal services which have been specified in
          <https://www.opends.org/wiki/page/BasicOperationRoutingThroughNetworkGroup> are now implemented.
        - Many bug fixes...
    
    This set of changes may have an impact on current clients and deployments, however it should be possible to
    upgrade existing 1.0 instances. 
    
    Some of the changes impacting the clients include :
        - Scripts using the command line tools including dsconfig will need to be updated (usually to remove
          some no longer required options).
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4531 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jcduff
     

22 Sep, 2008

1 commit


18 Sep, 2008

1 commit


17 Sep, 2008

1 commit