06 Dec, 2010

2 commits

  • Update to latest Grizzly.
    Refactor default transport factory implementation so that it does not conflict with transports used by other Grizzly based services (e.g HTTP).
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6662 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6661 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     

01 Dec, 2010

1 commit


26 Nov, 2010

1 commit


21 Nov, 2010

1 commit


10 Nov, 2010

1 commit


06 Nov, 2010

2 commits


05 Nov, 2010

2 commits


04 Nov, 2010

3 commits


03 Nov, 2010

3 commits


02 Nov, 2010

1 commit

  • Remove Platform class as it is no longer needed.
    Remove all getter methods which return passwords as Strings.
    Replace all setter methods which accept passwords as Strings with methods which accept passwords as char arrays, as per Java API security recommendations.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6646 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     

29 Oct, 2010

1 commit


28 Oct, 2010

2 commits


26 Oct, 2010

4 commits


25 Oct, 2010

1 commit


24 Oct, 2010

1 commit

  • Add deepCopyOfEntry factory methods for Entry implementations.
    Make copyOfXXXRequest / copyOfXXXResponse methods perform deep copies of controls as well as other fields.
    Make unmodifiableXXXRequest / unmodifiableXXXResponse methods return immutable and/or defensive copies of Controls.
    Make copyOfModifyRequest copy Modifications and unmodifiableModifyRequest return immutable Modifications.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6637 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     

22 Oct, 2010

2 commits

  • Added unmodifiable and copyOf response factories.
    Made LinkedHashMapEntry copy constructor perform a deep copy of attributes.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6636 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • Expose Grizzly transport configuration in LDAPOptions and LDAPListenerOptions in order to allow better customization of transport.
    
    Fix a couple of bugs in AuthRate where the -I flag wasn't working very well in bind-only mode (no search).
    
    Avoid displaying help twice when --help option is provided to CLI commands.
    
    Only display error message in CLIs when args are bad, otherwise help information causes the error message to get "lost".
    
    Split request handling part of ServerConnection API out into a super-interface call RequestHandler.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6635 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     

19 Oct, 2010

2 commits


18 Oct, 2010

1 commit


15 Oct, 2010

2 commits


14 Oct, 2010

2 commits

  • * add unit tests for ConnectionEventListeners.
    
    * make HeartBeatConnectionFactory use ScheduledExecutors.
    
    * add AsynchronousConnectionDecorator base implementation to avoid re-implementing delegate methods each time.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6621 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • * Added a method, Entries.diffEntries(Entry,Entry), which returns a ModifyRequest containing the necessary changes to convert the first entry to the second.
    
    * Improvements to the DIGEST-MD5 and GSSAPI SASL bind request interfaces + some bug fixes.
    
    * Expose the LoadBalancingAlgorithm interface and also add support for Round Robin style load balancing to complement the existing Failover algorithm.
    
    * Implement some simple examples: ldap search, ldap modify, async ldap search, an ldap proxy server, and an ldap data store. These can be found in the "examples" directory and are built and included with the SDK zip file as examples.zip.
    
    * Various minor Javadoc improvements and bug fixes.
    
    * Updated to latest Grizzly.
    
    * Added an overview.html file which includes a very simple getting started example as well as pointers to key classes and interfaces (DISCLAIMER: this is just a start).
    
    * Some more unit tests.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6620 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     

05 Oct, 2010

2 commits


30 Sep, 2010

1 commit


20 Sep, 2010

1 commit


17 Sep, 2010

1 commit