08 Apr, 2009

1 commit


02 Apr, 2009

1 commit


30 Mar, 2009

2 commits


15 Mar, 2009

1 commit


12 Mar, 2009

1 commit


09 Mar, 2009

2 commits


13 Feb, 2009

1 commit


02 Feb, 2009

1 commit


31 Jan, 2009

1 commit


13 Jan, 2009

1 commit


07 Jan, 2009

2 commits


06 Jan, 2009

1 commit


05 Jan, 2009

1 commit

  • 1) This change will allow to extend the dsreplication userdata objects.
    2) The set of modification will also allow to extend the server
        descriptor used by the internal admin
    3) With the current implementation, if the server is configured
        in manual mode, backend cannot be disabled (admin framework
        will check aggregation constraint for this associated
        LocalBackendWorkflowElement). This will block the import
        for instance.
        The modification relaxes this constraint.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4805 41b1ffd8-f28e-4786-ab96-9950f0a78031
    lutoff
     

17 Dec, 2008

1 commit


16 Dec, 2008

1 commit

  • - all unit tests for safe data mode
    - assured replication code corrections (thanks to safe data unit tests)
    => Still every unit tests for safe read mode to do...
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4765 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mrossign
     

05 Dec, 2008

1 commit


19 Nov, 2008

1 commit


13 Nov, 2008

1 commit


12 Nov, 2008

1 commit


05 Nov, 2008

1 commit

  • 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
     

31 Oct, 2008

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
     

18 Jun, 2008

1 commit


04 Jun, 2008

1 commit

  • Issue 3255: Added ds-cfg-max-allowed-client-connections configuration parameter to prevent using up all file descriptors. By default the server will still allow unlimited number of connections just like before. The user will have to adjust this for their system. This might be automatically set for the OS in the future.
    
    Issue 3265: Subtree deletes and mod DN operations will now always use a JE transaction throughout the entire operation. This makes sure the operations are always executed atomically.
    
    Issue 3269: Added checks for canceled operations in JE backend code. 
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4328 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     

19 May, 2008

1 commit

  • 3242: SNMP: no error displayed when the security-agent-file property contains a wrong value
    3241: SNMP: traps are not sent to the correct trap community
    
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4265 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

06 May, 2008

1 commit

  • …eration with a new superior entry thats in the subtree to be moved. An informative error message is added so the user can fix the mistake. 
    
    This patch also enables the debug logger to print the cause of an exception message as well as all the stack frames by default. It also removes the deadlock retry configuration parameter from the JE backend configuration definition since deadlocks can no longer occur in the JE backend.
    
    Fix for issue 3236
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4231 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     

30 Apr, 2008

1 commit

  • 3214: SNMP: MIB 2605 is not accessible in "OpenDS" context
    3215: SNMPV3 get request using defaultUser should be rejected
    3216: SNMP: SNMP Connection Handler appears as disabled in status command when the server is stopped
    3217: SNMP: modification made using dsconfig are not taken into account after disable/enable of the connection handler
    3219: SNMP: wrong default value for "allowed-user" property
    
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4209 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

23 Apr, 2008

1 commit

  • 3143: snmp get requests
    3141: snmp status information
    3146: snmp unused configuration parameters
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4190 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     

18 Mar, 2008

2 commits

  • * Update the nbproject to include the snmp source code
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3989 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fguigues
     
  • the common index and use String objects in place of DN objects.
    
    - persistent state save/restore speed up and reduced in heap mem
      consumption due to the common index usage with JE serializable
      objects only.
    
    - lock re-shuffling to improve concurrency when priming/updating.
    
    - use JE no locking mode to improve concurrency and keep default
      JE properties in place instead of optimizing for tmpFS space.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3984 41b1ffd8-f28e-4786-ab96-9950f0a78031
    abobrov
     

17 Mar, 2008

1 commit

  • …er changes were made also:
    
    - the cleaner is run at the end of the import
    
    - the cleaner is run periodically during import if database eviction is detected
    
    - the substring indexes are buffered to help boost performance during substring index processing
    
    - the import files have been moved into its own package  org.opends.server.backends.jeb.importLDIF
    
    - the work threads do most of the processing
    
    - import aborts if a work thread throws a runtime exception
    
    - messages for the various stages of the import have been added (e.g. environment close)
    
    The only functionality missing is VLV index processing. Also, there is a  2G limit on the
    max entry ID value that can be used in a substring index.
    
    The following configuration attributes have been removed:
    
    - ds-cfg-import-temp-directory
    - ds-cfg-import-buffer-size
    - ds-cfg-import-pass-size
    
    The should be removed from your config.ldif file.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3979 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     

07 Mar, 2008

1 commit


04 Mar, 2008

1 commit


28 Feb, 2008

1 commit


15 Feb, 2008

2 commits


12 Feb, 2008

1 commit